]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Additional invalid REQ_BEACON cases
authorJouni Malinen <j@w1.fi>
Sun, 7 Mar 2021 10:02:46 +0000 (12:02 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 7 Mar 2021 10:02:46 +0000 (12:02 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_rrm.py

index 73782c9956474183b9f9c12b30b1c880162dddce..67f60ca34dcb73520ed6edbcbbc1882b9aa6a6cc 100644 (file)
@@ -811,6 +811,9 @@ def test_rrm_beacon_req_table(dev, apdev):
 
     tests = ["REQ_BEACON ",
              "REQ_BEACON q",
+             "REQ_BEACON 11:22:33:44:55:66",
+             "REQ_BEACON 11:22:33:44:55:66 req_mode=q",
+             "REQ_BEACON 11:22:33:44:55:66 req_mode=11",
              "REQ_BEACON 11:22:33:44:55:66 1",
              "REQ_BEACON 11:22:33:44:55:66 1q",
              "REQ_BEACON 11:22:33:44:55:66 11223344556677889900aabbccddeeff"]