From 4bfe80f297a914b0ab3169f471a49151bcbfafb2 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 14 Mar 2021 00:55:06 +0200 Subject: [PATCH] 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 --- tests/hwsim/test_ap_ciphers.py | 1 + 1 file changed, 1 insertion(+) 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,