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:

committed by
Madan Koyyalamudi

parent
4207d35164
commit
aa31fd94c1
@@ -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
|
||||
|
Reference in New Issue
Block a user