2006-04-01 17:40:44 +03:00
|
|
|
config BR2_COMPILE_HOSTAPD
|
|
|
|
tristate
|
|
|
|
default n
|
|
|
|
depends BR2_PACKAGE_HOSTAPD || BR2_PACKAGE_HOSTAPD_MINI || BR2_PACKAGE_HOSTAPD_UTILS
|
|
|
|
select BR2_PACKAGE_KMOD_MADWIFI
|
|
|
|
|
2005-08-14 10:01:13 +03:00
|
|
|
config BR2_PACKAGE_HOSTAPD
|
2005-11-05 04:16:36 +02:00
|
|
|
prompt "hostapd........................... An IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator"
|
|
|
|
tristate
|
2005-09-20 04:35:03 +03:00
|
|
|
default m if CONFIG_DEVEL
|
2006-04-01 17:40:44 +03:00
|
|
|
select BR2_COMPILE_HOSTAPD
|
2005-11-05 04:16:36 +02:00
|
|
|
select BR2_PACKAGE_LIBOPENSSL
|
2005-08-14 10:01:13 +03:00
|
|
|
help
|
2006-04-01 17:40:44 +03:00
|
|
|
|
|
|
|
hostapd is a user space daemon for access point and
|
|
|
|
authentication servers. 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/hostapd/
|
|
|
|
|
|
|
|
Includes:
|
|
|
|
- hostapd
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HOSTAPD_MINI
|
|
|
|
prompt "hostapd-mini...................... An IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator (without EAP TLS/TTLS support)"
|
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
select BR2_COMPILE_HOSTAPD
|
|
|
|
help
|
|
|
|
|
|
|
|
hostapd is a user space daemon for access point and
|
|
|
|
authentication servers. 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/hostapd/
|
|
|
|
|
|
|
|
Includes:
|
|
|
|
- hostapd (built with WPA support only)
|
|
|
|
|
|
|
|
config BR2_PACKAGE_HOSTAPD_UTILS
|
|
|
|
prompt "hostapd-utils..................... An IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator (CLI utility)"
|
|
|
|
tristate
|
|
|
|
default m if CONFIG_DEVEL
|
|
|
|
select BR2_COMPILE_HOSTAPD
|
|
|
|
help
|
|
|
|
|
2005-08-14 10:01:13 +03:00
|
|
|
hostapd is a user space daemon for access point and
|
|
|
|
authentication servers. 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/hostapd/
|
2006-04-01 17:40:44 +03:00
|
|
|
|
|
|
|
Includes:
|
|
|
|
- hostapd_cli
|
2005-08-14 10:01:13 +03:00
|
|
|
|
2006-04-01 17:40:44 +03:00
|
|
|
if (BR2_PACKAGE_HOSTAPD = y) && (BR2_PACKAGE_HOSTAPD_MINI = y)
|
|
|
|
comment "WARNING: both hostapd and hostapd-mini are selected for installation !"
|
|
|
|
endif
|