1 config BR2_PACKAGE_HOSTAPD
3 depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
4 depends on BR2_USE_MMU # fork()
5 select BR2_PACKAGE_LIBNL
7 User space daemon for wireless access points.
9 It implements IEEE 802.11 access point management,
10 IEEE 802.1X/WPA/WPA2/EAP authenticators, RADIUS client,
11 EAP server and RADIUS authentication server.
13 http://hostap.epitest.fi/
15 if BR2_PACKAGE_HOSTAPD
17 config BR2_PACKAGE_HOSTAPD_ACS
21 Enable support for standard ACS (Automatic Channel Selection).
22 Some propietary drivers use a custom algorithm which requires
23 channel to be set to '0' (which enables ACS in the config),
24 causing hostapd to use the standard one which doesn't work
27 config BR2_PACKAGE_HOSTAPD_EAP
29 depends on !BR2_STATIC_LIBS
31 Enable support for EAP and RADIUS.
33 comment "hostapd EAP needs a toolchain w/ dynamic library"
34 depends on BR2_STATIC_LIBS
36 config BR2_PACKAGE_HOSTAPD_WPS
39 Enable support for Wi-Fi Protected Setup.
43 comment "hostapd needs a toolchain w/ threads"
44 depends on !BR2_TOOLCHAIN_HAS_THREADS
45 depends on BR2_USE_MMU