Maemo debianization.
[wpasupplicant] / debian / config / kfreebsd
1 # Debian's wpa_supplicant build time configuration
2
3 # Driver interface for Host AP driver
4 #CONFIG_DRIVER_HOSTAP=y
5
6 # Driver interface for Agere driver
7 # XXX: Non-GPL header required
8 #CONFIG_DRIVER_HERMES=y
9 # Change include directories to match with the local setup
10 #CFLAGS += -I../../hcf -I../../include -I../../include/hcf
11 #CFLAGS += -I../../include/wireless
12
13 # Driver interface for madwifi driver
14 #CONFIG_DRIVER_MADWIFI=y
15 # Change include directories to match with the local setup
16 #CFLAGS += -I../debian/madwifi-headers
17
18 # Driver interface for Prism54 driver
19 # (Note: Prism54 is not yet supported, i.e., this will not work as-is and is
20 # for developers only)
21 #CONFIG_DRIVER_PRISM54=y
22
23 # Driver interface for ndiswrapper
24 # XXX: Deprecated since Linux 2.6.14
25 #CONFIG_DRIVER_NDISWRAPPER=y
26
27 # Driver interface for Atmel driver
28 #CONFIG_DRIVER_ATMEL=y
29
30 # Driver interface for Broadcom driver
31 # XXX: Non-GPL header required
32 #CONFIG_DRIVER_BROADCOM=y
33 # Example path for wlioctl.h; change to match your configuration
34 #CFLAGS += -I/opt/WRT54GS/release/src/include
35
36 # Driver interface for Intel ipw2100/2200 driver
37 # XXX: Deprecated since Linux 2.6.14
38 #CONFIG_DRIVER_IPW=y
39
40 # Driver interface for Ralink driver
41 # XXX: rt2x00 supports DRIVER_WEXT, the legacy drivers hardly work at all
42 #CONFIG_DRIVER_RALINK=y
43
44 # Driver interface for generic Linux wireless extensions
45 #CONFIG_DRIVER_WEXT=y
46
47 # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
48 CONFIG_DRIVER_BSD=y
49 #CFLAGS += -I/usr/local/include
50 LIBS += -lbsd
51
52 # Driver interface for Windows NDIS
53 # XXX: we don't cater for the win32 arch
54 #CONFIG_DRIVER_NDIS=y
55 #CFLAGS += -I/usr/include/w32api/ddk
56 #LIBS += -L/usr/local/lib
57 # For native build using mingw
58 #CONFIG_NATIVE_WINDOWS=y
59 # Additional directories for cross-compilation on Linux host for mingw target
60 #CFLAGS += -I/opt/mingw/mingw32/include/ddk
61 #LIBS += -L/opt/mingw/mingw32/lib
62 #CC=mingw32-gcc
63 # By default, driver_ndis uses WinPcap for low-level operations. This can be
64 # replaced with the following option which replaces WinPcap calls with NDISUIO.
65 # However, this requires that WZC is disabled (net stop wzcsvc) before starting
66 # wpa_supplicant.
67 # CONFIG_USE_NDISUIO=y
68
69 # Driver interface for development testing
70 #CONFIG_DRIVER_TEST=y
71
72 # Driver interface for wired Ethernet drivers
73 #CONFIG_DRIVER_WIRED=y
74
75 # Enable IEEE 802.1X Supplicant (automatically included if any EAP method is
76 # included)
77 CONFIG_IEEE8021X_EAPOL=y
78
79 # EAP-MD5
80 CONFIG_EAP_MD5=y
81
82 # EAP-MSCHAPv2
83 CONFIG_EAP_MSCHAPV2=y
84
85 # EAP-TLS
86 CONFIG_EAP_TLS=y
87
88 # EAL-PEAP
89 CONFIG_EAP_PEAP=y
90
91 # EAP-TTLS
92 CONFIG_EAP_TTLS=y
93
94 # EAP-FAST
95 # Note: Default OpenSSL package does not include support for all the
96 # functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL,
97 # the OpenSSL library must be patched (openssl-0.9.8d-tls-extensions.patch)
98 # to add the needed functions.
99 #CONFIG_EAP_FAST=y
100
101 # EAP-GTC
102 CONFIG_EAP_GTC=y
103
104 # EAP-OTP
105 CONFIG_EAP_OTP=y
106
107 # EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used)
108 CONFIG_EAP_SIM=y
109
110 # EAP-PSK (experimental; this is _not_ needed for WPA-PSK)
111 CONFIG_EAP_PSK=y
112
113 # EAP-PAX
114 CONFIG_EAP_PAX=y
115
116 # LEAP
117 CONFIG_EAP_LEAP=y
118
119 # EAP-AKA (enable CONFIG_PCSC, if EAP-AKA is used)
120 CONFIG_EAP_AKA=y
121
122 # EAP-SAKE
123 #CONFIG_EAP_SAKE=y
124
125 # EAP-GPSK
126 #CONFIG_EAP_GPSK=y
127 # Include support for optional SHA256 cipher suite in EAP-GPSK
128 #CONFIG_EAP_GPSK_SHA256=y
129
130 # EAP-TNC and related Trusted Network Connect support (experimental)
131 #CONFIG_EAP_TNC=y
132
133 # EAP-WSC for Wi-Fi Protected Setup
134 CONFIG_EAP_WSC=y
135
136 # EAP-IKEv2
137 #CONFIG_EAP_IKEV2=y
138
139 # PKCS#12 (PFX) support (used to read private key and certificate file from
140 # a file that usually has extension .p12 or .pfx)
141 CONFIG_PKCS12=y
142
143 # Smartcard support (i.e., private key on a smartcard), e.g., with openssl
144 # engine.
145 CONFIG_SMARTCARD=y
146
147 # PC/SC interface for smartcards (USIM, GSM SIM)
148 # Enable this if EAP-SIM or EAP-AKA is included
149 CONFIG_PCSC=y
150
151 # Development testing
152 #CONFIG_EAPOL_TEST=y
153
154 # Select control interface backend for external programs, e.g, wpa_cli:
155 # unix = UNIX domain sockets (default for Linux/*BSD)
156 # udp = UDP sockets using localhost (127.0.0.1)
157 # named_pipe = Windows Named Pipe (default for Windows)
158 # y = use default (backwards compatibility)
159 # If this option is commented out, control interface is not included in the
160 # build.
161 CONFIG_CTRL_IFACE=y
162
163 # Include support for GNU Readline and History Libraries in wpa_cli.
164 # When building a wpa_cli binary for distribution, please note that these
165 # libraries are licensed under GPL and as such, BSD license may not apply for
166 # the resulting binary.
167 CONFIG_READLINE=y
168
169 # Remove debugging code that is printing out debug message to stdout.
170 # This can be used to reduce the size of the wpa_supplicant considerably
171 # if debugging code is not needed. The size reduction can be around 35%
172 # (e.g., 90 kB).
173 #CONFIG_NO_STDOUT_DEBUG=y
174
175 # Remove WPA support, e.g., for wired-only IEEE 802.1X supplicant, to save
176 # 35-50 kB in code size.
177 #CONFIG_NO_WPA=y
178
179 # Remove WPA2 support. This allows WPA to be used, but removes WPA2 code to
180 # save about 1 kB in code size when building only WPA-Personal (no EAP support)
181 # or 6 kB if building for WPA-Enterprise.
182 #CONFIG_NO_WPA2=y
183
184 # Remove IEEE 802.11i/WPA-Personal ASCII passphrase support
185 # This option can be used to reduce code size by removing support for
186 # converting ASCII passphrases into PSK. If this functionality is removed, the
187 # PSK can only be configured as the 64-octet hexstring (e.g., from
188 # wpa_passphrase). This saves about 0.5 kB in code size.
189 #CONFIG_NO_WPA_PASSPHRASE=y
190
191 # Remove AES extra functions. This can be used to reduce code size by about
192 # 1.5 kB by removing extra AES modes that are not needed for commonly used
193 # client configurations (they are needed for some EAP types).
194 #CONFIG_NO_AES_EXTRAS=y
195
196 # Disable scan result processing (ap_mode=1) to save code size by about 1 kB.
197 # This can be used if ap_scan=1 mode is never enabled.
198 #CONFIG_NO_SCAN_PROCESSING=y
199
200 # Select configuration backend:
201 # file = text file (e.g., wpa_supplicant.conf; note: the configuration file
202 #       path is given on command line, not here; this option is just used to
203 #       select the backend that allows configuration files to be used)
204 # winreg = Windows registry (see win_example.reg for an example)
205 CONFIG_BACKEND=file
206
207 # Remove configuration write functionality (i.e., to allow the configuration
208 # file to be updated based on runtime configuration changes). The runtime
209 # configuration can still be changed, the changes are just not going to be
210 # persistent over restarts. This option can be used to reduce code size by
211 # about 3.5 kB.
212 #CONFIG_NO_CONFIG_WRITE=y
213
214 # Remove support for configuration blobs to reduce code size by about 1.5 kB.
215 #CONFIG_NO_CONFIG_BLOBS=y
216
217 # Select program entry point implementation:
218 # main = UNIX/POSIX like main() function (default)
219 # main_winsvc = Windows service (read parameters from registry)
220 # main_none = Very basic example (development use only)
221 CONFIG_MAIN=main
222
223 # Select wrapper for operatins system and C library specific functions
224 # unix = UNIX/POSIX like systems (default)
225 # win32 = Windows systems
226 # none = Empty template
227 CONFIG_OS=unix
228
229 # Select event loop implementation
230 # eloop = select() loop (default)
231 # eloop_win = Windows events and WaitForMultipleObject() loop
232 # eloop_none = Empty template
233 CONFIG_ELOOP=eloop
234
235 # Select layer 2 packet implementation
236 # linux = Linux packet socket (default)
237 # pcap = libpcap/libdnet/WinPcap
238 # freebsd = FreeBSD libpcap
239 # winpcap = WinPcap with receive thread
240 # ndis = Windows NDISUIO (note: requires CONFIG_USE_NDISUIO=y)
241 # none = Empty template
242 CONFIG_L2_PACKET=freebsd
243
244 # PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
245 CONFIG_PEERKEY=y
246
247 # IEEE 802.11w (management frame protection)
248 # This version is an experimental implementation based on IEEE 802.11w/D1.0
249 # draft and is subject to change since the standard has not yet been finalized.
250 # Driver support is also needed for IEEE 802.11w.
251 CONFIG_IEEE80211W=y
252
253 # Select TLS implementation
254 # openssl = OpenSSL (default)
255 # gnutls = GnuTLS (needed for TLS/IA, see also CONFIG_GNUTLS_EXTRA)
256 # internal = Internal TLSv1 implementation (experimental)
257 # none = Empty template
258 CONFIG_TLS=openssl
259
260 # Whether to enable TLS/IA support, which is required for EAP-TTLSv1.
261 # You need CONFIG_TLS=gnutls for this to have any effect. Please note that
262 # even though the core GnuTLS library is released under LGPL, this extra
263 # library uses GPL and as such, the terms of GPL apply to the combination
264 # of wpa_supplicant and GnuTLS if this option is enabled. BSD license may not
265 # apply for distribution of the resulting binary.
266 #CONFIG_GNUTLS_EXTRA=y
267
268 # If CONFIG_TLS=internal is used, additional library and include paths are
269 # needed for LibTomMath. Alternatively, an integrated, minimal version of
270 # LibTomMath can be used. See beginning of libtommath.c for details on benefits
271 # and drawbacks of this option.
272 #CONFIG_INTERNAL_LIBTOMMATH=y
273 #ifndef CONFIG_INTERNAL_LIBTOMMATH
274 #LTM_PATH=/usr/src/libtommath-0.39
275 #CFLAGS += -I$(LTM_PATH)
276 #LIBS += -L$(LTM_PATH)
277 #LIBS_p += -L$(LTM_PATH)
278 #endif
279
280 # Include NDIS event processing through WMI into wpa_supplicant/wpasvc.
281 # This is only for Windows builds and requires WMI-related header files and
282 # WbemUuid.Lib from Platform SDK even when building with MinGW.
283 #CONFIG_NDIS_EVENTS_INTEGRATED=y
284 #PLATFORMSDKLIB="/opt/Program Files/Microsoft Platform SDK/Lib"
285
286 # Add support for DBus control interface
287 CONFIG_CTRL_IFACE_DBUS=y
288
289 # Add support for loading EAP methods dynamically as shared libraries.
290 # When this option is enabled, each EAP method can be either included
291 # statically (CONFIG_EAP_<method>=y) or dynamically (CONFIG_EAP_<method>=dyn).
292 # Dynamic EAP methods are build as shared objects (eap_*.so) and they need to
293 # be loaded in the beginning of the wpa_supplicant configuration file
294 # (see load_dynamic_eap parameter in the example file) before being used in
295 # the network blocks.
296 #
297 # Note that some shared parts of EAP methods are included in the main program
298 # and in order to be able to use dynamic EAP methods using these parts, the
299 # main program must have been build with the EAP method enabled (=y or =dyn).
300 # This means that EAP-TLS/PEAP/TTLS/FAST cannot be added as dynamic libraries
301 # unless at least one of them was included in the main build to force inclusion
302 # of the shared code. Similarly, at least one of EAP-SIM/AKA must be included
303 # in the main build to be able to load these methods dynamically.
304 #
305 # Please also note that using dynamic libraries will increase the total binary
306 # size. Thus, it may not be the best option for targets that have limited
307 # amount of memory/flash.
308 #CONFIG_DYNAMIC_EAP_METHODS=y
309
310 # Include client MLME (management frame processing).
311 # This can be used to move MLME processing of Devicescape IEEE 802.11 stack
312 # into user space.
313 #CONFIG_CLIENT_MLME=y
314 # Currently, driver_devicescape.c build requires some additional parameters
315 # to be able to include some of the kernel header files. Following lines can
316 # be used to set these (WIRELESS_DEV must point to the root directory of the
317 # wireless-dev.git tree).
318 #WIRELESS_DEV=/usr/src/wireless-dev
319 #CFLAGS += -I$(WIRELESS_DEV)/net/mac80211
320
321 # IEEE 802.11r/D4.1 (Fast BSS Transition)
322 # This enables an experimental implementation of a draft version of
323 # IEEE 802.11r. This draft is still subject to change, so it should be noted
324 # that this version may not comply with the final standard.
325 CONFIG_IEEE80211R=y
326
327 # Add support for writing debug log to a file (/tmp/wpa_supplicant-log-#.txt)
328 CONFIG_DEBUG_FILE=y
329
330 # Enable privilege separation (see README 'Privilege separation' for details)
331 #CONFIG_PRIVSEP=y