kumquat-buildroot/package/hostapd/Config.in
Gustavo Zacarias daff8f47ab hostapd: bump to 0.7.3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-10-18 11:18:32 +02:00

24 lines
577 B
Plaintext

config BR2_PACKAGE_HOSTAPD
bool "hostapd"
select BR2_PACKAGE_LIBNL
help
User space daemon for wireless access points.
It implements IEEE 802.11 access point management,
IEEE 802.1X/WPA/WPA2/EAP authenticators, RADIUS client,
EAP server and RADIUS authentication server.
http://hostap.epitest.fi/
config BR2_PACKAGE_HOSTAPD_EAP
bool "Enable EAP"
depends on BR2_PACKAGE_HOSTAPD
help
Enable support for EAP and RADIUS.
config BR2_PACKAGE_HOSTAPD_WPS
bool "Enable WPS"
depends on BR2_PACKAGE_HOSTAPD
help
Enable support for Wi-Fi Protected Setup.