tests: More coverage in ap_reassociation_to_same_bss
The extra wait forces the special reattach-scan case to be reached in wpa_supplicant_scan(). Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
3d53cd50ab
commit
8f5abdb874
1 changed files with 6 additions and 0 deletions
|
@ -103,6 +103,12 @@ def test_ap_reassociation_to_same_bss(dev, apdev):
|
|||
dev[0].wait_connected(timeout=10, error="Reattach timed out")
|
||||
hwsim_utils.test_connectivity(dev[0], hapd)
|
||||
|
||||
# Wait for previous scan results to expire to trigger new scan
|
||||
time.sleep(5)
|
||||
dev[0].request("REATTACH")
|
||||
dev[0].wait_connected(timeout=10, error="Reattach timed out")
|
||||
hwsim_utils.test_connectivity(dev[0], hapd)
|
||||
|
||||
def test_ap_roam_set_bssid(dev, apdev):
|
||||
"""Roam control"""
|
||||
hostapd.add_ap(apdev[0], { "ssid": "test-open" })
|
||||
|
|
Loading…
Reference in a new issue