Zvikomborero VIncent Zvikaramba | a25011a | 2016-07-21 16:32:35 -0400 | [diff] [blame] | 1 | # This file allows user to override the factory |
| 2 | |
| 3 | # defaults for the WLAN Driver |
| 4 | |
| 5 | |
| 6 | # Enable IMPS or not |
| 7 | gEnableImps=1 |
| 8 | |
| 9 | # Enable/Disable Idle Scan |
| 10 | |
| 11 | gEnableIdleScan=0 |
| 12 | |
| 13 | # Enable/Disable vsta based on MAX Assoc limit |
| 14 | gEnableVSTASupport=1 |
| 15 | |
| 16 | |
| 17 | # Increase sleep duration (seconds) during IMPS |
| 18 | # 0 implies no periodic wake up from IMPS. Periodic wakeup is |
| 19 | # unnecessary if Idle Scan is disabled. |
| 20 | gImpsModSleepTime=0 |
| 21 | |
| 22 | |
| 23 | # Enable BMPS or not |
| 24 | gEnableBmps=1 |
| 25 | |
| 26 | # Enable suspend or not |
| 27 | |
| 28 | # 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter |
| 29 | |
| 30 | gEnableSuspend=3 |
| 31 | |
| 32 | # Phy Mode (auto, b, g, n, etc) |
| 33 | # Valid values are 0-9, with 0 = Auto, 4 = 11n, 9 = 11ac |
| 34 | gDot11Mode=0 |
| 35 | |
| 36 | |
| 37 | # CSR Roaming Enable(1) Disable(0) |
| 38 | |
| 39 | gRoamingTime=0 |
| 40 | |
| 41 | |
| 42 | # Assigned MAC Addresses - This will be used until NV items are in place |
| 43 | |
| 44 | # Each byte of MAC address is represented in Hex format as XX |
| 45 | |
| 46 | Intf0MacAddress=000AF58989FF |
| 47 | Intf1MacAddress=000AF58989FE |
| 48 | Intf2MacAddress=000AF58989FD |
| 49 | |
| 50 | Intf3MacAddress=000AF58989FC |
| 51 | |
| 52 | |
| 53 | # UAPSD service interval for VO,VI, BE, BK traffic |
| 54 | |
| 55 | InfraUapsdVoSrvIntv=0 |
| 56 | |
| 57 | InfraUapsdViSrvIntv=0 |
| 58 | |
| 59 | InfraUapsdBeSrvIntv=0 |
| 60 | |
| 61 | InfraUapsdBkSrvIntv=0 |
| 62 | |
| 63 | # Flag to allow STA send AddTspec even when ACM is Off |
| 64 | gAddTSWhenACMIsOff=1 |
| 65 | |
| 66 | # Make 1x1 the default antenna configuration |
| 67 | |
| 68 | gNumRxAnt=1 |
| 69 | |
| 70 | |
| 71 | # Beacon filtering frequency (unit in beacon intervals) |
| 72 | |
| 73 | gNthBeaconFilter=50 |
| 74 | |
| 75 | |
| 76 | # Enable WAPI or not |
| 77 | |
| 78 | # WAPIIsEnabled=0 |
| 79 | |
| 80 | |
| 81 | # Flags to filter Mcast abd Bcast RX packets. |
| 82 | |
| 83 | # Value 0: No filtering, 1: Filter all Multicast. |
| 84 | |
| 85 | # 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast |
| 86 | |
| 87 | McastBcastFilter=2 |
| 88 | |
| 89 | |
| 90 | #Flag to enable HostARPOffload feature or not |
| 91 | |
| 92 | hostArpOffload=1 |
| 93 | |
| 94 | |
| 95 | #Flag to enable HostNSOffload feature or not |
| 96 | hostNSOffload=0 |
| 97 | |
| 98 | #SoftAP Related Parameters |
| 99 | |
| 100 | # AP MAc addr |
| 101 | |
| 102 | gAPMacAddr=000AF589dcab |
| 103 | |
| 104 | |
| 105 | # 802.11n Protection flag |
| 106 | |
| 107 | gEnableApProt=1 |
| 108 | |
| 109 | |
| 110 | #Enable OBSS protection |
| 111 | |
| 112 | gEnableApOBSSProt=0 |
| 113 | |
| 114 | |
| 115 | #Enable/Disable UAPSD for SoftAP |
| 116 | |
| 117 | gEnableApUapsd=0 |
| 118 | |
| 119 | |
| 120 | # Fixed Rate |
| 121 | |
| 122 | gFixedRate=0 |
| 123 | |
| 124 | |
| 125 | # Maximum Tx power |
| 126 | |
| 127 | # gTxPowerCap=30 |
| 128 | |
| 129 | |
| 130 | # Fragmentation Threshold |
| 131 | |
| 132 | # gFragmentationThreshold=2346 |
| 133 | |
| 134 | |
| 135 | # RTS threshold |
| 136 | |
| 137 | RTSThreshold=2347 |
| 138 | |
| 139 | |
| 140 | # Intra-BSS forward |
| 141 | |
| 142 | gDisableIntraBssFwd=0 |
| 143 | |
| 144 | |
| 145 | # WMM Enable/Disable |
| 146 | |
| 147 | WmmIsEnabled=0 |
| 148 | |
| 149 | |
| 150 | # 802.11d support |
| 151 | |
| 152 | g11dSupportEnabled=0 |
| 153 | |
| 154 | # 802.11h support |
| 155 | g11hSupportEnabled=1 |
| 156 | |
| 157 | # ESE Support and fast transition |
| 158 | EseEnabled=1 |
| 159 | ImplicitQosIsEnabled=0 |
| 160 | gNeighborScanTimerPeriod=200 |
| 161 | |
| 162 | gNeighborLookupThreshold=76 |
| 163 | gNeighborReassocThreshold=81 |
| 164 | |
| 165 | gNeighborScanChannelMinTime=20 |
| 166 | gNeighborScanChannelMaxTime=30 |
| 167 | gMaxNeighborReqTries=3 |
| 168 | |
| 169 | # Legacy (non-ESE, non-802.11r) Fast Roaming Support |
| 170 | # To enable, set FastRoamEnabled=1 |
| 171 | # To disable, set FastRoamEnabled=0 |
| 172 | FastRoamEnabled=1 |
| 173 | |
| 174 | #Check if the AP to which we are roaming is better than current AP in terms of RSSI. |
| 175 | #Checking is disabled if set to Zero.Otherwise it will use this value as to how better |
| 176 | #the RSSI of the new/roamable AP should be for roaming |
| 177 | RoamRssiDiff=5 |
| 178 | |
| 179 | #SAP Country code |
| 180 | |
| 181 | # Default Country Code is 2 bytes, 3rd byte is optional indoor or out door. |
| 182 | |
| 183 | # Example |
| 184 | |
| 185 | # US Indoor, USI |
| 186 | |
| 187 | # Korea Outdoor, KRO |
| 188 | |
| 189 | # Japan without optional byte, JP |
| 190 | |
| 191 | # France without optional byte, FR |
| 192 | |
| 193 | #gAPCntryCode=USI |
| 194 | |
| 195 | |
| 196 | #Short Guard Interval Enable/disable |
| 197 | |
| 198 | gShortGI20Mhz=1 |
| 199 | |
| 200 | gShortGI40Mhz=1 |
| 201 | |
| 202 | |
| 203 | #Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled |
| 204 | |
| 205 | gAPAutoShutOff=0 |
| 206 | |
| 207 | |
| 208 | # SAP auto channel selection configuration |
| 209 | |
| 210 | # 0 = disable auto channel selection |
| 211 | |
| 212 | # 1 = enable auto channel selection, channel provided by supplicant will be ignored |
| 213 | |
| 214 | gApAutoChannelSelection=0 |
| 215 | |
| 216 | |
| 217 | # Listen Energy Detect Mode Configuration |
| 218 | |
| 219 | # Valid values 0-128 |
| 220 | |
| 221 | # 128 means disable Energy Detect feature |
| 222 | |
| 223 | # 0-9 are threshold code and 7 is recommended value from system if feature is to be enabled. |
| 224 | |
| 225 | # 10-128 are reserved. |
| 226 | |
| 227 | # The EDET threshold mapping is as follows in 3dB step: |
| 228 | |
| 229 | # 0 = -60 dBm |
| 230 | |
| 231 | # 1 = -63 dBm |
| 232 | |
| 233 | # 2 = -66 dBm |
| 234 | |
| 235 | # ... |
| 236 | |
| 237 | # 7 = -81 dBm |
| 238 | |
| 239 | # 8 = -84 dBm |
| 240 | |
| 241 | # 9 = -87 dBm |
| 242 | |
| 243 | # Note: Any of these settings are valid. Setting 0 would yield the highest power saving (in a noisy environment) at the cost of more range. The range impact is approximately #calculated as: |
| 244 | |
| 245 | # |
| 246 | |
| 247 | # Range Loss (dB) = EDET threshold level (dBm) + 97 dBm. |
| 248 | |
| 249 | # |
| 250 | |
| 251 | gEnablePhyAgcListenMode=128 |
| 252 | |
| 253 | |
| 254 | #Preferred channel to start BT AMP AP mode (0 means, any channel) |
| 255 | |
| 256 | BtAmpPreferredChannel=0 |
| 257 | |
| 258 | |
| 259 | #Preferred band (both or 2.4 only or 5 only) |
| 260 | |
| 261 | BandCapability=0 |
| 262 | |
| 263 | |
| 264 | #Beacon Early Termination (1 = enable the BET feature, 0 = disable) |
| 265 | |
| 266 | enableBeaconEarlyTermination=1 |
| 267 | |
| 268 | beaconEarlyTerminationWakeInterval=11 |
| 269 | |
| 270 | #Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable) |
| 271 | |
| 272 | gEnableBtAmp=0 |
| 273 | |
| 274 | |
| 275 | #SOFTAP Channel Range selection |
| 276 | |
| 277 | gAPChannelSelectStartChannel=1 |
| 278 | |
| 279 | gAPChannelSelectEndChannel=11 |
| 280 | |
| 281 | |
| 282 | #SOFTAP Channel Range selection Operating band |
| 283 | |
| 284 | # 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND |
| 285 | |
| 286 | gAPChannelSelectOperatingBand=0 |
| 287 | |
| 288 | |
| 289 | #Channel Bonding |
| 290 | gChannelBondingMode5GHz=1 |
| 291 | |
| 292 | |
| 293 | #Enable Keep alive with non-zero period value |
| 294 | |
| 295 | gStaKeepAlivePeriod=30 |
| 296 | |
| 297 | |
| 298 | #Say gGoKeepAlivePeriod(5 seconds) and gGoLinkMonitorPeriod(10 seconds). |
| 299 | #For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 seconds.) |
| 300 | #For both active and power save clients. |
| 301 | |
| 302 | #Power save clients: DUT set TIM bit from 10th second onwards and till client honors TIM bit. |
| 303 | #If doesn't honor for 5 seconds then DUT remove client. |
| 304 | |
| 305 | #Active clients: DUT send Qos Null frame for 10th seconds onwards if it is not success still we try on |
| 306 | #11th second if not tries on 12th and so on till 15th second. Hence before disconnection DUT will send 5 NULL frames. |
| 307 | #Hence in any case DUT will detect client got removed in (10+5) seconds. i.e., (gGoKeepAlivePeriod + gGoLinkMonitorPeriod).. |
| 308 | |
| 309 | #gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period |
| 310 | #where we send NULL frame. |
| 311 | |
| 312 | gApLinkMonitorPeriod=30 |
| 313 | |
| 314 | gGoLinkMonitorPeriod=10 |
| 315 | |
| 316 | #gGoKeepAlivePeriod/gApKeepAlivePeriod is time to spend to check whether frame are succeed to send or not. |
| 317 | #Hence total effective detection time is gGoLinkMonitorPeriod+ gGoKeepAlivePeriod/gApLinkMonitorPeriod+ gApKeepAlivePeriod. |
| 318 | |
| 319 | gGoKeepAlivePeriod=3 |
| 320 | |
| 321 | gApKeepAlivePeriod=10 |
| 322 | |
| 323 | |
| 324 | #If set will start with active scan after driver load, otherwise will start with |
| 325 | |
| 326 | #passive scan to find out the domain |
| 327 | |
| 328 | gEnableBypass11d=1 |
| 329 | |
| 330 | |
| 331 | #If set to 0, will not scan DFS channels |
| 332 | |
| 333 | gEnableDFSChnlScan=1 |
| 334 | |
| 335 | |
| 336 | gVhtChannelWidth=2 |
| 337 | gEnableLogp=1 |
| 338 | |
| 339 | |
| 340 | # Enable Automatic Tx Power control |
| 341 | |
| 342 | gEnableAutomaticTxPowerControl=0 |
| 343 | |
| 344 | # 0 for OLPC 1 for CLPC and SCPC |
| 345 | gEnableCloseLoop=1 |
| 346 | |
| 347 | #Data Inactivity Timeout when in powersave (in ms) |
| 348 | gDataInactivityTimeout=200 |
| 349 | |
| 350 | # VHT Tx/Rx MCS values |
| 351 | # Valid values are 0,1,2. If commented out, the default value is 0. |
| 352 | # 0=MCS0-7, 1=MCS0-8, 2=MCS0-9 |
| 353 | gVhtRxMCS=2 |
| 354 | gVhtTxMCS=2 |
| 355 | |
| 356 | |
| 357 | #If set to 0, MCC is not allowed. |
| 358 | gEnableMCCMode=1 |
| 359 | |
| 360 | # 1=enable STBC; 0=disable STBC |
| 361 | gEnableRXSTBC=1 |
| 362 | |
| 363 | # Enable Active mode offload |
| 364 | gEnableActiveModeOffload=1 |
| 365 | |
| 366 | #Enable Scan Results Aging based on timer |
| 367 | #Timer value is in seconds |
| 368 | #If Set to 0 it will not enable the feature |
| 369 | gScanAgingTime=0 |
| 370 | |
| 371 | #Enable Power saving mechanism Based on Android Framework |
| 372 | #If set to 0 Driver internally control the Power saving mechanism |
| 373 | #If set to 1 Android Framwrok control the Power saving mechanism |
| 374 | isAndroidPsEn=0 |
| 375 | |
| 376 | #disable LDPC in STA mode if the AP is TXBF capable |
| 377 | gDisableLDPCWithTxbfAP=1 |
| 378 | |
| 379 | #Enable thermal mitigation |
| 380 | gThermalMitigationEnable=1 |
| 381 | |
| 382 | gEnableFastRoamInConcurrency=1 |
| 383 | |
| 384 | #List of Country codes for which 11ac needs to be disabled |
| 385 | #Each country code must be delimited by comma(,) |
| 386 | gListOfNon11acCountryCode=RU,UA,ZA |
| 387 | |
| 388 | #Maxium Channel time in msec |
| 389 | gMaxMediumTime = 5480 |
| 390 | |
| 391 | # 802.11K support |
| 392 | gRrmEnable=1 |
| 393 | gRrmOperChanMax=8 |
| 394 | gRrmNonOperChanMax=8 |
| 395 | gRrmRandIntvl=100 |
| 396 | |
| 397 | #Scan offload |
| 398 | gEnableDirectedScanOffload=0 |
| 399 | |
| 400 | #FlexConnect Power Factor |
| 401 | #Default is set to 0 (disable) |
| 402 | gFlexConnectPowerFactor=0 |
| 403 | |
| 404 | #SAP/P2P-GO mode traffic monitor |
| 405 | gEnableTrafficMonitor=1 |
| 406 | gTrafficIdleTimeout=3000 |
| 407 | |
| 408 | #Disable/Enable Strict FCC Regulatory |
| 409 | # 0 to disable, 1 to enable |
| 410 | gEnableStrictRegulatoryForFCC=1 |
| 411 | |
| 412 | #Enable/Disable Modulated DTIM feature |
| 413 | gEnableModulatedDTIM=3 |
| 414 | |
| 415 | #max LI value for modulated DTIM |
| 416 | gMaxLIModulatedDTIM=3 |
| 417 | |
| 418 | #Enable/Disable Link Layer Statistics Feature |
| 419 | gEnableLLStats=1 |
| 420 | |
| 421 | #Enable/Disable EXTScan Feature |
| 422 | gEnableEXTScan=1 |
| 423 | |
| 424 | # Enable/Disable Mcast addr list filtering |
| 425 | # isMcAddrListFilter deprecated |
| 426 | gMCAddrListEnable=1 |
| 427 | |
| 428 | # TDLS setting |
| 429 | gEnableTDLSSupport=1 |
| 430 | gEnableTDLSImplicitTrigger=1 |
| 431 | gEnableTDLSBufferSta=0 |
| 432 | gTDLSMaxDiscoveryAttempt=5 |
| 433 | gTDLSIdleTimeout=10000 |
| 434 | |
| 435 | # Country code priority |
| 436 | gCountryCodePriority=1 |
| 437 | |
| 438 | #blocking SCO rate as 0% from 1% |
| 439 | btcMaxScoBlockPerc=0 |
| 440 | |
| 441 | # Scan Timing Parameters |
| 442 | gActiveMaxChannelTime=80 |
| 443 | gActiveMinChannelTime=60 |
| 444 | |
| 445 | #Enable Scan Results Aging based on number of scans |
| 446 | gScanResultAgeCount=1 |
| 447 | |
| 448 | #To enable CTS2S during SCO in WCN cfg ini |
| 449 | btcCTS2SduringSCO=1 |
| 450 | |
| 451 | #BTC OPP+SAP/GO configuration |
| 452 | btcSapActiveWlanLen=35000 |
| 453 | btcSapActiveBtLen=20000 |
| 454 | |
| 455 | #BTC BT paging configuration |
| 456 | btcStaticLenPageBt=135000 |
| 457 | btcStaticLenPageWlan=15000 |
| 458 | |
| 459 | #BT_OPP+STA coex configuration WLAN 35ms/BT_OPP 30ms |
| 460 | btcActiveWlanLen=35000 |
| 461 | btcActiveBtLen=30000 |
| 462 | |
| 463 | #change the value of heart threat time |
| 464 | gHeartbeat24=60 |
| 465 | |
| 466 | #Disable Preferred Network Offload feature |
| 467 | gPNOScanSupport=0 |
| 468 | |
| 469 | # Roam Scan offload |
| 470 | gRoamScanOffloadEnabled=1 |
| 471 | |
| 472 | # For p2p device's DTIM policy |
| 473 | gIgnoreDynamicDtimInP2pMode=1 |
| 474 | |
Zvikomborero VIncent Zvikaramba | 5fd72ce | 2016-07-22 01:40:05 -0400 | [diff] [blame] | 475 | # Maintain SCO quality irrespective of WLAN connection time |
| 476 | gBtcFastWlanConnPref=0 |
Zvikomborero VIncent Zvikaramba | a25011a | 2016-07-21 16:32:35 -0400 | [diff] [blame] | 477 | |
| 478 | END |
| 479 | |
| 480 | # Note: Configuration parser would not read anything past the END marker |
| 481 | |