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>
This commit is contained in:
Jouni Malinen 2016-03-03 16:19:55 +02:00 committed by Jouni Malinen
parent 4196c08e8b
commit 2bf9a53a8b

View file

@ -72,11 +72,13 @@ Supported WPA/IEEE 802.11i features:
* EAP-TTLS/CHAP * EAP-TTLS/CHAP
* EAP-SIM * EAP-SIM
* EAP-AKA * EAP-AKA
* EAP-AKA'
* EAP-PSK * EAP-PSK
* EAP-PAX * EAP-PAX
* EAP-SAKE * EAP-SAKE
* EAP-IKEv2 * EAP-IKEv2
* EAP-GPSK * EAP-GPSK
* EAP-pwd
* LEAP (note: requires special support from the driver for IEEE 802.11 * LEAP (note: requires special support from the driver for IEEE 802.11
authentication) authentication)
(following methods are supported, but since they do not generate keying (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_OTP=y
CONFIG_EAP_SIM=y CONFIG_EAP_SIM=y
CONFIG_EAP_AKA=y CONFIG_EAP_AKA=y
CONFIG_EAP_AKA_PRIME=y
CONFIG_EAP_PSK=y CONFIG_EAP_PSK=y
CONFIG_EAP_SAKE=y CONFIG_EAP_SAKE=y
CONFIG_EAP_GPSK=y CONFIG_EAP_GPSK=y
CONFIG_EAP_PAX=y CONFIG_EAP_PAX=y
CONFIG_EAP_LEAP=y CONFIG_EAP_LEAP=y
CONFIG_EAP_IKEV2=y CONFIG_EAP_IKEV2=y
CONFIG_EAP_PWD=y
Following option can be used to include GSM SIM/USIM interface for GSM/UMTS 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. (http://www.linuxnet.com/) for smart card access.
CONFIG_PCSC=y CONFIG_PCSC=y