From c876fb330bc1a2c0b4a6bfeb15e8f7d52bd10720 Mon Sep 17 00:00:00 2001 From: Gernot Tenchio Date: Fri, 20 May 2011 09:32:17 +0200 Subject: [PATCH] hostapd: improved to compile in IEEE 802.11{n,r,w} support by default Note: - IEEE 802.11n Higher throughput improvements using MIMO (multiple input, multiple output antennas) (September 2009) - IEEE 802.11r Fast BSS transition (FT) (2008) - IEEE 802.11w Protected Management Frames (September 2009) --- network/hostapd/hostapd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/network/hostapd/hostapd.conf b/network/hostapd/hostapd.conf index 9953eedd0..22f0e7029 100644 --- a/network/hostapd/hostapd.conf +++ b/network/hostapd/hostapd.conf @@ -20,6 +20,9 @@ CONFIG_DRIVER_NL80211=y CONFIG_PAM=y CONFIG_TLS=internal CONFIG_INTERNAL_LIBTOMMATH=y +CONFIG_IEEE80211N=y +CONFIG_IEEE80211R=y +CONFIG_IEEE80211W=y __ }