tests: Make mbo_cell_capa_update_pmf more robust
Wait for hostapd to report completion of connection so that the WNM Notification Request frame does not get sent before the AP has processed EAPOL-Key msg 4/4 and configured the TK. This could result in a race condition especially when testing using UML with time-travel. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
35337b448a
commit
a5ffe45908
1 changed files with 1 additions and 0 deletions
|
@ -321,6 +321,7 @@ def test_mbo_cell_capa_update_pmf(dev, apdev):
|
||||||
|
|
||||||
dev[0].connect(ssid, psk=passphrase, key_mgmt="WPA-PSK-SHA256",
|
dev[0].connect(ssid, psk=passphrase, key_mgmt="WPA-PSK-SHA256",
|
||||||
proto="WPA2", ieee80211w="2", scan_freq="2412")
|
proto="WPA2", ieee80211w="2", scan_freq="2412")
|
||||||
|
hapd.wait_sta()
|
||||||
|
|
||||||
addr = dev[0].own_addr()
|
addr = dev[0].own_addr()
|
||||||
sta = hapd.get_sta(addr)
|
sta = hapd.get_sta(addr)
|
||||||
|
|
Loading…
Reference in a new issue