blob: a8043e6e7643128bb77be0db621b34205c2c068a [file] [log] [blame]
Iliyan Malchevfefe23c2012-06-08 10:36:25 -07001# This file allows user to override the factory
2# defaults for the WLAN Driver
3
4# Enable IMPS or not
5gEnableImps=1
6
7# Enable/Disable Idle Scan
8gEnableIdleScan=0
9
10# Increase sleep duration (seconds) during IMPS
Jeff Johnsondcf87812012-10-12 00:37:27 -070011# 0 implies no periodic wake up from IMPS. Periodic wakeup is
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070012# unnecessary if Idle Scan is disabled.
13gImpsModSleepTime=0
14
15# Enable BMPS or not
16gEnableBmps=1
17
bill.jungcf534392012-07-24 20:02:34 +090018# Enable Close Loop or not
19gEnableCloseLoop=1
20
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070021# Enable suspend or not
22# 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter
23gEnableSuspend=3
24
25# Phy Mode (auto, b, g, n, etc)
26gDot11Mode=0
27
28# Handoff Enable(1) Disable(0)
29gEnableHandoff=0
30
31# CSR Roaming Enable(1) Disable(0)
32gRoamingTime=0
33
34# Assigned MAC Addresses - This will be used until NV items are in place
35# Each byte of MAC address is represented in Hex format as XX
36Intf0MacAddress=000AF58989FF
37Intf1MacAddress=000AF58989FE
38Intf2MacAddress=000AF58989FD
39Intf3MacAddress=000AF58989FC
40
41# UAPSD service interval for VO,VI, BE, BK traffic
42InfraUapsdVoSrvIntv=0
43InfraUapsdViSrvIntv=0
44InfraUapsdBeSrvIntv=0
45InfraUapsdBkSrvIntv=0
46
Iliyan Malchev974dfab2012-10-31 09:12:44 -070047# Enable Firmware RSSI monitoring for roaming
48gEnableFWRssiMonitoring=1
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070049
50# Make 1x1 the default antenna configuration
51gNumRxAnt=1
52
53# Beacon filtering frequency (unit in beacon intervals)
54gNthBeaconFilter=50
55
56# Enable WAPI or not
57# WAPIIsEnabled=0
58
Jeff Johnsondcf87812012-10-12 00:37:27 -070059# Flags to filter Mcast and Bcast RX packets.
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070060# Value 0: No filtering, 1: Filter all Multicast.
Jeff Johnsondcf87812012-10-12 00:37:27 -070061# 2: Filter all Broadcast. 3: Filter all Mcast and Bcast
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070062McastBcastFilter=3
63
Jeff Johnsonfbfec6b2013-03-22 17:06:19 -070064# Flag to enable Active mode offload
65gEnableActiveModeOffload=1
66
67# Flag to enable HostARPOffload feature or not
68hostArpOffload=1
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070069
70#SoftAP Related Parameters
Jeff Johnsonc3cb6302012-10-12 17:16:27 -070071# AP MAc addr (obsolete)
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070072gAPMacAddr=000AF58989EF
73
Jeff Johnsonc3cb6302012-10-12 17:16:27 -070074# Enable Random BSSID
75gEnableApRandomBssid=1
76
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070077# 802.11n Protection flag
78gEnableApProt=1
79
Jeff Johnsonc3cb6302012-10-12 17:16:27 -070080# Enable OBSS protection
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070081gEnableApOBSSProt=0
82
Jeff Johnsonc3cb6302012-10-12 17:16:27 -070083# Enable/Disable UAPSD for SoftAP
Iliyan Malchevfefe23c2012-06-08 10:36:25 -070084gEnableApUapsd=1
85
86# Fixed Rate
87gFixedRate=0
88
89# Maximum Tx power
90# gTxPowerCap=30
91
92# Fragmentation Threshold
93# gFragmentationThreshold=2346
94
95# RTS threshold
96RTSThreshold=2347
97
98# Intra-BSS forward
99gDisableIntraBssFwd=0
100
101# WMM Enable/Disable
102WmmIsEnabled=0
103
104# 802.11d support
105g11dSupportEnabled=1
106
107# CCX Support and fast transition
108CcxEnabled=0
Iliyan Malchev974dfab2012-10-31 09:12:44 -0700109FastTransitionEnabled=1
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700110ImplicitQosIsEnabled=1
111gNeighborScanTimerPeriod=200
112
Iliyan Malchev974dfab2012-10-31 09:12:44 -0700113gNeighborLookupThreshold=76
114gNeighborReassocThreshold=81
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700115
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700116gNeighborScanChannelMinTime=20
117gNeighborScanChannelMaxTime=30
118gMaxNeighborReqTries=3
119
Iliyan Malchev974dfab2012-10-31 09:12:44 -0700120# Legacy (non-CCX, non-802.11r) Fast Roaming Support
121# To enable, set FastRoamEnabled=1, gEnableFWRssiMonitoring=1, FastTransitionEnabled=1
122# To disable, set FastRoamEnabled=0, gEnableFWRssiMonitoring=0, FastTransitionEnabled=0
123FastRoamEnabled=1
124
125#Check if the AP to which we are roaming is better than current AP in terms of RSSI.
126#Checking is disabled if set to Zero.Otherwise it will use this value as to how better
127#the RSSI of the new/roamable AP should be for roaming
128RoamRssiDiff=3
129
130#Configure the RSSI gap that will be used to partition/categorize width of
131#each individual category (aka bucket).
132gRssiCatGap=5
Jeff Johnsondcf87812012-10-12 00:37:27 -0700133
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700134# SAP Country code
135# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
136# Example
137# US Indoor, USI
138# Korea Outdoor, KRO
139# Japan without optional byte, JP
140# France without optional byte, FR
141#gAPCntryCode=USI
142
143#Short Guard Interval Enable/disable
144gShortGI20Mhz=1
145gShortGI40Mhz=1
146
147#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
148gAPAutoShutOff=0
149
150# SAP auto channel selection configuration
151# 0 = disable auto channel selection
152# 1 = enable auto channel selection, channel provided by supplicant will be ignored
153gApAutoChannelSelection=0
154
155# Listen Energy Detect Mode Configuration
156# Valid values 0-128
157# 128 means disable Energy Detect feature
158# 0-9 are threshold code and 7 is recommended value from system if feature is to be enabled.
159# 10-128 are reserved.
160# The EDET threshold mapping is as follows in 3dB step:
161# 0 = -60 dBm
162# 1 = -63 dBm
163# 2 = -66 dBm
164# ...
165# 7 = -81 dBm
166# 8 = -84 dBm
167# 9 = -87 dBm
168# 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:
169#
170# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
171#
172gEnablePhyAgcListenMode=128
173
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700174#Preferred band (both or 2.4 only or 5 only)
175BandCapability=0
176
Jeff Johnson64eb1382012-09-22 17:38:03 -0700177#Forced Device Listen Interval in multiples of DTIM Period aligned to DTIM
178gEnableModulatedDTIM=3
179
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700180#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
Jeff Johnson64eb1382012-09-22 17:38:03 -0700181enableBeaconEarlyTermination=1
182beaconEarlyTerminationWakeInterval=11
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700183
184#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
Jeff Johnson64eb1382012-09-22 17:38:03 -0700185gEnableBtAmp=0
186
187#Preferred channel to start BT AMP AP mode (0 means, any channel)
188BtAmpPreferredChannel=0
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700189
Jeff Johnsondcf87812012-10-12 00:37:27 -0700190#SOFTAP Channel Range selection
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700191gAPChannelSelectStartChannel=1
192gAPChannelSelectEndChannel=11
193
194#SOFTAP Channel Range selection Operating band
195# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
196gAPChannelSelectOperatingBand=0
197
198#Enable Keep alive with non-zero period value
bill.jungca73d4a2012-09-04 16:26:25 +0900199gStaKeepAlivePeriod = 25
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700200
201#If set will start with active scan after driver load, otherwise will start with
202#passive scan to find out the domain
203gEnableBypass11d=1
204
205#If set to 0, will not scan DFS channels
Jeff Johnsonf795db22013-05-17 14:17:19 -0700206gEnableDFSChnlScan=1
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700207
208# Enable logp/SSR
209gEnableLogp=1
210
bill.jungca73d4a2012-09-04 16:26:25 +0900211# Disable HT40
212gChannelBondingMode5GHz=0
213
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700214# Enable Automatic Tx Power control
215gEnableAutomaticTxPowerControl=1
Jeff Johnsondd4b6aa2012-08-23 22:22:12 -0700216
217# Derive P2P MAC address from primary MAC address
218isP2pDeviceAddrAdministrated=1
219
Jeff Johnson54405bd2012-11-05 12:24:49 -0800220# Disable channel 165 for Indonesia
221gIgnore_Chan165=1
222
Jeff Johnsonf795db22013-05-17 14:17:19 -0700223btcStaticLenLeBt=120000
224btcStaticLenLeWlan=30000
225
226
Iliyan Malchevfefe23c2012-06-08 10:36:25 -0700227END
228# Note: Configuration parser would not read anything past the END marker