diff mbox

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

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

Commit Message

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

Patch

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