[OpenWrt-Devel] [PATCH] hostapd: Enable EAP Re-authentication Protocol
Bima Hutama
hutamanzi at gmail.com
Tue Jun 7 14:25:16 EDT 2016
-Description:
Enable EAP Re-authentication Protocol in integrated EAP server.
-Changelog:
Adding CONFIG_EAP=y.
Signed-off-by: Bima Hutama <hutamanzi at gmail.com>
---
package/network/services/hostapd/files/hostapd-full.config | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package/network/services/hostapd/files/hostapd-full.config b/package/network/services/hostapd/files/hostapd-full.config
index c8e9521..1a11f6c 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 Re-authentication Protocol (ERP) in integrated EAP server
+CONFIG_ERP=y
+
# EAP-MD5 for the integrated EAP server
CONFIG_EAP_MD5=y
--
2.1.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list