Config.in 617 B

12345678910111213141516171819202122232425
  1. config BR2_PACKAGE_WPA_SUPPLICANT
  2. bool "wpa_supplicant"
  3. help
  4. WPA supplicant for secure wireless networks
  5. http://hostap.epitest.fi/wpa_supplicant/
  6. config BR2_PACKAGE_WPA_SUPPLICANT_EAP
  7. bool "Enable EAP"
  8. depends on BR2_PACKAGE_WPA_SUPPLICANT
  9. help
  10. Enable support for EAP.
  11. config BR2_PACKAGE_WPA_SUPPLICANT_CLI
  12. bool "Install wpa_cli binary"
  13. depends on BR2_PACKAGE_WPA_SUPPLICANT
  14. help
  15. Install wpa_cli command line utility
  16. config BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE
  17. bool "Install wpa_passphrase binary"
  18. depends on BR2_PACKAGE_WPA_SUPPLICANT
  19. help
  20. Install wpa_passphrase command line utility