From 27c9d333d4bfab2b3ac377e5a7920e14a0fc6fe9 Mon Sep 17 00:00:00 2001 From: Dan Harkins Date: Sat, 11 Feb 2012 12:17:58 +0200 Subject: [PATCH] EAP-pwd: Describe build option for EAP-pwd Signed-hostap: Dan Harkins --- hostapd/defconfig | 3 +++ wpa_supplicant/defconfig | 3 +++ 2 files changed, 6 insertions(+) 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