qcacld-3.0: Add bmiss timeout vdev set params
Currently host sends first, final bmiss count to fw Add support for bmiss timeout(in seconds) during wakeup as well as sleep state to fw. Change-Id: Id748fabdff94f5fa3038bcea1b1cac733ac2dbe1 CRs-Fixed: 3224106
This commit is contained in:

committed by
Madan Koyyalamudi

szülő
3c29f9b31f
commit
8515cfbc5a
@@ -3120,6 +3120,28 @@ QDF_STATUS
|
||||
wlan_mlme_get_roam_bmiss_first_bcnt(struct wlan_objmgr_psoc *psoc,
|
||||
uint8_t *val);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_bmiss_timeout_on_wakeup() - Get bmiss timeout
|
||||
* @psoc: pointer to psoc object
|
||||
* @val: Pointer to the value which will be filled for the caller
|
||||
*
|
||||
* Return: QDF Status
|
||||
*/
|
||||
QDF_STATUS
|
||||
wlan_mlme_get_bmiss_timeout_on_wakeup(struct wlan_objmgr_psoc *psoc,
|
||||
uint8_t *val);
|
||||
|
||||
/**
|
||||
* wlan_mlme_get_bmiss_timeout_on_sleep() - Get roam conbmiss timeout
|
||||
* @psoc: pointer to psoc object
|
||||
* @val: Pointer to the value which will be filled for the caller
|
||||
*
|
||||
* Return: QDF Status
|
||||
*/
|
||||
QDF_STATUS
|
||||
wlan_mlme_get_bmiss_timeout_on_sleep(struct wlan_objmgr_psoc *psoc,
|
||||
uint8_t *val);
|
||||
|
||||
/**
|
||||
* wlan_mlme_adaptive_11r_enabled() - check if adaptive 11r feature is enaled
|
||||
* or not
|
||||
|
Reference in New Issue
Block a user