[PATCH v2 01/20] tests: Add missing scan cache flush
benjamin at sipsolutions.net
benjamin at sipsolutions.net
Tue Feb 20 05:18:08 PST 2024
From: Benjamin Berg <benjamin.berg at intel.com>
Otherwise a BSS from a previous test may still be in the cache.
Signed-off-by: Benjamin Berg <benjamin.berg at intel.com>
---
tests/hwsim/test_ap_hs20.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/hwsim/test_ap_hs20.py b/tests/hwsim/test_ap_hs20.py
index 81becf04f..c1aebaa85 100644
--- a/tests/hwsim/test_ap_hs20.py
+++ b/tests/hwsim/test_ap_hs20.py
@@ -502,6 +502,7 @@ def test_ap_hs20_select(dev, apdev):
params = hs20_ap_params()
params['hessid'] = bssid
hostapd.add_ap(apdev[0], params)
+ dev[0].flush_scan_cache()
dev[0].hs20_enable()
id = dev[0].add_cred_values({'realm': "example.com", 'username': "test",
--
2.43.2
More information about the Hostap
mailing list