Config.in 892 B

1234567891011121314151617181920212223242526272829303132
  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 WPA with EAP"
  8. depends on BR2_PACKAGE_WPA_SUPPLICANT
  9. help
  10. Enable WPA with EAP (IEEE 802.1X)
  11. config BR2_PACKAGE_WPA_SUPPLICANT_OPENSSL
  12. bool "Use openssl TLS (recommended)"
  13. depends on BR2_PACKAGE_WPA_SUPPLICANT && BR2_PACKAGE_WPA_SUPPLICANT_EAP
  14. select BR2_PACKAGE_OPENSSL
  15. help
  16. Use OpenSSL's TLS implementation instead of internal libtommath.
  17. config BR2_PACKAGE_WPA_SUPPLICANT_CLI
  18. bool "Install wpa_cli binary"
  19. depends on BR2_PACKAGE_WPA_SUPPLICANT
  20. help
  21. Install wpa_cli command line utility
  22. config BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE
  23. bool "Install wpa_passphrase binary"
  24. depends on BR2_PACKAGE_WPA_SUPPLICANT
  25. help
  26. Install wpa_passphrase command line utility