From: Jouni Malinen Date: Sat, 11 Feb 2017 08:21:24 +0000 (+0200) Subject: Add bgscan options to wpa_supplicant defconfig X-Git-Tag: hostap_2_7~1618 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=784710b7ff53b0c3004a1b6478105bc5c579cc75;p=thirdparty%2Fhostap.git Add bgscan options to wpa_supplicant defconfig Signed-off-by: Jouni Malinen --- diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index b0cbde79d..1e37e27f4 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -570,3 +570,13 @@ CONFIG_PEERKEY=y # Mesh Networking (IEEE 802.11s) #CONFIG_MESH=y + +# Background scanning modules +# These can be used to request wpa_supplicant to perform background scanning +# 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 +# Learn channels used by the network and try to avoid bgscans on other +# channels (experimental) +#CONFIG_BGSCAN_LEARN=y