From: Jouni Malinen Date: Tue, 17 Sep 2019 15:07:03 +0000 (+0300) Subject: tests: wpa_supplicant build for EAP-SIM and PC/SC X-Git-Tag: hostap_2_10~2354 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a378fe5d454c45a34077c0a33fc4d396f0076dbd;p=thirdparty%2Fhostap.git tests: wpa_supplicant build for EAP-SIM and PC/SC Signed-off-by: Jouni Malinen --- diff --git a/tests/build/build-wpa_supplicant-sim.config b/tests/build/build-wpa_supplicant-sim.config new file mode 100644 index 000000000..88c63d8e5 --- /dev/null +++ b/tests/build/build-wpa_supplicant-sim.config @@ -0,0 +1,7 @@ +CONFIG_EAP_AKA=y +CONFIG_EAP_AKA_PRIME=y +CONFIG_EAP_SIM=y +CONFIG_SIM_SIMULATOR=y +CONFIG_USIM_SIMULATOR=y +CONFIG_PCSC=y +CFLAGS += -Werror