diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-05-03 10:39:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-05-03 10:39:57 +0000 |
commit | b85c442e816898041dc5dc2fc7ab371e65b845aa (patch) | |
tree | 67707b205b2f195b1fa4da3990ccc1f29f1ba906 /package/network/services/hostapd | |
parent | 1b52dacef04bcb837cd28916316188a65f47c51e (diff) | |
download | upstream-b85c442e816898041dc5dc2fc7ab371e65b845aa.tar.gz upstream-b85c442e816898041dc5dc2fc7ab371e65b845aa.tar.bz2 upstream-b85c442e816898041dc5dc2fc7ab371e65b845aa.zip |
hostapd: enable 802.11r for the -full variant (#13250)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36533
Diffstat (limited to 'package/network/services/hostapd')
-rw-r--r-- | package/network/services/hostapd/files/hostapd-full.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/files/hostapd-full.config b/package/network/services/hostapd/files/hostapd-full.config index 737bb649cc..c88fedd2fb 100644 --- a/package/network/services/hostapd/files/hostapd-full.config +++ b/package/network/services/hostapd/files/hostapd-full.config @@ -129,7 +129,7 @@ CONFIG_PKCS12=y CONFIG_IPV6=y # IEEE Std 802.11r-2008 (Fast BSS Transition) -#CONFIG_IEEE80211R=y +CONFIG_IEEE80211R=y # Use the hostapd's IEEE 802.11 authentication (ACL), but without # the IEEE 802.11 Management capability (e.g., madwifi or FreeBSD/net80211) |