Config.in 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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
  21. config BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT
  22. bool "Enable support for soft AP"
  23. depends on BR2_PACKAGE_WPA_SUPPLICANT
  24. help
  25. With this option enabled, wpa_supplicant can act as
  26. access point. This can be used for open and WPA2-Personal networks
  27. (optionally, with WPS); this links in parts of hostapd functionality
  28. into wpa_supplicant.
  29. config BR2_PACKAGE_WPA_SUPPLICANT_WPS
  30. bool "Enable support for WPS"
  31. depends on BR2_PACKAGE_WPA_SUPPLICANT
  32. help
  33. Enable support for Wi-Fi Protected Setup (WPS)