tests: Skip ap_cipher_wpa_sae without SAE support
Even though the STA in this test case does not actually use SAE, it needs to recognize the "SAE H2E only "BSS membership selector. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
577abde952
commit
4bfe80f297
1 changed files with 1 additions and 0 deletions
|
@ -419,6 +419,7 @@ def test_ap_cipher_wpa_sae(dev, apdev):
|
|||
"""WPA-PSK/TKIP and SAE mixed AP - WPA IE and RSNXE coexistence"""
|
||||
skip_with_fips(dev[0])
|
||||
skip_without_tkip(dev[0])
|
||||
check_sae_capab(dev[0])
|
||||
ssid = "test-wpa-sae"
|
||||
passphrase = "12345678"
|
||||
params = {"ssid": ssid,
|
||||
|
|
Loading…
Reference in a new issue