From: Dan Harkins Date: Sat, 11 Feb 2012 10:17:58 +0000 (+0200) Subject: EAP-pwd: Describe build option for EAP-pwd X-Git-Tag: aosp-jb-start~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27c9d333d4bfab2b3ac377e5a7920e14a0fc6fe9;p=thirdparty%2Fhostap.git EAP-pwd: Describe build option for EAP-pwd Signed-hostap: Dan Harkins --- diff --git a/hostapd/defconfig b/hostapd/defconfig index bae5ba2f8..3cf0d13bd 100644 --- a/hostapd/defconfig +++ b/hostapd/defconfig @@ -84,6 +84,9 @@ CONFIG_EAP_TTLS=y # EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK) #CONFIG_EAP_PSK=y +# EAP-pwd for the integrated EAP server (secure authentication with a password) +#CONFIG_EAP_PWD=y + # EAP-SAKE for the integrated EAP server #CONFIG_EAP_SAKE=y diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 69a86252b..3ca9bcb28 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -165,6 +165,9 @@ CONFIG_EAP_OTP=y # EAP-PSK (experimental; this is _not_ needed for WPA-PSK) #CONFIG_EAP_PSK=y +# EAP-pwd (secure authentication using only a password) +#CONFIG_EAP_PWD=y + # EAP-PAX #CONFIG_EAP_PAX=y