wok diff hostapd/stuff/config @ rev 11853

python-pyxml: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 27 11:08:44 2012 +0100 (2012-02-27)
parents
children 147040c6687d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/hostapd/stuff/config	Mon Feb 27 11:08:44 2012 +0100
     1.3 @@ -0,0 +1,92 @@
     1.4 +# Example hostapd build time configuration
     1.5 +#
     1.6 +# This file lists the configuration options that are used when building the
     1.7 +# hostapd binary. All lines starting with # are ignored. Configuration option
     1.8 +# lines must be commented out complete, if they are not to be included, i.e.,
     1.9 +# just setting VARIABLE=n is not disabling that variable.
    1.10 +#
    1.11 +# This file is included in Makefile, so variables like CFLAGS and LIBS can also
    1.12 +# be modified from here. In most cass, these lines should use += in order not
    1.13 +# to override previous values of the variables.
    1.14 +
    1.15 +# Driver interface for Host AP driver
    1.16 +CONFIG_DRIVER_HOSTAP=y
    1.17 +
    1.18 +# Driver interface for wired authenticator
    1.19 +CONFIG_DRIVER_WIRED=y
    1.20 +
    1.21 +# Driver interface for madwifi driver
    1.22 +#CONFIG_DRIVER_MADWIFI=y
    1.23 +#CFLAGS += -I/usr  # change to reflect local setup; directory for madwifi src
    1.24 +
    1.25 +# Driver interface for Prism54 driver
    1.26 +CONFIG_DRIVER_PRISM54=y
    1.27 +
    1.28 +# IEEE 802.11F/IAPP
    1.29 +CONFIG_IAPP=y
    1.30 +
    1.31 +# WPA2/IEEE 802.11i RSN pre-authentication
    1.32 +CONFIG_RSN_PREAUTH=y
    1.33 +
    1.34 +# PeerKey handshake for Station to Station Link (IEEE 802.11e DLS)
    1.35 +CONFIG_PEERKEY=y
    1.36 +
    1.37 +# IEEE 802.11w (management frame protection)
    1.38 +# This version is an experimental implementation based on IEEE 802.11w/D1.0
    1.39 +# draft and is subject to change since the standard has not yet been finalized.
    1.40 +# Driver support is also needed for IEEE 802.11w.
    1.41 +CONFIG_IEEE80211W=y
    1.42 +
    1.43 +# Integrated EAP server
    1.44 +CONFIG_EAP=y
    1.45 +
    1.46 +# EAP-MD5 for the integrated EAP server
    1.47 +CONFIG_EAP_MD5=y
    1.48 +
    1.49 +# EAP-TLS for the integrated EAP server
    1.50 +CONFIG_EAP_TLS=y
    1.51 +
    1.52 +# EAP-MSCHAPv2 for the integrated EAP server
    1.53 +CONFIG_EAP_MSCHAPV2=y
    1.54 +
    1.55 +# EAP-PEAP for the integrated EAP server
    1.56 +CONFIG_EAP_PEAP=y
    1.57 +
    1.58 +# EAP-GTC for the integrated EAP server
    1.59 +CONFIG_EAP_GTC=y
    1.60 +
    1.61 +# EAP-TTLS for the integrated EAP server
    1.62 +CONFIG_EAP_TTLS=y
    1.63 +
    1.64 +# EAP-SIM for the integrated EAP server
    1.65 +CONFIG_EAP_SIM=y
    1.66 +
    1.67 +# EAP-AKA for the integrated EAP server
    1.68 +CONFIG_EAP_AKA=y
    1.69 +
    1.70 +# EAP-PAX for the integrated EAP server
    1.71 +CONFIG_EAP_PAX=y
    1.72 +
    1.73 +# EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK)
    1.74 +CONFIG_EAP_PSK=y
    1.75 +
    1.76 +# EAP-SAKE for the integrated EAP server
    1.77 +CONFIG_EAP_SAKE=y
    1.78 +
    1.79 +# EAP-GPSK for the integrated EAP server
    1.80 +CONFIG_EAP_GPSK=y
    1.81 +# Include support for optional SHA256 cipher suite in EAP-GPSK
    1.82 +CONFIG_EAP_GPSK_SHA256=y
    1.83 +
    1.84 +# PKCS#12 (PFX) support (used to read private key and certificate file from
    1.85 +# a file that usually has extension .p12 or .pfx)
    1.86 +CONFIG_PKCS12=y
    1.87 +
    1.88 +# RADIUS authentication server. This provides access to the integrated EAP
    1.89 +# server from external hosts using RADIUS.
    1.90 +CONFIG_RADIUS_SERVER=y
    1.91 +
    1.92 +# Build IPv6 support for RADIUS operations
    1.93 +CONFIG_IPV6=y
    1.94 +
    1.95 +CONFIG_DRIVER_NL80211=y