diff options
author | Travis Kemen <thepeople@openwrt.org> | 2010-03-24 00:21:28 +0000 |
---|---|---|
committer | Travis Kemen <thepeople@openwrt.org> | 2010-03-24 00:21:28 +0000 |
commit | 21f006f1568670abb82a7ae6cd2fb1c379c8df3b (patch) | |
tree | c21a17e141a4616fc801b71d31f723b50c61cec3 /package/hostapd/files/wpa_supplicant-full.config | |
parent | e74fbc183b6746cc5469f3347aef424296c50233 (diff) | |
download | upstream-21f006f1568670abb82a7ae6cd2fb1c379c8df3b.tar.gz upstream-21f006f1568670abb82a7ae6cd2fb1c379c8df3b.tar.bz2 upstream-21f006f1568670abb82a7ae6cd2fb1c379c8df3b.zip |
Enable management frame protection in wpa_supplicant, and make it configurable in /etc/config/wireless.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 20395
Diffstat (limited to 'package/hostapd/files/wpa_supplicant-full.config')
-rw-r--r-- | package/hostapd/files/wpa_supplicant-full.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hostapd/files/wpa_supplicant-full.config b/package/hostapd/files/wpa_supplicant-full.config index 5e7fd27d1b..8d6813a56b 100644 --- a/package/hostapd/files/wpa_supplicant-full.config +++ b/package/hostapd/files/wpa_supplicant-full.config @@ -301,7 +301,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) |