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
This commit is contained in:
@@ -169,7 +169,7 @@ gEnableTDLSImplicitTrigger=1
|
||||
# 1 - enable
|
||||
# TDLS off-channel operation will be invoked when there is only one
|
||||
# TDLS connection.
|
||||
gEnableTDLSOffChannel=1
|
||||
gEnableTDLSOffChannel=0
|
||||
|
||||
# Tx/Rx Packet threshold for initiating TDLS.
|
||||
# This ini is used to configure the number of Tx/Rx packets during the period of
|
||||
|
||||
Reference in New Issue
Block a user