summaryrefslogtreecommitdiffstats
path: root/network/hostapd/hostapd-defconfig.diff
diff options
context:
space:
mode:
Diffstat (limited to 'network/hostapd/hostapd-defconfig.diff')
-rw-r--r--network/hostapd/hostapd-defconfig.diff80
1 files changed, 80 insertions, 0 deletions
diff --git a/network/hostapd/hostapd-defconfig.diff b/network/hostapd/hostapd-defconfig.diff
new file mode 100644
index 0000000000..23737f713a
--- /dev/null
+++ b/network/hostapd/hostapd-defconfig.diff
@@ -0,0 +1,80 @@
+--- defconfig 2014-06-04 15:26:14.000000000 +0200
++++ defconfig.new 2014-06-19 18:52:42.399466282 +0200
+@@ -43,7 +43,7 @@
+ #LIBS_c += -L/usr/local/lib
+
+ # Driver interface for no driver (e.g., RADIUS server only)
+-#CONFIG_DRIVER_NONE=y
++CONFIG_DRIVER_NONE=y
+
+ # IEEE 802.11F/IAPP
+ CONFIG_IAPP=y
+@@ -79,20 +79,20 @@
+ CONFIG_EAP_TTLS=y
+
+ # EAP-SIM for the integrated EAP server
+-#CONFIG_EAP_SIM=y
++CONFIG_EAP_SIM=y
+
+ # EAP-AKA for the integrated EAP server
+-#CONFIG_EAP_AKA=y
++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
++CONFIG_EAP_PAX=y
+
+ # EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK)
+-#CONFIG_EAP_PSK=y
++CONFIG_EAP_PSK=y
+
+ # EAP-pwd for the integrated EAP server (secure authentication with a password)
+ #CONFIG_EAP_PWD=y
+@@ -112,9 +112,9 @@
+ #CONFIG_EAP_FAST=y
+
+ # Wi-Fi Protected Setup (WPS)
+-#CONFIG_WPS=y
++CONFIG_WPS=y
+ # Enable UPnP support for external WPS Registrars
+-#CONFIG_WPS_UPNP=y
++CONFIG_WPS_UPNP=y
+ # Enable WPS support with NFC config method
+ #CONFIG_WPS_NFC=y
+
+@@ -133,27 +133,27 @@
+
+ # RADIUS authentication server. This provides access to the integrated EAP
+ # server from external hosts using RADIUS.
+-#CONFIG_RADIUS_SERVER=y
++CONFIG_RADIUS_SERVER=y
+
+ # Build IPv6 support for RADIUS operations
+ CONFIG_IPV6=y
+
+ # IEEE Std 802.11r-2008 (Fast BSS Transition)
+-#CONFIG_IEEE80211R=y
++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
++CONFIG_IEEE80211N=y
+
+ # Wireless Network Management (IEEE Std 802.11v-2011)
+ # Note: This is experimental and not complete implementation.
+ #CONFIG_WNM=y
+
+ # IEEE 802.11ac (Very High Throughput) support
+-#CONFIG_IEEE80211AC=y
++CONFIG_IEEE80211AC=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