From 139202a1160b074450775e2a0b839c5f0c857b74 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 22 Oct 2021 17:14:20 +0300 Subject: [PATCH] tests: BSS_TM_REQ with dialog_token parameter Signed-off-by: Jouni Malinen --- tests/hwsim/test_wnm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: