tests: Enable bss_transition in wnm_bss_tm_req_with_mbo_ie
This is needed once BSS TM processing is skipped if the functionality is not enabled explicitly. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
114f2830d2
commit
d903716976
1 changed files with 1 additions and 0 deletions
|
@ -1526,6 +1526,7 @@ def test_wnm_bss_tm_req_with_mbo_ie(dev, apdev):
|
||||||
"""WNM BSS transition request with MBO IE and reassociation delay attribute"""
|
"""WNM BSS transition request with MBO IE and reassociation delay attribute"""
|
||||||
ssid = "test-wnm-mbo"
|
ssid = "test-wnm-mbo"
|
||||||
params = hostapd.wpa2_params(ssid=ssid, passphrase="12345678")
|
params = hostapd.wpa2_params(ssid=ssid, passphrase="12345678")
|
||||||
|
params['bss_transition'] = "1"
|
||||||
hapd = hostapd.add_ap(apdev[0], params)
|
hapd = hostapd.add_ap(apdev[0], params)
|
||||||
bssid = apdev[0]['bssid']
|
bssid = apdev[0]['bssid']
|
||||||
if "OK" not in dev[0].request("SET mbo_cell_capa 1"):
|
if "OK" not in dev[0].request("SET mbo_cell_capa 1"):
|
||||||
|
|
Loading…
Reference in a new issue