mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-02-01 07:33:15 +00:00
wifi: taimen ini configuration update
disable_scoring_for_roam=0 ; Enable BSSID scoring logic for roaming. This is turned off by in the new code drop and so to keep behavior same as 2017, this INI needs to turned on. Set gReportMaxLinkSpeed=0 to report actual link speed Set gGoForce11NFor11AC=1 for P2P GO Bug:69846237 Test: Manual Wifi Test Change-Id: If49bbefa56b4e2b13a7abbd071c7067c769f65f7
This commit is contained in:
@@ -89,6 +89,7 @@ gTxChainMask1ss=0
|
||||
# TPC power
|
||||
gSelfGenFrmPwr=3
|
||||
|
||||
gReportMaxLinkSpeed=0
|
||||
################ NAN feature set start ###################
|
||||
# Enable or Disable NAN
|
||||
# 1=Enable (default), 0=Disable
|
||||
@@ -403,6 +404,7 @@ gRoamOffloadEnabled=1
|
||||
|
||||
gAllowDFSChannelRoam=1
|
||||
|
||||
disable_scoring_for_roam=0
|
||||
#############################################
|
||||
# Offload related configurations
|
||||
#############################################
|
||||
@@ -540,6 +542,8 @@ isP2pDeviceAddrAdministrated=0
|
||||
gGoKeepAlivePeriod = 20
|
||||
gApKeepAlivePeriod = 20
|
||||
|
||||
gGoForce11NFor11AC=1
|
||||
|
||||
#############################################
|
||||
# SAP related configurations
|
||||
#############################################
|
||||
|
||||
Reference in New Issue
Block a user