]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: WNM BSS Transition Management with invalid operating class
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 5 Feb 2016 15:07:48 +0000 (17:07 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 5 Feb 2016 15:07:48 +0000 (17:07 +0200)
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_wnm.py

index 1fed942266d876a7d220cce4c30e44502640953a..a2af1c01cf75ee694b482c1d18ee27b5c7f54022 100644 (file)
@@ -672,6 +672,17 @@ def test_wnm_bss_tm_global(dev, apdev):
     finally:
         stop_wnm_tm(hapd, dev[0])
 
+def test_wnm_bss_tm_op_class_0(dev, apdev):
+    """WNM BSS Transition Management with invalid operating class"""
+    try:
+        hapd = None
+        hapd, id = start_wnm_tm(apdev[0], "US", dev[0])
+
+        logger.info("Preferred Candidate List (no matching neighbor, invalid op class specified for channels)")
+        wnm_bss_tm_check(hapd, dev[0], "pref=1 neighbor=00:11:22:33:44:59,0x0000,0,149,7 neighbor=00:11:22:33:44:5b,0x0000,0,1,7")
+    finally:
+        stop_wnm_tm(hapd, dev[0])
+
 def test_wnm_action_proto(dev, apdev):
     """WNM Action protocol testing"""
     params = { "ssid": "test-wnm" }