aboutsummaryrefslogtreecommitdiff
path: root/wifi
diff options
context:
space:
mode:
authorEcco Park <eccopark@google.com>2018-10-29 13:34:33 -0700
committerDavide Garberi <dade.garberi@gmail.com>2019-11-05 21:38:39 +0100
commit8b0826b4b4285ba76a910eacf700af9fc0fcbbb8 (patch)
tree791ec8223164145a8b976a14804e41a03839e56c /wifi
parent483b02677c82952be0c2bf150ebdf443123db3ea (diff)
msm8996-common: 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
Diffstat (limited to 'wifi')
-rw-r--r--wifi/wpa_supplicant_overlay.conf3
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