blob: 533be7b3a092102c1b6df55aeb01dfaf554148f1 [file] [log] [blame]
Jeff Johnson295189b2012-06-20 16:38:30 -07001# This file allows user to override the factory
Jeff Johnsone7245742012-09-05 17:12:55 -07002
Jeff Johnson295189b2012-06-20 16:38:30 -07003# defaults for the WLAN Driver
4
Jeff Johnsone7245742012-09-05 17:12:55 -07005
Jeff Johnson295189b2012-06-20 16:38:30 -07006# Enable IMPS or not
7gEnableImps=1
8
9# Enable/Disable Idle Scan
Jeff Johnsone7245742012-09-05 17:12:55 -070010
Jeff Johnson295189b2012-06-20 16:38:30 -070011gEnableIdleScan=0
12
Jeff Johnsone7245742012-09-05 17:12:55 -070013
Wilson Yang1d230782013-10-24 11:00:05 -070014# Enable/Disable vsta based on MAX Assoc limit
15gEnableVSTASupport=1
16
17
Jeff Johnson295189b2012-06-20 16:38:30 -070018# Increase sleep duration (seconds) during IMPS
Wilson Yang1d230782013-10-24 11:00:05 -070019# 0 implies no periodic wake up from IMPS. Periodic wakeup is
Jeff Johnson295189b2012-06-20 16:38:30 -070020# unnecessary if Idle Scan is disabled.
21gImpsModSleepTime=0
22
Jeff Johnsone7245742012-09-05 17:12:55 -070023
Jeff Johnson295189b2012-06-20 16:38:30 -070024# Enable BMPS or not
25gEnableBmps=1
26
27# Enable suspend or not
Jeff Johnsone7245742012-09-05 17:12:55 -070028
Jeff Johnson295189b2012-06-20 16:38:30 -070029# 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter
Jeff Johnsone7245742012-09-05 17:12:55 -070030
Jeff Johnson295189b2012-06-20 16:38:30 -070031gEnableSuspend=3
32
33# Phy Mode (auto, b, g, n, etc)
Jeff Johnsone7245742012-09-05 17:12:55 -070034# Valid values are 0-9, with 0 = Auto, 4 = 11n, 9 = 11ac
Jeff Johnson295189b2012-06-20 16:38:30 -070035gDot11Mode=0
36
Jeff Johnsone7245742012-09-05 17:12:55 -070037
Jeff Johnson295189b2012-06-20 16:38:30 -070038# CSR Roaming Enable(1) Disable(0)
Jeff Johnsone7245742012-09-05 17:12:55 -070039
Jeff Johnson295189b2012-06-20 16:38:30 -070040gRoamingTime=0
41
Jeff Johnsone7245742012-09-05 17:12:55 -070042
Jeff Johnson295189b2012-06-20 16:38:30 -070043# Assigned MAC Addresses - This will be used until NV items are in place
Jeff Johnsone7245742012-09-05 17:12:55 -070044
Jeff Johnson295189b2012-06-20 16:38:30 -070045# Each byte of MAC address is represented in Hex format as XX
Jeff Johnsone7245742012-09-05 17:12:55 -070046
Jeff Johnson295189b2012-06-20 16:38:30 -070047Intf0MacAddress=000AF58989FF
48Intf1MacAddress=000AF58989FE
49Intf2MacAddress=000AF58989FD
Jeff Johnsone7245742012-09-05 17:12:55 -070050
Jeff Johnson295189b2012-06-20 16:38:30 -070051Intf3MacAddress=000AF58989FC
52
Jeff Johnsone7245742012-09-05 17:12:55 -070053
Jeff Johnson295189b2012-06-20 16:38:30 -070054# UAPSD service interval for VO,VI, BE, BK traffic
Jeff Johnsone7245742012-09-05 17:12:55 -070055
Jeff Johnson295189b2012-06-20 16:38:30 -070056InfraUapsdVoSrvIntv=0
Jeff Johnsone7245742012-09-05 17:12:55 -070057
Jeff Johnson295189b2012-06-20 16:38:30 -070058InfraUapsdViSrvIntv=0
Jeff Johnsone7245742012-09-05 17:12:55 -070059
Jeff Johnson295189b2012-06-20 16:38:30 -070060InfraUapsdBeSrvIntv=0
Jeff Johnsone7245742012-09-05 17:12:55 -070061
Jeff Johnson295189b2012-06-20 16:38:30 -070062InfraUapsdBkSrvIntv=0
63
Madan Mohan Koyyalamudi1a632082013-10-03 02:12:51 +053064# Flag to allow STA send AddTspec even when ACM is Off
65gAddTSWhenACMIsOff=1
Jeff Johnsone7245742012-09-05 17:12:55 -070066
Jeff Johnson295189b2012-06-20 16:38:30 -070067# Make 1x1 the default antenna configuration
Jeff Johnsone7245742012-09-05 17:12:55 -070068
Jeff Johnson295189b2012-06-20 16:38:30 -070069gNumRxAnt=1
70
Jeff Johnsone7245742012-09-05 17:12:55 -070071
Jeff Johnson295189b2012-06-20 16:38:30 -070072# Beacon filtering frequency (unit in beacon intervals)
Jeff Johnsone7245742012-09-05 17:12:55 -070073
Jeff Johnson295189b2012-06-20 16:38:30 -070074gNthBeaconFilter=50
75
Jeff Johnsone7245742012-09-05 17:12:55 -070076
Jeff Johnson295189b2012-06-20 16:38:30 -070077# Enable WAPI or not
Jeff Johnsone7245742012-09-05 17:12:55 -070078
Jeff Johnson295189b2012-06-20 16:38:30 -070079# WAPIIsEnabled=0
80
Jeff Johnsone7245742012-09-05 17:12:55 -070081
Jeff Johnson295189b2012-06-20 16:38:30 -070082# Flags to filter Mcast abd Bcast RX packets.
Jeff Johnsone7245742012-09-05 17:12:55 -070083
Jeff Johnson295189b2012-06-20 16:38:30 -070084# Value 0: No filtering, 1: Filter all Multicast.
Jeff Johnsone7245742012-09-05 17:12:55 -070085
Jeff Johnson295189b2012-06-20 16:38:30 -070086# 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast
Jeff Johnsone7245742012-09-05 17:12:55 -070087
Sameer Thalappil59942952013-03-19 18:42:20 -070088McastBcastFilter=3
Jeff Johnson295189b2012-06-20 16:38:30 -070089
Jeff Johnsone7245742012-09-05 17:12:55 -070090
Jeff Johnson295189b2012-06-20 16:38:30 -070091#Flag to enable HostARPOffload feature or not
Jeff Johnsone7245742012-09-05 17:12:55 -070092
Sameer Thalappilc0ed3812013-02-21 16:08:43 -080093hostArpOffload=1
Jeff Johnson295189b2012-06-20 16:38:30 -070094
Jeff Johnsone7245742012-09-05 17:12:55 -070095
Gopichand Nakkala746a9452013-06-11 12:45:54 +053096#Flag to enable HostNSOffload feature or not
97
98hostNSOffload=0
99
Jeff Johnson295189b2012-06-20 16:38:30 -0700100#SoftAP Related Parameters
Jeff Johnsone7245742012-09-05 17:12:55 -0700101
Jeff Johnson295189b2012-06-20 16:38:30 -0700102# AP MAc addr
Jeff Johnsone7245742012-09-05 17:12:55 -0700103
104gAPMacAddr=000AF589dcab
105
Jeff Johnson295189b2012-06-20 16:38:30 -0700106
107# 802.11n Protection flag
Jeff Johnsone7245742012-09-05 17:12:55 -0700108
Jeff Johnson295189b2012-06-20 16:38:30 -0700109gEnableApProt=1
110
Jeff Johnsone7245742012-09-05 17:12:55 -0700111
Jeff Johnson295189b2012-06-20 16:38:30 -0700112#Enable OBSS protection
Jeff Johnsone7245742012-09-05 17:12:55 -0700113
Madan Mohan Koyyalamudiff3c4f12012-10-15 17:30:12 -0700114gEnableApOBSSProt=1
Jeff Johnson295189b2012-06-20 16:38:30 -0700115
Jeff Johnsone7245742012-09-05 17:12:55 -0700116
Jeff Johnson295189b2012-06-20 16:38:30 -0700117#Enable/Disable UAPSD for SoftAP
Jeff Johnsone7245742012-09-05 17:12:55 -0700118
Arun Kumar Khandavalli64d52032013-12-24 14:13:55 +0530119gEnableApUapsd=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700120
Jeff Johnson295189b2012-06-20 16:38:30 -0700121
122# Fixed Rate
Jeff Johnsone7245742012-09-05 17:12:55 -0700123
Jeff Johnson295189b2012-06-20 16:38:30 -0700124gFixedRate=0
125
Jeff Johnsone7245742012-09-05 17:12:55 -0700126
Jeff Johnson295189b2012-06-20 16:38:30 -0700127# Maximum Tx power
Jeff Johnsone7245742012-09-05 17:12:55 -0700128
Jeff Johnson295189b2012-06-20 16:38:30 -0700129# gTxPowerCap=30
130
Jeff Johnsone7245742012-09-05 17:12:55 -0700131
Jeff Johnson295189b2012-06-20 16:38:30 -0700132# Fragmentation Threshold
Jeff Johnsone7245742012-09-05 17:12:55 -0700133
Jeff Johnson295189b2012-06-20 16:38:30 -0700134# gFragmentationThreshold=2346
135
Jeff Johnsone7245742012-09-05 17:12:55 -0700136
Jeff Johnson295189b2012-06-20 16:38:30 -0700137# RTS threshold
Jeff Johnsone7245742012-09-05 17:12:55 -0700138
Jeff Johnson295189b2012-06-20 16:38:30 -0700139RTSThreshold=2347
140
Jeff Johnsone7245742012-09-05 17:12:55 -0700141
Jeff Johnson295189b2012-06-20 16:38:30 -0700142# Intra-BSS forward
Jeff Johnsone7245742012-09-05 17:12:55 -0700143
Jeff Johnson295189b2012-06-20 16:38:30 -0700144gDisableIntraBssFwd=0
145
Jeff Johnsone7245742012-09-05 17:12:55 -0700146
Jeff Johnson295189b2012-06-20 16:38:30 -0700147# WMM Enable/Disable
Jeff Johnsone7245742012-09-05 17:12:55 -0700148
Jeff Johnson295189b2012-06-20 16:38:30 -0700149WmmIsEnabled=0
150
Jeff Johnsone7245742012-09-05 17:12:55 -0700151
Jeff Johnson295189b2012-06-20 16:38:30 -0700152# 802.11d support
Jeff Johnsone7245742012-09-05 17:12:55 -0700153
Jeff Johnson295189b2012-06-20 16:38:30 -0700154g11dSupportEnabled=1
155
Madan Mohan Koyyalamudi8db1c942013-01-10 15:24:29 -0800156# 802.11h support
157
158g11hSupportEnabled=1
159
Jeff Johnson295189b2012-06-20 16:38:30 -0700160# CCX Support and fast transition
161CcxEnabled=0
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700162FastTransitionEnabled=1
Madan Mohan Koyyalamudi1a632082013-10-03 02:12:51 +0530163ImplicitQosIsEnabled=0
Jeff Johnson295189b2012-06-20 16:38:30 -0700164gNeighborScanTimerPeriod=200
165
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700166gNeighborLookupThreshold=76
167gNeighborReassocThreshold=81
Jeff Johnson295189b2012-06-20 16:38:30 -0700168
Jeff Johnson295189b2012-06-20 16:38:30 -0700169gNeighborScanChannelMinTime=20
170gNeighborScanChannelMaxTime=30
171gMaxNeighborReqTries=3
172
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700173# Legacy (non-CCX, non-802.11r) Fast Roaming Support
Srinivas Girigowdade697412013-02-14 16:31:48 -0800174# To enable, set FastRoamEnabled=1
175# To disable, set FastRoamEnabled=0
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700176FastRoamEnabled=1
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700177
Jeff Johnson43971f52012-07-17 12:26:56 -0700178#Check if the AP to which we are roaming is better than current AP in terms of RSSI.
179#Checking is disabled if set to Zero.Otherwise it will use this value as to how better
180#the RSSI of the new/roamable AP should be for roaming
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700181RoamRssiDiff=3
Jeff Johnson43971f52012-07-17 12:26:56 -0700182
Srinivas Girigowdade697412013-02-14 16:31:48 -0800183# If the RSSI of any available candidate is better than currently associated
184# AP by at least gImmediateRoamRssiDiff, then being to roam immediately (without
185# registering for reassoc threshold).
186# NOTE: Value of 0 means that we would register for reassoc threshold.
187gImmediateRoamRssiDiff=10
Madan Mohan Koyyalamudid5026072012-11-30 14:56:21 -0800188
Srinivas Girigowdabbd16eb2013-03-21 12:34:46 -0700189# To enable, set gRoamIntraBand=1 (Roaming within band)
190# To disable, set gRoamIntraBand=0 (Roaming across band)
Wilson Yang1d230782013-10-24 11:00:05 -0700191
Srinivas Girigowdabbd16eb2013-03-21 12:34:46 -0700192gRoamIntraBand=0
193
Wilson Yang1d230782013-10-24 11:00:05 -0700194#SAP Country code
Jeff Johnsone7245742012-09-05 17:12:55 -0700195
Jeff Johnson295189b2012-06-20 16:38:30 -0700196# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
Jeff Johnsone7245742012-09-05 17:12:55 -0700197
Jeff Johnson295189b2012-06-20 16:38:30 -0700198# Example
Jeff Johnsone7245742012-09-05 17:12:55 -0700199
Jeff Johnson295189b2012-06-20 16:38:30 -0700200# US Indoor, USI
Jeff Johnsone7245742012-09-05 17:12:55 -0700201
Jeff Johnson295189b2012-06-20 16:38:30 -0700202# Korea Outdoor, KRO
Jeff Johnsone7245742012-09-05 17:12:55 -0700203
Jeff Johnson295189b2012-06-20 16:38:30 -0700204# Japan without optional byte, JP
Jeff Johnsone7245742012-09-05 17:12:55 -0700205
Jeff Johnson295189b2012-06-20 16:38:30 -0700206# France without optional byte, FR
Jeff Johnsone7245742012-09-05 17:12:55 -0700207
Jeff Johnson295189b2012-06-20 16:38:30 -0700208#gAPCntryCode=USI
209
Jeff Johnsone7245742012-09-05 17:12:55 -0700210
Jeff Johnson295189b2012-06-20 16:38:30 -0700211#Short Guard Interval Enable/disable
Jeff Johnsone7245742012-09-05 17:12:55 -0700212
Jeff Johnson295189b2012-06-20 16:38:30 -0700213gShortGI20Mhz=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700214
Jeff Johnson295189b2012-06-20 16:38:30 -0700215gShortGI40Mhz=1
216
Jeff Johnsone7245742012-09-05 17:12:55 -0700217
Jeff Johnson295189b2012-06-20 16:38:30 -0700218#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
Jeff Johnsone7245742012-09-05 17:12:55 -0700219
Jeff Johnson295189b2012-06-20 16:38:30 -0700220gAPAutoShutOff=0
221
Jeff Johnsone7245742012-09-05 17:12:55 -0700222
Jeff Johnson295189b2012-06-20 16:38:30 -0700223# SAP auto channel selection configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700224
Jeff Johnson295189b2012-06-20 16:38:30 -0700225# 0 = disable auto channel selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700226
Jeff Johnson295189b2012-06-20 16:38:30 -0700227# 1 = enable auto channel selection, channel provided by supplicant will be ignored
Jeff Johnsone7245742012-09-05 17:12:55 -0700228
Jeff Johnson295189b2012-06-20 16:38:30 -0700229gApAutoChannelSelection=0
230
Jeff Johnsone7245742012-09-05 17:12:55 -0700231
Jeff Johnson295189b2012-06-20 16:38:30 -0700232# Listen Energy Detect Mode Configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700233
Jeff Johnson295189b2012-06-20 16:38:30 -0700234# Valid values 0-128
Jeff Johnsone7245742012-09-05 17:12:55 -0700235
Jeff Johnson295189b2012-06-20 16:38:30 -0700236# 128 means disable Energy Detect feature
Jeff Johnsone7245742012-09-05 17:12:55 -0700237
Jeff Johnson295189b2012-06-20 16:38:30 -0700238# 0-9 are threshold code and 7 is recommended value from system if feature is to be enabled.
Jeff Johnsone7245742012-09-05 17:12:55 -0700239
Jeff Johnson295189b2012-06-20 16:38:30 -0700240# 10-128 are reserved.
Jeff Johnsone7245742012-09-05 17:12:55 -0700241
Jeff Johnson295189b2012-06-20 16:38:30 -0700242# The EDET threshold mapping is as follows in 3dB step:
Jeff Johnsone7245742012-09-05 17:12:55 -0700243
Jeff Johnson295189b2012-06-20 16:38:30 -0700244# 0 = -60 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700245
Jeff Johnson295189b2012-06-20 16:38:30 -0700246# 1 = -63 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700247
Jeff Johnson295189b2012-06-20 16:38:30 -0700248# 2 = -66 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700249
Jeff Johnson295189b2012-06-20 16:38:30 -0700250# ...
Jeff Johnsone7245742012-09-05 17:12:55 -0700251
Jeff Johnson295189b2012-06-20 16:38:30 -0700252# 7 = -81 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700253
Jeff Johnson295189b2012-06-20 16:38:30 -0700254# 8 = -84 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700255
Jeff Johnson295189b2012-06-20 16:38:30 -0700256# 9 = -87 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700257
Jeff Johnson295189b2012-06-20 16:38:30 -0700258# 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:
Jeff Johnsone7245742012-09-05 17:12:55 -0700259
Jeff Johnson295189b2012-06-20 16:38:30 -0700260#
Jeff Johnsone7245742012-09-05 17:12:55 -0700261
Jeff Johnson295189b2012-06-20 16:38:30 -0700262# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
Jeff Johnsone7245742012-09-05 17:12:55 -0700263
Jeff Johnson295189b2012-06-20 16:38:30 -0700264#
Jeff Johnsone7245742012-09-05 17:12:55 -0700265
Jeff Johnson295189b2012-06-20 16:38:30 -0700266gEnablePhyAgcListenMode=128
267
Jeff Johnsone7245742012-09-05 17:12:55 -0700268
Jeff Johnson295189b2012-06-20 16:38:30 -0700269#Preferred channel to start BT AMP AP mode (0 means, any channel)
Jeff Johnsone7245742012-09-05 17:12:55 -0700270
Jeff Johnson295189b2012-06-20 16:38:30 -0700271BtAmpPreferredChannel=0
272
Jeff Johnsone7245742012-09-05 17:12:55 -0700273
Jeff Johnson295189b2012-06-20 16:38:30 -0700274#Preferred band (both or 2.4 only or 5 only)
Jeff Johnsone7245742012-09-05 17:12:55 -0700275
Jeff Johnson295189b2012-06-20 16:38:30 -0700276BandCapability=0
277
Jeff Johnsone7245742012-09-05 17:12:55 -0700278
Jeff Johnson295189b2012-06-20 16:38:30 -0700279#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700280
Jeff Johnson295189b2012-06-20 16:38:30 -0700281enableBeaconEarlyTermination=0
Jeff Johnsone7245742012-09-05 17:12:55 -0700282
Jeff Johnson295189b2012-06-20 16:38:30 -0700283beaconEarlyTerminationWakeInterval=3
284
Jeff Johnsone7245742012-09-05 17:12:55 -0700285
Jeff Johnson295189b2012-06-20 16:38:30 -0700286#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700287
Jeff Johnson43971f52012-07-17 12:26:56 -0700288gEnableBtAmp=0
Jeff Johnson295189b2012-06-20 16:38:30 -0700289
Jeff Johnsone7245742012-09-05 17:12:55 -0700290
Jeff Johnson295189b2012-06-20 16:38:30 -0700291#SOFTAP Channel Range selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700292
Jeff Johnson295189b2012-06-20 16:38:30 -0700293gAPChannelSelectStartChannel=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700294
Jeff Johnson295189b2012-06-20 16:38:30 -0700295gAPChannelSelectEndChannel=11
296
Jeff Johnsone7245742012-09-05 17:12:55 -0700297
Jeff Johnson295189b2012-06-20 16:38:30 -0700298#SOFTAP Channel Range selection Operating band
Jeff Johnsone7245742012-09-05 17:12:55 -0700299
Jeff Johnson295189b2012-06-20 16:38:30 -0700300# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
Jeff Johnsone7245742012-09-05 17:12:55 -0700301
Jeff Johnson295189b2012-06-20 16:38:30 -0700302gAPChannelSelectOperatingBand=0
303
Jeff Johnsone7245742012-09-05 17:12:55 -0700304
305#Channel Bonding
Ravi Kumar Vaishnav5bce27c2013-01-15 17:29:09 -0800306gChannelBondingMode5GHz=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700307
308
Jeff Johnson295189b2012-06-20 16:38:30 -0700309#Enable Keep alive with non-zero period value
Jeff Johnsone7245742012-09-05 17:12:55 -0700310
Jeff Johnson295189b2012-06-20 16:38:30 -0700311#gStaKeepAlivePeriod = 30
312
Madan Mohan Koyyalamudi2558bc92013-08-24 16:54:31 +0530313#Say gGoKeepAlivePeriod(5 seconds) and gGoLinkMonitorPeriod(10 seconds).
314#For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 seconds.)
315#For both active and power save clients.
Sejal Chauhanbcde8bc2013-03-04 18:06:36 +0530316
Madan Mohan Koyyalamudi2558bc92013-08-24 16:54:31 +0530317#Power save clients: DUT set TIM bit from 10th second onwards and till client honors TIM bit.
318#If doesn't honor for 5 seconds then DUT remove client.
319
320#Active clients: DUT send Qos Null frame for 10th seconds onwards if it is not success still we try on
321#11th second if not tries on 12th and so on till 15th second. Hence before disconnection DUT will send 5 NULL frames.
322#Hence in any case DUT will detect client got removed in (10+5) seconds. i.e., (gGoKeepAlivePeriod + gGoLinkMonitorPeriod)..
323
324#gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period
325#where we send NULL frame.
326
327#gApLinkMonitorPeriod = 10
328
329#gGoLinkMonitorPeriod = 10
330
331#gGoKeepAlivePeriod/gApKeepAlivePeriod is time to spend to check whether frame are succeed to send or not.
332#Hence total effective detection time is gGoLinkMonitorPeriod+ gGoKeepAlivePeriod/gApLinkMonitorPeriod+ gApKeepAlivePeriod.
333
334
c_hpothu9c3ca372014-02-11 15:53:51 +0530335gGoKeepAlivePeriod=30
Madan Mohan Koyyalamudi2558bc92013-08-24 16:54:31 +0530336
c_hpothu9c3ca372014-02-11 15:53:51 +0530337gApKeepAlivePeriod=10
Sejal Chauhanbcde8bc2013-03-04 18:06:36 +0530338
Jeff Johnsone7245742012-09-05 17:12:55 -0700339
Jeff Johnson295189b2012-06-20 16:38:30 -0700340#If set will start with active scan after driver load, otherwise will start with
Jeff Johnsone7245742012-09-05 17:12:55 -0700341
Jeff Johnson295189b2012-06-20 16:38:30 -0700342#passive scan to find out the domain
Jeff Johnsone7245742012-09-05 17:12:55 -0700343
Madan Mohan Koyyalamudi21fd24a2012-09-28 17:09:53 -0700344gEnableBypass11d=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700345
Jeff Johnson295189b2012-06-20 16:38:30 -0700346
347#If set to 0, will not scan DFS channels
Jeff Johnsone7245742012-09-05 17:12:55 -0700348
Jeff Johnson295189b2012-06-20 16:38:30 -0700349gEnableDFSChnlScan=1
350
Jeff Johnsone7245742012-09-05 17:12:55 -0700351
352gVhtChannelWidth=2
Jeff Johnson295189b2012-06-20 16:38:30 -0700353gEnableLogp=1
354
Jeff Johnsone7245742012-09-05 17:12:55 -0700355
Jeff Johnson295189b2012-06-20 16:38:30 -0700356# Enable Automatic Tx Power control
Jeff Johnsone7245742012-09-05 17:12:55 -0700357
Jeff Johnson295189b2012-06-20 16:38:30 -0700358gEnableAutomaticTxPowerControl=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700359
360# 0 for OLPC 1 for CLPC and SCPC
361gEnableCloseLoop=1
362
363#Data Inactivity Timeout when in powersave (in ms)
364gDataInactivityTimeout=200
365
366# VHT Tx/Rx MCS values
367# Valid values are 0,1,2. If commented out, the default value is 0.
368# 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
369gVhtRxMCS=2
370gVhtTxMCS=2
371
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -0700372# Enable CRDA regulatory support by settings default country code
373#gCrdaDefaultCountryCode=TW
Jeff Johnsone7245742012-09-05 17:12:55 -0700374
Madan Mohan Koyyalamudi4ff9cd62012-10-30 17:48:57 -0700375# Scan Timing Parameters
376# gPassiveMaxChannelTime=110
377# gPassiveMinChannelTime=60
378# gActiveMaxChannelTime=40
379# gActiveMinChannelTime=20
Madan Mohan Koyyalamudi4ff9cd62012-10-30 17:48:57 -0700380
Pratik Bhalgatbe762582012-11-22 16:49:13 +0530381#If set to 0, MCC is not allowed.
382gEnableMCCMode=1
383
Pratik Bhalgat6bfd1422012-11-22 17:09:40 +0530384# 1=enable STBC; 0=disable STBC
385gEnableRXSTBC=1
386
Yathish9f22e662012-12-10 14:21:35 -0800387# Enable Active mode offload
Sameer Thalappilc0ed3812013-02-21 16:08:43 -0800388gEnableActiveModeOffload=1
Yathish9f22e662012-12-10 14:21:35 -0800389
Sandeep Puligilla2b6dc632012-12-17 14:44:16 -0800390#Enable Scan Results Aging based on timer
391#Timer value is in seconds
392#If Set to 0 it will not enable the feature
393gScanAgingTime=0
394
Madan Mohan Koyyalamudi69b34182013-01-16 08:51:40 +0530395#Enable Power saving mechanism Based on Android Framework
396#If set to 0 Driver internally control the Power saving mechanism
397#If set to 1 Android Framwrok control the Power saving mechanism
398isAndroidPsEn=0
399
Leela V Kiran Kumar Reddy Chiralab1f7d342013-02-11 00:27:02 -0800400#disable LDPC in STA mode if the AP is TXBF capable
401gDisableLDPCWithTxbfAP=1
Amar Singhal82970dd2013-04-16 15:38:48 -0700402
403#Enable thermal mitigation
404gThermalMitigationEnable=1
Gopichand Nakkaladacbcb52013-04-18 16:41:54 +0530405
Srinivas Girigowda830bbd02013-06-13 19:44:16 -0700406gEnableFastRoamInConcurrency=1
407
Gopichand Nakkaladacbcb52013-04-18 16:41:54 +0530408#List of Country codes for which 11ac needs to be disabled
409#Each country code must be delimited by comma(,)
410gListOfNon11acCountryCode=RU,UA,ZA
411
Gopichand Nakkala42bc89e2013-05-27 12:49:09 +0530412#Maxium Channel time in msec
Katya Nigam7624f992014-01-17 15:17:37 +0530413gMaxMediumTime = 5480
Gopichand Nakkala42bc89e2013-05-27 12:49:09 +0530414
Gopichand Nakkalabc3d4372013-06-04 15:15:41 +0530415# 802.11K support
416gRrmEnable=1
417gRrmOperChanMax=8
418gRrmNonOperChanMax=8
419gRrmRandIntvl=100
420
Gopichand Nakkala154bda22013-06-11 17:41:22 +0530421#Scan offload
422gEnableDirectedScanOffload=0
423
Yue Ma0fd23872013-08-01 15:56:47 -0700424#FlexConnect Power Factor
425#Default is set to 0 (disable)
426gFlexConnectPowerFactor=0
427
Tushnim Bhattacharyyaaf788472013-08-27 16:54:33 -0700428#SAP/P2P-GO mode traffic monitor
429gEnableTrafficMonitor=1
430gTrafficIdleTimeout=3000
431
Kalikinkar dharad73a9bd2014-01-28 22:42:34 -0800432#Disable/Enable Strict FCC Regulatory
433# 0 to disable, 1 to enable
434gEnableStrictRegulatoryForFCC=1
435
c_hpothu9c3ca372014-02-11 15:53:51 +0530436#Enable/Disable Modulated DTIM feature
437gEnableModulatedDTIM=3
438
439#max LI value for modulated DTIM
440gMaxLIModulatedDTIM=3
441
Jeff Johnson295189b2012-06-20 16:38:30 -0700442END
Jeff Johnsone7245742012-09-05 17:12:55 -0700443
Jeff Johnson295189b2012-06-20 16:38:30 -0700444# Note: Configuration parser would not read anything past the END marker
Jeff Johnsone7245742012-09-05 17:12:55 -0700445