tests: Clear sae_groups in sigma_dut_ap_ft_rsnxe_used_mismatch
This is needed to avoid test failures when a previous test case might have restricted the set of allowed SAE groups. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
7a7f803a90
commit
010e7dddce
1 changed files with 1 additions and 0 deletions
|
@ -4900,6 +4900,7 @@ def test_sigma_dut_ap_ft_rsnxe_used_mismatch(dev, apdev, params):
|
|||
with open(conffile, "wb") as f2:
|
||||
f2.write(f.read())
|
||||
|
||||
dev[0].set("sae_groups", "")
|
||||
dev[0].connect("test-sae", key_mgmt="FT-SAE", sae_password="hello",
|
||||
ieee80211w="2", scan_freq="2412")
|
||||
|
||||
|
|
Loading…
Reference in a new issue