]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Enable bss_transition in wnm_bss_tm_req_with_mbo_ie
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 20 Oct 2017 17:30:47 +0000 (20:30 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 20 Oct 2017 17:32:36 +0000 (20:32 +0300)
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>
tests/hwsim/test_wnm.py

index 15f75c382e3e6f5ab7c6507551b18945f83a5ccb..150fb482fad5cc1013e10dccd478673235d51690 100644 (file)
@@ -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"""
     ssid = "test-wnm-mbo"
     params = hostapd.wpa2_params(ssid=ssid, passphrase="12345678")
+    params['bss_transition'] = "1"
     hapd = hostapd.add_ap(apdev[0], params)
     bssid = apdev[0]['bssid']
     if "OK" not in dev[0].request("SET mbo_cell_capa 1"):