openvpn: update to 2.4.3
[openadk.git] / package / hostapd / files / hostapd.config
bloba7b38a6044f742621f763f191452378d3f7561dd
1 # Example hostapd build time configuration
3 # This file lists the configuration options that are used when building the
4 # hostapd binary. All lines starting with # are ignored. Configuration option
5 # lines must be commented out complete, if they are not to be included, i.e.,
6 # just setting VARIABLE=n is not disabling that variable.
8 # This file is included in Makefile, so variables like CFLAGS and LIBS can also
9 # be modified from here. In most cass, these lines should use += in order not
10 # to override previous values of the variables.
12 # Driver interface for Host AP driver
13 CONFIG_DRIVER_HOSTAP=y
15 # Driver interface for wired authenticator
16 #CONFIG_DRIVER_WIRED=y
18 # Driver interface for madwifi driver
19 #CONFIG_DRIVER_MADWIFI=y
20 #CFLAGS += -I../../madwifi # change to the madwifi source directory
22 # Driver interface for drivers using the nl80211 kernel interface
23 CONFIG_DRIVER_NL80211=y
24 CONFIG_LIBNL32=y
26 # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
27 #CONFIG_DRIVER_BSD=y
28 #CFLAGS += -I/usr/local/include
29 #LIBS += -L/usr/local/lib
30 #LIBS_p += -L/usr/local/lib
31 #LIBS_c += -L/usr/local/lib
33 # Driver interface for no driver (e.g., RADIUS server only)
34 #CONFIG_DRIVER_NONE=y
36 # IEEE 802.11F/IAPP
37 CONFIG_IAPP=y
39 # WPA2/IEEE 802.11i RSN pre-authentication
40 CONFIG_RSN_PREAUTH=y
42 # PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
43 CONFIG_PEERKEY=y
45 # IEEE 802.11w (management frame protection)
46 # This version is an experimental implementation based on IEEE 802.11w/D1.0
47 # draft and is subject to change since the standard has not yet been finalized.
48 # Driver support is also needed for IEEE 802.11w.
49 #CONFIG_IEEE80211W=y
51 # Integrated EAP server
52 #CONFIG_EAP=y
54 # EAP-MD5 for the integrated EAP server
55 #CONFIG_EAP_MD5=y
57 # EAP-TLS for the integrated EAP server
58 #CONFIG_EAP_TLS=y
60 # EAP-MSCHAPv2 for the integrated EAP server
61 #CONFIG_EAP_MSCHAPV2=y
63 # EAP-PEAP for the integrated EAP server
64 #CONFIG_EAP_PEAP=y
66 # EAP-GTC for the integrated EAP server
67 #CONFIG_EAP_GTC=y
69 # EAP-TTLS for the integrated EAP server
70 #CONFIG_EAP_TTLS=y
72 # EAP-SIM for the integrated EAP server
73 #CONFIG_EAP_SIM=y
75 # EAP-AKA for the integrated EAP server
76 #CONFIG_EAP_AKA=y
78 # EAP-AKA' for the integrated EAP server
79 # This requires CONFIG_EAP_AKA to be enabled, too.
80 #CONFIG_EAP_AKA_PRIME=y
82 # EAP-PAX for the integrated EAP server
83 #CONFIG_EAP_PAX=y
85 # EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK)
86 #CONFIG_EAP_PSK=y
88 # EAP-pwd for the integrated EAP server (secure authentication with a password)
89 #CONFIG_EAP_PWD=y
91 # EAP-SAKE for the integrated EAP server
92 #CONFIG_EAP_SAKE=y
94 # EAP-GPSK for the integrated EAP server
95 #CONFIG_EAP_GPSK=y
96 # Include support for optional SHA256 cipher suite in EAP-GPSK
97 #CONFIG_EAP_GPSK_SHA256=y
99 # EAP-FAST for the integrated EAP server
100 # Note: Default OpenSSL package does not include support for all the
101 # functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL,
102 # the OpenSSL library must be patched (openssl-0.9.9-session-ticket.patch)
103 # to add the needed functions.
104 #CONFIG_EAP_FAST=y
106 # Wi-Fi Protected Setup (WPS)
107 #CONFIG_WPS=y
108 # Enable WSC 2.0 support
109 #CONFIG_WPS2=y
110 # Enable UPnP support for external WPS Registrars
111 #CONFIG_WPS_UPNP=y
113 # EAP-IKEv2
114 #CONFIG_EAP_IKEV2=y
116 # Trusted Network Connect (EAP-TNC)
117 #CONFIG_EAP_TNC=y
119 # PKCS#12 (PFX) support (used to read private key and certificate file from
120 # a file that usually has extension .p12 or .pfx)
121 CONFIG_PKCS12=y
123 # RADIUS authentication server. This provides access to the integrated EAP
124 # server from external hosts using RADIUS.
125 #CONFIG_RADIUS_SERVER=y
127 # Build IPv6 support for RADIUS operations
128 CONFIG_IPV6=y
130 # IEEE Std 802.11r-2008 (Fast BSS Transition)
131 #CONFIG_IEEE80211R=y
133 # Use the hostapd's IEEE 802.11 authentication (ACL), but without
134 # the IEEE 802.11 Management capability (e.g., madwifi or FreeBSD/net80211)
135 #CONFIG_DRIVER_RADIUS_ACL=y
137 # IEEE 802.11n (High Throughput) support
138 #CONFIG_IEEE80211N=y
140 # Remove debugging code that is printing out debug messages to stdout.
141 # This can be used to reduce the size of the hostapd considerably if debugging
142 # code is not needed.
143 #CONFIG_NO_STDOUT_DEBUG=y
145 # Add support for writing debug log to a file: -f /tmp/hostapd.log
146 # Disabled by default.
147 #CONFIG_DEBUG_FILE=y
149 # Remove support for RADIUS accounting
150 #CONFIG_NO_ACCOUNTING=y
152 # Remove support for RADIUS
153 #CONFIG_NO_RADIUS=y
155 # Remove support for VLANs
156 #CONFIG_NO_VLAN=y
158 # Enable support for fully dynamic VLANs. This enables hostapd to
159 # automatically create bridge and VLAN interfaces if necessary.
160 #CONFIG_FULL_DYNAMIC_VLAN=y
162 # Remove support for dumping state into a file on SIGUSR1 signal
163 # This can be used to reduce binary size at the cost of disabling a debugging
164 # option.
165 #CONFIG_NO_DUMP_STATE=y
167 # Enable tracing code for developer debugging
168 # This tracks use of memory allocations and other registrations and reports
169 # incorrect use with a backtrace of call (or allocation) location.
170 #CONFIG_WPA_TRACE=y
171 # For BSD, comment out these.
172 #LIBS += -lexecinfo
173 #LIBS_p += -lexecinfo
174 #LIBS_c += -lexecinfo
176 # Use libbfd to get more details for developer debugging
177 # This enables use of libbfd to get more detailed symbols for the backtraces
178 # generated by CONFIG_WPA_TRACE=y.
179 #CONFIG_WPA_TRACE_BFD=y
180 # For BSD, comment out these.
181 #LIBS += -lbfd -liberty -lz
182 #LIBS_p += -lbfd -liberty -lz
183 #LIBS_c += -lbfd -liberty -lz
185 # hostapd depends on strong random number generation being available from the
186 # operating system. os_get_random() function is used to fetch random data when
187 # needed, e.g., for key generation. On Linux and BSD systems, this works by
188 # reading /dev/urandom. It should be noted that the OS entropy pool needs to be
189 # properly initialized before hostapd is started. This is important especially
190 # on embedded devices that do not have a hardware random number generator and
191 # may by default start up with minimal entropy available for random number
192 # generation.
194 # As a safety net, hostapd is by default trying to internally collect
195 # additional entropy for generating random data to mix in with the data
196 # fetched from the OS. This by itself is not considered to be very strong, but
197 # it may help in cases where the system pool is not initialized properly.
198 # However, it is very strongly recommended that the system pool is initialized
199 # with enough entropy either by using hardware assisted random number
200 # generator or by storing state over device reboots.
202 # hostapd can be configured to maintain its own entropy store over restarts to
203 # enhance random number generation. This is not perfect, but it is much more
204 # secure than using the same sequence of random numbers after every reboot.
205 # This can be enabled with -e<entropy file> command line option. The specified
206 # file needs to be readable and writable by hostapd.
208 # If the os_get_random() is known to provide strong random data (e.g., on
209 # Linux/BSD, the board in question is known to have reliable source of random
210 # data from /dev/urandom), the internal hostapd random pool can be disabled.
211 # This will save some in binary size and CPU use. However, this should only be
212 # considered for builds that are known to be used on devices that meet the
213 # requirements described above.
214 #CONFIG_NO_RANDOM_POOL=y
216 # Select TLS implementation
217 # openssl = OpenSSL (default)
218 # gnutls = GnuTLS
219 # internal = Internal TLSv1 implementation (experimental)
220 # none = Empty template
221 CONFIG_TLS=openssl
223 # TLS-based EAP methods require at least TLS v1.0. Newer version of TLS (v1.1)
224 # can be enabled to get a stronger construction of messages when block ciphers
225 # are used.
226 #CONFIG_TLSV11=y
228 # TLS-based EAP methods require at least TLS v1.0. Newer version of TLS (v1.2)
229 # can be enabled to enable use of stronger crypto algorithms.
230 #CONFIG_TLSV12=y
232 # If CONFIG_TLS=internal is used, additional library and include paths are
233 # needed for LibTomMath. Alternatively, an integrated, minimal version of
234 # LibTomMath can be used. See beginning of libtommath.c for details on benefits
235 # and drawbacks of this option.
236 #CONFIG_INTERNAL_LIBTOMMATH=y
237 #ifndef CONFIG_INTERNAL_LIBTOMMATH
238 #LTM_PATH=/usr/src/libtommath-0.39
239 #CFLAGS += -I$(LTM_PATH)
240 #LIBS += -L$(LTM_PATH)
241 #LIBS_p += -L$(LTM_PATH)
242 #endif
243 # At the cost of about 4 kB of additional binary size, the internal LibTomMath
244 # can be configured to include faster routines for exptmod, sqr, and div to
245 # speed up DH and RSA calculation considerably
246 #CONFIG_INTERNAL_LIBTOMMATH_FAST=y
248 # Interworking (IEEE 802.11u)
249 # This can be used to enable functionality to improve interworking with
250 # external networks.
251 #CONFIG_INTERWORKING=y