tests: Automatic reconnection on re-enabling temporarily disabled network
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
9bd566a33a
commit
a539d3f71f
1 changed files with 7 additions and 0 deletions
|
@ -1873,3 +1873,10 @@ def test_ap_wpa2_psk_incorrect_passphrase(dev, apdev):
|
||||||
ev = hapd.wait_event(["AP-STA-POSSIBLE-PSK-MISMATCH"], timeout=10)
|
ev = hapd.wait_event(["AP-STA-POSSIBLE-PSK-MISMATCH"], timeout=10)
|
||||||
if ev is None:
|
if ev is None:
|
||||||
raise Exception("No AP-STA-POSSIBLE-PSK-MISMATCH reported")
|
raise Exception("No AP-STA-POSSIBLE-PSK-MISMATCH reported")
|
||||||
|
dev[0].dump_monitor()
|
||||||
|
|
||||||
|
hapd.disable()
|
||||||
|
hapd.set("wpa_passphrase", "incorrect passphrase")
|
||||||
|
hapd.enable()
|
||||||
|
|
||||||
|
dev[0].wait_connected(timeout=20)
|
||||||
|
|
Loading…
Reference in a new issue