mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
wpa_supplicant: Enable bgscan 'learn' module
This commit is contained in:
parent
68e901c684
commit
67f3319fb7
@ -75,6 +75,7 @@ stdenv.mkDerivation rec {
|
||||
CONFIG_P2P=y
|
||||
CONFIG_TDLS=y
|
||||
CONFIG_BGSCAN_SIMPLE=y
|
||||
CONFIG_BGSCAN_LEARN=y
|
||||
'' + optionalString (pcsclite != null) ''
|
||||
CONFIG_EAP_SIM=y
|
||||
CONFIG_EAP_AKA=y
|
||||
|
Loading…
Reference in New Issue
Block a user