diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-02-19 13:44:18 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2019-02-25 17:48:50 (GMT) |
commit | 9515fa9250ea206193ce78ff27e86277eb273a01 (patch) | |
tree | 6d1606150c670f77f83048ae51d348f309c66941 /wpa_supplicant/defconfig | |
parent | 6b7a0da75bc9637d92d64980de1e26592aba2dc7 (diff) | |
download | hostap-9515fa9250ea206193ce78ff27e86277eb273a01.zip hostap-9515fa9250ea206193ce78ff27e86277eb273a01.tar.gz hostap-9515fa9250ea206193ce78ff27e86277eb273a01.tar.bz2 |
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 <lkundrak@v3.sk>
Diffstat (limited to 'wpa_supplicant/defconfig')
-rw-r--r-- | wpa_supplicant/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index f5f38fb..231a0ab 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 |