mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: configs: 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
Bug: 118633353
Test: live test with Passpoint AP
Signed-off-by: Ecco Park <eccopark@google.com>
Signed-off-by: PainKiller3 <ninadpatil100@gmail.com>
Change-Id: I46db68eac42f00e873498a9e2a7f8745f8d12ae4
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
01d6f13145
commit
201a33cc31
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
p2p_disabled=1
|
||||
update_config=1
|
||||
driver_param=p2p_no_group_iface=1
|
||||
interworking=1
|
||||
hs20=1
|
||||
auto_interworking=0
|
||||
|
|
|
|||
Loading…
Reference in a new issue