]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: BSS_TM_REQ with dialog_token parameter
authorJouni Malinen <jouni@codeaurora.org>
Fri, 22 Oct 2021 14:14:20 +0000 (17:14 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 22 Oct 2021 14:14:20 +0000 (17:14 +0300)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/test_wnm.py

index 3548223272100c518264e91c0901e25b56633bea..88cb0820b634f6f2ab22c504e9ff93ff14042f30 100644 (file)
@@ -797,7 +797,7 @@ def test_wnm_bss_tm(dev, apdev):
         dev[0].dump_monitor()
 
         logger.info("Neighbor list entry, but not claimed as Preferred Candidate List")
-        if "OK" not in hapd.request("BSS_TM_REQ " + addr + " neighbor=11:22:33:44:55:66,0x0000,81,3,7"):
+        if "OK" not in hapd.request("BSS_TM_REQ " + addr + " dialog_token=123 neighbor=11:22:33:44:55:66,0x0000,81,3,7"):
             raise Exception("BSS_TM_REQ command failed")
         ev = hapd.wait_event(['BSS-TM-RESP'], timeout=10)
         if ev is None: