Config.in 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. config ADK_COMPILE_HOSTAPD
  2. tristate
  3. default n
  4. depends ADK_PACKAGE_HOSTAPD || ADK_PACKAGE_HOSTAPD_UTILS
  5. config ADK_PACKAGE_HOSTAPD
  6. prompt "hostapd........................... An IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator"
  7. tristate
  8. default n
  9. select ADK_COMPILE_HOSTAPD
  10. select ADK_PACKAGE_LIBOPENSSL
  11. select ADK_PACKAGE_LIBNL
  12. help
  13. hostapd is a user space daemon for access point and
  14. authentication servers. It implements IEEE 802.11 access point
  15. management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS
  16. client, EAP server, and RADIUS authentication server.
  17. http://hostap.epitest.fi/hostapd/
  18. Includes:
  19. - hostapd
  20. config ADK_PACKAGE_HOSTAPD_UTILS
  21. prompt "hostapd-utils..................... An IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator (CLI utility)"
  22. tristate
  23. default n
  24. select ADK_COMPILE_HOSTAPD
  25. depends on ADK_PACKAGE_HOSTAPD
  26. help
  27. hostapd is a user space daemon for access point and
  28. authentication servers. It implements IEEE 802.11 access point
  29. management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS
  30. client, EAP server, and RADIUS authentication server.
  31. http://hostap.epitest.fi/hostapd/
  32. Includes:
  33. - hostapd_cli