summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Chiou <isaacchiou@google.com>2021-07-29 18:54:57 +0800
committerIsaac Chiou <isaacchiou@google.com>2021-07-29 18:54:57 +0800
commit502830caef3740038a5b085493afb9544984e1a3 (patch)
tree0d474ee3492dfb0218a037049460e4e02858c2dd
parent5fdbf1b73fa3243a075acecd637c82e51e7ed9fa (diff)
downloadcrosshatch-502830caef3740038a5b085493afb9544984e1a3.tar.gz
Disable DFS master capabilityandroid12-dev
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: I9de82991c3cd5d49c23829da051e0021d98d6b68
-rw-r--r--WCNSS_qcom_cfg.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini
index 2e351a59..3b11846a 100644
--- a/WCNSS_qcom_cfg.ini
+++ b/WCNSS_qcom_cfg.ini
@@ -601,7 +601,7 @@ gAPChannelSelectEndChannel=11
#gAPCntryCode=USI
# DFS Master Capability
-gEnableDFSMasterCap=1
+gEnableDFSMasterCap=0
#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
gAPAutoShutOff=0