Browse Source

Android: Enable IEEE 802.11w support in the build

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Chet Lanctot 12 years ago
parent
commit
9210bea172
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wpa_supplicant/android.config

+ 1 - 1
wpa_supplicant/android.config

@@ -329,7 +329,7 @@ CONFIG_PEERKEY=y
 # 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
 
 # Select TLS implementation
 # openssl = OpenSSL (default)