From d9dd86be1dfb49255d3c8243d65f1a6ebc00e32d Mon Sep 17 00:00:00 2001 From: Helmut Schaa Date: Fri, 7 Feb 2014 10:31:56 +0100 Subject: [PATCH] hostapd: Enable IEEE 802.11w in defconfig IEEE 802.11w is ratified since 2009 already, so this comment does not seem to be valid anymore. Signed-hostap: Helmut Schaa --- hostapd/defconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hostapd/defconfig b/hostapd/defconfig index e329a116e..8c8f0ea2d 100644 --- a/hostapd/defconfig +++ b/hostapd/defconfig @@ -55,10 +55,7 @@ CONFIG_RSN_PREAUTH=y CONFIG_PEERKEY=y # IEEE 802.11w (management frame protection) -# 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