]> git.pld-linux.org Git - packages/hostapd.git/blame - hostapd-build-time-config.patch
- 0.5.5-1 rel
[packages/hostapd.git] / hostapd-build-time-config.patch
CommitLineData
8aaedcb6 1--- /dev/null 2005-11-22 16:20:48.000000000 +0100
2+++ hostapd-0.5.2/.config 2006-04-11 13:13:18.000000000 +0200
3@@ -0,0 +1,84 @@
4+# Example hostapd build time configuration
5+#
6+# This file lists the configuration options that are used when building the
7+# hostapd binary. All lines starting with # are ignored. Configuration option
8+# lines must be commented out complete, if they are not to be included, i.e.,
9+# just setting VARIABLE=n is not disabling that variable.
10+#
11+# This file is included in Makefile, so variables like CFLAGS and LIBS can also
12+# be modified from here. In most cass, these lines should use += in order not
13+# to override previous values of the variables.
14+
15+# Driver interface for Host AP driver
16+CONFIG_DRIVER_HOSTAP=y
17+
18+# Driver interface for wired authenticator
19+#CONFIG_DRIVER_WIRED=y
20+
21+# Driver interface for madwifi driver
22+CONFIG_DRIVER_MADWIFI=y
23+CFLAGS += -I/usr/include/madwifi # change to reflect local setup; directory for madwifi src
24+
25+# Driver interface for Prism54 driver
26+CONFIG_DRIVER_PRISM54=y
27+
28+# Driver interface for drivers using Devicescape IEEE 802.11 stack
29+#CONFIG_DRIVER_DEVICESCAPE=y
30+
31+# Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
32+#CONFIG_DRIVER_BSD=y
33+#CFLAGS += -I/usr/local/include
34+#LIBS += -L/usr/local/lib
35+
36+# IEEE 802.11F/IAPP
37+CONFIG_IAPP=y
38+
39+# WPA2/IEEE 802.11i RSN pre-authentication
40+CONFIG_RSN_PREAUTH=y
41+
42+# IEEE 802.11i/IEEE 802.11e STAKey negotiation for direct link connection
43+CONFIG_STAKEY=y
44+
45+# Integrated EAP server
46+CONFIG_EAP=y
47+
48+# EAP-MD5 for the integrated EAP server
49+CONFIG_EAP_MD5=y
50+
51+# EAP-TLS for the integrated EAP server
52+CONFIG_EAP_TLS=y
53+
54+# EAP-MSCHAPv2 for the integrated EAP server
55+CONFIG_EAP_MSCHAPV2=y
56+
57+# EAP-PEAP for the integrated EAP server
58+CONFIG_EAP_PEAP=y
59+
60+# EAP-GTC for the integrated EAP server
61+CONFIG_EAP_GTC=y
62+
63+# EAP-TTLS for the integrated EAP server
64+CONFIG_EAP_TTLS=y
65+
66+# EAP-SIM for the integrated EAP server
67+CONFIG_EAP_SIM=y
68+
69+# EAP-AKA for the integrated EAP server
70+CONFIG_EAP_AKA=y
71+
72+# EAP-PAX for the integrated EAP server
73+CONFIG_EAP_PAX=y
74+
75+# EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK)
76+#CONFIG_EAP_PSK=y
77+
78+# PKCS#12 (PFX) support (used to read private key and certificate file from
79+# a file that usually has extension .p12 or .pfx)
80+CONFIG_PKCS12=y
81+
82+# RADIUS authentication server. This provides access to the integrated EAP
83+# server from external hosts using RADIUS.
84+CONFIG_RADIUS_SERVER=y
85+
86+# Build IPv6 support for RADIUS operations
87+CONFIG_IPV6=y
This page took 0.074789 seconds and 4 git commands to generate.