Android: Enable 802.11w (PMF) support in wpa_supplicant

Bug: 12231061

Change-Id: I286dcf38be41a8ecaa6a2b5292f849f27f9ab83a
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
diff --git a/hostapd/android.config b/hostapd/android.config
index 33e96c4..81a2e2c 100644
--- a/hostapd/android.config
+++ b/hostapd/android.config
@@ -52,7 +52,7 @@
 # This version is an experimental implementation based on IEEE 802.11w/D1.0
 # draft and is subject to change since the standard has not yet been finalized.
 # Driver support is also needed for IEEE 802.11w.
-#CONFIG_IEEE80211W=y
+CONFIG_IEEE80211W=y
 
 # Integrated EAP server
 #CONFIG_EAP=y
diff --git a/wpa_supplicant/android.config b/wpa_supplicant/android.config
index ec7df03..1469277 100644
--- a/wpa_supplicant/android.config
+++ b/wpa_supplicant/android.config
@@ -267,7 +267,7 @@
 
 # IEEE 802.11w (management frame protection), also known as PMF
 # Driver support is also needed for IEEE 802.11w.
-#CONFIG_IEEE80211W=y
+CONFIG_IEEE80211W=y
 
 # Select TLS implementation
 # openssl = OpenSSL (default)