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 | a1caa0f49316cb387d3ac3d6469c18d2f8c722af (patch) | |
tree | bbefb862e3d734913c7a31586a5bdcd64d45acb0 | |
parent | d910ab64ce0687a269e5335584e3b794da21ddb4 (diff) | |
download | upstream-a1caa0f49316cb387d3ac3d6469c18d2f8c722af.tar.gz upstream-a1caa0f49316cb387d3ac3d6469c18d2f8c722af.tar.bz2 upstream-a1caa0f49316cb387d3ac3d6469c18d2f8c722af.zip |
hostapd: enable 802.11r for the -full variant (#13250)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36533 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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) |