aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-19 10:06:23 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-19 10:06:23 +0000
commitff5c807777a243b8e34b9ba87d498932f0dad829 (patch)
tree9df7594867ed1fea4c28832b0e7c7937ece71e36 /package/network/services
parentce6b6cfe37a0fb23bfb343dc45e8b770e0d4d057 (diff)
downloadmaster-187ad058-ff5c807777a243b8e34b9ba87d498932f0dad829.tar.gz
master-187ad058-ff5c807777a243b8e34b9ba87d498932f0dad829.tar.bz2
master-187ad058-ff5c807777a243b8e34b9ba87d498932f0dad829.zip
hostap/wpa_supplicant: enable EAP-FAST in -full builds
Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48344 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services')
-rw-r--r--package/network/services/hostapd/files/hostapd-full.config3
-rw-r--r--package/network/services/hostapd/files/wpa_supplicant-full.config3
2 files changed, 6 insertions, 0 deletions
diff --git a/package/network/services/hostapd/files/hostapd-full.config b/package/network/services/hostapd/files/hostapd-full.config
index f1b2655cfc..681e9dfcb8 100644
--- a/package/network/services/hostapd/files/hostapd-full.config
+++ b/package/network/services/hostapd/files/hostapd-full.config
@@ -53,6 +53,9 @@ CONFIG_PEERKEY=y
# Integrated EAP server
CONFIG_EAP=y
+# EAP-FAST for the integrated EAP server
+CONFIG_EAP_FAST=y
+
# EAP-MD5 for the integrated EAP server
CONFIG_EAP_MD5=y
diff --git a/package/network/services/hostapd/files/wpa_supplicant-full.config b/package/network/services/hostapd/files/wpa_supplicant-full.config
index 26e3c80aee..53c0762456 100644
--- a/package/network/services/hostapd/files/wpa_supplicant-full.config
+++ b/package/network/services/hostapd/files/wpa_supplicant-full.config
@@ -121,6 +121,9 @@ CONFIG_DRIVER_WIRED=y
# included)
CONFIG_IEEE8021X_EAPOL=y
+# EAP-FAST
+CONFIG_EAP_FAST=y
+
# EAP-MD5
CONFIG_EAP_MD5=y