diff options
author | Jouni Malinen <jouni@qca.qualcomm.com> | 2016-03-03 14:19:55 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2016-03-03 14:19:55 (GMT) |
commit | 2bf9a53a8bc0ea8bcae6c25cd9c0e00b71405434 (patch) | |
tree | de30b96f0df9e78ee4c274a4b31cfb87cf7c3273 /wpa_supplicant/README | |
parent | 4196c08e8b60f8fdb98750c2d4cc9350d4db7e7e (diff) | |
download | hostap-2bf9a53a8bc0ea8bcae6c25cd9c0e00b71405434.zip hostap-2bf9a53a8bc0ea8bcae6c25cd9c0e00b71405434.tar.gz hostap-2bf9a53a8bc0ea8bcae6c25cd9c0e00b71405434.tar.bz2 |
Add EAP-AKA' and EAP-pwd to wpa_supplicant README
The EAP methods were missing from the lists.
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Diffstat (limited to 'wpa_supplicant/README')
-rw-r--r-- | wpa_supplicant/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/wpa_supplicant/README b/wpa_supplicant/README index bc3d6ab..fefc0d3 100644 --- a/wpa_supplicant/README +++ b/wpa_supplicant/README @@ -72,11 +72,13 @@ Supported WPA/IEEE 802.11i features: * EAP-TTLS/CHAP * EAP-SIM * EAP-AKA + * EAP-AKA' * EAP-PSK * EAP-PAX * EAP-SAKE * EAP-IKEv2 * EAP-GPSK + * EAP-pwd * LEAP (note: requires special support from the driver for IEEE 802.11 authentication) (following methods are supported, but since they do not generate keying @@ -314,15 +316,17 @@ CONFIG_EAP_GTC=y CONFIG_EAP_OTP=y CONFIG_EAP_SIM=y CONFIG_EAP_AKA=y +CONFIG_EAP_AKA_PRIME=y CONFIG_EAP_PSK=y CONFIG_EAP_SAKE=y CONFIG_EAP_GPSK=y CONFIG_EAP_PAX=y CONFIG_EAP_LEAP=y CONFIG_EAP_IKEV2=y +CONFIG_EAP_PWD=y Following option can be used to include GSM SIM/USIM interface for GSM/UMTS -authentication algorithm (for EAP-SIM/EAP-AKA). This requires pcsc-lite +authentication algorithm (for EAP-SIM/EAP-AKA/EAP-AKA'). This requires pcsc-lite (http://www.linuxnet.com/) for smart card access. CONFIG_PCSC=y |