diff options
Diffstat (limited to 'meta/packages/wpa-supplicant/files/defconfig-gnutls')
| -rw-r--r-- | meta/packages/wpa-supplicant/files/defconfig-gnutls | 178 |
1 files changed, 0 insertions, 178 deletions
diff --git a/meta/packages/wpa-supplicant/files/defconfig-gnutls b/meta/packages/wpa-supplicant/files/defconfig-gnutls deleted file mode 100644 index 5b4ff0d03e..0000000000 --- a/meta/packages/wpa-supplicant/files/defconfig-gnutls +++ /dev/null | |||
| @@ -1,178 +0,0 @@ | |||
| 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 | |||
| 10 | CFLAGS = $(TARGET_CFLAGS) -I../hostapd -I../utils -I../driver/modules -Wall -MMD | ||
| 11 | LIBS = $(TARGET_LDFLAGS) | ||
| 12 | |||
| 13 | # Driver interface for Host AP driver | ||
| 14 | CONFIG_DRIVER_HOSTAP=y | ||
| 15 | |||
| 16 | # Driver interface for Agere driver | ||
| 17 | #CONFIG_DRIVER_HERMES=n | ||
| 18 | |||
| 19 | # Driver interface for madwifi driver | ||
| 20 | #CONFIG_DRIVER_MADWIFI=y | ||
| 21 | |||
| 22 | # Driver interface for Prism54 driver | ||
| 23 | #CONFIG_DRIVER_PRISM54=y | ||
| 24 | |||
| 25 | # Driver interface for ndiswrapper | ||
| 26 | #CONFIG_DRIVER_NDISWRAPPER=y | ||
| 27 | |||
| 28 | # Driver interface for Atmel driver | ||
| 29 | #CONFIG_DRIVER_ATMEL=y | ||
| 30 | |||
| 31 | # Driver interface for Broadcom driver | ||
| 32 | #CONFIG_DRIVER_BROADCOM=y | ||
| 33 | |||
| 34 | # Driver interface for Intel ipw2100 driver | ||
| 35 | #CONFIG_DRIVER_IPW2100=y | ||
| 36 | |||
| 37 | # Driver interface for generic Linux wireless extensions | ||
| 38 | CONFIG_DRIVER_WEXT=y | ||
| 39 | |||
| 40 | # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver) | ||
| 41 | #CONFIG_DRIVER_BSD=y | ||
| 42 | #CFLAGS += -I/usr/local/include | ||
| 43 | #LIBS += -L/usr/local/lib | ||
| 44 | |||
| 45 | # Driver interface for development testing | ||
| 46 | #CONFIG_DRIVER_TEST=y | ||
| 47 | |||
| 48 | # Driver interface for wired Ethernet drivers | ||
| 49 | CONFIG_DRIVER_WIRED=y | ||
| 50 | |||
| 51 | # Enable IEEE 802.1X Supplicant (automatically included if any EAP method is | ||
| 52 | # included) | ||
| 53 | CONFIG_IEEE8021X_EAPOL=y | ||
| 54 | |||
| 55 | # EAP-MD5 (automatically included if EAP-TTLS is enabled) | ||
| 56 | CONFIG_EAP_MD5=y | ||
| 57 | |||
| 58 | # EAP-MSCHAPv2 (automatically included if EAP-PEAP is enabled) | ||
| 59 | CONFIG_EAP_MSCHAPV2=y | ||
| 60 | |||
| 61 | # EAP-TLS | ||
| 62 | CONFIG_EAP_TLS=y | ||
| 63 | |||
| 64 | # EAL-PEAP | ||
| 65 | CONFIG_EAP_PEAP=y | ||
| 66 | |||
| 67 | # EAP-TTLS | ||
| 68 | CONFIG_EAP_TTLS=y | ||
| 69 | |||
| 70 | # EAP-GTC | ||
| 71 | CONFIG_EAP_GTC=y | ||
| 72 | |||
| 73 | # EAP-OTP | ||
| 74 | CONFIG_EAP_OTP=y | ||
| 75 | |||
| 76 | # EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used) | ||
| 77 | #CONFIG_EAP_SIM=y | ||
| 78 | |||
| 79 | # EAP-PSK (experimental; this is _not_ needed for WPA-PSK) | ||
| 80 | #CONFIG_EAP_PSK=y | ||
| 81 | |||
| 82 | # EAP-PAX | ||
| 83 | #CONFIG_EAP_PAX=y | ||
| 84 | |||
| 85 | # LEAP | ||
| 86 | CONFIG_EAP_LEAP=y | ||
| 87 | |||
| 88 | # EAP-AKA (enable CONFIG_PCSC, if EAP-AKA is used) | ||
| 89 | #CONFIG_EAP_AKA=y | ||
| 90 | |||
| 91 | # PKCS#12 (PFX) support (used to read private key and certificate file from | ||
| 92 | # a file that usually has extension .p12 or .pfx) | ||
| 93 | CONFIG_PKCS12=y | ||
| 94 | |||
| 95 | # Smartcard support (i.e., private key on a smartcard), e.g., with openssl | ||
| 96 | # engine. | ||
| 97 | CONFIG_SMARTCARD=y | ||
| 98 | |||
| 99 | # PC/SC interface for smartcards (USIM, GSM SIM) | ||
| 100 | # Enable this if EAP-SIM or EAP-AKA is included | ||
| 101 | #CONFIG_PCSC=y | ||
| 102 | |||
| 103 | # Development testing | ||
| 104 | #CONFIG_EAPOL_TEST=y | ||
| 105 | |||
| 106 | # Replace native Linux implementation of packet sockets with libdnet/libpcap. | ||
| 107 | # This will be automatically set for non-Linux OS. | ||
| 108 | #CONFIG_DNET_PCAP=y | ||
| 109 | |||
| 110 | # Include control interface for external programs, e.g, wpa_cli | ||
| 111 | CONFIG_CTRL_IFACE=y | ||
| 112 | |||
| 113 | # Include support for GNU Readline and History Libraries in wpa_cli. | ||
| 114 | # When building a wpa_cli binary for distribution, please note that these | ||
| 115 | # libraries are licensed under GPL and as such, BSD license may not apply for | ||
| 116 | # the resulting binary. | ||
| 117 | #CONFIG_READLINE=y | ||
| 118 | |||
| 119 | # Remove debugging code that is printing out debug message to stdout. | ||
| 120 | # This can be used to reduce the size of the wpa_supplicant considerably | ||
| 121 | # if debugging code is not needed. The size reduction can be around 35% | ||
| 122 | # (e.g., 90 kB). | ||
| 123 | #CONFIG_NO_STDOUT_DEBUG=y | ||
| 124 | |||
| 125 | # Remove WPA support, e.g., for wired-only IEEE 802.1X supplicant, to save | ||
| 126 | # 35-50 kB in code size. | ||
| 127 | #CONFIG_NO_WPA=y | ||
| 128 | |||
| 129 | # Select configuration backend: | ||
| 130 | # file = text file (e.g., wpa_supplicant.conf) | ||
| 131 | # winreg = Windows registry (see win_example.reg for an example) | ||
| 132 | CONFIG_BACKEND=file | ||
| 133 | |||
| 134 | # Select program entry point implementation: | ||
| 135 | # main = UNIX/POSIX like main() function (default) | ||
| 136 | # main_winsvc = Windows service (read parameters from registry) | ||
| 137 | # main_none = Very basic example (development use only) | ||
| 138 | #CONFIG_MAIN=main | ||
| 139 | |||
| 140 | # Select wrapper for operatins system and C library specific functions | ||
| 141 | # unix = UNIX/POSIX like systems (default) | ||
| 142 | # win32 = Windows systems | ||
| 143 | # none = Empty template | ||
| 144 | #CONFIG_OS=unix | ||
| 145 | |||
| 146 | # Select event loop implementation | ||
| 147 | # eloop = select() loop (default) | ||
| 148 | # eloop_win = Windows events and WaitForMultipleObject() loop | ||
| 149 | # eloop_none = Empty template | ||
| 150 | #CONFIG_ELOOP=eloop | ||
| 151 | |||
| 152 | # Select layer 2 packet implementation | ||
| 153 | # linux = Linux packet socket (default) | ||
| 154 | # pcap = libpcap/libdnet/WinPcap | ||
| 155 | # freebsd = FreeBSD libpcap | ||
| 156 | # winpcap = WinPcap with receive thread | ||
| 157 | # none = Empty template | ||
| 158 | #CONFIG_L2_PACKET=linux | ||
| 159 | |||
| 160 | # IEEE 802.11i/IEEE 802.11e STAKey negotiation for direct link connection | ||
| 161 | #CONFIG_STAKEY=y | ||
| 162 | |||
| 163 | # Select TLS implementation | ||
| 164 | # openssl = OpenSSL (default) | ||
| 165 | # gnutls = GnuTLS (needed for TLS/IA, see also CONFIG_GNUTLS_EXTRA) | ||
| 166 | # none = Empty template | ||
| 167 | CONFIG_TLS=gnutls | ||
| 168 | |||
| 169 | # Whether to enable TLS/IA support, which is required for EAP-TTLSv1. | ||
| 170 | # You need CONFIG_TLS=gnutls for this to have any effect. Please note that | ||
| 171 | # even though the core GnuTLS library is released under LGPL, this extra | ||
| 172 | # library uses GPL and as such, the terms of GPL apply to the combination | ||
| 173 | # of wpa_supplicant and GnuTLS if this option is enabled. BSD license may not | ||
| 174 | # apply for distribution of the resulting binary. | ||
| 175 | CONFIG_GNUTLS_EXTRA=y | ||
| 176 | |||
| 177 | # Add support for DBus control interface | ||
| 178 | CONFIG_CTRL_IFACE_DBUS=y | ||
