wpa_supplicant: Enable BGSCAN module

Compile wpa_supplicant with the BGSCAN module enabled. This allows the
user to configure an SSID to use the bgscan module.  This module causes
wpa_supplicant to periodically perform a background scan for additional
access points and switch to the one with the highest signal.  This scan
can be kicked off when the current connection drops below a target
threshold signal strength.
This commit is contained in:
Carl Sverre 2016-12-13 11:39:14 -08:00
parent a7c8f5e419
commit 6b62b566a1

View File

@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
CONFIG_HS20=y
CONFIG_P2P=y
CONFIG_TDLS=y
CONFIG_BGSCAN_SIMPLE=y
'' + optionalString (pcsclite != null) ''
CONFIG_EAP_SIM=y
CONFIG_EAP_AKA=y