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:
Ecco Park 2021-12-22 18:18:52 +01:00 committed by roynatech2544
commit 201a33cc31
No known key found for this signature in database
GPG key ID: 9675C32163D88D30

View file

@ -1,3 +1,6 @@
p2p_disabled=1
update_config=1
driver_param=p2p_no_group_iface=1
interworking=1
hs20=1
auto_interworking=0