qcacld-3.0: Move few INIs' ownership from HDD to MLME

INIs
1) gFWMccRtsCtsProtection
2) gFWMccBCastProbeResponse
3) gEnableMCCMode
4) gSapChannelAvoidance
5) gStaMiracastMccRestTimeVal

Ownership of above INIs belong to MLME component, move them from
HDD to MLME.

CRs-Fixed: 2351219
Change-Id: I3dc1b8f1f036f10a0506cb1cb8481fc865ef18f9
This commit is contained in:
Krunal Soni
2018-12-06 15:02:37 -08:00
committed by nshrivas
parent df29bc4ca5
commit d2c33e171d
14 changed files with 511 additions and 205 deletions

View File

@@ -354,6 +354,33 @@
CFG_VALUE_OR_DEFAULT, \
"Wait confirm timeout")
/*
* <ini>
* gStaMiracastMccRestTimeVal - Rest time when Miracast is running.
* @Min: 100
* @Max: 500
* @Default: 400
*
* This ini is used to set rest time for home channel for Miracast before
* going for scan.
*
* Related: None.
*
* Supported Feature: Concurrency
*
* Usage: Internal/External
*
* </ini>
*/
#define CFG_STA_MCAST_MCC_REST_TIME CFG_INI_UINT( \
"gStaMiracastMccRestTimeVal", \
100, \
500, \
400, \
CFG_VALUE_OR_DEFAULT, \
"Rest time when Miracast is running")
/*
* current_rssi - current rssi
* @Min: 0
@@ -435,6 +462,7 @@
CFG(CFG_DOT11P_MODE) \
CFG(CFG_ENABLE_GO_CTS2SELF_FOR_STA) \
CFG(CFG_QCN_IE_SUPPORT) \
CFG(CFG_STA_MCAST_MCC_REST_TIME) \
CFG(CFG_FILS_MAX_CHAN_GUARD_TIME) \
CFG(CFG_FORCE_RSNE_OVERRIDE) \
CFG(CFG_SINGLE_TID_RC) \