diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2008-11-05 23:02:13 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2008-11-05 23:02:13 +0200 |
commit | 2a24bb31991ff79ef8aa13f7e6bd4cc948429d15 (patch) | |
tree | 983f6b50592de27fbd8f12dde78c353d98713f9e /build_release | |
parent | 988ab690acfe470e2a7a6de6c0a4710744f06661 (diff) | |
download | external_wpa_supplicant_8_ti-2a24bb31991ff79ef8aa13f7e6bd4cc948429d15.zip external_wpa_supplicant_8_ti-2a24bb31991ff79ef8aa13f7e6bd4cc948429d15.tar.gz external_wpa_supplicant_8_ti-2a24bb31991ff79ef8aa13f7e6bd4cc948429d15.tar.bz2 |
Added Milenage USIM emulator for EAP-AKA (can be used to simulate test
USIM card with a known private key; enable with CONFIG_USIM_SIMULATOR in
.config and password="Ki:OPc:SQN" in network configuration).
Diffstat (limited to 'build_release')
-rwxr-xr-x | build_release | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_release b/build_release index 66da32b..fd19536 100755 --- a/build_release +++ b/build_release @@ -79,6 +79,7 @@ LIBS_p += -L$WINLOCAL/lib CONFIG_EAP_SIM=y CONFIG_EAP_AKA=y +CONFIG_USIM_SIMULATOR=y CONFIG_EAP_LEAP=y CONFIG_EAP_FAST=y CONFIG_EAP_TLS=y |