blob: 100ec5d54c9c667779b6da4442b68d00d7618b19 [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
11# 0 implies no periodic wake up from IMPS. Periodic wakeup is
12# unnecessary if Idle Scan is disabled.
13gImpsModSleepTime=0
14
15# Enable BMPS or not
16gEnableBmps=1
17
18# Enable suspend or not
19# 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter
20gEnableSuspend=3
21
22# Phy Mode (auto, b, g, n, etc)
23gDot11Mode=0
24
25# Handoff Enable(1) Disable(0)
26gEnableHandoff=0
27
28# CSR Roaming Enable(1) Disable(0)
29gRoamingTime=0
30
31# Assigned MAC Addresses - This will be used until NV items are in place
32# Each byte of MAC address is represented in Hex format as XX
33Intf0MacAddress=000AF58989FF
34Intf1MacAddress=000AF58989FE
35Intf2MacAddress=000AF58989FD
36Intf3MacAddress=000AF58989FC
37
38# UAPSD service interval for VO,VI, BE, BK traffic
39InfraUapsdVoSrvIntv=0
40InfraUapsdViSrvIntv=0
41InfraUapsdBeSrvIntv=0
42InfraUapsdBkSrvIntv=0
43
44# Disable RSSI FW filtering
45gEnableFWRssiMonitoring=0
46
47# Make 1x1 the default antenna configuration
48gNumRxAnt=1
49
50# Beacon filtering frequency (unit in beacon intervals)
51gNthBeaconFilter=50
52
53# Enable WAPI or not
54# WAPIIsEnabled=0
55
56# Flags to filter Mcast abd Bcast RX packets.
57# Value 0: No filtering, 1: Filter all Multicast.
58# 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast
59McastBcastFilter=3
60
61#Flag to enable HostARPOffload feature or not
62hostArpOffload=0
63
64#SoftAP Related Parameters
65# AP MAc addr
66gAPMacAddr=000AF58989EF
67
68# 802.11n Protection flag
69gEnableApProt=1
70
71#Enable OBSS protection
72gEnableApOBSSProt=0
73
74#Enable/Disable UAPSD for SoftAP
75gEnableApUapsd=1
76
77# Fixed Rate
78gFixedRate=0
79
80# Maximum Tx power
81# gTxPowerCap=30
82
83# Fragmentation Threshold
84# gFragmentationThreshold=2346
85
86# RTS threshold
87RTSThreshold=2347
88
89# Intra-BSS forward
90gDisableIntraBssFwd=0
91
92# WMM Enable/Disable
93WmmIsEnabled=0
94
95# 802.11d support
96g11dSupportEnabled=1
97
98# CCX Support and fast transition
99CcxEnabled=0
100FastTransitionEnabled=0
101ImplicitQosIsEnabled=1
102gNeighborScanTimerPeriod=200
103
104gNeighborLookupThreshold=50
105gNeighborReassocThreshold=55
106
107gNeighborScanChannelList=1,11,36,64
108gNeighborScanChannelMinTime=20
109gNeighborScanChannelMaxTime=30
110gMaxNeighborReqTries=3
111
112# SAP Country code
113# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
114# Example
115# US Indoor, USI
116# Korea Outdoor, KRO
117# Japan without optional byte, JP
118# France without optional byte, FR
119#gAPCntryCode=USI
120
121#Short Guard Interval Enable/disable
122gShortGI20Mhz=1
123gShortGI40Mhz=1
124
125#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
126gAPAutoShutOff=0
127
128# SAP auto channel selection configuration
129# 0 = disable auto channel selection
130# 1 = enable auto channel selection, channel provided by supplicant will be ignored
131gApAutoChannelSelection=0
132
133# Listen Energy Detect Mode Configuration
134# Valid values 0-128
135# 128 means disable Energy Detect feature
136# 0-9 are threshold code and 7 is recommended value from system if feature is to be enabled.
137# 10-128 are reserved.
138# The EDET threshold mapping is as follows in 3dB step:
139# 0 = -60 dBm
140# 1 = -63 dBm
141# 2 = -66 dBm
142# ...
143# 7 = -81 dBm
144# 8 = -84 dBm
145# 9 = -87 dBm
146# 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:
147#
148# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
149#
150gEnablePhyAgcListenMode=128
151
152#Preferred channel to start BT AMP AP mode (0 means, any channel)
153BtAmpPreferredChannel=0
154
155#Preferred band (both or 2.4 only or 5 only)
156BandCapability=0
157
158#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
159enableBeaconEarlyTermination=0
160beaconEarlyTerminationWakeInterval=3
161
162#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
163gEnableBtAmp=1
164
165#SOFTAP Channel Range selection
166gAPChannelSelectStartChannel=1
167gAPChannelSelectEndChannel=11
168
169#SOFTAP Channel Range selection Operating band
170# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
171gAPChannelSelectOperatingBand=0
172
173#Enable Keep alive with non-zero period value
174#gStaKeepAlivePeriod = 30
175
176#If set will start with active scan after driver load, otherwise will start with
177#passive scan to find out the domain
178gEnableBypass11d=1
179
180#If set to 0, will not scan DFS channels
181gEnableDFSChnlScan=1
182
183# Enable logp/SSR
184gEnableLogp=1
185
186# Enable Automatic Tx Power control
187gEnableAutomaticTxPowerControl=1
188END
189# Note: Configuration parser would not read anything past the END marker