mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 12:07:36 +00:00
sm6150-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: I9b043b6dd6db2a251e425123e3d2c0ac238760ce Signed-off-by: Sunil Ravi <sunilravi@google.com> Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
@@ -373,7 +373,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
|
||||
|
||||
Reference in New Issue
Block a user