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

Bima Hutama hutamanzi at gmail.com
Tue Jun 7 12:33:50 EDT 2016


  -Description:
	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. this supplicant config needs to be enabled otherwise
	standard 802.11u will not correctly implemented in that case.

  -Changelog:
	Enabling CONFIG_EAP_SIM=y

Signed-off-by: Bima Hutama <hutamanzi at gmail.com>
---
 package/network/services/hostapd/files/wpa_supplicant-full.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/network/services/hostapd/files/wpa_supplicant-full.config b/package/network/services/hostapd/files/wpa_supplicant-full.config
index e653212..a95e965 100644
--- a/package/network/services/hostapd/files/wpa_supplicant-full.config
+++ b/package/network/services/hostapd/files/wpa_supplicant-full.config
@@ -150,7 +150,7 @@ CONFIG_EAP_GTC=y
 CONFIG_EAP_OTP=y
 
 # EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used)
-#CONFIG_EAP_SIM=y
+CONFIG_EAP_SIM=y
 
 # EAP-PSK (experimental; this is _not_ needed for WPA-PSK)
 #CONFIG_EAP_PSK=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