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:
parent
69d53b8b6b
commit
272c253dc9
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue