[OpenWrt-Devel] [PATCH] wpa_supplicant: Enabling Hotspot 2.0 Support for 802.11u
Bima Hutama
hutamanzi at gmail.com
Tue Jun 7 13:49:28 EDT 2016
-Description:
It enables Hotspot 2.0 support based on 802.11u for modern AP.
-Changelog:
Adding CONFIG_HS20=y
Signed-off-by: Bima Hutama <hutamanzi at gmail.com>
---
package/network/services/hostapd/files/wpa_supplicant-full.config | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package/network/services/hostapd/files/wpa_supplicant-full.config b/package/network/services/hostapd/files/wpa_supplicant-full.config
index dd1ef8c..f252858 100644
--- a/package/network/services/hostapd/files/wpa_supplicant-full.config
+++ b/package/network/services/hostapd/files/wpa_supplicant-full.config
@@ -426,3 +426,6 @@ CONFIG_IEEE80211AC=y
# external networks (GAS/ANQP to learn more about the networks and network
# selection based on available credentials).
CONFIG_INTERWORKING=y
+
+# Hotspot 2.0
+CONFIG_HS20=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