[OpenWrt-Devel] [PATCH] wpa_supplicant: Enable Interworking (802.11u) Support

Bima Hutama hutamanzi at gmail.com
Sat Jun 4 15:36:04 EDT 2016


  -Change:
	Add CONFIG_INTERWORKING=y

  -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).
	This functionality was already enabled in hostapd build config, but not in wpa_supplicant.
	Enabling this for wpa_supplicant ensures compatibility with modern AP and wpa_supplicant will obey
	advertised 802.11u standard from another hostapd-openwrt-802.11u-enabled-AccesPoint. I will try to
	write wiki for it and make it configurable from uci.

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

diff --git a/package/network/services/hostapd/files/wpa_supplicant-full.config b/package/network/services/hostapd/files/wpa_supplicant-full.config
index b0d1de3..e23ea4c 100644
--- a/package/network/services/hostapd/files/wpa_supplicant-full.config
+++ b/package/network/services/hostapd/files/wpa_supplicant-full.config
@@ -417,3 +417,9 @@ CONFIG_IBSS_RSN=y
 
 CONFIG_IEEE80211N=y
 CONFIG_IEEE80211AC=y
+
+# Interworking (IEEE 802.11u)
+# This can be used to enable functionality to improve interworking with
+# external networks (GAS/ANQP to learn more about the networks and network
+# selection based on available credentials).
+CONFIG_INTERWORKING=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