qcacld-3.0: Add support for new config item ConDTIMSkipping_MaxTime

With this change add support for new ini ConDTIMSkipping_MaxTime
to set max modulated DTIM in ms.

Change-Id: I89ce2b5074ce75a1701365b5d09d8ed0244aeeef
CRs-Fixed: 3038346
This commit is contained in:
Ashish
2022-03-28 23:44:14 +05:30
committed by Madan Koyyalamudi
parent 4207d35164
commit aa31fd94c1
11 changed files with 99 additions and 2 deletions

View File

@@ -2301,6 +2301,18 @@ QDF_STATUS
wlan_mlme_get_sta_miracast_mcc_rest_time(struct wlan_objmgr_psoc *psoc,
uint32_t *value);
/**
* wlan_mlme_get_max_modulated_dtim_ms() - get the max modulated dtim in ms
* restart
* @psoc: pointer to psoc object
* @value: Value that needs to be set from the caller
*
* Return: QDF Status
*/
QDF_STATUS
wlan_mlme_get_max_modulated_dtim_ms(struct wlan_objmgr_psoc *psoc,
uint16_t *value);
/**
* wlan_mlme_get_scan_probe_unicast_ra() - Get scan probe unicast RA cfg
* @psoc: pointer to psoc object