Merge "Enable EAP-PWD support in wpa_supplicant."
diff --git a/wpa_supplicant/.config b/wpa_supplicant/.config
index b234de8..14e509f 100644
--- a/wpa_supplicant/.config
+++ b/wpa_supplicant/.config
@@ -200,6 +200,9 @@
 # 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