add hostapd package with initial support for madwifi
[openwrt.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 default n
5 select BR2_PACKAGE_KMOD_MADWIFI
6 select BR2_PACKAGE_OPENSSL
7 help
8 hostapd is a user space daemon for access point and
9 authentication servers. It implements IEEE 802.11 access point
10 management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS
11 client, EAP server, and RADIUS authentication server.
12
13 http://hostap.epitest.fi/hostapd/
14
15
This page took 0.042349 seconds and 5 git commands to generate.