qcacld-3.0: ADD MLME INI item of WMM Config
Add the WMM config ini config CFG_TL_DELAYED_TRGR_FRM_INT_NAME to MLME cfg. Introduce the basic infra APIs related to these configs from mlme. Change-Id: Ifaf8072a78f21760e00973e625d7c8e41d8b51a6 CRs-Fixed: 2361533
This commit is contained in:
@@ -896,6 +896,17 @@ QDF_STATUS wlan_mlme_get_fils_enabled_info(struct wlan_objmgr_psoc *psoc,
|
||||
QDF_STATUS wlan_mlme_set_fils_enabled_info(struct wlan_objmgr_psoc *psoc,
|
||||
bool value);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_tl_delayed_trgr_frm_int() - Get delay interval(in ms)
|
||||
* of UAPSD auto trigger
|
||||
* @psoc: pointer to psoc object
|
||||
* @value: Value that needs to be set from the caller
|
||||
*
|
||||
* Return: None
|
||||
*/
|
||||
void wlan_mlme_get_tl_delayed_trgr_frm_int(struct wlan_objmgr_psoc *psoc,
|
||||
uint32_t *value);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_wmm_dir_ac_vi() - Get TSPEC direction
|
||||
* for VI
|
||||
|
Reference in New Issue
Block a user