diff mbox

[OpenWrt-Devel] hostapd: Enable EAP-SIM Support for 802.11u with Simcard

Message ID 1465324481-4377-1-git-send-email-hutamanzi@gmail.com
State Changes Requested
Headers show

Commit Message

Bima Hutama June 7, 2016, 6:34 p.m. UTC
-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@gmail.com>
---
 package/network/services/hostapd/files/hostapd-full.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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