aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPartha N <parthan@gmail.com>2012-01-01 09:45:51 -0800
committerPartha N <parthan@gmail.com>2012-01-01 09:45:51 -0800
commitc620bd1917b89dc7ef1d24dcd25749423807f658 (patch)
tree1fc4a53e899401b68046fc0612bbb67f507e5d51
parent7b378c8a748d324903ba844cca2180dc626a69cc (diff)
downloadandroid_external_wpa_supplicant_8-c620bd1917b89dc7ef1d24dcd25749423807f658.tar.gz
android_external_wpa_supplicant_8-c620bd1917b89dc7ef1d24dcd25749423807f658.tar.bz2
android_external_wpa_supplicant_8-c620bd1917b89dc7ef1d24dcd25749423807f658.zip
Enable EAP-PWD in wpa_supplicant.
EAP-PWD (RFC 5931) has the simplicity of setting up a PSK-based network (no certificates involved, just username/password combination), but has the stronger security properties of EAP-based authentication methods. Change-Id: I6355066b6cf427001e086ad22eca639038f83e7d Signed-off-by: Partha N <parthan@gmail.com>
-rw-r--r--wpa_supplicant/.config3
1 files changed, 3 insertions, 0 deletions
diff --git a/wpa_supplicant/.config b/wpa_supplicant/.config
index 6ec0a79d..c1fd141a 100644
--- a/wpa_supplicant/.config
+++ b/wpa_supplicant/.config
@@ -200,6 +200,9 @@ CONFIG_WPS2=y
# EAP-IKEv2
#CONFIG_EAP_IKEV2=y
+# EAP-PWD
+CONFIG_EAP_PWD=y
+
# PKCS#12 (PFX) support (used to read private key and certificate file from
# a file that usually has extension .p12 or .pfx)
CONFIG_PKCS12=y