mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
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:
parent
a7c8f5e419
commit
6b62b566a1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user