From 9515fa9250ea206193ce78ff27e86277eb273a01 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Tue, 19 Feb 2019 14:44:18 +0100 Subject: [PATCH] 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 --- wpa_supplicant/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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