]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Skip ap_cipher_wpa_sae without SAE support
authorJouni Malinen <j@w1.fi>
Sat, 13 Mar 2021 22:55:06 +0000 (00:55 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 14 Mar 2021 11:08:04 +0000 (13:08 +0200)
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>
tests/hwsim/test_ap_ciphers.py

index a31eb85126e8f3e6a9094f3633d7229e1cb4c524..72dcfa54211e8aafbd1a60f52e314ec8fc343173 100644 (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,