wpa_supplicant / hostapd
2.5
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
src
utils
build_config.h
Go to the documentation of this file.
1
11
#ifndef BUILD_CONFIG_H
12
#define BUILD_CONFIG_H
13
14
/* Insert configuration defines, e.g., #define EAP_MD5, here, if needed. */
15
16
#ifdef CONFIG_WIN32_DEFAULTS
17
#define CONFIG_NATIVE_WINDOWS
18
#define CONFIG_ANSI_C_EXTRA
19
#define CONFIG_WINPCAP
20
#define IEEE8021X_EAPOL
21
#define PKCS12_FUNCS
22
#define PCSC_FUNCS
23
#define CONFIG_CTRL_IFACE
24
#define CONFIG_CTRL_IFACE_NAMED_PIPE
25
#define CONFIG_DRIVER_NDIS
26
#define CONFIG_NDIS_EVENTS_INTEGRATED
27
#define CONFIG_DEBUG_FILE
28
#define EAP_MD5
29
#define EAP_TLS
30
#define EAP_MSCHAPv2
31
#define EAP_PEAP
32
#define EAP_TTLS
33
#define EAP_GTC
34
#define EAP_OTP
35
#define EAP_LEAP
36
#define EAP_TNC
37
#define _CRT_SECURE_NO_DEPRECATE
38
39
#ifdef USE_INTERNAL_CRYPTO
40
#define CONFIG_TLS_INTERNAL_CLIENT
41
#define CONFIG_INTERNAL_LIBTOMMATH
42
#define CONFIG_CRYPTO_INTERNAL
43
#endif
/* USE_INTERNAL_CRYPTO */
44
#endif
/* CONFIG_WIN32_DEFAULTS */
45
46
#endif
/* BUILD_CONFIG_H */
Generated on Sun Sep 27 2015 22:08:08 for wpa_supplicant / hostapd by
1.8.6