From: Lubomir Rintel Date: Tue, 19 Feb 2019 13:44:18 +0000 (+0100) Subject: defconfig: enable IEEE 802.11r fast BSS transition (wpa_supplicant) X-Git-Tag: hostap_2_8~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9515fa9250ea206193ce78ff27e86277eb273a01;p=thirdparty%2Fhostap.git defconfig: enable IEEE 802.11r fast BSS transition (wpa_supplicant) Generally useful. Linux distros already enable these, upcoming NetworkManager will support it too. Signed-off-by: Lubomir Rintel --- diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index f5f38fb19..231a0ab22 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -385,7 +385,7 @@ CONFIG_BACKEND=file #CONFIG_DYNAMIC_EAP_METHODS=y # IEEE Std 802.11r-2008 (Fast BSS Transition) for station mode -#CONFIG_IEEE80211R=y +CONFIG_IEEE80211R=y # Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt) CONFIG_DEBUG_FILE=y