mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
tests: Make ap_hs20_roaming_consortiums_match more robust
Explicitly clear cfg80211 scan cache to avoid issues with old BSS entries from previous test cases. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
82e64f9b90
commit
696acdf333
@ -1024,6 +1024,7 @@ def test_ap_hs20_roaming_consortiums_match(dev, apdev):
|
||||
params['hessid'] = bssid
|
||||
hostapd.add_ap(apdev[0], params)
|
||||
|
||||
dev[0].flush_scan_cache()
|
||||
dev[0].hs20_enable()
|
||||
tests = [("112233", "112233"),
|
||||
("ffffff,1020304050,eeeeee", "1020304050")]
|
||||
|
Loading…
Reference in New Issue
Block a user