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:
Jouni Malinen 2021-03-14 00:55:06 +02:00
parent 577abde952
commit 4bfe80f297

View file

@ -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,