From 438c054c19d69f517c0b95e8e1238ef2130510a8 Mon Sep 17 00:00:00 2001 From: Sunil Ravi Date: Tue, 21 Jul 2020 10:14:09 -0700 Subject: [PATCH] kunlun2: wifi: Disable TDLS offchannel. TDLS off-channel feature is needed only for certification. Disable the feature in production builds. Bug: 161320896 Test: Basic wifi sanity test. Change-Id: I99e34efdc1137e10d31de985771e84b8b1aa3d86 Signed-off-by: Chenyang Zhong Signed-off-by: DennySPb --- wifi/WCNSS_qcom_cfg.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini index 629b493..f994857 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -314,7 +314,7 @@ gTDLSExternalControl=1 # 1 - enable # TDLS off-channel operation will be invoked when there is only one # TDLS connection. -gEnableTDLSOffChannel=1 +gEnableTDLSOffChannel=0 # Enable or Disable Random MAC (Spoofing) # 1=Enable, 0=Disable (default)