tests: Clear sae_groups in eht_mld_legacy_stas

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>
This commit is contained in:
Jouni Malinen 2024-03-26 19:13:47 +02:00 committed by Jouni Malinen
parent 69d53b8b6b
commit 272c253dc9

View 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()