source: freewrt/package/hostapd/Config.in@ cef4905

freewrt_2_0
Last change on this file since cef4905 was cef4905, checked in by Waldemar Brodkorb <wbx@…>, 3 months ago

hostapd: update to latest

  • Property mode set to 100644
File size: 1.9 KB
Line 
1config FWRT_COMPILE_HOSTAPD
2 tristate
3 default n
4 depends FWRT_PACKAGE_HOSTAPD || FWRT_PACKAGE_HOSTAPD_MINI || FWRT_PACKAGE_HOSTAPD_UTILS
5
6config FWRT_PACKAGE_HOSTAPD
7 prompt "hostapd........................... An IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator"
8 tristate
9 default n
10 select FWRT_COMPILE_HOSTAPD
11 select FWRT_PACKAGE_LIBOPENSSL
12 help
13
14 hostapd is a user space daemon for access point and
15 authentication servers. It implements IEEE 802.11 access point
16 management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS
17 client, EAP server, and RADIUS authentication server.
18
19 http://hostap.epitest.fi/hostapd/
20
21 Includes:
22 - hostapd
23
24config FWRT_PACKAGE_HOSTAPD_MINI
25 prompt "hostapd-mini...................... An IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator (without EAP TLS/TTLS support)"
26 tristate
27 default n
28 select FWRT_COMPILE_HOSTAPD
29 help
30
31 hostapd is a user space daemon for access point and
32 authentication servers. It implements IEEE 802.11 access point
33 management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS
34 client, EAP server, and RADIUS authentication server.
35
36 http://hostap.epitest.fi/hostapd/
37
38 Includes:
39 - hostapd (built with WPA support only)
40
41config FWRT_PACKAGE_HOSTAPD_UTILS
42 prompt "hostapd-utils..................... An IEEE 802.11 AP, IEEE 802.1x/WPA/WPA2/EAP/RADIUS Authenticator (CLI utility)"
43 tristate
44 default n
45 select FWRT_COMPILE_HOSTAPD
46 help
47
48 hostapd is a user space daemon for access point and
49 authentication servers. It implements IEEE 802.11 access point
50 management, IEEE 802.1X/WPA/WPA2/EAP Authenticators, RADIUS
51 client, EAP server, and RADIUS authentication server.
52
53 http://hostap.epitest.fi/hostapd/
54
55 Includes:
56 - hostapd_cli
57
58if (FWRT_PACKAGE_HOSTAPD = y) && (FWRT_PACKAGE_HOSTAPD_MINI = y)
59 comment "WARNING: both hostapd and hostapd-mini are selected for installation !"
60endif
Note: See TracBrowser for help on using the repository browser.