From a378fe5d454c45a34077c0a33fc4d396f0076dbd Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Tue, 17 Sep 2019 18:07:03 +0300 Subject: [PATCH] tests: wpa_supplicant build for EAP-SIM and PC/SC Signed-off-by: Jouni Malinen --- tests/build/build-wpa_supplicant-sim.config | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/build/build-wpa_supplicant-sim.config 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