Config.in 953 B

123456789101112131415161718192021222324252627282930
  1. config ADK_PACKAGE_WPA_SUPPLICANT
  2. prompt "wpa_supplicant.................... WPA Supplicant with support for WPA and WPA2"
  3. tristate
  4. default n
  5. select ADK_KPACKAGE_KMOD_CRYPTO_AES
  6. help
  7. WPA Supplicant with support for WPA and WPA2 (IEEE 802.11i / RSN).
  8. Supplicant is the IEEE 802.1X/WPA component that is used in the client
  9. stations. It implements key negotiation with a WPA Authenticator and it
  10. controls the roaming and IEEE 802.11 authentication/association.
  11. http://hostap.epitest.fi/wpa_supplicant/
  12. choice
  13. prompt "SSL/TLS Configuration"
  14. depends on ADK_PACKAGE_WPA_SUPPLICANT
  15. default ADK_COMPILE_WPA_SUPPLICANT_WITH_OPENSSL
  16. config ADK_COMPILE_WPA_SUPPLICANT_WITH_OPENSSL
  17. bool "enable openssl encryption support"
  18. depends ADK_PACKAGE_WPA_SUPPLICANT
  19. select ADK_PACKAGE_LIBOPENSSL
  20. help
  21. config ADK_COMPILE_WPA_SUPPLICANT_WITH_INCLUDED
  22. bool "enable included encryption support"
  23. depends ADK_PACKAGE_WPA_SUPPLICANT
  24. help
  25. endchoice