]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Fix ap_wpa2_eap_fast_eap_vendor to check EAP-FAST support in build
authorJouni Malinen <j@w1.fi>
Fri, 15 Apr 2022 10:49:19 +0000 (13:49 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 15 Apr 2022 10:49:19 +0000 (13:49 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_eap.py

index 810287830a60a430d4bc0948cc0c571f29621487..02916b183b52b430fd1a8e1e211655acf72e1b9b 100644 (file)
@@ -4115,6 +4115,7 @@ def test_ap_wpa2_eap_fast_prov(dev, apdev):
 
 def test_ap_wpa2_eap_fast_eap_vendor(dev, apdev):
     """WPA2-Enterprise connection using EAP-FAST/EAP-vendor"""
+    check_eap_capa(dev[0], "FAST")
     params = hostapd.wpa2_eap_params(ssid="test-wpa2-eap")
     hapd = hostapd.add_ap(apdev[0], params)
     eap_connect(dev[0], hapd, "FAST", "vendor-test-2",