X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=hostapd%2Fdefconfig;h=45078f2c46f472421c7b039c678c82789daae162;hb=fda90ab4b73b19d4638e8b7cd4c90458e51f9e3e;hp=56d8a4ae2f3792bb092cb497f924d2e25387e3f9;hpb=fecc01663b24c66aeee6aa3b67b74b4d102b92d0;p=wpasupplicant diff --git a/hostapd/defconfig b/hostapd/defconfig index 56d8a4a..45078f2 100644 --- a/hostapd/defconfig +++ b/hostapd/defconfig @@ -17,7 +17,7 @@ CONFIG_DRIVER_HOSTAP=y # Driver interface for madwifi driver #CONFIG_DRIVER_MADWIFI=y -#CFLAGS += -I../head # change to reflect local setup; directory for madwifi src +#CFLAGS += -I../../madwifi # change to the madwifi source directory # Driver interface for Prism54 driver #CONFIG_DRIVER_PRISM54=y @@ -108,6 +108,8 @@ CONFIG_EAP_TTLS=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 @@ -132,3 +134,20 @@ CONFIG_IPV6=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 + +# Remove support for RADIUS accounting +#CONFIG_NO_ACCOUNTING=y + +# Remove support for RADIUS +#CONFIG_NO_RADIUS=y + +# Remove support for VLANs +#CONFIG_NO_VLAN=y