blob: 7e0c9f7f3e0d6404a46226097a5306f19b3cda17 [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
Madan Mohan Koyyalamudi1a632082013-10-03 02:12:51 +053061# Flag to allow STA send AddTspec even when ACM is Off
62gAddTSWhenACMIsOff=1
Jeff Johnsone7245742012-09-05 17:12:55 -070063
Jeff Johnson295189b2012-06-20 16:38:30 -070064# Make 1x1 the default antenna configuration
Jeff Johnsone7245742012-09-05 17:12:55 -070065
Jeff Johnson295189b2012-06-20 16:38:30 -070066gNumRxAnt=1
67
Jeff Johnsone7245742012-09-05 17:12:55 -070068
Jeff Johnson295189b2012-06-20 16:38:30 -070069# Beacon filtering frequency (unit in beacon intervals)
Jeff Johnsone7245742012-09-05 17:12:55 -070070
Jeff Johnson295189b2012-06-20 16:38:30 -070071gNthBeaconFilter=50
72
Jeff Johnsone7245742012-09-05 17:12:55 -070073
Jeff Johnson295189b2012-06-20 16:38:30 -070074# Enable WAPI or not
Jeff Johnsone7245742012-09-05 17:12:55 -070075
Jeff Johnson295189b2012-06-20 16:38:30 -070076# WAPIIsEnabled=0
77
Jeff Johnsone7245742012-09-05 17:12:55 -070078
Jeff Johnson295189b2012-06-20 16:38:30 -070079# Flags to filter Mcast abd Bcast RX packets.
Jeff Johnsone7245742012-09-05 17:12:55 -070080
Jeff Johnson295189b2012-06-20 16:38:30 -070081# Value 0: No filtering, 1: Filter all Multicast.
Jeff Johnsone7245742012-09-05 17:12:55 -070082
Jeff Johnson295189b2012-06-20 16:38:30 -070083# 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast
Jeff Johnsone7245742012-09-05 17:12:55 -070084
Sameer Thalappil59942952013-03-19 18:42:20 -070085McastBcastFilter=3
Jeff Johnson295189b2012-06-20 16:38:30 -070086
Jeff Johnsone7245742012-09-05 17:12:55 -070087
Jeff Johnson295189b2012-06-20 16:38:30 -070088#Flag to enable HostARPOffload feature or not
Jeff Johnsone7245742012-09-05 17:12:55 -070089
Sameer Thalappilc0ed3812013-02-21 16:08:43 -080090hostArpOffload=1
Jeff Johnson295189b2012-06-20 16:38:30 -070091
Jeff Johnsone7245742012-09-05 17:12:55 -070092
Gopichand Nakkala746a9452013-06-11 12:45:54 +053093#Flag to enable HostNSOffload feature or not
94
95hostNSOffload=0
96
Jeff Johnson295189b2012-06-20 16:38:30 -070097#SoftAP Related Parameters
Jeff Johnsone7245742012-09-05 17:12:55 -070098
Jeff Johnson295189b2012-06-20 16:38:30 -070099# AP MAc addr
Jeff Johnsone7245742012-09-05 17:12:55 -0700100
101gAPMacAddr=000AF589dcab
102
Jeff Johnson295189b2012-06-20 16:38:30 -0700103
104# 802.11n Protection flag
Jeff Johnsone7245742012-09-05 17:12:55 -0700105
Jeff Johnson295189b2012-06-20 16:38:30 -0700106gEnableApProt=1
107
Jeff Johnsone7245742012-09-05 17:12:55 -0700108
Jeff Johnson295189b2012-06-20 16:38:30 -0700109#Enable OBSS protection
Jeff Johnsone7245742012-09-05 17:12:55 -0700110
Madan Mohan Koyyalamudiff3c4f12012-10-15 17:30:12 -0700111gEnableApOBSSProt=1
Jeff Johnson295189b2012-06-20 16:38:30 -0700112
Jeff Johnsone7245742012-09-05 17:12:55 -0700113
Jeff Johnson295189b2012-06-20 16:38:30 -0700114#Enable/Disable UAPSD for SoftAP
Jeff Johnsone7245742012-09-05 17:12:55 -0700115
116gEnableApUapsd=0
117
Jeff Johnson295189b2012-06-20 16:38:30 -0700118
119# Fixed Rate
Jeff Johnsone7245742012-09-05 17:12:55 -0700120
Jeff Johnson295189b2012-06-20 16:38:30 -0700121gFixedRate=0
122
Jeff Johnsone7245742012-09-05 17:12:55 -0700123
Jeff Johnson295189b2012-06-20 16:38:30 -0700124# Maximum Tx power
Jeff Johnsone7245742012-09-05 17:12:55 -0700125
Jeff Johnson295189b2012-06-20 16:38:30 -0700126# gTxPowerCap=30
127
Jeff Johnsone7245742012-09-05 17:12:55 -0700128
Jeff Johnson295189b2012-06-20 16:38:30 -0700129# Fragmentation Threshold
Jeff Johnsone7245742012-09-05 17:12:55 -0700130
Jeff Johnson295189b2012-06-20 16:38:30 -0700131# gFragmentationThreshold=2346
132
Jeff Johnsone7245742012-09-05 17:12:55 -0700133
Jeff Johnson295189b2012-06-20 16:38:30 -0700134# RTS threshold
Jeff Johnsone7245742012-09-05 17:12:55 -0700135
Jeff Johnson295189b2012-06-20 16:38:30 -0700136RTSThreshold=2347
137
Jeff Johnsone7245742012-09-05 17:12:55 -0700138
Jeff Johnson295189b2012-06-20 16:38:30 -0700139# Intra-BSS forward
Jeff Johnsone7245742012-09-05 17:12:55 -0700140
Jeff Johnson295189b2012-06-20 16:38:30 -0700141gDisableIntraBssFwd=0
142
Jeff Johnsone7245742012-09-05 17:12:55 -0700143
Jeff Johnson295189b2012-06-20 16:38:30 -0700144# WMM Enable/Disable
Jeff Johnsone7245742012-09-05 17:12:55 -0700145
Jeff Johnson295189b2012-06-20 16:38:30 -0700146WmmIsEnabled=0
147
Jeff Johnsone7245742012-09-05 17:12:55 -0700148
Jeff Johnson295189b2012-06-20 16:38:30 -0700149# 802.11d support
Jeff Johnsone7245742012-09-05 17:12:55 -0700150
Jeff Johnson295189b2012-06-20 16:38:30 -0700151g11dSupportEnabled=1
152
Madan Mohan Koyyalamudi8db1c942013-01-10 15:24:29 -0800153# 802.11h support
154
155g11hSupportEnabled=1
156
Jeff Johnson295189b2012-06-20 16:38:30 -0700157# CCX Support and fast transition
158CcxEnabled=0
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700159FastTransitionEnabled=1
Madan Mohan Koyyalamudi1a632082013-10-03 02:12:51 +0530160ImplicitQosIsEnabled=0
Jeff Johnson295189b2012-06-20 16:38:30 -0700161gNeighborScanTimerPeriod=200
162
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700163gNeighborLookupThreshold=76
164gNeighborReassocThreshold=81
Jeff Johnson295189b2012-06-20 16:38:30 -0700165
Jeff Johnson295189b2012-06-20 16:38:30 -0700166gNeighborScanChannelMinTime=20
167gNeighborScanChannelMaxTime=30
168gMaxNeighborReqTries=3
169
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700170# Legacy (non-CCX, non-802.11r) Fast Roaming Support
Srinivas Girigowdade697412013-02-14 16:31:48 -0800171# To enable, set FastRoamEnabled=1
172# To disable, set FastRoamEnabled=0
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700173FastRoamEnabled=1
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700174
Jeff Johnson43971f52012-07-17 12:26:56 -0700175#Check if the AP to which we are roaming is better than current AP in terms of RSSI.
176#Checking is disabled if set to Zero.Otherwise it will use this value as to how better
177#the RSSI of the new/roamable AP should be for roaming
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700178RoamRssiDiff=3
Jeff Johnson43971f52012-07-17 12:26:56 -0700179
Srinivas Girigowdade697412013-02-14 16:31:48 -0800180# If the RSSI of any available candidate is better than currently associated
181# AP by at least gImmediateRoamRssiDiff, then being to roam immediately (without
182# registering for reassoc threshold).
183# NOTE: Value of 0 means that we would register for reassoc threshold.
184gImmediateRoamRssiDiff=10
Madan Mohan Koyyalamudid5026072012-11-30 14:56:21 -0800185
Srinivas Girigowdabbd16eb2013-03-21 12:34:46 -0700186# To enable, set gRoamIntraBand=1 (Roaming within band)
187# To disable, set gRoamIntraBand=0 (Roaming across band)
188gRoamIntraBand=0
189
Jeff Johnson295189b2012-06-20 16:38:30 -0700190# SAP Country code
Jeff Johnsone7245742012-09-05 17:12:55 -0700191
Jeff Johnson295189b2012-06-20 16:38:30 -0700192# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
Jeff Johnsone7245742012-09-05 17:12:55 -0700193
Jeff Johnson295189b2012-06-20 16:38:30 -0700194# Example
Jeff Johnsone7245742012-09-05 17:12:55 -0700195
Jeff Johnson295189b2012-06-20 16:38:30 -0700196# US Indoor, USI
Jeff Johnsone7245742012-09-05 17:12:55 -0700197
Jeff Johnson295189b2012-06-20 16:38:30 -0700198# Korea Outdoor, KRO
Jeff Johnsone7245742012-09-05 17:12:55 -0700199
Jeff Johnson295189b2012-06-20 16:38:30 -0700200# Japan without optional byte, JP
Jeff Johnsone7245742012-09-05 17:12:55 -0700201
Jeff Johnson295189b2012-06-20 16:38:30 -0700202# France without optional byte, FR
Jeff Johnsone7245742012-09-05 17:12:55 -0700203
Jeff Johnson295189b2012-06-20 16:38:30 -0700204#gAPCntryCode=USI
205
Jeff Johnsone7245742012-09-05 17:12:55 -0700206
Jeff Johnson295189b2012-06-20 16:38:30 -0700207#Short Guard Interval Enable/disable
Jeff Johnsone7245742012-09-05 17:12:55 -0700208
Jeff Johnson295189b2012-06-20 16:38:30 -0700209gShortGI20Mhz=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700210
Jeff Johnson295189b2012-06-20 16:38:30 -0700211gShortGI40Mhz=1
212
Jeff Johnsone7245742012-09-05 17:12:55 -0700213
Jeff Johnson295189b2012-06-20 16:38:30 -0700214#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
Jeff Johnsone7245742012-09-05 17:12:55 -0700215
Jeff Johnson295189b2012-06-20 16:38:30 -0700216gAPAutoShutOff=0
217
Jeff Johnsone7245742012-09-05 17:12:55 -0700218
Jeff Johnson295189b2012-06-20 16:38:30 -0700219# SAP auto channel selection configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700220
Jeff Johnson295189b2012-06-20 16:38:30 -0700221# 0 = disable auto channel selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700222
Jeff Johnson295189b2012-06-20 16:38:30 -0700223# 1 = enable auto channel selection, channel provided by supplicant will be ignored
Jeff Johnsone7245742012-09-05 17:12:55 -0700224
Jeff Johnson295189b2012-06-20 16:38:30 -0700225gApAutoChannelSelection=0
226
Jeff Johnsone7245742012-09-05 17:12:55 -0700227
Jeff Johnson295189b2012-06-20 16:38:30 -0700228# Listen Energy Detect Mode Configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700229
Jeff Johnson295189b2012-06-20 16:38:30 -0700230# Valid values 0-128
Jeff Johnsone7245742012-09-05 17:12:55 -0700231
Jeff Johnson295189b2012-06-20 16:38:30 -0700232# 128 means disable Energy Detect feature
Jeff Johnsone7245742012-09-05 17:12:55 -0700233
Jeff Johnson295189b2012-06-20 16:38:30 -0700234# 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 -0700235
Jeff Johnson295189b2012-06-20 16:38:30 -0700236# 10-128 are reserved.
Jeff Johnsone7245742012-09-05 17:12:55 -0700237
Jeff Johnson295189b2012-06-20 16:38:30 -0700238# The EDET threshold mapping is as follows in 3dB step:
Jeff Johnsone7245742012-09-05 17:12:55 -0700239
Jeff Johnson295189b2012-06-20 16:38:30 -0700240# 0 = -60 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700241
Jeff Johnson295189b2012-06-20 16:38:30 -0700242# 1 = -63 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700243
Jeff Johnson295189b2012-06-20 16:38:30 -0700244# 2 = -66 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700245
Jeff Johnson295189b2012-06-20 16:38:30 -0700246# ...
Jeff Johnsone7245742012-09-05 17:12:55 -0700247
Jeff Johnson295189b2012-06-20 16:38:30 -0700248# 7 = -81 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700249
Jeff Johnson295189b2012-06-20 16:38:30 -0700250# 8 = -84 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700251
Jeff Johnson295189b2012-06-20 16:38:30 -0700252# 9 = -87 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700253
Jeff Johnson295189b2012-06-20 16:38:30 -0700254# 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 -0700255
Jeff Johnson295189b2012-06-20 16:38:30 -0700256#
Jeff Johnsone7245742012-09-05 17:12:55 -0700257
Jeff Johnson295189b2012-06-20 16:38:30 -0700258# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
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 -0700262gEnablePhyAgcListenMode=128
263
Jeff Johnsone7245742012-09-05 17:12:55 -0700264
Jeff Johnson295189b2012-06-20 16:38:30 -0700265#Preferred channel to start BT AMP AP mode (0 means, any channel)
Jeff Johnsone7245742012-09-05 17:12:55 -0700266
Jeff Johnson295189b2012-06-20 16:38:30 -0700267BtAmpPreferredChannel=0
268
Jeff Johnsone7245742012-09-05 17:12:55 -0700269
Jeff Johnson295189b2012-06-20 16:38:30 -0700270#Preferred band (both or 2.4 only or 5 only)
Jeff Johnsone7245742012-09-05 17:12:55 -0700271
Jeff Johnson295189b2012-06-20 16:38:30 -0700272BandCapability=0
273
Jeff Johnsone7245742012-09-05 17:12:55 -0700274
Jeff Johnson295189b2012-06-20 16:38:30 -0700275#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700276
Jeff Johnson295189b2012-06-20 16:38:30 -0700277enableBeaconEarlyTermination=0
Jeff Johnsone7245742012-09-05 17:12:55 -0700278
Jeff Johnson295189b2012-06-20 16:38:30 -0700279beaconEarlyTerminationWakeInterval=3
280
Jeff Johnsone7245742012-09-05 17:12:55 -0700281
Jeff Johnson295189b2012-06-20 16:38:30 -0700282#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700283
Jeff Johnson43971f52012-07-17 12:26:56 -0700284gEnableBtAmp=0
Jeff Johnson295189b2012-06-20 16:38:30 -0700285
Jeff Johnsone7245742012-09-05 17:12:55 -0700286
Jeff Johnson295189b2012-06-20 16:38:30 -0700287#SOFTAP Channel Range selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700288
Jeff Johnson295189b2012-06-20 16:38:30 -0700289gAPChannelSelectStartChannel=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700290
Jeff Johnson295189b2012-06-20 16:38:30 -0700291gAPChannelSelectEndChannel=11
292
Jeff Johnsone7245742012-09-05 17:12:55 -0700293
Jeff Johnson295189b2012-06-20 16:38:30 -0700294#SOFTAP Channel Range selection Operating band
Jeff Johnsone7245742012-09-05 17:12:55 -0700295
Jeff Johnson295189b2012-06-20 16:38:30 -0700296# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
Jeff Johnsone7245742012-09-05 17:12:55 -0700297
Jeff Johnson295189b2012-06-20 16:38:30 -0700298gAPChannelSelectOperatingBand=0
299
Jeff Johnsone7245742012-09-05 17:12:55 -0700300
301#Channel Bonding
Ravi Kumar Vaishnav5bce27c2013-01-15 17:29:09 -0800302gChannelBondingMode5GHz=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700303
304
Jeff Johnson295189b2012-06-20 16:38:30 -0700305#Enable Keep alive with non-zero period value
Jeff Johnsone7245742012-09-05 17:12:55 -0700306
Jeff Johnson295189b2012-06-20 16:38:30 -0700307#gStaKeepAlivePeriod = 30
308
Madan Mohan Koyyalamudi2558bc92013-08-24 16:54:31 +0530309#Say gGoKeepAlivePeriod(5 seconds) and gGoLinkMonitorPeriod(10 seconds).
310#For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 seconds.)
311#For both active and power save clients.
Sejal Chauhanbcde8bc2013-03-04 18:06:36 +0530312
Madan Mohan Koyyalamudi2558bc92013-08-24 16:54:31 +0530313#Power save clients: DUT set TIM bit from 10th second onwards and till client honors TIM bit.
314#If doesn't honor for 5 seconds then DUT remove client.
315
316#Active clients: DUT send Qos Null frame for 10th seconds onwards if it is not success still we try on
317#11th second if not tries on 12th and so on till 15th second. Hence before disconnection DUT will send 5 NULL frames.
318#Hence in any case DUT will detect client got removed in (10+5) seconds. i.e., (gGoKeepAlivePeriod + gGoLinkMonitorPeriod)..
319
320#gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period
321#where we send NULL frame.
322
323#gApLinkMonitorPeriod = 10
324
325#gGoLinkMonitorPeriod = 10
326
327#gGoKeepAlivePeriod/gApKeepAlivePeriod is time to spend to check whether frame are succeed to send or not.
328#Hence total effective detection time is gGoLinkMonitorPeriod+ gGoKeepAlivePeriod/gApLinkMonitorPeriod+ gApKeepAlivePeriod.
329
330
331#gGoKeepAlivePeriod = 5
332
333#gApKeepAlivePeriod = 5
Sejal Chauhanbcde8bc2013-03-04 18:06:36 +0530334
Jeff Johnsone7245742012-09-05 17:12:55 -0700335
Jeff Johnson295189b2012-06-20 16:38:30 -0700336#If set will start with active scan after driver load, otherwise will start with
Jeff Johnsone7245742012-09-05 17:12:55 -0700337
Jeff Johnson295189b2012-06-20 16:38:30 -0700338#passive scan to find out the domain
Jeff Johnsone7245742012-09-05 17:12:55 -0700339
Madan Mohan Koyyalamudi21fd24a2012-09-28 17:09:53 -0700340gEnableBypass11d=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700341
Jeff Johnson295189b2012-06-20 16:38:30 -0700342
343#If set to 0, will not scan DFS channels
Jeff Johnsone7245742012-09-05 17:12:55 -0700344
Jeff Johnson295189b2012-06-20 16:38:30 -0700345gEnableDFSChnlScan=1
346
Jeff Johnsone7245742012-09-05 17:12:55 -0700347
348gVhtChannelWidth=2
Jeff Johnson295189b2012-06-20 16:38:30 -0700349gEnableLogp=1
350
Jeff Johnsone7245742012-09-05 17:12:55 -0700351
Jeff Johnson295189b2012-06-20 16:38:30 -0700352# Enable Automatic Tx Power control
Jeff Johnsone7245742012-09-05 17:12:55 -0700353
Jeff Johnson295189b2012-06-20 16:38:30 -0700354gEnableAutomaticTxPowerControl=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700355
356# 0 for OLPC 1 for CLPC and SCPC
357gEnableCloseLoop=1
358
359#Data Inactivity Timeout when in powersave (in ms)
360gDataInactivityTimeout=200
361
362# VHT Tx/Rx MCS values
363# Valid values are 0,1,2. If commented out, the default value is 0.
364# 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
365gVhtRxMCS=2
366gVhtTxMCS=2
367
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -0700368# Enable CRDA regulatory support by settings default country code
369#gCrdaDefaultCountryCode=TW
Jeff Johnsone7245742012-09-05 17:12:55 -0700370
Madan Mohan Koyyalamudi4ff9cd62012-10-30 17:48:57 -0700371# Scan Timing Parameters
372# gPassiveMaxChannelTime=110
373# gPassiveMinChannelTime=60
374# gActiveMaxChannelTime=40
375# gActiveMinChannelTime=20
Madan Mohan Koyyalamudi4ff9cd62012-10-30 17:48:57 -0700376
Pratik Bhalgatbe762582012-11-22 16:49:13 +0530377#If set to 0, MCC is not allowed.
378gEnableMCCMode=1
379
Pratik Bhalgat6bfd1422012-11-22 17:09:40 +0530380# 1=enable STBC; 0=disable STBC
381gEnableRXSTBC=1
382
Yathish9f22e662012-12-10 14:21:35 -0800383# Enable Active mode offload
Sameer Thalappilc0ed3812013-02-21 16:08:43 -0800384gEnableActiveModeOffload=1
Yathish9f22e662012-12-10 14:21:35 -0800385
Sandeep Puligilla2b6dc632012-12-17 14:44:16 -0800386#Enable Scan Results Aging based on timer
387#Timer value is in seconds
388#If Set to 0 it will not enable the feature
389gScanAgingTime=0
390
Madan Mohan Koyyalamudi69b34182013-01-16 08:51:40 +0530391#Enable Power saving mechanism Based on Android Framework
392#If set to 0 Driver internally control the Power saving mechanism
393#If set to 1 Android Framwrok control the Power saving mechanism
394isAndroidPsEn=0
395
Leela V Kiran Kumar Reddy Chiralab1f7d342013-02-11 00:27:02 -0800396#disable LDPC in STA mode if the AP is TXBF capable
397gDisableLDPCWithTxbfAP=1
Amar Singhal82970dd2013-04-16 15:38:48 -0700398
399#Enable thermal mitigation
400gThermalMitigationEnable=1
Gopichand Nakkaladacbcb52013-04-18 16:41:54 +0530401
Srinivas Girigowda830bbd02013-06-13 19:44:16 -0700402gEnableFastRoamInConcurrency=1
403
Gopichand Nakkaladacbcb52013-04-18 16:41:54 +0530404#List of Country codes for which 11ac needs to be disabled
405#Each country code must be delimited by comma(,)
406gListOfNon11acCountryCode=RU,UA,ZA
407
Gopichand Nakkala42bc89e2013-05-27 12:49:09 +0530408#Maxium Channel time in msec
409gMaxMediumTime = 6000
410
Gopichand Nakkalabc3d4372013-06-04 15:15:41 +0530411# 802.11K support
412gRrmEnable=1
413gRrmOperChanMax=8
414gRrmNonOperChanMax=8
415gRrmRandIntvl=100
416
Gopichand Nakkala154bda22013-06-11 17:41:22 +0530417#Scan offload
418gEnableDirectedScanOffload=0
419
Yue Ma0fd23872013-08-01 15:56:47 -0700420#FlexConnect Power Factor
421#Default is set to 0 (disable)
422gFlexConnectPowerFactor=0
423
Tushnim Bhattacharyyaaf788472013-08-27 16:54:33 -0700424#SAP/P2P-GO mode traffic monitor
425gEnableTrafficMonitor=1
426gTrafficIdleTimeout=3000
427
Jeff Johnson295189b2012-06-20 16:38:30 -0700428END
Jeff Johnsone7245742012-09-05 17:12:55 -0700429
Jeff Johnson295189b2012-06-20 16:38:30 -0700430# Note: Configuration parser would not read anything past the END marker
Jeff Johnsone7245742012-09-05 17:12:55 -0700431