]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Clear sae_groups in eht_mld_legacy_stas
authorJouni Malinen <quic_jouni@quicinc.com>
Tue, 26 Mar 2024 17:13:47 +0000 (19:13 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 26 Mar 2024 17:14:48 +0000 (19:14 +0200)
This is needed to avoid failures due to previous test cases having left
sae_groups set to something else than the default.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
tests/hwsim/test_eht.py

index 1d0ec5195787d3c0180de60698fcd47d7a4bcd3f..c56001fd1a2ece5ffcf5d0630183fa363b30cd71 100644 (file)
@@ -1694,6 +1694,7 @@ def test_eht_mld_legacy_stas(dev, apdev):
         hapd0 = eht_mld_enable_ap(hapd_iface, params)
 
         for i in range(3):
+            dev[i].set("sae_groups", "")
             dev[i].connect(ssid, sae_password=password, scan_freq="2412",
                            key_mgmt="SAE", ieee80211w="2", disable_eht="1")
         hapd0.wait_sta()