]> git.pld-linux.org Git - packages/wpa_supplicant.git/blob - wpa_supplicant.config
- use __cxx
[packages/wpa_supplicant.git] / wpa_supplicant.config
1 # Driver interface for Host AP driver
2 CONFIG_DRIVER_HOSTAP=y
3
4 # Driver interface for Devicescape stack
5 CONFIG_DRIVER_DSCAPE=y
6
7 # Driver interface for Agere driver
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 # Change include directories to match with the local setup
14 CFLAGS += -I/usr/include/madwifi
15
16 # Driver interface for Prism54 driver
17 CONFIG_DRIVER_PRISM54=y
18
19 # Driver interface for ndiswrapper
20 CONFIG_DRIVER_NDISWRAPPER=y
21
22 # Driver interface for Atmel driver
23 CONFIG_DRIVER_ATMEL=y
24
25 # Driver interface for Broadcom driver
26 #CONFIG_DRIVER_BROADCOM=y
27 # Example path for wlioctl.h; change to match your configuration
28 #CFLAGS += -I/opt/WRT54GS/release/src/include
29
30 # Driver interface for Intel ipw2100/2200 driver
31 CONFIG_DRIVER_IPW=y
32
33 # Driver interface for generic Linux wireless extensions
34 CONFIG_DRIVER_WEXT=y
35
36 # Driver interface for development testing
37 #CONFIG_DRIVER_TEST=y
38
39 # Enable IEEE 802.1X Supplicant (automatically included if any EAP method is
40 # included)
41 CONFIG_IEEE8021X_EAPOL=y
42
43 # EAP-MD5 (automatically included if EAP-TTLS is enabled)
44 CONFIG_EAP_MD5=y
45
46 # EAP-MSCHAPv2 (automatically included if EAP-PEAP is enabled)
47 CONFIG_EAP_MSCHAPV2=y
48
49 # EAP-TLS
50 CONFIG_EAP_TLS=y
51
52 # EAL-PEAP
53 CONFIG_EAP_PEAP=y
54
55 # EAP-TTLS
56 CONFIG_EAP_TTLS=y
57
58 # EAP-GTC
59 CONFIG_EAP_GTC=y
60
61 # EAP-OTP
62 CONFIG_EAP_OTP=y
63
64 # EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used)
65 #CONFIG_EAP_SIM=y
66
67 # EAP-PSK (experimental; this is _not_ needed for WPA-PSK)
68 #CONFIG_EAP_PSK=y
69
70 # LEAP
71 CONFIG_EAP_LEAP=y
72
73 # EAP-AKA (enable CONFIG_PCSC, if EAP-AKA is used)
74 #CONFIG_EAP_AKA=y
75
76 # PKCS#12 (PFX) support (used to read private key and certificate file from
77 # a file that usually has extension .p12 or .pfx)
78 CONFIG_PKCS12=y
79
80 # PC/SC interface for smartcards (USIM, GSM SIM)
81 # Enable this if EAP-SIM or EAP-AKA is included
82 #CONFIG_PCSC=y
83
84 # Development testing
85 #CONFIG_EAPOL_TEST=y
86
87 # Replace native Linux implementation of packet sockets with libdnet/libpcap.
88 # This will be automatically set for non-Linux OS.
89 #CONFIG_DNET_PCAP=y
90
91 # Include control interface for external programs, e.g, wpa_cli
92 CONFIG_CTRL_IFACE=y
93
94 # Include interface for using external supplicant (Xsupplicant) for EAP
95 # authentication
96 CONFIG_XSUPPLICANT_IFACE=y
97
98 # Include support for GNU Readline and History Libraries in wpa_cli.
99 # When building a wpa_cli binary for distribution, please note that these
100 # libraries are licensed under GPL and as such, BSD license may not apply for
101 # the resulting binary.
102 CONFIG_READLINE=y
This page took 0.07042 seconds and 3 git commands to generate.