diff options
author | Ecco Park <eccopark@google.com> | 2018-10-29 13:34:33 -0700 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-04-30 00:48:53 +0300 |
commit | e9a9d460810453ba43c04dae8633f6e50e9fd9b9 (patch) | |
tree | f4b126a93272fd4f36a0f4f91726fc66597ca3f8 | |
parent | 9664a64b7eb8b7e5899aad40473736d924e1aad5 (diff) |
sdm660-common: wifi: add parameters for Hotspot 2.0
Those parameters need to set for Hotspot 2.0 network
interworking=1 : Enable Interworking
hs20=1: Enable Hotspot 2.0
auto_interworking=0 : Do not automatically go through Interworking network selection in wpa_supplicant
Signed-off-by: Ecco Park <eccopark@google.com>
Change-Id: Ic2351295802265516f20466113c08e2df0796dfa
-rw-r--r-- | wifi/wpa_supplicant_overlay.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wifi/wpa_supplicant_overlay.conf b/wifi/wpa_supplicant_overlay.conf index e1f530d..acbcff7 100644 --- a/wifi/wpa_supplicant_overlay.conf +++ b/wifi/wpa_supplicant_overlay.conf @@ -1,3 +1,6 @@ disable_scan_offload=1 p2p_disabled=1 tdls_external_control=1 +interworking=1 +hs20=1 +auto_interworking=0 |