blob: d44cc9278443d4268bb0185d78ac140b537483b5 [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
Jeff Johnson295189b2012-06-20 16:38:30 -070014# Increase sleep duration (seconds) during IMPS
15# 0 implies no periodic wake up from IMPS. Periodic wakeup is
16# unnecessary if Idle Scan is disabled.
17gImpsModSleepTime=0
18
Jeff Johnsone7245742012-09-05 17:12:55 -070019
Jeff Johnson295189b2012-06-20 16:38:30 -070020# Enable BMPS or not
21gEnableBmps=1
22
23# Enable suspend or not
Jeff Johnsone7245742012-09-05 17:12:55 -070024
Jeff Johnson295189b2012-06-20 16:38:30 -070025# 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter
Jeff Johnsone7245742012-09-05 17:12:55 -070026
Jeff Johnson295189b2012-06-20 16:38:30 -070027gEnableSuspend=3
28
Jeff Johnsone7245742012-09-05 17:12:55 -070029
Jeff Johnson295189b2012-06-20 16:38:30 -070030# Phy Mode (auto, b, g, n, etc)
Jeff Johnsone7245742012-09-05 17:12:55 -070031# Valid values are 0-9, with 0 = Auto, 4 = 11n, 9 = 11ac
Jeff Johnson295189b2012-06-20 16:38:30 -070032gDot11Mode=0
33
Jeff Johnsone7245742012-09-05 17:12:55 -070034
Jeff Johnson295189b2012-06-20 16:38:30 -070035# CSR Roaming Enable(1) Disable(0)
Jeff Johnsone7245742012-09-05 17:12:55 -070036
Jeff Johnson295189b2012-06-20 16:38:30 -070037gRoamingTime=0
38
Jeff Johnsone7245742012-09-05 17:12:55 -070039
Jeff Johnson295189b2012-06-20 16:38:30 -070040# Assigned MAC Addresses - This will be used until NV items are in place
Jeff Johnsone7245742012-09-05 17:12:55 -070041
Jeff Johnson295189b2012-06-20 16:38:30 -070042# Each byte of MAC address is represented in Hex format as XX
Jeff Johnsone7245742012-09-05 17:12:55 -070043
Jeff Johnson295189b2012-06-20 16:38:30 -070044Intf0MacAddress=000AF58989FF
45Intf1MacAddress=000AF58989FE
46Intf2MacAddress=000AF58989FD
Jeff Johnsone7245742012-09-05 17:12:55 -070047
Jeff Johnson295189b2012-06-20 16:38:30 -070048Intf3MacAddress=000AF58989FC
49
Jeff Johnsone7245742012-09-05 17:12:55 -070050
Jeff Johnson295189b2012-06-20 16:38:30 -070051# UAPSD service interval for VO,VI, BE, BK traffic
Jeff Johnsone7245742012-09-05 17:12:55 -070052
Jeff Johnson295189b2012-06-20 16:38:30 -070053InfraUapsdVoSrvIntv=0
Jeff Johnsone7245742012-09-05 17:12:55 -070054
Jeff Johnson295189b2012-06-20 16:38:30 -070055InfraUapsdViSrvIntv=0
Jeff Johnsone7245742012-09-05 17:12:55 -070056
Jeff Johnson295189b2012-06-20 16:38:30 -070057InfraUapsdBeSrvIntv=0
Jeff Johnsone7245742012-09-05 17:12:55 -070058
Jeff Johnson295189b2012-06-20 16:38:30 -070059InfraUapsdBkSrvIntv=0
60
Jeff Johnsone7245742012-09-05 17:12:55 -070061
Jeff Johnson295189b2012-06-20 16:38:30 -070062# Make 1x1 the default antenna configuration
Jeff Johnsone7245742012-09-05 17:12:55 -070063
Jeff Johnson295189b2012-06-20 16:38:30 -070064gNumRxAnt=1
65
Jeff Johnsone7245742012-09-05 17:12:55 -070066
Jeff Johnson295189b2012-06-20 16:38:30 -070067# Beacon filtering frequency (unit in beacon intervals)
Jeff Johnsone7245742012-09-05 17:12:55 -070068
Jeff Johnson295189b2012-06-20 16:38:30 -070069gNthBeaconFilter=50
70
Jeff Johnsone7245742012-09-05 17:12:55 -070071
Jeff Johnson295189b2012-06-20 16:38:30 -070072# Enable WAPI or not
Jeff Johnsone7245742012-09-05 17:12:55 -070073
Jeff Johnson295189b2012-06-20 16:38:30 -070074# WAPIIsEnabled=0
75
Jeff Johnsone7245742012-09-05 17:12:55 -070076
Jeff Johnson295189b2012-06-20 16:38:30 -070077# Flags to filter Mcast abd Bcast RX packets.
Jeff Johnsone7245742012-09-05 17:12:55 -070078
Jeff Johnson295189b2012-06-20 16:38:30 -070079# Value 0: No filtering, 1: Filter all Multicast.
Jeff Johnsone7245742012-09-05 17:12:55 -070080
Jeff Johnson295189b2012-06-20 16:38:30 -070081# 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast
Jeff Johnsone7245742012-09-05 17:12:55 -070082
Sameer Thalappil59942952013-03-19 18:42:20 -070083McastBcastFilter=3
Jeff Johnson295189b2012-06-20 16:38:30 -070084
Jeff Johnsone7245742012-09-05 17:12:55 -070085
Jeff Johnson295189b2012-06-20 16:38:30 -070086#Flag to enable HostARPOffload feature or not
Jeff Johnsone7245742012-09-05 17:12:55 -070087
Sameer Thalappilc0ed3812013-02-21 16:08:43 -080088hostArpOffload=1
Jeff Johnson295189b2012-06-20 16:38:30 -070089
Jeff Johnsone7245742012-09-05 17:12:55 -070090
Gopichand Nakkala746a9452013-06-11 12:45:54 +053091#Flag to enable HostNSOffload feature or not
92
93hostNSOffload=0
94
Jeff Johnson295189b2012-06-20 16:38:30 -070095#SoftAP Related Parameters
Jeff Johnsone7245742012-09-05 17:12:55 -070096
Jeff Johnson295189b2012-06-20 16:38:30 -070097# AP MAc addr
Jeff Johnsone7245742012-09-05 17:12:55 -070098
99gAPMacAddr=000AF589dcab
100
Jeff Johnson295189b2012-06-20 16:38:30 -0700101
102# 802.11n Protection flag
Jeff Johnsone7245742012-09-05 17:12:55 -0700103
Jeff Johnson295189b2012-06-20 16:38:30 -0700104gEnableApProt=1
105
Jeff Johnsone7245742012-09-05 17:12:55 -0700106
Jeff Johnson295189b2012-06-20 16:38:30 -0700107#Enable OBSS protection
Jeff Johnsone7245742012-09-05 17:12:55 -0700108
Madan Mohan Koyyalamudiff3c4f12012-10-15 17:30:12 -0700109gEnableApOBSSProt=1
Jeff Johnson295189b2012-06-20 16:38:30 -0700110
Jeff Johnsone7245742012-09-05 17:12:55 -0700111
Jeff Johnson295189b2012-06-20 16:38:30 -0700112#Enable/Disable UAPSD for SoftAP
Jeff Johnsone7245742012-09-05 17:12:55 -0700113
114gEnableApUapsd=0
115
Jeff Johnson295189b2012-06-20 16:38:30 -0700116
117# Fixed Rate
Jeff Johnsone7245742012-09-05 17:12:55 -0700118
Jeff Johnson295189b2012-06-20 16:38:30 -0700119gFixedRate=0
120
Jeff Johnsone7245742012-09-05 17:12:55 -0700121
Jeff Johnson295189b2012-06-20 16:38:30 -0700122# Maximum Tx power
Jeff Johnsone7245742012-09-05 17:12:55 -0700123
Jeff Johnson295189b2012-06-20 16:38:30 -0700124# gTxPowerCap=30
125
Jeff Johnsone7245742012-09-05 17:12:55 -0700126
Jeff Johnson295189b2012-06-20 16:38:30 -0700127# Fragmentation Threshold
Jeff Johnsone7245742012-09-05 17:12:55 -0700128
Jeff Johnson295189b2012-06-20 16:38:30 -0700129# gFragmentationThreshold=2346
130
Jeff Johnsone7245742012-09-05 17:12:55 -0700131
Jeff Johnson295189b2012-06-20 16:38:30 -0700132# RTS threshold
Jeff Johnsone7245742012-09-05 17:12:55 -0700133
Jeff Johnson295189b2012-06-20 16:38:30 -0700134RTSThreshold=2347
135
Jeff Johnsone7245742012-09-05 17:12:55 -0700136
Jeff Johnson295189b2012-06-20 16:38:30 -0700137# Intra-BSS forward
Jeff Johnsone7245742012-09-05 17:12:55 -0700138
Jeff Johnson295189b2012-06-20 16:38:30 -0700139gDisableIntraBssFwd=0
140
Jeff Johnsone7245742012-09-05 17:12:55 -0700141
Jeff Johnson295189b2012-06-20 16:38:30 -0700142# WMM Enable/Disable
Jeff Johnsone7245742012-09-05 17:12:55 -0700143
Jeff Johnson295189b2012-06-20 16:38:30 -0700144WmmIsEnabled=0
145
Jeff Johnsone7245742012-09-05 17:12:55 -0700146
Jeff Johnson295189b2012-06-20 16:38:30 -0700147# 802.11d support
Jeff Johnsone7245742012-09-05 17:12:55 -0700148
Jeff Johnson295189b2012-06-20 16:38:30 -0700149g11dSupportEnabled=1
150
Madan Mohan Koyyalamudi8db1c942013-01-10 15:24:29 -0800151# 802.11h support
152
153g11hSupportEnabled=1
154
Jeff Johnson295189b2012-06-20 16:38:30 -0700155# CCX Support and fast transition
156CcxEnabled=0
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700157FastTransitionEnabled=1
Jeff Johnson295189b2012-06-20 16:38:30 -0700158ImplicitQosIsEnabled=1
159gNeighborScanTimerPeriod=200
160
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700161gNeighborLookupThreshold=76
162gNeighborReassocThreshold=81
Jeff Johnson295189b2012-06-20 16:38:30 -0700163
Jeff Johnson295189b2012-06-20 16:38:30 -0700164gNeighborScanChannelMinTime=20
165gNeighborScanChannelMaxTime=30
166gMaxNeighborReqTries=3
167
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700168# Legacy (non-CCX, non-802.11r) Fast Roaming Support
Srinivas Girigowdade697412013-02-14 16:31:48 -0800169# To enable, set FastRoamEnabled=1
170# To disable, set FastRoamEnabled=0
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700171FastRoamEnabled=1
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700172
Jeff Johnson43971f52012-07-17 12:26:56 -0700173#Check if the AP to which we are roaming is better than current AP in terms of RSSI.
174#Checking is disabled if set to Zero.Otherwise it will use this value as to how better
175#the RSSI of the new/roamable AP should be for roaming
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700176RoamRssiDiff=3
Jeff Johnson43971f52012-07-17 12:26:56 -0700177
Srinivas Girigowdade697412013-02-14 16:31:48 -0800178# If the RSSI of any available candidate is better than currently associated
179# AP by at least gImmediateRoamRssiDiff, then being to roam immediately (without
180# registering for reassoc threshold).
181# NOTE: Value of 0 means that we would register for reassoc threshold.
182gImmediateRoamRssiDiff=10
Madan Mohan Koyyalamudid5026072012-11-30 14:56:21 -0800183
Srinivas Girigowdabbd16eb2013-03-21 12:34:46 -0700184# To enable, set gRoamIntraBand=1 (Roaming within band)
185# To disable, set gRoamIntraBand=0 (Roaming across band)
186gRoamIntraBand=0
187
Jeff Johnson295189b2012-06-20 16:38:30 -0700188# SAP Country code
Jeff Johnsone7245742012-09-05 17:12:55 -0700189
Jeff Johnson295189b2012-06-20 16:38:30 -0700190# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
Jeff Johnsone7245742012-09-05 17:12:55 -0700191
Jeff Johnson295189b2012-06-20 16:38:30 -0700192# Example
Jeff Johnsone7245742012-09-05 17:12:55 -0700193
Jeff Johnson295189b2012-06-20 16:38:30 -0700194# US Indoor, USI
Jeff Johnsone7245742012-09-05 17:12:55 -0700195
Jeff Johnson295189b2012-06-20 16:38:30 -0700196# Korea Outdoor, KRO
Jeff Johnsone7245742012-09-05 17:12:55 -0700197
Jeff Johnson295189b2012-06-20 16:38:30 -0700198# Japan without optional byte, JP
Jeff Johnsone7245742012-09-05 17:12:55 -0700199
Jeff Johnson295189b2012-06-20 16:38:30 -0700200# France without optional byte, FR
Jeff Johnsone7245742012-09-05 17:12:55 -0700201
Jeff Johnson295189b2012-06-20 16:38:30 -0700202#gAPCntryCode=USI
203
Jeff Johnsone7245742012-09-05 17:12:55 -0700204
Jeff Johnson295189b2012-06-20 16:38:30 -0700205#Short Guard Interval Enable/disable
Jeff Johnsone7245742012-09-05 17:12:55 -0700206
Jeff Johnson295189b2012-06-20 16:38:30 -0700207gShortGI20Mhz=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700208
Jeff Johnson295189b2012-06-20 16:38:30 -0700209gShortGI40Mhz=1
210
Jeff Johnsone7245742012-09-05 17:12:55 -0700211
Jeff Johnson295189b2012-06-20 16:38:30 -0700212#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
Jeff Johnsone7245742012-09-05 17:12:55 -0700213
Jeff Johnson295189b2012-06-20 16:38:30 -0700214gAPAutoShutOff=0
215
Jeff Johnsone7245742012-09-05 17:12:55 -0700216
Jeff Johnson295189b2012-06-20 16:38:30 -0700217# SAP auto channel selection configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700218
Jeff Johnson295189b2012-06-20 16:38:30 -0700219# 0 = disable auto channel selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700220
Jeff Johnson295189b2012-06-20 16:38:30 -0700221# 1 = enable auto channel selection, channel provided by supplicant will be ignored
Jeff Johnsone7245742012-09-05 17:12:55 -0700222
Jeff Johnson295189b2012-06-20 16:38:30 -0700223gApAutoChannelSelection=0
224
Jeff Johnsone7245742012-09-05 17:12:55 -0700225
Jeff Johnson295189b2012-06-20 16:38:30 -0700226# Listen Energy Detect Mode Configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700227
Jeff Johnson295189b2012-06-20 16:38:30 -0700228# Valid values 0-128
Jeff Johnsone7245742012-09-05 17:12:55 -0700229
Jeff Johnson295189b2012-06-20 16:38:30 -0700230# 128 means disable Energy Detect feature
Jeff Johnsone7245742012-09-05 17:12:55 -0700231
Jeff Johnson295189b2012-06-20 16:38:30 -0700232# 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 -0700233
Jeff Johnson295189b2012-06-20 16:38:30 -0700234# 10-128 are reserved.
Jeff Johnsone7245742012-09-05 17:12:55 -0700235
Jeff Johnson295189b2012-06-20 16:38:30 -0700236# The EDET threshold mapping is as follows in 3dB step:
Jeff Johnsone7245742012-09-05 17:12:55 -0700237
Jeff Johnson295189b2012-06-20 16:38:30 -0700238# 0 = -60 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700239
Jeff Johnson295189b2012-06-20 16:38:30 -0700240# 1 = -63 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700241
Jeff Johnson295189b2012-06-20 16:38:30 -0700242# 2 = -66 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700243
Jeff Johnson295189b2012-06-20 16:38:30 -0700244# ...
Jeff Johnsone7245742012-09-05 17:12:55 -0700245
Jeff Johnson295189b2012-06-20 16:38:30 -0700246# 7 = -81 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700247
Jeff Johnson295189b2012-06-20 16:38:30 -0700248# 8 = -84 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700249
Jeff Johnson295189b2012-06-20 16:38:30 -0700250# 9 = -87 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700251
Jeff Johnson295189b2012-06-20 16:38:30 -0700252# 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 -0700253
Jeff Johnson295189b2012-06-20 16:38:30 -0700254#
Jeff Johnsone7245742012-09-05 17:12:55 -0700255
Jeff Johnson295189b2012-06-20 16:38:30 -0700256# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
Jeff Johnsone7245742012-09-05 17:12:55 -0700257
Jeff Johnson295189b2012-06-20 16:38:30 -0700258#
Jeff Johnsone7245742012-09-05 17:12:55 -0700259
Jeff Johnson295189b2012-06-20 16:38:30 -0700260gEnablePhyAgcListenMode=128
261
Jeff Johnsone7245742012-09-05 17:12:55 -0700262
Jeff Johnson295189b2012-06-20 16:38:30 -0700263#Preferred channel to start BT AMP AP mode (0 means, any channel)
Jeff Johnsone7245742012-09-05 17:12:55 -0700264
Jeff Johnson295189b2012-06-20 16:38:30 -0700265BtAmpPreferredChannel=0
266
Jeff Johnsone7245742012-09-05 17:12:55 -0700267
Jeff Johnson295189b2012-06-20 16:38:30 -0700268#Preferred band (both or 2.4 only or 5 only)
Jeff Johnsone7245742012-09-05 17:12:55 -0700269
Jeff Johnson295189b2012-06-20 16:38:30 -0700270BandCapability=0
271
Jeff Johnsone7245742012-09-05 17:12:55 -0700272
Jeff Johnson295189b2012-06-20 16:38:30 -0700273#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700274
Jeff Johnson295189b2012-06-20 16:38:30 -0700275enableBeaconEarlyTermination=0
Jeff Johnsone7245742012-09-05 17:12:55 -0700276
Jeff Johnson295189b2012-06-20 16:38:30 -0700277beaconEarlyTerminationWakeInterval=3
278
Jeff Johnsone7245742012-09-05 17:12:55 -0700279
Jeff Johnson295189b2012-06-20 16:38:30 -0700280#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700281
Jeff Johnson43971f52012-07-17 12:26:56 -0700282gEnableBtAmp=0
Jeff Johnson295189b2012-06-20 16:38:30 -0700283
Jeff Johnsone7245742012-09-05 17:12:55 -0700284
Jeff Johnson295189b2012-06-20 16:38:30 -0700285#SOFTAP Channel Range selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700286
Jeff Johnson295189b2012-06-20 16:38:30 -0700287gAPChannelSelectStartChannel=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700288
Jeff Johnson295189b2012-06-20 16:38:30 -0700289gAPChannelSelectEndChannel=11
290
Jeff Johnsone7245742012-09-05 17:12:55 -0700291
Jeff Johnson295189b2012-06-20 16:38:30 -0700292#SOFTAP Channel Range selection Operating band
Jeff Johnsone7245742012-09-05 17:12:55 -0700293
Jeff Johnson295189b2012-06-20 16:38:30 -0700294# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
Jeff Johnsone7245742012-09-05 17:12:55 -0700295
Jeff Johnson295189b2012-06-20 16:38:30 -0700296gAPChannelSelectOperatingBand=0
297
Jeff Johnsone7245742012-09-05 17:12:55 -0700298
299#Channel Bonding
Ravi Kumar Vaishnav5bce27c2013-01-15 17:29:09 -0800300gChannelBondingMode5GHz=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700301
302
Jeff Johnson295189b2012-06-20 16:38:30 -0700303#Enable Keep alive with non-zero period value
Jeff Johnsone7245742012-09-05 17:12:55 -0700304
Jeff Johnson295189b2012-06-20 16:38:30 -0700305#gStaKeepAlivePeriod = 30
306
Sejal Chauhanbcde8bc2013-03-04 18:06:36 +0530307#AP LINK MONITOR TIMEOUT is used for both SAP and GO mode.
308#It is used to change the frequency of keep alive packets in the AP Link Monitor period which is by
309#default 20s. Currently the keep alive packets are sent as an interval of 3s but after this change
310#the keep alive packet frequency can be changed.
311
312#gApLinkMonitorPeriod = 3
313
Jeff Johnsone7245742012-09-05 17:12:55 -0700314
Jeff Johnson295189b2012-06-20 16:38:30 -0700315#If set will start with active scan after driver load, otherwise will start with
Jeff Johnsone7245742012-09-05 17:12:55 -0700316
Jeff Johnson295189b2012-06-20 16:38:30 -0700317#passive scan to find out the domain
Jeff Johnsone7245742012-09-05 17:12:55 -0700318
Madan Mohan Koyyalamudi21fd24a2012-09-28 17:09:53 -0700319gEnableBypass11d=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700320
Jeff Johnson295189b2012-06-20 16:38:30 -0700321
322#If set to 0, will not scan DFS channels
Jeff Johnsone7245742012-09-05 17:12:55 -0700323
Jeff Johnson295189b2012-06-20 16:38:30 -0700324gEnableDFSChnlScan=1
325
Jeff Johnsone7245742012-09-05 17:12:55 -0700326
327gVhtChannelWidth=2
Jeff Johnson295189b2012-06-20 16:38:30 -0700328gEnableLogp=1
329
Jeff Johnsone7245742012-09-05 17:12:55 -0700330
Jeff Johnson295189b2012-06-20 16:38:30 -0700331# Enable Automatic Tx Power control
Jeff Johnsone7245742012-09-05 17:12:55 -0700332
Jeff Johnson295189b2012-06-20 16:38:30 -0700333gEnableAutomaticTxPowerControl=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700334
335# 0 for OLPC 1 for CLPC and SCPC
336gEnableCloseLoop=1
337
338#Data Inactivity Timeout when in powersave (in ms)
339gDataInactivityTimeout=200
340
341# VHT Tx/Rx MCS values
342# Valid values are 0,1,2. If commented out, the default value is 0.
343# 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
344gVhtRxMCS=2
345gVhtTxMCS=2
346
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -0700347# Enable CRDA regulatory support by settings default country code
348#gCrdaDefaultCountryCode=TW
Jeff Johnsone7245742012-09-05 17:12:55 -0700349
Madan Mohan Koyyalamudi4ff9cd62012-10-30 17:48:57 -0700350# Scan Timing Parameters
351# gPassiveMaxChannelTime=110
352# gPassiveMinChannelTime=60
353# gActiveMaxChannelTime=40
354# gActiveMinChannelTime=20
Madan Mohan Koyyalamudi4ff9cd62012-10-30 17:48:57 -0700355
Pratik Bhalgatbe762582012-11-22 16:49:13 +0530356#If set to 0, MCC is not allowed.
357gEnableMCCMode=1
358
Pratik Bhalgat6bfd1422012-11-22 17:09:40 +0530359# 1=enable STBC; 0=disable STBC
360gEnableRXSTBC=1
361
Yathish9f22e662012-12-10 14:21:35 -0800362# Enable Active mode offload
Sameer Thalappilc0ed3812013-02-21 16:08:43 -0800363gEnableActiveModeOffload=1
Yathish9f22e662012-12-10 14:21:35 -0800364
Sandeep Puligilla2b6dc632012-12-17 14:44:16 -0800365#Enable Scan Results Aging based on timer
366#Timer value is in seconds
367#If Set to 0 it will not enable the feature
368gScanAgingTime=0
369
Madan Mohan Koyyalamudi69b34182013-01-16 08:51:40 +0530370#Enable Power saving mechanism Based on Android Framework
371#If set to 0 Driver internally control the Power saving mechanism
372#If set to 1 Android Framwrok control the Power saving mechanism
373isAndroidPsEn=0
374
Leela V Kiran Kumar Reddy Chiralab1f7d342013-02-11 00:27:02 -0800375#disable LDPC in STA mode if the AP is TXBF capable
376gDisableLDPCWithTxbfAP=1
Amar Singhal82970dd2013-04-16 15:38:48 -0700377
378#Enable thermal mitigation
379gThermalMitigationEnable=1
Gopichand Nakkaladacbcb52013-04-18 16:41:54 +0530380
Srinivas Girigowda830bbd02013-06-13 19:44:16 -0700381gEnableFastRoamInConcurrency=1
382
Gopichand Nakkaladacbcb52013-04-18 16:41:54 +0530383#List of Country codes for which 11ac needs to be disabled
384#Each country code must be delimited by comma(,)
385gListOfNon11acCountryCode=RU,UA,ZA
386
Gopichand Nakkala42bc89e2013-05-27 12:49:09 +0530387#Maxium Channel time in msec
388gMaxMediumTime = 6000
389
Gopichand Nakkalabc3d4372013-06-04 15:15:41 +0530390# 802.11K support
391gRrmEnable=1
392gRrmOperChanMax=8
393gRrmNonOperChanMax=8
394gRrmRandIntvl=100
395
Gopichand Nakkala154bda22013-06-11 17:41:22 +0530396#Scan offload
397gEnableDirectedScanOffload=0
398
krunal soni4f087d22013-07-29 16:32:26 -0700399# Oxygen network (prop IE for IBSS)
400gEnableOxygenNwk=0
401
Jeff Johnson295189b2012-06-20 16:38:30 -0700402END
Jeff Johnsone7245742012-09-05 17:12:55 -0700403
Jeff Johnson295189b2012-06-20 16:38:30 -0700404# Note: Configuration parser would not read anything past the END marker
Jeff Johnsone7245742012-09-05 17:12:55 -0700405