summaryrefslogtreecommitdiff
path: root/WCNSS_qcom_cfg.ini
AgeCommit message (Collapse)Author
2021-07-29Disable DFS master capabilityandroid12-devIsaac Chiou
DFS master capability is enabled which causes it executes DFS-CAC and takes almost 60 seconds. However Pixel P2P GO does not support DFS channels and it is not necessary to do DFS-CAC. Set gEnableDFSMasterCap=0 to disable DFS master capability. Bug: 194459180 Test: Basic WiFi function test Change-Id: I6a82277c9ae487d1f8bdff052be7272b1d1f9d96
2020-07-21wifi: Disable TDLS offchannel.Sunil Ravi
TDLS off-channel feature is needed only for certification. Disable the feature in production builds. Bug: 161320896 Test: Basic wifi sanity test. Change-Id: I52f4efc77c58a664648349e2394335d691e9e58d
2020-03-04Disable 802.11ai FILS support.Sunil Ravi
802.11ai FILS feature is not fully supported. So disable the feature flag. Also removed some of the repeated configuration items. Bug: 150736516 Test: Manual - Basic wifi sanity test. Change-Id: I3b2d7d8ef266fc52e34913cc0d48d35509592ef1
2019-07-31Wi-Fi: Enable Auto BMPS featureSunil Ravi
Initial Powersave state in driver is out of sync with cfg80211/framework powersave state because of which driver doesn't go to powersave mode in case of static IP configuration. This change triggers a timer (gAutoBmpsTimerValue=90) after the association and put the chip into powersave mode after timeout. Bug: 38254069 Test: Regression Test. Change-Id: I960a346ebcbd31b7c33d33bc11416e9f7325d6f2
2019-07-31wifi: set inactivity timeRoger Wang
Wait for 1 second to let wifi driver do complete clean reset of SW/HW. Bug: 121391366 Test: perform watchdog recovery and success Change-Id: I358afbbb6580747e4d8fc52d5c49e07f82d836a7 Signed-off-by: Roger Wang <wangroger@google.com>
2019-07-31wifi - Include Extended Supported Rates (50) IE in scanKumar Anand
Updates g_probe_req_ie_bitmap_1 so that Extended Supported Rates (50) IE is included in Probe Request (Scanning). This is needed to solve IOT issues with certain APs. Bug: 122378191 Test: basic function test (sta, hotspot, p2p) pass Test: Check sniffer, probe request has Extended Supported Rates (50) Change-Id: I94f22d738dd8a4f63f797960d6cae3e005e3cce2
2018-11-22Bonito : WLAN: Update gDualMacFeatureDisable to 6Isaac Chiou
Ini value 6 means - Enable DBS for connection but disable simultaneous scan from upper layer (DBS scan remains enabled in FW). Test: Run "HP print service plugin" APP in background, and make sure it will not affect WiFi scan Bug: 111778596 Change-Id: Ic0c807e345cd2507a8c6db187779bfc48313335a
2018-08-01wifi: Remove duplicate IPA config ini itemshsuvictor
Remove duplicate gIPAConfig=0x3d gIPADescSize=800 The default value should be gIPAConfig=0x7d Bug: 111971389 Test: Manual test Change-Id: Ic563e7d1264b117f7566867ce3b0f1e878a6f994
2018-05-29b1/c1: Allow STA+SAP SCC on LTE coex channelSrinivas Girigowda
Allow STA+SAP SCC on LTE coex channel Change-Id: I1f236b22cd31197784cce439ec7dd90355106e56 CRs-Fixed: 2244145 Bug: 80408179 Bug: 78577332 Test: Regression Test Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org> Signed-off-by: Ahmed ElArabawy <arabawy@google.com>
2018-05-24sdm845: Scan timing parameters are repeated in ini fileDundi Raviteja
Minimum and Maximum channel time of Active and Passive scan parameters are repeated twice in ini file. So, Remove duplicate one. Bug: 79367535 Change-Id: I4e504301cfbc14e5916d6e1d6b39ea91410d287c CRs-Fixed: 2206997
2018-05-17b1/c1: Set vendor specific TPC Report IE by defaultSrinivas Girigowda
Configuration ini parameter 'g_probe_req_ie_bitmap_6' is set to have vendor specific IE(TPC Report)ini parameter but the ini parameter 'gProbeReqOUIs' is not set to hold the respective OUI. Set vendor specific TPC Report IE by default, by adding 'gProbeReqOUIs' ini parameter with TPC Report OUI. Bug: 79873627 Bug: 79733185 Change-Id: I73e7763a6eb7a8562b729c469f0ad98a990c97a0 CRs-Fixed: 2241474 Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org> Signed-off-by: Ahmed ElArabawy <arabawy@google.com>
2018-05-02b1/c1: Add ini to control for Secondary Retry FeatureSrinivas Girigowda
Add ini "gEnableSecondaryRate" to Enable/Disable control for Secondary Retry Feature Set. It is a 32 bit value such that the various bits represents different values. Change-Id: Ibc4096ee10cb2ab34d775ad5a03e7147cdd9d903 CRs-Fixed: 2220688 Bug: 68205259 Bug: 78906184 Test: Regression Test Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org> Signed-off-by: Ahmed ElArabawy <arabawy@google.com>
2018-04-23wlan: b1/c1: Update cfg.ini valuesSrinivas Girigowda
Bug: 77605159 Bug: 78281978 Test: Regression Test Change-Id: I3c887fc85d1ad900cf50dfd3febc8808be7afb9a Signed-off-by: Ahmed ElArabawy <arabawy@google.com>
2018-04-06wlan: b1/c1: Disable OCE related inisSrinivas Girigowda
OCE feature is NA for pixel. Hence disable. Bug: 77606671 Test: Regression Test Change-Id: I2ea4f072e3e9139eadd305fa133c39d52d1d9a46 CRs-Fixed: 2214512 Bug: 77606671 Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org> Signed-off-by: Ahmed ElArabawy <arabawy@google.com>
2018-04-06wlan: b1/c1: Add ini param for rtt mac randomizationSrinivas Girigowda
Add ini param to enable/disable rtt mac randomization. Bug: 77606671 Test: Regression Test Change-Id: I92e101b6d933a5ed37069185eacf75cc9a672e9d CRs-Fixed: 2210299 Bug: 77606671 Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org> Signed-off-by: Ahmed ElArabawy <arabawy@google.com>
2018-03-24WLAN: SDM845: Remove double quotesPoddar, Siddarth
INI does not need configs to put under double quotes as it can create issue while parsing. So removed it. Change-Id: Id69864d506c9b28baefb98922474bf25c2e05b04 CRs-Fixed: 2203528 Bug: 75978775 Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org>
2018-03-24crosshatch: Set cfg.ini valuesSrinivas Girigowda
Set cfg.ini values Bug: 75978775 Change-Id: Ide1d79807cbab0e5456a94c59db08a19ab536d83 Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org>
2018-02-19crosshatch(WCNSS_INI): Bring up wlan1 interfaceRoshan Pius
Bug: 67371895 Test: Connected to wifi networks. Test: Manually verified tethering works. Change-Id: Iac9d62aa922b4c73fa6c1bdbfaf9e221059cac0c
2018-02-19crosshatch(WCNSS_INI): Enable DBS scansRoshan Pius
Bug: 72638784 Test: Connected to wifi networks. Test: Manually verified tethering works. Change-Id: I5d086280f747f60c0f8a85f31b1c373639818a5c
2018-01-30Merge "Wifi: Disable forcing 11n for SAP"Ahmed ElArabawy
2018-01-30Merge "b1/c1: wifi: Update cfg.ini values"Chris Fries
2018-01-30b1/c1: wifi: Update cfg.ini valuesSrinivas Girigowda
This cfg.ini is the union of walleye and sdm845.la.1.0 cfg.ini values. Bug: 71763755 Change-Id: I692fd7e608613cc173efb5024f79c7b24d0d5ac7 Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org>
2018-01-29Wifi: Disable forcing 11n for SAPAhmed ElArabawy
Current Implementation does not support 11ac for SAP mode. This was due to some certification limitation. Since this limitation is no longer valid, we need to re-enable the use of 11AC for SAP This commit resets the configuration in WCNSS_qcom_cfg.ini by setting gSapForce11NFor11A to zero Bug: 72664404 Test: Manual Change-Id: Ia2925de54e5f5a1bd79a0a25629d96b7e834ea13 Signed-off-by: Ahmed ElArabawy <arabawy@google.com>
2018-01-29b1/c1: Set gReportMaxLinkSpeed=0 to report actual link speedSrinivas Girigowda
Bug: 65697833 Change-Id: I079a065d8b98e939b5a050513e188f5c0255d609 Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org>
2017-06-27crosshatch: Re-add crosshatch, and switch to sdm845Chris Fries
Change-Id: I303e8fe6be155c8c0d5385f5598c7f27c19282b1
2017-06-27crosshatch: Reset to wahoo on master.Chris Fries
commit dc78ac4aaa64e427c0f5c0672dc22939a9a7b85f Merge: 820b880 163a21c Author: Glenn Kasten <gkasten@google.com> Date: Tue Jun 27 15:12:54 2017 +0000 Merge "Report feature android.software.midi to enable testing" into oc-dr1-dev am: 614e203677 am: 163a21c15f Change-Id: I18876c0ce8e0435fdcb947d475c66fe7fae57da1 Change-Id: Id08e99f0603407199020818485eb29d92d421c43
2017-05-11wifi: use the WCNSS_qcom_cfg.ini only for crosshatchEcco Park
Bug: 38198219 Change-Id: I238ceb4ca49e20fba08293e673ee1e75f9770d83 Signed-off-by: Ecco Park <eccopark@google.com>
2017-03-16build: use wahoo as common platformAlexey Polyudov
Change-Id: Iab6271ddabbff9bfdec16218113f1e6a5c390ab9
2017-02-23build: add missing filesAlexey Polyudov
Change-Id: I9176da1ad83c0989b030d5984d6a01b5e4fcd7e7