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 <zhongcy95@gmail.com> Signed-off-by: DennySPb <dennyspb@gmail.com>
This commit is contained in:
parent
38ba53ff7c
commit
438c054c19
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ gTDLSExternalControl=1
|
||||||
# 1 - enable
|
# 1 - enable
|
||||||
# TDLS off-channel operation will be invoked when there is only one
|
# TDLS off-channel operation will be invoked when there is only one
|
||||||
# TDLS connection.
|
# TDLS connection.
|
||||||
gEnableTDLSOffChannel=1
|
gEnableTDLSOffChannel=0
|
||||||
|
|
||||||
# Enable or Disable Random MAC (Spoofing)
|
# Enable or Disable Random MAC (Spoofing)
|
||||||
# 1=Enable, 0=Disable (default)
|
# 1=Enable, 0=Disable (default)
|
||||||
|
|
Loading…
Reference in a new issue