wpa_supplicant: Add EAP-PWD config option
Change-Id: I85ffd4a466cc6b7e6cb8edb42c68b6b57412d926
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
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