tests: Disable power saving explicitly for pmksa_cache_ap_expiration
This test case seems to be failing every now and then due to the AP not getting out the Deauthentication frame after PMKSA expiration if the STA is in power save mode. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
8a8001989a
commit
ccca850898
1 changed files with 2 additions and 0 deletions
|
@ -663,6 +663,8 @@ def test_pmksa_cache_ap_expiration(dev, apdev):
|
|||
hapd = hostapd.add_ap(apdev[0], params)
|
||||
bssid = apdev[0]['bssid']
|
||||
|
||||
dev[0].cmd_execute(['iw', 'dev', dev[0].ifname,
|
||||
'set', 'power_save', 'off'])
|
||||
dev[0].connect("test-pmksa-cache", proto="RSN", key_mgmt="WPA-EAP",
|
||||
eap="GPSK", identity="gpsk-user-session-timeout",
|
||||
password="abcdefghijklmnop0123456789abcdef",
|
||||
|
|
Loading…
Reference in a new issue