[OpenWrt-Devel] [PATCH] hostapd: Enable EAP-SIM Support for 802.11u with Simcard
Bima Hutama
hutamanzi at gmail.com
Tue Jun 7 14:34:41 EDT 2016
-Description:
*****Because it is hostapd, it is recommended to apply this patch as AP mode with 802.11u.*****
***********************************************************************************************
Many modern AP who implements Hotspot 2.0 (802.11u standard) need
capability to authenticate client automatically from the installed
SIM-card in clients mobile phones. Example of this is Telekom Germany,
who implements roaming of their "Telekom"-Wifi for their customers with hotspot 2.0.
The customers handphone which supports Hotspot 2.0 will connect automatically to
Telekom hotspot and for the authentication it implements EAP-SIM,
which means the handphones use the Telekom-SIM-Card to authenticate
automatically with Telekom hotspot. For hostapd in AP, it needs to be enabled otherwise
standard 802.11u will not correctly implemented in that case.
-Changelog:
Enable CONFIG_EAP_SIM=y.
Signed-off-by: Bima Hutama <hutamanzi at gmail.com>
---
package/network/services/hostapd/files/hostapd-full.config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/services/hostapd/files/hostapd-full.config b/package/network/services/hostapd/files/hostapd-full.config
index 1a11f6c..e63800d 100644
--- a/package/network/services/hostapd/files/hostapd-full.config
+++ b/package/network/services/hostapd/files/hostapd-full.config
@@ -75,7 +75,7 @@ CONFIG_EAP_GTC=y
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
--
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