]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: ap_mixed_security: Give AP time to set up stations
authorJohannes Berg <johannes.berg@intel.com>
Mon, 25 Sep 2023 07:20:57 +0000 (09:20 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 28 Oct 2023 09:34:57 +0000 (12:34 +0300)
Give the AP some time to set up stations fully (in the
kernel) so that traffic forwarding will work.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
tests/hwsim/test_ap_mixed.py

index e758ae923cddbc981c4b8e03bfb61421e389eada..45c14f962d2d8b4ec923ee8dfcc7bfc7577c30c3 100644 (file)
@@ -54,6 +54,7 @@ def test_ap_mixed_security(dev, apdev):
     if sae and dev[2].get_status_field("key_mgmt") != "SAE":
         raise Exception("Unexpected key_mgmt(3)")
 
+    time.sleep(0.1) # give it time for AP to set up stations fully
     hwsim_utils.test_connectivity(dev[0], dev[1])
     if sae:
         hwsim_utils.test_connectivity(dev[1], dev[2])