-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 <[email protected]>
---
 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
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to