From: Jouni Malinen Date: Fri, 15 Apr 2022 10:49:19 +0000 (+0300) Subject: tests: Fix ap_wpa2_eap_fast_eap_vendor to check EAP-FAST support in build X-Git-Tag: hostap_2_11~2065 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c9e76e58a1eeba69ba994941089afb9859c85a8;p=thirdparty%2Fhostap.git tests: Fix ap_wpa2_eap_fast_eap_vendor to check EAP-FAST support in build Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_ap_eap.py b/tests/hwsim/test_ap_eap.py index 810287830..02916b183 100644 --- a/tests/hwsim/test_ap_eap.py +++ b/tests/hwsim/test_ap_eap.py @@ -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",