Merge pull request #178282 from lopsided98/wpa-supplicant-ext-password

wpa_supplicant: enable external password file support
main
Michele Guerini Rocco 2 years ago committed by GitHub
commit b40f62f3f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/os-specific/linux/wpa_supplicant/default.nix

@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
CONFIG_EAP_PWD=y
CONFIG_EAP_SAKE=y
CONFIG_ELOOP=eloop
CONFIG_EXT_PASSWORD_FILE=y
CONFIG_HS20=y
CONFIG_HT_OVERRIDES=y
CONFIG_IEEE80211AC=y

Loading…
Cancel
Save