]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - contrib/hostapd/defconfig
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / contrib / hostapd / defconfig
1 # Example hostapd 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 # Driver interface for Host AP driver
13 CONFIG_DRIVER_HOSTAP=y
14
15 # Driver interface for wired authenticator
16 #CONFIG_DRIVER_WIRED=y
17
18 # Driver interface for madwifi driver
19 #CONFIG_DRIVER_MADWIFI=y
20 #CFLAGS += -I../head # change to reflect local setup; directory for madwifi src
21
22 # Driver interface for Prism54 driver
23 #CONFIG_DRIVER_PRISM54=y
24
25 # Driver interface for drivers using Devicescape IEEE 802.11 stack
26 #CONFIG_DRIVER_DEVICESCAPE=y
27 # Currently, driver_devicescape.c build requires some additional parameters
28 # to be able to include some of the kernel header files. Following lines can
29 # be used to set these (WIRELESS_DEV must point to the root directory of the
30 # wireless-dev.git tree).
31 #WIRELESS_DEV=/usr/src/wireless-dev
32 #CFLAGS += -I$(WIRELESS_DEV)/net/mac80211
33
34 # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
35 #CONFIG_DRIVER_BSD=y
36 #CFLAGS += -I/usr/local/include
37 #LIBS += -L/usr/local/lib
38
39 # IEEE 802.11F/IAPP
40 CONFIG_IAPP=y
41
42 # WPA2/IEEE 802.11i RSN pre-authentication
43 CONFIG_RSN_PREAUTH=y
44
45 # PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
46 CONFIG_PEERKEY=y
47
48 # IEEE 802.11w (management frame protection)
49 # This version is an experimental implementation based on IEEE 802.11w/D1.0
50 # draft and is subject to change since the standard has not yet been finalized.
51 # Driver support is also needed for IEEE 802.11w.
52 #CONFIG_IEEE80211W=y
53
54 # Integrated EAP server
55 CONFIG_EAP=y
56
57 # EAP-MD5 for the integrated EAP server
58 CONFIG_EAP_MD5=y
59
60 # EAP-TLS for the integrated EAP server
61 CONFIG_EAP_TLS=y
62
63 # EAP-MSCHAPv2 for the integrated EAP server
64 CONFIG_EAP_MSCHAPV2=y
65
66 # EAP-PEAP for the integrated EAP server
67 CONFIG_EAP_PEAP=y
68
69 # EAP-GTC for the integrated EAP server
70 CONFIG_EAP_GTC=y
71
72 # EAP-TTLS for the integrated EAP server
73 CONFIG_EAP_TTLS=y
74
75 # EAP-SIM for the integrated EAP server
76 #CONFIG_EAP_SIM=y
77
78 # EAP-AKA for the integrated EAP server
79 #CONFIG_EAP_AKA=y
80
81 # EAP-PAX for the integrated EAP server
82 #CONFIG_EAP_PAX=y
83
84 # EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK)
85 #CONFIG_EAP_PSK=y
86
87 # EAP-SAKE for the integrated EAP server
88 #CONFIG_EAP_SAKE=y
89
90 # EAP-GPSK for the integrated EAP server
91 #CONFIG_EAP_GPSK=y
92 # Include support for optional SHA256 cipher suite in EAP-GPSK
93 #CONFIG_EAP_GPSK_SHA256=y
94
95 # PKCS#12 (PFX) support (used to read private key and certificate file from
96 # a file that usually has extension .p12 or .pfx)
97 CONFIG_PKCS12=y
98
99 # RADIUS authentication server. This provides access to the integrated EAP
100 # server from external hosts using RADIUS.
101 #CONFIG_RADIUS_SERVER=y
102
103 # Build IPv6 support for RADIUS operations
104 CONFIG_IPV6=y
105
106 # Use the hostapd's IEEE 802.11 authentication (ACL), but without
107 # the IEEE 802.11 Management capability
108 CONFIG_DRIVER_RADIUS_ACL=y