diff options
| author | Dmitry Shmidt <dimitrysh@google.com> | 2014-01-14 14:52:36 -0800 |
|---|---|---|
| committer | Dmitry Shmidt <dimitrysh@google.com> | 2014-01-14 14:52:36 -0800 |
| commit | 1b7cc21fb2978434151423fa496b3a50acca7cdb (patch) | |
| tree | 8fdbbd5b6f502e8ea9a8e98b6c80a4417740e828 /hostapd | |
| parent | 344abd362cfe2d03ed956666527352826b67bde5 (diff) | |
| download | android_external_wpa_supplicant_8-1b7cc21fb2978434151423fa496b3a50acca7cdb.tar.gz android_external_wpa_supplicant_8-1b7cc21fb2978434151423fa496b3a50acca7cdb.tar.bz2 android_external_wpa_supplicant_8-1b7cc21fb2978434151423fa496b3a50acca7cdb.zip | |
Android: Enable 802.11w (PMF) support in wpa_supplicant
Bug: 12231061
Change-Id: I286dcf38be41a8ecaa6a2b5292f849f27f9ab83a
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'hostapd')
| -rw-r--r-- | hostapd/android.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hostapd/android.config b/hostapd/android.config index 33e96c48..81a2e2ce 100644 --- a/hostapd/android.config +++ b/hostapd/android.config @@ -52,7 +52,7 @@ CONFIG_LIBNL20=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 # Integrated EAP server #CONFIG_EAP=y |
