]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/wpa_supplicant/defconfig
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / contrib / wpa_supplicant / defconfig
1 # Example wpa_supplicant build time configuration
2 #
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.
7 #
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.
11
12
13 # Uncomment following two lines and fix the paths if you have installed openssl
14 # in non-default location
15 #CFLAGS += -I/usr/local/openssl/include
16 #LIBS += -L/usr/local/openssl/lib
17
18 # Example configuration for various cross-compilation platforms
19
20 #### sveasoft (e.g., for Linksys WRT54G) ######################################
21 #CC=mipsel-uclibc-gcc
22 #CC=/opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-uclibc-gcc
23 #CFLAGS += -Os
24 #CPPFLAGS += -I../src/include -I../../src/router/openssl/include
25 #LIBS += -L/opt/brcm/hndtools-mipsel-uclibc-0.9.19/lib -lssl
26 ###############################################################################
27
28 #### openwrt (e.g., for Linksys WRT54G) #######################################
29 #CC=mipsel-uclibc-gcc
30 #CC=/opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-uclibc-gcc
31 #CFLAGS += -Os
32 #CPPFLAGS=-I../src/include -I../openssl-0.9.7d/include \
33 #       -I../WRT54GS/release/src/include
34 #LIBS = -lssl
35 ###############################################################################
36
37
38 # Driver interface for Host AP driver
39 CONFIG_DRIVER_HOSTAP=y
40
41 # Driver interface for Agere driver
42 #CONFIG_DRIVER_HERMES=y
43 # Change include directories to match with the local setup
44 #CFLAGS += -I../../hcf -I../../include -I../../include/hcf
45 #CFLAGS += -I../../include/wireless
46
47 # Driver interface for madwifi driver
48 #CONFIG_DRIVER_MADWIFI=y
49 # Change include directories to match with the local setup
50 #CFLAGS += -I../madwifi/wpa
51
52 # Driver interface for Prism54 driver
53 # (Note: Prism54 is not yet supported, i.e., this will not work as-is and is
54 # for developers only)
55 #CONFIG_DRIVER_PRISM54=y
56
57 # Driver interface for ndiswrapper
58 #CONFIG_DRIVER_NDISWRAPPER=y
59
60 # Driver interface for Atmel driver
61 CONFIG_DRIVER_ATMEL=y
62
63 # Driver interface for Broadcom driver
64 #CONFIG_DRIVER_BROADCOM=y
65 # Example path for wlioctl.h; change to match your configuration
66 #CFLAGS += -I/opt/WRT54GS/release/src/include
67
68 # Driver interface for Intel ipw2100/2200 driver
69 #CONFIG_DRIVER_IPW=y
70
71 # Driver interface for generic Linux wireless extensions
72 CONFIG_DRIVER_WEXT=y
73
74 # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
75 #CONFIG_DRIVER_BSD=y
76 #CFLAGS += -I/usr/local/include
77 #LIBS += -L/usr/local/lib
78
79 # Driver interface for Windows NDIS
80 #CONFIG_DRIVER_NDIS=y
81 #CFLAGS += -I/usr/include/w32api/ddk
82 #LIBS += -L/usr/local/lib
83 # For native build using mingw
84 #CONFIG_NATIVE_WINDOWS=y
85 # Additional directories for cross-compilation on Linux host for mingw target
86 #CFLAGS += -I/opt/mingw/mingw32/include/ddk
87 #LIBS += -L/opt/mingw/mingw32/lib
88 #CC=mingw32-gcc
89
90 # Driver interface for development testing
91 #CONFIG_DRIVER_TEST=y
92
93 # Driver interface for wired Ethernet drivers
94 CONFIG_DRIVER_WIRED=y
95
96 # Enable IEEE 802.1X Supplicant (automatically included if any EAP method is
97 # included)
98 CONFIG_IEEE8021X_EAPOL=y
99
100 # EAP-MD5 (automatically included if EAP-TTLS is enabled)
101 CONFIG_EAP_MD5=y
102
103 # EAP-MSCHAPv2 (automatically included if EAP-PEAP is enabled)
104 CONFIG_EAP_MSCHAPV2=y
105
106 # EAP-TLS
107 CONFIG_EAP_TLS=y
108
109 # EAL-PEAP
110 CONFIG_EAP_PEAP=y
111
112 # EAP-TTLS
113 CONFIG_EAP_TTLS=y
114
115 # EAP-GTC
116 CONFIG_EAP_GTC=y
117
118 # EAP-OTP
119 CONFIG_EAP_OTP=y
120
121 # EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used)
122 #CONFIG_EAP_SIM=y
123
124 # EAP-PSK (experimental; this is _not_ needed for WPA-PSK)
125 #CONFIG_EAP_PSK=y
126
127 # EAP-PAX
128 #CONFIG_EAP_PAX=y
129
130 # LEAP
131 CONFIG_EAP_LEAP=y
132
133 # EAP-AKA (enable CONFIG_PCSC, if EAP-AKA is used)
134 #CONFIG_EAP_AKA=y
135
136 # PKCS#12 (PFX) support (used to read private key and certificate file from
137 # a file that usually has extension .p12 or .pfx)
138 CONFIG_PKCS12=y
139
140 # Smartcard support (i.e., private key on a smartcard), e.g., with openssl
141 # engine.
142 CONFIG_SMARTCARD=y
143
144 # PC/SC interface for smartcards (USIM, GSM SIM)
145 # Enable this if EAP-SIM or EAP-AKA is included
146 #CONFIG_PCSC=y
147
148 # Development testing
149 #CONFIG_EAPOL_TEST=y
150
151 # Replace native Linux implementation of packet sockets with libdnet/libpcap.
152 # This will be automatically set for non-Linux OS.
153 #CONFIG_DNET_PCAP=y
154
155 # Include control interface for external programs, e.g, wpa_cli
156 CONFIG_CTRL_IFACE=y
157
158 # Include support for GNU Readline and History Libraries in wpa_cli.
159 # When building a wpa_cli binary for distribution, please note that these
160 # libraries are licensed under GPL and as such, BSD license may not apply for
161 # the resulting binary.
162 #CONFIG_READLINE=y
163
164 # Remove debugging code that is printing out debug message to stdout.
165 # This can be used to reduce the size of the wpa_supplicant considerably
166 # if debugging code is not needed. The size reduction can be around 35%
167 # (e.g., 90 kB).
168 #CONFIG_NO_STDOUT_DEBUG=y
169
170 # Remove WPA support, e.g., for wired-only IEEE 802.1X supplicant, to save
171 # 35-50 kB in code size.
172 #CONFIG_NO_WPA=y
173
174 # Select configuration backend:
175 # file = text file (e.g., wpa_supplicant.conf)
176 CONFIG_BACKEND=file