From 9210bea172b4c92680de070d329b76bdc17332b7 Mon Sep 17 00:00:00 2001 From: Chet Lanctot Date: Mon, 11 Mar 2013 13:52:13 +0200 Subject: [PATCH] Android: Enable IEEE 802.11w support in the build Signed-hostap: Jouni Malinen --- wpa_supplicant/android.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpa_supplicant/android.config b/wpa_supplicant/android.config index df5efe2a4..48b214e3f 100644 --- a/wpa_supplicant/android.config +++ b/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)