Update of /cvsroot/leaf/src/bering-uclibc4/source/hostapd
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv17012

Modified Files:
        .config 
Log Message:
.config for 0.6.9


Index: .config
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc4/source/hostapd/.config,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .config     2 Jun 2010 16:46:21 -0000       1.1
--- .config     31 Jul 2010 15:50:28 -0000      1.2
***************
*** 1,2 ****
--- 1,13 ----
+ # 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
***************
*** 7,25 ****
  # 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 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)/include
! #CFLAGS += -I$(WIRELESS_DEV)/net/d80211
! #CFLAGS += -D_LINUX_TYPES_H
  
  # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
--- 18,34 ----
  # Driver interface for madwifi driver
  #CONFIG_DRIVER_MADWIFI=y
! #CFLAGS += -I../../madwifi # change to the madwifi source directory
  
  # Driver interface for Prism54 driver
  CONFIG_DRIVER_PRISM54=y
  
! # Driver interface for drivers using the nl80211 kernel interface
! CONFIG_DRIVER_NL80211=y
! # driver_nl80211.c requires a rather new libnl (version 1.1) which may not be
! # shipped with your distribution yet. If that is the case, you need to build
! # newer libnl version and point the hostapd build to use it.
! #LIBNL=/usr/src/libnl
! #CFLAGS += -I$(LIBNL)/include
! #LIBS += -L$(LIBNL)/lib
  
  # Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)
***************
*** 28,31 ****
--- 37,43 ----
  #LIBS += -L/usr/local/lib
  
+ # Driver interface for no driver (e.g., RADIUS server only)
+ #CONFIG_DRIVER_NONE=y
+ 
  # IEEE 802.11F/IAPP
  CONFIG_IAPP=y
***************
*** 70,73 ****
--- 82,89 ----
  CONFIG_EAP_AKA=y
  
+ # EAP-AKA' for the integrated EAP server
+ # This requires CONFIG_EAP_AKA to be enabled, too.
+ CONFIG_EAP_AKA_PRIME=y
+ 
  # EAP-PAX for the integrated EAP server
  CONFIG_EAP_PAX=y
***************
*** 84,87 ****
--- 100,121 ----
  #CONFIG_EAP_GPSK_SHA256=y
  
+ # EAP-FAST for the integrated EAP server
+ # Note: Default OpenSSL package does not include support for all the
+ # functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL,
+ # the OpenSSL library must be patched (openssl-0.9.9-session-ticket.patch)
+ # to add the needed functions.
+ #CONFIG_EAP_FAST=y
+ 
+ # Wi-Fi Protected Setup (WPS)
+ #CONFIG_WPS=y
+ # Enable UPnP support for external WPS Registrars
+ #CONFIG_WPS_UPNP=y
+ 
+ # EAP-IKEv2
+ #CONFIG_EAP_IKEV2=y
+ 
+ # Trusted Network Connect (EAP-TNC)
+ #CONFIG_EAP_TNC=y
+ 
  # PKCS#12 (PFX) support (used to read private key and certificate file from
  # a file that usually has extension .p12 or .pfx)
***************
*** 94,95 ****
--- 128,144 ----
  # Build IPv6 support for RADIUS operations
  CONFIG_IPV6=y
+ 
+ # IEEE Std 802.11r-2008 (Fast BSS Transition)
+ CONFIG_IEEE80211R=y
+ 
+ # Use the hostapd's IEEE 802.11 authentication (ACL), but without
+ # the IEEE 802.11 Management capability (e.g., madwifi or FreeBSD/net80211)
+ #CONFIG_DRIVER_RADIUS_ACL=y
+ 
+ # IEEE 802.11n (High Throughput) support
+ CONFIG_IEEE80211N=y
+ 
+ # Remove debugging code that is printing out debug messages to stdout.
+ # This can be used to reduce the size of the hostapd considerably if debugging
+ # code is not needed.
+ #CONFIG_NO_STDOUT_DEBUG=y


------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to