head	1.2;
access;
symbols
	RELENG_7_4_0_RELEASE:1.1.1.3.2.1
	RELENG_7_4:1.1.1.3.2.1.0.8
	RELENG_7_4_BP:1.1.1.3.2.1
	RELENG_7_3_0_RELEASE:1.1.1.3.2.1
	RELENG_7_3:1.1.1.3.2.1.0.6
	RELENG_7_3_BP:1.1.1.3.2.1
	RELENG_7_2_0_RELEASE:1.1.1.3.2.1
	RELENG_7_2:1.1.1.3.2.1.0.4
	RELENG_7_2_BP:1.1.1.3.2.1
	RELENG_7_1_0_RELEASE:1.1.1.3.2.1
	RELENG_6_4_0_RELEASE:1.1.1.1.2.1
	RELENG_7_1:1.1.1.3.2.1.0.2
	RELENG_7_1_BP:1.1.1.3.2.1
	RELENG_6_4:1.1.1.1.2.1.0.8
	RELENG_6_4_BP:1.1.1.1.2.1
	v0_5_10:1.1.1.3
	RELENG_7_0_0_RELEASE:1.1.1.3
	RELENG_6_3_0_RELEASE:1.1.1.1.2.1
	RELENG_7_0:1.1.1.3.0.4
	RELENG_7_0_BP:1.1.1.3
	RELENG_6_3:1.1.1.1.2.1.0.6
	RELENG_6_3_BP:1.1.1.1.2.1
	RELENG_7:1.1.1.3.0.2
	RELENG_7_BP:1.1.1.3
	v0_5_8:1.1.1.3
	RELENG_6_2_0_RELEASE:1.1.1.1.2.1
	RELENG_6_2:1.1.1.1.2.1.0.4
	RELENG_6_2_BP:1.1.1.1.2.1
	RELENG_6_1_0_RELEASE:1.1.1.1.2.1
	RELENG_6_1:1.1.1.1.2.1.0.2
	RELENG_6_1_BP:1.1.1.1.2.1
	v0_4_8:1.1.1.2
	RELENG_6_0_0_RELEASE:1.1.1.1
	RELENG_6_0:1.1.1.1.0.4
	RELENG_6_0_BP:1.1.1.1
	RELENG_6:1.1.1.1.0.2
	RELENG_6_BP:1.1.1.1
	v0_3_9:1.1.1.1
	v0_3_7:1.1.1.1
	MALINEN:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2009.03.02.02.29.17;	author sam;	state dead;
branches;
next	1.1;

1.1
date	2005.06.05.22.34.46;	author sam;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2005.06.05.22.34.46;	author sam;	state Exp;
branches
	1.1.1.1.2.1;
next	1.1.1.2;

1.1.1.2
date	2006.03.07.05.46.42;	author sam;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	2007.07.09.16.14.29;	author sam;	state Exp;
branches
	1.1.1.3.2.1;
next	1.1.1.4;

1.1.1.4
date	2008.03.24.21.20.35;	author sam;	state Exp;
branches;
next	;

1.1.1.1.2.1
date	2006.03.24.01.42.33;	author sam;	state Exp;
branches;
next	;

1.1.1.3.2.1
date	2008.04.25.18.02.11;	author sam;	state Exp;
branches;
next	;


desc
@@


1.2
log
@SVN rev 189264 on 2009-03-02 02:29:17Z by sam

don't need these any more; we are now using a combined tree
@
text
@# Example hostapd build time configuration
#
# This file lists the configuration options that are used when building the
# hostapd binary. All lines starting with # are ignored. Configuration option
# lines must be commented out complete, if they are not to be included, i.e.,
# just setting VARIABLE=n is not disabling that variable.
#
# This file is included in Makefile, so variables like CFLAGS and LIBS can also
# be modified from here. In most cass, these lines should use += in order not
# to override previous values of the variables.

# Driver interface for Host AP driver
CONFIG_DRIVER_HOSTAP=y

# Driver interface for wired authenticator
#CONFIG_DRIVER_WIRED=y

# Driver interface for madwifi driver
#CONFIG_DRIVER_MADWIFI=y
#CFLAGS += -I../head # change to reflect local setup; directory for madwifi src

# Driver interface for Prism54 driver
#CONFIG_DRIVER_PRISM54=y

# Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
#CONFIG_DRIVER_BSD=y
#CFLAGS += -I/usr/local/include
#LIBS += -L/usr/local/lib

# IEEE 802.11F/IAPP
CONFIG_IAPP=y

# WPA2/IEEE 802.11i RSN pre-authentication
CONFIG_RSN_PREAUTH=y

# Integrated EAP authenticator
CONFIG_EAP=y

# EAP-MD5 for the integrated EAP authenticator
CONFIG_EAP_MD5=y

# EAP-TLS for the integrated EAP authenticator
CONFIG_EAP_TLS=y

