sdm660-common: wifi: Disable TDLS offchannel
- TDLS off-channel feature is needed only for certification. - Disable the feature in production builds. Test: Basic wifi sanity test. Change-Id: I4bef76edb8663835953e45274805c5e15dfea808
This commit is contained in:
parent
7a54003bff
commit
a299229253
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue