Merge pull request #118477 from NeQuissimus/wpa_supplicant_learn

wpa_supplicant: Enable bgscan 'learn' module
This commit is contained in:
Martin Weinelt 2021-04-04 18:59:59 +02:00 committed by GitHub
commit 6059626b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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