tests: WNM BSS TM Req with non-global operating class table
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
158211b2db
commit
df4733dff9
1 changed files with 3 additions and 1 deletions
|
@ -369,6 +369,7 @@ def test_wnm_bss_tm(dev, apdev):
|
||||||
try:
|
try:
|
||||||
params = { "ssid": "test-wnm",
|
params = { "ssid": "test-wnm",
|
||||||
"country_code": "FI",
|
"country_code": "FI",
|
||||||
|
"ieee80211d": "1",
|
||||||
"hw_mode": "g",
|
"hw_mode": "g",
|
||||||
"channel": "1",
|
"channel": "1",
|
||||||
"bss_transition": "1" }
|
"bss_transition": "1" }
|
||||||
|
@ -379,6 +380,7 @@ def test_wnm_bss_tm(dev, apdev):
|
||||||
|
|
||||||
params = { "ssid": "test-wnm",
|
params = { "ssid": "test-wnm",
|
||||||
"country_code": "FI",
|
"country_code": "FI",
|
||||||
|
"ieee80211d": "1",
|
||||||
"hw_mode": "a",
|
"hw_mode": "a",
|
||||||
"channel": "36",
|
"channel": "36",
|
||||||
"bss_transition": "1" }
|
"bss_transition": "1" }
|
||||||
|
@ -410,7 +412,7 @@ def test_wnm_bss_tm(dev, apdev):
|
||||||
dev[0].dump_monitor()
|
dev[0].dump_monitor()
|
||||||
|
|
||||||
logger.info("Preferred Candidate List (no matching neighbor) without Disassociation Imminent")
|
logger.info("Preferred Candidate List (no matching neighbor) without Disassociation Imminent")
|
||||||
if "OK" not in hapd.request("BSS_TM_REQ " + addr + " pref=1 neighbor=11:22:33:44:55:66,0x0000,81,3,7,0301ff neighbor=22:33:44:55:66:77,0x0000,81,8,7 neighbor=00:11:22:33:44:55,0x0000,81,4,7,03010a"):
|
if "OK" not in hapd.request("BSS_TM_REQ " + addr + " pref=1 neighbor=11:22:33:44:55:66,0x0000,81,3,7,0301ff neighbor=22:33:44:55:66:77,0x0000,1,36,7 neighbor=00:11:22:33:44:55,0x0000,81,4,7,03010a"):
|
||||||
raise Exception("BSS_TM_REQ command failed")
|
raise Exception("BSS_TM_REQ command failed")
|
||||||
ev = hapd.wait_event(['BSS-TM-RESP'], timeout=10)
|
ev = hapd.wait_event(['BSS-TM-RESP'], timeout=10)
|
||||||
if ev is None:
|
if ev is None:
|
||||||
|
|
Loading…
Reference in a new issue