From: Jouni Malinen Date: Fri, 22 Oct 2021 14:14:20 +0000 (+0300) Subject: tests: BSS_TM_REQ with dialog_token parameter X-Git-Tag: hostap_2_10~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=139202a1160b074450775e2a0b839c5f0c857b74;p=thirdparty%2Fhostap.git tests: BSS_TM_REQ with dialog_token parameter Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_wnm.py b/tests/hwsim/test_wnm.py index 354822327..88cb0820b 100644 --- a/tests/hwsim/test_wnm.py +++ b/tests/hwsim/test_wnm.py @@ -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: