enabled when DEVELOPER=1
[openwrt-10.03/.git] / package / hostapd / Config.in
1 config BR2_PACKAGE_HOSTAPD
2         tristate "hostapd - IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator"
3         default m if CONFIG_DEVEL
4         select BR2_PACKAGE_KMOD_MADWIFI
5         select BR2_PACKAGE_OPENSSL
6         help
7           hostapd is a user space daemon for access point and 
8           authentication servers. It implements IEEE 802.11 access point 
9           management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS 
10           client, EAP server, and RADIUS authentication server.
11           
12           http://hostap.epitest.fi/hostapd/
13           
14