mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-01-28 17:12:52 +00:00
Merge "wifi: update ini configuration file" into pi-dev
am: a575c062d9
Change-Id: I558d80be93e8d79daa3b15e33ff68f7e5b0e2208
This commit is contained in:
@@ -90,6 +90,10 @@ gTxChainMask1ss=0
|
||||
gSelfGenFrmPwr=3
|
||||
|
||||
gReportMaxLinkSpeed=0
|
||||
|
||||
# Use OEM provisioned MAC address
|
||||
enable_mac_provision=1
|
||||
|
||||
################ NAN feature set start ###################
|
||||
# Enable or Disable NAN
|
||||
# 1=Enable (default), 0=Disable
|
||||
@@ -139,6 +143,9 @@ gTxBFEnable=1
|
||||
gSetTxChainmask1x1=1
|
||||
gSetRxChainmask1x1=1
|
||||
|
||||
# 2.4GHz Antenna Sharing is not supported
|
||||
gForce1x1Exception=0
|
||||
|
||||
#If set to 0, MCC is not allowed.
|
||||
gEnableMCCMode=1
|
||||
|
||||
@@ -223,10 +230,6 @@ gEnableIpTcpUdpChecksumOffload=1
|
||||
# 1 - enable 0 - disable
|
||||
TSOEnable=0
|
||||
|
||||
# Enable Large Recieve Offload
|
||||
# 1 - enable(default) 0 - disable
|
||||
LROEnable=1
|
||||
|
||||
# Enable HT MPDU Density
|
||||
# 4 for 2 micro sec
|
||||
ght_mpdu_density=4
|
||||
@@ -241,6 +244,12 @@ ce_service_max_yield_time=500
|
||||
ce_service_max_rx_ind_flush=1
|
||||
maxMSDUsPerRxInd=8
|
||||
|
||||
# Data Stall Debugging feature
|
||||
gEnableDataStallDetection=0
|
||||
|
||||
# Dynamic configuration of TCP limit output bytes
|
||||
gTcpLimitOutputEnable=0
|
||||
|
||||
################ Datapath feature set End ################
|
||||
|
||||
#############################################
|
||||
@@ -309,7 +318,7 @@ g_probe_req_ie_bitmap_0=0x0000000B
|
||||
# g_probe_req_ie_bitmap_3=0x00000000
|
||||
# g_probe_req_ie_bitmap_4=0x00000000
|
||||
# g_probe_req_ie_bitmap_5=0x00000000
|
||||
# g_probe_req_ie_bitmap_6=0x00000000
|
||||
g_probe_req_ie_bitmap_6=0x20000000
|
||||
# g_probe_req_ie_bitmap_7=0x00000000
|
||||
|
||||
#############################################
|
||||
@@ -366,7 +375,6 @@ EseEnabled=1
|
||||
|
||||
gNeighborLookupThreshold=76
|
||||
gNeighborReassocThreshold=81
|
||||
gNeighborScanTimerPeriod=200
|
||||
gNeighborScanChannelMinTime=20
|
||||
gNeighborScanChannelMaxTime=30
|
||||
gMaxNeighborReqTries=3
|
||||
@@ -404,6 +412,9 @@ gRoamOffloadEnabled=1
|
||||
|
||||
gAllowDFSChannelRoam=1
|
||||
|
||||
# LFR Subnet Detection
|
||||
gLFRSubnetDetectionEnable=0
|
||||
|
||||
#############################################
|
||||
# Offload related configurations
|
||||
#############################################
|
||||
@@ -454,6 +465,8 @@ gHwFilterMode=0
|
||||
# Default value of gEnableWoW is 3.
|
||||
# gEnableWoW=0
|
||||
|
||||
# 11k feature offload
|
||||
11k_offload_enable_bitmask=0
|
||||
|
||||
#############################################
|
||||
# Logging related configurations
|
||||
@@ -585,8 +598,6 @@ gSapSccChanAvoidance=0
|
||||
#Enable/Disable Tx beamformee in SAP mode
|
||||
gEnableTxBFeeSAP=1
|
||||
|
||||
|
||||
|
||||
#Enable/Disable dual MAC feature
|
||||
# 0 - enable DBS
|
||||
# 1 - disable DBS
|
||||
@@ -632,6 +643,24 @@ mawc_nlo_enabled=0
|
||||
# Enable/Disable rtt sta mac randomization
|
||||
enable_rtt_mac_randomization=1
|
||||
|
||||
# Channel selection logic DBS (1) vs MCC (0)
|
||||
channel_select_logic_conc=0
|
||||
|
||||
gConfigVCmode=0
|
||||
|
||||
# WLM (Wireless Latency Manager)
|
||||
wlm_latency_flags_moderate=0
|
||||
wlm_latency_flags_low=0
|
||||
wlm_latency_flags_ultralow=0
|
||||
|
||||
# OCE Feature
|
||||
oce_sta_enable=0
|
||||
oce_sap_enable=0
|
||||
num_oce_wan_slots=0
|
||||
oce_wan_score_idx7_to_4=0
|
||||
oce_wan_score_idx11_to_8=0
|
||||
oce_enable_rssi_assoc_reject=0
|
||||
|
||||
END
|
||||
|
||||
# Note: Configuration parser would not read anything past the END marker
|
||||
|
||||
Reference in New Issue
Block a user