summaryrefslogtreecommitdiffstats
path: root/meta/packages/wpa-supplicant/wpa-supplicant-0.4.7/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/wpa-supplicant/wpa-supplicant-0.4.7/defconfig')
-rw-r--r--meta/packages/wpa-supplicant/wpa-supplicant-0.4.7/defconfig160
1 files changed, 160 insertions, 0 deletions
diff --git a/meta/packages/wpa-supplicant/wpa-supplicant-0.4.7/defconfig b/meta/packages/wpa-supplicant/wpa-supplicant-0.4.7/defconfig
new file mode 100644
index 0000000000..0e45d01b88
--- /dev/null
+++ b/meta/packages/wpa-supplicant/wpa-supplicant-0.4.7/defconfig
@@ -0,0 +1,160 @@
1# This file lists the configuration options that are used when building the
2# hostapd binary. All lines starting with # are ignored. Configuration option
3# lines must be commented out complete, if they are not to be included, i.e.,
4# just setting VARIABLE=n is not disabling that variable.
5#
6# This file is included in Makefile, so variables like CFLAGS and LIBS can also
7# be modified from here. In most cass, these lines should use += in order not
8# to override previous values of the variables.
9
10CFLAGS = $(TARGET_CFLAGS) -I../hostapd -I../utils -I../driver/modules -Wall -MMD
11
12# for wpa_supplicant, wpa_cli
13LIBS = $(TARGET_LDFLAGS)
14
15# for wpa_passphrase:
16LIBS_p = $(TARGET_LDFLAGS)
17
18
19# Uncomment following two lines and fix the paths if you have installed openssl
20# in non-default location
21#CFLAGS += -I/usr/local/openssl/include
22#LIBS += -L/usr/local/openssl/lib
23
24# Example configuration for various cross-compilation platforms
25
26#### sveasoft (e.g., for Linksys WRT54G) ######################################
27#CC=mipsel-uclibc-gcc
28#CC=/opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-uclibc-gcc
29#CFLAGS += -Os
30#CPPFLAGS += -I../src/include -I../../src/router/openssl/include
31#LIBS += -L/opt/brcm/hndtools-mipsel-uclibc-0.9.19/lib -lssl
32###############################################################################
33
34#### openwrt (e.g., for Linksys WRT54G) #######################################
35#CC=mipsel-uclibc-gcc
36#CC=/opt/brcm/hndtools-mipsel-uclibc/bin/mipsel-uclibc-gcc
37#CFLAGS += -Os
38#CPPFLAGS=-I../src/include -I../openssl-0.9.7d/include \
39# -I../WRT54GS/release/src/include
40#LIBS = -lssl
41###############################################################################
42
43
44# Driver interface for Host AP driver
45#CONFIG_DRIVER_HOSTAP=y
46
47# Driver interface for Agere driver
48#CONFIG_DRIVER_HERMES=y
49
50# Driver interface for madwifi driver
51#CONFIG_DRIVER_MADWIFI=y
52# Change include directories to match with the local setup
53#CFLAGS += -I../madwifi/wpa
54
55# Driver interface for Prism54 driver
56#CONFIG_DRIVER_PRISM54=y
57
58# Driver interface for ndiswrapper
59#CONFIG_DRIVER_NDISWRAPPER=y
60
61# Driver interface for Atmel driver
62#CONFIG_DRIVER_ATMEL=y
63
64# Driver interface for Broadcom driver
65#CONFIG_DRIVER_BROADCOM=y
66# Example path for wlioctl.h; change to match your configuration
67#CFLAGS += -I/opt/WRT54GS/release/src/include
68
69# Driver interface for Intel ipw2100 driver
70#CONFIG_DRIVER_IPW2100=y
71
72# Driver interface for the Zydas zd1211 driver
73CONFIG_DRIVER_ZD1211=y
74
75# Driver interface for generic Linux wireless extensions
76CONFIG_DRIVER_WEXT=y
77
78# Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
79#CONFIG_DRIVER_BSD=y
80#CFLAGS += -I/usr/local/include
81#LIBS += -L/usr/local/lib
82
83# Driver interface for Windows NDIS
84#CONFIG_DRIVER_NDIS=y
85#CFLAGS += -I/usr/include/w32api/ddk
86#LIBS += -L/usr/local/lib
87# For native build using mingw
88#CONFIG_NATIVE_WINDOWS=y
89# Additional directories for cross-compilation on Linux host for mingw target
90#CFLAGS += -I/opt/mingw/mingw32/include/ddk
91#LIBS += -L/opt/mingw/mingw32/lib
92#CC=mingw32-gcc
93
94# Driver interface for development testing
95#CONFIG_DRIVER_TEST=y
96
97# Enable IEEE 802.1X Supplicant (automatically included if any EAP method is
98# included)
99CONFIG_IEEE8021X_EAPOL=y
100
101# EAP-MD5 (automatically included if EAP-TTLS is enabled)
102CONFIG_EAP_MD5=y
103
104# EAP-MSCHAPv2 (automatically included if EAP-PEAP is enabled)
105CONFIG_EAP_MSCHAPV2=y
106
107# EAP-TLS
108CONFIG_EAP_TLS=y
109
110# EAL-PEAP
111CONFIG_EAP_PEAP=y
112
113# EAP-TTLS
114CONFIG_EAP_TTLS=y
115
116# EAP-GTC
117CONFIG_EAP_GTC=y
118
119# EAP-OTP
120CONFIG_EAP_OTP=y
121
122# EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used)
123#CONFIG_EAP_SIM=y
124
125# EAP-PSK (experimental; this is _not_ needed for WPA-PSK)
126#CONFIG_EAP_PSK=y
127
128# LEAP
129CONFIG_EAP_LEAP=y
130
131# EAP-AKA (enable CONFIG_PCSC, if EAP-AKA is used)
132#CONFIG_EAP_AKA=y
133
134# PKCS#12 (PFX) support (used to read private key and certificate file from
135# a file that usually has extension .p12 or .pfx)
136CONFIG_PKCS12=y
137
138# PC/SC interface for smartcards (USIM, GSM SIM)
139# Enable this if EAP-SIM or EAP-AKA is included
140#CONFIG_PCSC=y
141
142# Development testing
143#CONFIG_EAPOL_TEST=y
144
145# Replace native Linux implementation of packet sockets with libdnet/libpcap.
146# This will be automatically set for non-Linux OS.
147#CONFIG_DNET_PCAP=y
148
149# Include control interface for external programs, e.g, wpa_cli
150CONFIG_CTRL_IFACE=y
151
152# Include interface for using external supplicant (Xsupplicant) for EAP
153# authentication
154#CONFIG_XSUPPLICANT_IFACE=y
155
156# Include support for GNU Readline and History Libraries in wpa_cli.
157# When building a wpa_cli binary for distribution, please note that these
158# libraries are licensed under GPL and as such, BSD license may not apply for
159# the resulting binary.
160#CONFIG_READLINE=y