From 2f6700c9c6dd41a0770c5fd8fccc1df5f1e39af5 Mon Sep 17 00:00:00 2001 From: Mohit Sethi Date: Fri, 17 May 2019 14:26:10 +0300 Subject: [PATCH] defconfig: Add config parameter for SIM simulator for EAP-SIM Allow compilation of internal GSM-Milenage implementation for EAP-SIM testing with eapol_test. Signed-off-by: Mohit Sethi --- wpa_supplicant/defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 88cd79085..9cceda4b2 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -120,6 +120,9 @@ CONFIG_EAP_OTP=y # EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used) #CONFIG_EAP_SIM=y +# Enable SIM simulator (Milenage) for EAP-SIM +#CONFIG_SIM_SIMULATOR=y + # EAP-PSK (experimental; this is _not_ needed for WPA-PSK) #CONFIG_EAP_PSK=y