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 <mohit.sethi@aalto.fi>
This commit is contained in:
parent
6b43264e79
commit
2f6700c9c6
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue