From: Mohit Sethi Date: Fri, 17 May 2019 11:26:10 +0000 (+0300) Subject: defconfig: Add config parameter for SIM simulator for EAP-SIM X-Git-Tag: hostap_2_9~268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f6700c9c6dd41a0770c5fd8fccc1df5f1e39af5;p=thirdparty%2Fhostap.git 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 --- 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