From: Jouni Malinen Date: Sat, 13 Mar 2021 22:55:06 +0000 (+0200) Subject: tests: Skip ap_cipher_wpa_sae without SAE support X-Git-Tag: hostap_2_10~409 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bfe80f297a914b0ab3169f471a49151bcbfafb2;p=thirdparty%2Fhostap.git 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 --- diff --git a/tests/hwsim/test_ap_ciphers.py b/tests/hwsim/test_ap_ciphers.py index a31eb8512..72dcfa542 100644 --- a/tests/hwsim/test_ap_ciphers.py +++ b/tests/hwsim/test_ap_ciphers.py @@ -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,