# EAP-MSCHAPv2 for the integrated EAP authenticator
CONFIG_EAP_MSCHAPV2=y

# EAP-PEAP for the integrated EAP authenticator
CONFIG_EAP_PEAP=y

# EAP-GTC for the integrated EAP authenticator
CONFIG_EAP_GTC=y

# EAP-TTLS for the integrated EAP authenticator
CONFIG_EAP_TTLS=y

# EAP-SIM for the integrated EAP authenticator
#CONFIG_EAP_SIM=y

# PKCS#12 (PFX) support (used to read private key and certificate file from
# a file that usually has extension .p12 or .pfx)
CONFIG_PKCS12=y

# RADIUS authentication server. This provides access to the integrated EAP
# authenticator from external hosts using RADIUS.
#CONFIG_RADIUS_SERVER=y
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Stripped down import of hostapd v0.3.7
@
text
@@


1.1.1.1.2.1
log
@MFC v0.4.8 import of hostapd

Approved by:	re (hrs)
@
text
@d36 1
a36 1
# Integrated EAP server
d39 1
a39 1
# EAP-MD5 for the integrated EAP server
d42 1
a42 1
# EAP-TLS for the integrated EAP server
d45 1
a45 1
# EAP-MSCHAPv2 for the integrated EAP server
d48 1
a48 1
# EAP-PEAP for the integrated EAP server
d51 1
a51 1
# EAP-GTC for the integrated EAP server
d54 1
a54 1
# EAP-TTLS for the integrated EAP server
d57 1
a57 1
# EAP-SIM for the integrated EAP server
a59 6
# EAP-PAX for the integrated EAP server
#CONFIG_EAP_PAX=y

# EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK)
#CONFIG_EAP_PSK=y

d65 1
a65 1
# server from external hosts using RADIUS.
a66 3

# Build IPv6 support for RADIUS operations
CONFIG_IPV6=y
@


1.1.1.2
log
@Import of hostapd 0.4.8
@
text
@d36 1
a36 1
# Integrated EAP server
d39 1
a39 1
# EAP-MD5 for the integrated EAP server
d42 1
a42 1
# EAP-TLS for the integrated EAP server
d45 1
a45 1
# EAP-MSCHAPv2 for the integrated EAP server
d48 1
a48 1
# EAP-PEAP for the integrated EAP server
d51 1
a51 1
# EAP-GTC for the integrated EAP server
d54 1
a54 1
# EAP-TTLS for the integrated EAP server
d57 1
a57 1
# EAP-SIM for the integrated EAP server
a59 6
# EAP-PAX for the integrated EAP server
#CONFIG_EAP_PAX=y

# EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK)
#CONFIG_EAP_PSK=y

d65 1
a65 1
# server from external hosts using RADIUS.
a66 3

# Build IPv6 support for RADIUS operations
CONFIG_IPV6=y
@


1.1.1.3
log
@Import of hostapd 0.5.8
@
text
@a24 9
# Driver interface for drivers using Devicescape IEEE 802.11 stack
#CONFIG_DRIVER_DEVICESCAPE=y
# Currently, driver_devicescape.c build requires some additional parameters
# to be able to include some of the kernel header files. Following lines can
# be used to set these (WIRELESS_DEV must point to the root directory of the
# wireless-dev.git tree).
#WIRELESS_DEV=/usr/src/wireless-dev
#CFLAGS += -I$(WIRELESS_DEV)/net/mac80211

a35 9
# PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
CONFIG_PEERKEY=y

# IEEE 802.11w (management frame protection)
# This version is an experimental implementation based on IEEE 802.11w/D1.0
# draft and is subject to change since the standard has not yet been finalized.
# Driver support is also needed for IEEE 802.11w.
#CONFIG_IEEE80211W=y

a59 3
# EAP-AKA for the integrated EAP server
#CONFIG_EAP_AKA=y

a65 8
# EAP-SAKE for the integrated EAP server
#CONFIG_EAP_SAKE=y

# EAP-GPSK for the integrated EAP server
#CONFIG_EAP_GPSK=y
# Include support for optional SHA256 cipher suite in EAP-GPSK
#CONFIG_EAP_GPSK_SHA256=y

@


1.1.1.3.2.1
log
@MFC: hostapd 0.5.10 + radius acl support
@
text
@a104 4

# Use the hostapd's IEEE 802.11 authentication (ACL), but without
# the IEEE 802.11 Management capability
CONFIG_DRIVER_RADIUS_ACL=y
@


1.1.1.4
log
@add support for driver-based RADIUS ACL's (committed on vendor branch as it's
been sent upstream)

Submitted by:	Chris Zimmermann
@
text
@a104 4

# Use the hostapd's IEEE 802.11 authentication (ACL), but without
# the IEEE 802.11 Management capability
CONFIG_DRIVER_RADIUS_ACL=y
@


