qcacld-3.0: Add MLME CFG items of FE_WLM and FE_RRM
Add the following WLM and RRM ini configs to MLME cfg: CFG_LATENCY_ENABLE CFG_LATENCY_LEVEL CFG_LATENCY_FLAGS_NORMAL CFG_LATENCY_FLAGS_MOD CFG_LATENCY_FLAGS_LOW CFG_LATENCY_FLAGS_ULTLOW CFG_RRM_ENABLE CFG_RRM_MEAS_RAND_INTVL CFG_RM_CAPABILITY Change-Id: I714aca1e9bc6d3c330934753364d7f58d93a28d7 CRs-Fixed: 2353103
This commit is contained in:

committed by
nshrivas

parent
d76d85dcb5
commit
9f542d18a3
@@ -1963,4 +1963,14 @@ wlan_mlme_get_mcc_rts_cts_prot(struct wlan_objmgr_psoc *psoc,
|
||||
QDF_STATUS
|
||||
wlan_mlme_get_mcc_feature(struct wlan_objmgr_psoc *psoc,
|
||||
uint8_t *value);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_rrm_enabled() - Get the RRM enabled ini
|
||||
* @psoc: pointer to psoc object
|
||||
* @value: pointer to the value which will be filled for the caller
|
||||
*
|
||||
* Return: QDF Status
|
||||
*/
|
||||
QDF_STATUS wlan_mlme_get_rrm_enabled(struct wlan_objmgr_psoc *psoc,
|
||||
bool *value);
|
||||
#endif /* _WLAN_MLME_API_H_ */
|
||||
|
Reference in New Issue
Block a user