-Description:
It enables functionality to improve interworking with external networks
(GAS/ANQP to learn more about the networks and network selection based
on available credentials).
I figured out that it was actually not activated yet in hostapd. It
enables hostapd to support
802.11u standard just like modern AP which implements Hospot 2.0 based
on 802.11u. The example
of this is Telekom Germany who provides its customers the roaming
capability to their WIFI-hotspots
by authentication with EAP-SIM (from SIM card of the customer's mobile
devices), so that the customers
can connect automatically to telekom-802.11u-capable hotspots encrypted
and without human assistance.
Activating Hotspot 2.0 allows AP to provides more specific informations
and services based on 802.11u.
Wiki and uci configuration will be made for this.
-Changelog:
Add CONFIG_INTERWORKING=y and CONFIG_HS20=y.
Signed-off-by: Bima Hutama <[email protected]>
---
package/network/services/hostapd/files/hostapd-full.config | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/package/network/services/hostapd/files/hostapd-full.config
b/package/network/services/hostapd/files/hostapd-full.config
index 09bdb88..2750315 100644
--- a/package/network/services/hostapd/files/hostapd-full.config
+++ b/package/network/services/hostapd/files/hostapd-full.config
@@ -174,3 +174,11 @@ CONFIG_TLSV11=y
# Add wpa_supplicant support for TLS version 1.2
CONFIG_TLSV12=y
+
+# Interworking (IEEE 802.11u)
+# This can be used to enable functionality to improve interworking with
+# external networks.
+CONFIG_INTERWORKING=y
+
+# Hotspot 2.0
+CONFIG_HS20=y
--
2.1.4
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel