tests: Fix radius_acct_failure_sta_data test
The STA can get disconnected event before the AP processed the deauthentication frame, resulting in GET_FAIL command being sent too early. Fix this by waiting for AP-STA-DISCONNECTED on AP side, too. Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
This commit is contained in:
parent
8031003fec
commit
ae503866b9
1 changed files with 1 additions and 0 deletions
|
@ -1640,3 +1640,4 @@ def test_radius_acct_failure_sta_data(dev, apdev):
|
|||
dev[0].connect("radius-acct-open", key_mgmt="NONE", scan_freq="2412")
|
||||
dev[0].request("DISCONNECT")
|
||||
dev[0].wait_disconnected()
|
||||
hapd.wait_event(["AP-STA-DISCONNECTED"], timeout=1)
|
||||
|
|
Loading…
Reference in a new issue