|
@@ -12,6 +12,7 @@ import hwsim_utils
|
|
|
|
|
|
def test_ap_mixed_security(dev, apdev):
|
|
def test_ap_mixed_security(dev, apdev):
|
|
"""WPA/WPA2 with PSK, EAP, SAE, FT in a single BSS"""
|
|
"""WPA/WPA2 with PSK, EAP, SAE, FT in a single BSS"""
|
|
|
|
+ dev[0].flush_scan_cache()
|
|
sae = "SAE" in dev[0].get_capability("auth_alg")
|
|
sae = "SAE" in dev[0].get_capability("auth_alg")
|
|
ssid = "test-mixed"
|
|
ssid = "test-mixed"
|
|
passphrase = 'qwertyuiop'
|
|
passphrase = 'qwertyuiop'
|