blob: dbb09688542b8cd01763a7e0a93caf0ea62b5fb7 [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
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -0800160# ESE Support and fast transition
161EseEnabled=0
Madan Mohan Koyyalamudi1a632082013-10-03 02:12:51 +0530162ImplicitQosIsEnabled=0
Jeff Johnson295189b2012-06-20 16:38:30 -0700163gNeighborScanTimerPeriod=200
164
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700165gNeighborLookupThreshold=76
166gNeighborReassocThreshold=81
Jeff Johnson295189b2012-06-20 16:38:30 -0700167
Jeff Johnson295189b2012-06-20 16:38:30 -0700168gNeighborScanChannelMinTime=20
169gNeighborScanChannelMaxTime=30
170gMaxNeighborReqTries=3
171
Varun Reddy Yeturu5d5e2c62014-02-27 13:31:29 -0800172# Legacy (non-ESE, non-802.11r) Fast Roaming Support
Srinivas Girigowdade697412013-02-14 16:31:48 -0800173# To enable, set FastRoamEnabled=1
174# To disable, set FastRoamEnabled=0
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700175FastRoamEnabled=1
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700176
Jeff Johnson43971f52012-07-17 12:26:56 -0700177#Check if the AP to which we are roaming is better than current AP in terms of RSSI.
178#Checking is disabled if set to Zero.Otherwise it will use this value as to how better
179#the RSSI of the new/roamable AP should be for roaming
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700180RoamRssiDiff=3
Jeff Johnson43971f52012-07-17 12:26:56 -0700181
Srinivas Girigowdade697412013-02-14 16:31:48 -0800182# If the RSSI of any available candidate is better than currently associated
183# AP by at least gImmediateRoamRssiDiff, then being to roam immediately (without
184# registering for reassoc threshold).
185# NOTE: Value of 0 means that we would register for reassoc threshold.
186gImmediateRoamRssiDiff=10
Madan Mohan Koyyalamudid5026072012-11-30 14:56:21 -0800187
Srinivas Girigowdabbd16eb2013-03-21 12:34:46 -0700188# To enable, set gRoamIntraBand=1 (Roaming within band)
189# To disable, set gRoamIntraBand=0 (Roaming across band)
Wilson Yang1d230782013-10-24 11:00:05 -0700190
Srinivas Girigowdabbd16eb2013-03-21 12:34:46 -0700191gRoamIntraBand=0
192
Wilson Yang1d230782013-10-24 11:00:05 -0700193#SAP Country code
Jeff Johnsone7245742012-09-05 17:12:55 -0700194
Jeff Johnson295189b2012-06-20 16:38:30 -0700195# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
Jeff Johnsone7245742012-09-05 17:12:55 -0700196
Jeff Johnson295189b2012-06-20 16:38:30 -0700197# Example
Jeff Johnsone7245742012-09-05 17:12:55 -0700198
Jeff Johnson295189b2012-06-20 16:38:30 -0700199# US Indoor, USI
Jeff Johnsone7245742012-09-05 17:12:55 -0700200
Jeff Johnson295189b2012-06-20 16:38:30 -0700201# Korea Outdoor, KRO
Jeff Johnsone7245742012-09-05 17:12:55 -0700202
Jeff Johnson295189b2012-06-20 16:38:30 -0700203# Japan without optional byte, JP
Jeff Johnsone7245742012-09-05 17:12:55 -0700204
Jeff Johnson295189b2012-06-20 16:38:30 -0700205# France without optional byte, FR
Jeff Johnsone7245742012-09-05 17:12:55 -0700206
Jeff Johnson295189b2012-06-20 16:38:30 -0700207#gAPCntryCode=USI
208
Jeff Johnsone7245742012-09-05 17:12:55 -0700209
Jeff Johnson295189b2012-06-20 16:38:30 -0700210#Short Guard Interval Enable/disable
Jeff Johnsone7245742012-09-05 17:12:55 -0700211
Jeff Johnson295189b2012-06-20 16:38:30 -0700212gShortGI20Mhz=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700213
Jeff Johnson295189b2012-06-20 16:38:30 -0700214gShortGI40Mhz=1
215
Jeff Johnsone7245742012-09-05 17:12:55 -0700216
Jeff Johnson295189b2012-06-20 16:38:30 -0700217#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
Jeff Johnsone7245742012-09-05 17:12:55 -0700218
Jeff Johnson295189b2012-06-20 16:38:30 -0700219gAPAutoShutOff=0
220
Jeff Johnsone7245742012-09-05 17:12:55 -0700221
Jeff Johnson295189b2012-06-20 16:38:30 -0700222# SAP auto channel selection configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700223
Jeff Johnson295189b2012-06-20 16:38:30 -0700224# 0 = disable auto channel selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700225
Jeff Johnson295189b2012-06-20 16:38:30 -0700226# 1 = enable auto channel selection, channel provided by supplicant will be ignored
Jeff Johnsone7245742012-09-05 17:12:55 -0700227
c_hpothub2515e12014-02-20 12:34:41 +0530228gApAutoChannelSelection=1
Jeff Johnson295189b2012-06-20 16:38:30 -0700229
Jeff Johnsone7245742012-09-05 17:12:55 -0700230
Jeff Johnson295189b2012-06-20 16:38:30 -0700231# Listen Energy Detect Mode Configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700232
Jeff Johnson295189b2012-06-20 16:38:30 -0700233# Valid values 0-128
Jeff Johnsone7245742012-09-05 17:12:55 -0700234
Jeff Johnson295189b2012-06-20 16:38:30 -0700235# 128 means disable Energy Detect feature
Jeff Johnsone7245742012-09-05 17:12:55 -0700236
Jeff Johnson295189b2012-06-20 16:38:30 -0700237# 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 -0700238
Jeff Johnson295189b2012-06-20 16:38:30 -0700239# 10-128 are reserved.
Jeff Johnsone7245742012-09-05 17:12:55 -0700240
Jeff Johnson295189b2012-06-20 16:38:30 -0700241# The EDET threshold mapping is as follows in 3dB step:
Jeff Johnsone7245742012-09-05 17:12:55 -0700242
Jeff Johnson295189b2012-06-20 16:38:30 -0700243# 0 = -60 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700244
Jeff Johnson295189b2012-06-20 16:38:30 -0700245# 1 = -63 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700246
Jeff Johnson295189b2012-06-20 16:38:30 -0700247# 2 = -66 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700248
Jeff Johnson295189b2012-06-20 16:38:30 -0700249# ...
Jeff Johnsone7245742012-09-05 17:12:55 -0700250
Jeff Johnson295189b2012-06-20 16:38:30 -0700251# 7 = -81 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700252
Jeff Johnson295189b2012-06-20 16:38:30 -0700253# 8 = -84 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700254
Jeff Johnson295189b2012-06-20 16:38:30 -0700255# 9 = -87 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700256
Jeff Johnson295189b2012-06-20 16:38:30 -0700257# 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 -0700258
Jeff Johnson295189b2012-06-20 16:38:30 -0700259#
Jeff Johnsone7245742012-09-05 17:12:55 -0700260
Jeff Johnson295189b2012-06-20 16:38:30 -0700261# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
Jeff Johnsone7245742012-09-05 17:12:55 -0700262
Jeff Johnson295189b2012-06-20 16:38:30 -0700263#
Jeff Johnsone7245742012-09-05 17:12:55 -0700264
Jeff Johnson295189b2012-06-20 16:38:30 -0700265gEnablePhyAgcListenMode=128
266
Jeff Johnsone7245742012-09-05 17:12:55 -0700267
Jeff Johnson295189b2012-06-20 16:38:30 -0700268#Preferred channel to start BT AMP AP mode (0 means, any channel)
Jeff Johnsone7245742012-09-05 17:12:55 -0700269
Jeff Johnson295189b2012-06-20 16:38:30 -0700270BtAmpPreferredChannel=0
271
Jeff Johnsone7245742012-09-05 17:12:55 -0700272
Jeff Johnson295189b2012-06-20 16:38:30 -0700273#Preferred band (both or 2.4 only or 5 only)
Jeff Johnsone7245742012-09-05 17:12:55 -0700274
Jeff Johnson295189b2012-06-20 16:38:30 -0700275BandCapability=0
276
Jeff Johnsone7245742012-09-05 17:12:55 -0700277
Jeff Johnson295189b2012-06-20 16:38:30 -0700278#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700279
Jeff Johnson295189b2012-06-20 16:38:30 -0700280enableBeaconEarlyTermination=0
Jeff Johnsone7245742012-09-05 17:12:55 -0700281
Jeff Johnson295189b2012-06-20 16:38:30 -0700282beaconEarlyTerminationWakeInterval=3
283
Jeff Johnsone7245742012-09-05 17:12:55 -0700284
Jeff Johnson295189b2012-06-20 16:38:30 -0700285#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700286
Jeff Johnson43971f52012-07-17 12:26:56 -0700287gEnableBtAmp=0
Jeff Johnson295189b2012-06-20 16:38:30 -0700288
Jeff Johnsone7245742012-09-05 17:12:55 -0700289
Jeff Johnson295189b2012-06-20 16:38:30 -0700290#SOFTAP Channel Range selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700291
Jeff Johnson295189b2012-06-20 16:38:30 -0700292gAPChannelSelectStartChannel=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700293
Jeff Johnson295189b2012-06-20 16:38:30 -0700294gAPChannelSelectEndChannel=11
295
Jeff Johnsone7245742012-09-05 17:12:55 -0700296
Jeff Johnson295189b2012-06-20 16:38:30 -0700297#SOFTAP Channel Range selection Operating band
Jeff Johnsone7245742012-09-05 17:12:55 -0700298
Deepthi Gowridea1b222014-12-08 12:24:37 +0530299# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND 5: 5GHZ BAND
Jeff Johnsone7245742012-09-05 17:12:55 -0700300
Jeff Johnson295189b2012-06-20 16:38:30 -0700301gAPChannelSelectOperatingBand=0
302
Jeff Johnsone7245742012-09-05 17:12:55 -0700303
304#Channel Bonding
Ravi Kumar Vaishnav5bce27c2013-01-15 17:29:09 -0800305gChannelBondingMode5GHz=1
Sachin Ahujac148b7c2014-08-26 17:08:47 +0530306gChannelBondingMode24GHz=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700307
Jeff Johnson295189b2012-06-20 16:38:30 -0700308#Enable Keep alive with non-zero period value
Jeff Johnsone7245742012-09-05 17:12:55 -0700309
Jeff Johnson295189b2012-06-20 16:38:30 -0700310#gStaKeepAlivePeriod = 30
311
Madan Mohan Koyyalamudi2558bc92013-08-24 16:54:31 +0530312#Say gGoKeepAlivePeriod(5 seconds) and gGoLinkMonitorPeriod(10 seconds).
313#For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 seconds.)
314#For both active and power save clients.
Sejal Chauhanbcde8bc2013-03-04 18:06:36 +0530315
Madan Mohan Koyyalamudi2558bc92013-08-24 16:54:31 +0530316#Power save clients: DUT set TIM bit from 10th second onwards and till client honors TIM bit.
317#If doesn't honor for 5 seconds then DUT remove client.
318
319#Active clients: DUT send Qos Null frame for 10th seconds onwards if it is not success still we try on
320#11th second if not tries on 12th and so on till 15th second. Hence before disconnection DUT will send 5 NULL frames.
321#Hence in any case DUT will detect client got removed in (10+5) seconds. i.e., (gGoKeepAlivePeriod + gGoLinkMonitorPeriod)..
322
323#gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period
324#where we send NULL frame.
325
326#gApLinkMonitorPeriod = 10
327
328#gGoLinkMonitorPeriod = 10
329
330#gGoKeepAlivePeriod/gApKeepAlivePeriod is time to spend to check whether frame are succeed to send or not.
331#Hence total effective detection time is gGoLinkMonitorPeriod+ gGoKeepAlivePeriod/gApLinkMonitorPeriod+ gApKeepAlivePeriod.
332
333
c_hpothu9c3ca372014-02-11 15:53:51 +0530334gGoKeepAlivePeriod=30
Madan Mohan Koyyalamudi2558bc92013-08-24 16:54:31 +0530335
c_hpothu9c3ca372014-02-11 15:53:51 +0530336gApKeepAlivePeriod=10
Sejal Chauhanbcde8bc2013-03-04 18:06:36 +0530337
Jeff Johnsone7245742012-09-05 17:12:55 -0700338
Jeff Johnson295189b2012-06-20 16:38:30 -0700339#If set will start with active scan after driver load, otherwise will start with
Jeff Johnsone7245742012-09-05 17:12:55 -0700340
Jeff Johnson295189b2012-06-20 16:38:30 -0700341#passive scan to find out the domain
Jeff Johnsone7245742012-09-05 17:12:55 -0700342
Madan Mohan Koyyalamudi21fd24a2012-09-28 17:09:53 -0700343gEnableBypass11d=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700344
Jeff Johnson295189b2012-06-20 16:38:30 -0700345
346#If set to 0, will not scan DFS channels
Jeff Johnsone7245742012-09-05 17:12:55 -0700347
Jeff Johnson295189b2012-06-20 16:38:30 -0700348gEnableDFSChnlScan=1
349
Jeff Johnsone7245742012-09-05 17:12:55 -0700350
351gVhtChannelWidth=2
Jeff Johnson295189b2012-06-20 16:38:30 -0700352gEnableLogp=1
353
Jeff Johnsone7245742012-09-05 17:12:55 -0700354
Jeff Johnson295189b2012-06-20 16:38:30 -0700355# Enable Automatic Tx Power control
Jeff Johnsone7245742012-09-05 17:12:55 -0700356
Girish Gowli5c745622014-06-02 20:42:49 +0530357gEnableAutomaticTxPowerControl=0
Jeff Johnsone7245742012-09-05 17:12:55 -0700358
359# 0 for OLPC 1 for CLPC and SCPC
360gEnableCloseLoop=1
361
362#Data Inactivity Timeout when in powersave (in ms)
363gDataInactivityTimeout=200
364
365# VHT Tx/Rx MCS values
366# Valid values are 0,1,2. If commented out, the default value is 0.
367# 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
368gVhtRxMCS=2
369gVhtTxMCS=2
370
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -0700371# Enable CRDA regulatory support by settings default country code
372#gCrdaDefaultCountryCode=TW
Jeff Johnsone7245742012-09-05 17:12:55 -0700373
Madan Mohan Koyyalamudi4ff9cd62012-10-30 17:48:57 -0700374# Scan Timing Parameters
375# gPassiveMaxChannelTime=110
376# gPassiveMinChannelTime=60
377# gActiveMaxChannelTime=40
378# gActiveMinChannelTime=20
Madan Mohan Koyyalamudi4ff9cd62012-10-30 17:48:57 -0700379
Pratik Bhalgatbe762582012-11-22 16:49:13 +0530380#If set to 0, MCC is not allowed.
381gEnableMCCMode=1
382
Pratik Bhalgat6bfd1422012-11-22 17:09:40 +0530383# 1=enable STBC; 0=disable STBC
384gEnableRXSTBC=1
385
Yathish9f22e662012-12-10 14:21:35 -0800386# Enable Active mode offload
Sameer Thalappilc0ed3812013-02-21 16:08:43 -0800387gEnableActiveModeOffload=1
Yathish9f22e662012-12-10 14:21:35 -0800388
Sandeep Puligilla2b6dc632012-12-17 14:44:16 -0800389#Enable Scan Results Aging based on timer
390#Timer value is in seconds
391#If Set to 0 it will not enable the feature
392gScanAgingTime=0
393
Madan Mohan Koyyalamudi69b34182013-01-16 08:51:40 +0530394#Enable Power saving mechanism Based on Android Framework
395#If set to 0 Driver internally control the Power saving mechanism
396#If set to 1 Android Framwrok control the Power saving mechanism
397isAndroidPsEn=0
398
Leela V Kiran Kumar Reddy Chiralab1f7d342013-02-11 00:27:02 -0800399#disable LDPC in STA mode if the AP is TXBF capable
400gDisableLDPCWithTxbfAP=1
Amar Singhal82970dd2013-04-16 15:38:48 -0700401
402#Enable thermal mitigation
403gThermalMitigationEnable=1
Gopichand Nakkaladacbcb52013-04-18 16:41:54 +0530404
Srinivas Girigowda830bbd02013-06-13 19:44:16 -0700405gEnableFastRoamInConcurrency=1
406
Gopichand Nakkaladacbcb52013-04-18 16:41:54 +0530407#List of Country codes for which 11ac needs to be disabled
408#Each country code must be delimited by comma(,)
409gListOfNon11acCountryCode=RU,UA,ZA
410
Gopichand Nakkala42bc89e2013-05-27 12:49:09 +0530411#Maxium Channel time in msec
Katya Nigam7624f992014-01-17 15:17:37 +0530412gMaxMediumTime = 5480
Gopichand Nakkala42bc89e2013-05-27 12:49:09 +0530413
Gopichand Nakkalabc3d4372013-06-04 15:15:41 +0530414# 802.11K support
415gRrmEnable=1
416gRrmOperChanMax=8
417gRrmNonOperChanMax=8
418gRrmRandIntvl=100
419
Gopichand Nakkala154bda22013-06-11 17:41:22 +0530420#Scan offload
421gEnableDirectedScanOffload=0
422
Yue Ma0fd23872013-08-01 15:56:47 -0700423#FlexConnect Power Factor
424#Default is set to 0 (disable)
425gFlexConnectPowerFactor=0
426
Tushnim Bhattacharyyaaf788472013-08-27 16:54:33 -0700427#SAP/P2P-GO mode traffic monitor
428gEnableTrafficMonitor=1
429gTrafficIdleTimeout=3000
430
Kalikinkar dharad73a9bd2014-01-28 22:42:34 -0800431#Disable/Enable Strict FCC Regulatory
432# 0 to disable, 1 to enable
433gEnableStrictRegulatoryForFCC=1
434
c_hpothu9c3ca372014-02-11 15:53:51 +0530435#Enable/Disable Modulated DTIM feature
436gEnableModulatedDTIM=3
437
438#max LI value for modulated DTIM
439gMaxLIModulatedDTIM=3
440
Dino Mycleba543a72014-08-05 12:35:11 +0530441#Enable/Disable Link Layer Statistics Feature
442gEnableLLStats=1
443
444#Enable/Disable EXTScan Feature
445gEnableEXTScan=1
446
Deepthi Gowri2bb29a62014-12-29 19:24:44 +0530447#Enable/Disable TDLS Feature
448gEnableTDLSSupport=1
449
450#Enable/Disable TDLS Implicit Trigger
451gEnableTDLSImplicitTrigger=0
452
453#Enable/Disable TDLS Buffer Sta
454gEnableTDLSBufferSta=1
455
jagadeeshaf2d0ce2015-03-31 11:45:30 +0530456#Enable/Disable RTS-CTS for HT,VHT
457#Bit mask value to enable RTS/CTS for different modes
458#For 2.4 GHz, HT20 - 0x0001 i.e 1, for 2.4 GHz, HT40 - 0x0002 i.e 2
459#For 2.4 GHz, VHT20 - 0x0004 i.e 4, for 2.4 GHz, VHT40 - 0x0008 i.e 8
460#For 5 GHz, HT20 - 0x0100 i.e 256, for 5 GHz, HT40 - 0x0200 i.e 512
461#For 5 GHz, VHT20 - 0x0400 i.e 1024, for 5 GHz, VHT40 - 0x0800 i.e 2048
462#For 5 GHz, VHT80 - 0x1000 i.e 4096
463#Can be enabled for multiple modes
464#For enabling in both HT20 and HT40 of 2.4 GHz - 0x0003 i.e 3
465#Default is set to 0 (disable)
466gEnableRtsCtsHtVht=0
Deepthi Gowri2bb29a62014-12-29 19:24:44 +0530467
Bhargav Shahd0715912015-10-01 18:17:37 +0530468#Enable delACK
469gEnableDelAck=1
470
471#Compute interval for delack
472gTcpDelAckComputeInterval=2000
473
474#Delack set higher limit
475gTcpDelAckThresholdHigh=17000
476
477#Delack set lower limit
478gTcpDelAckThresholdLow=12000
479
Anurag Chouhan83026002016-12-13 22:46:21 +0530480# Enable or Disable DHCP Server offload
481# 1=Enable, 0=Disable (default)
482gDHCPServerOffloadEnable=0
483
484# Set max number of DHCP Clients
485# Its value could not be greater than 2(default)
486#gDHCPMaxNumClients=2
487
488# Set DHCP server IP
Anurag Chouhanac145c22016-11-22 16:51:47 +0530489# 4th field could not be greater than 99, that is xxx.xxx.xxx.0 ~ xxx.xxx.xxx.99
Anurag Chouhan83026002016-12-13 22:46:21 +0530490# 1st field could not be within the range of 224 ~ 239 (multicast IP address)
Anurag Chouhanac145c22016-11-22 16:51:47 +0530491# 192.168.1.2(default)
492#gDHCPServerIP=192.168.1.2
Anurag Chouhan83026002016-12-13 22:46:21 +0530493
494# Set DHCP pool start Lsb
495# min 100 (default)
496# max 255
497gDHCPStartLsb=100
Anurag Chouhan0b29de02016-12-16 13:18:40 +0530498
499# mDNS enable
500gMDNSOffloadEnable=1
501# mDNS FQDN query
502gMDNSFqdn="_GoProRemote._tcp.local"
503# mDNS UFQDN query
504gMDNSUniqueFqdn="service._GoProRemote._tcp.local"
505# mDNS response typeA
506gMDNSResponseTypeA="goprobp-D89685121212.local"
507# mDNS response typeAIpv4Addr
508gMDNSResponseTypeAIpv4Addr=0xc0a80102
509# mDNS response typeTXT
510gMDNSResponseTypeTXT="GoProBP-D89685121212._GoProRemote._tcp.local"
511# mDNS response typeTXTContent
512gMDNSResponseTypeTXTContent="Device=HERO 3+-BAWA Model=BAWA Version=HD3.11.02.00 Wifi Version=4.0.36.0 Protocol Version=2"
513# mDNS response typePTR
514gMDNSResponseTypePTR="_GoProRemote._tcp.local"
515# mDNS response typePTRDomainName
516gMDNSResponseTypePTRDomainName="GoProBP-D89685121212._GoProRemote._tcp.local"
517# mDNS response typeSRV
518gMDNSResponseTypeSRV="GoProBP-D89685121212._GoProRemote._tcp.local"
519# mDNS response typeSRVTarget
520gMDNSResponseTypeSRVTarget="goprobp-D89685121212.local"
521# mDNS response typeSRVPriority
522gMDNSResponseTypeSRVPriority=0
523# mDNS response typeSRVWeight
524gMDNSResponseTypeSRVWeight=0
525
Jeff Johnson295189b2012-06-20 16:38:30 -0700526END
Jeff Johnsone7245742012-09-05 17:12:55 -0700527
Jeff Johnson295189b2012-06-20 16:38:30 -0700528# Note: Configuration parser would not read anything past the END marker
Jeff Johnsone7245742012-09-05 17:12:55 -0700529