656645bff15eb7d325469f1d8e6db9dd2763170e
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / hostapd / Config.in
1 config BR2_PACKAGE_HOSTAPD
2         bool "hostapd"
3         depends on BR2_TOOLCHAIN_HAS_THREADS # libnl
4         depends on BR2_USE_MMU # fork()
5         select BR2_PACKAGE_LIBNL
6         help
7           User space daemon for wireless access points.
8
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.
12
13           http://hostap.epitest.fi/
14
15 if BR2_PACKAGE_HOSTAPD
16
17 config BR2_PACKAGE_HOSTAPD_EAP
18         bool "Enable EAP"
19         depends on !BR2_STATIC_LIBS
20         help
21           Enable support for EAP and RADIUS.
22
23 comment "hostapd EAP needs a toolchain w/ dynamic library"
24         depends on BR2_STATIC_LIBS
25
26 config BR2_PACKAGE_HOSTAPD_WPS
27         bool "Enable WPS"
28         help
29           Enable support for Wi-Fi Protected Setup.
30
31 endif
32
33 comment "hostapd needs a toolchain w/ threads"
34         depends on !BR2_TOOLCHAIN_HAS_THREADS
35         depends on BR2_USE_MMU