From: Lubomir Rintel Date: Tue, 19 Feb 2019 13:44:11 +0000 (+0100) Subject: defconfig: Enable simple bgscan module (wpa_supplicant) X-Git-Tag: hostap_2_8~305 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae5240db86eff5c1d26704a241a9052a4f503b8f;p=thirdparty%2Fhostap.git defconfig: Enable simple bgscan module (wpa_supplicant) Generally useful. Linux distros enable this and also utilize it via NetworkManager. Debian also enables the learn module. I'm leaving it off as it's marked experimental. Signed-off-by: Lubomir Rintel --- diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index 7370b21f6..a989eb2cb 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -594,7 +594,7 @@ CONFIG_WIFI_DISPLAY=y # operations for roaming within an ESS (same SSID). See the bgscan parameter in # the wpa_supplicant.conf file for more details. # Periodic background scans based on signal strength -#CONFIG_BGSCAN_SIMPLE=y +CONFIG_BGSCAN_SIMPLE=y # Learn channels used by the network and try to avoid bgscans on other # channels (experimental) #CONFIG_BGSCAN_LEARN=y