tests: Fix ap_mixed_security to reset sae_groups setting
This test case did not clear a possibly modified sae_groups value from a prior test case and could fail if the previously set group was not supported by the AP. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
296670aa94
commit
95ace8670b
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ def test_ap_mixed_security(dev, apdev):
|
|||
password="abcdefghijklmnop0123456789abcdef",
|
||||
scan_freq="2412")
|
||||
if sae:
|
||||
dev[2].request("SET sae_groups ")
|
||||
dev[2].connect(ssid, psk=passphrase, key_mgmt="SAE", scan_freq="2412")
|
||||
|
||||
logger.debug(dev[0].request("SCAN_RESULTS"))
|
||||
|
|
Loading…
Reference in a new issue