From fbfdd34544c01e8150f456dd219f7af02e7d8714 Mon Sep 17 00:00:00 2001 From: Sunil Ravi Date: Tue, 3 Aug 2021 06:45:19 +0200 Subject: [PATCH] sm6250-common: 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: I6d7a3e6bf58402c3c398bb8570cdc5ab1f7ca05d --- 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 467698c..b4a4914 100644 --- a/wifi/WCNSS_qcom_cfg.ini +++ b/wifi/WCNSS_qcom_cfg.ini @@ -353,7 +353,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 (default), 0=Disable