qcacld-3.0: Add new ini for roam statistics cache number

Add ini groam_info_stats_num used to control wlan driver
cache roam statistics information number.

Change-Id: I203257af37dcac76c6822ddfcc2e9dc723078a25
CRs-Fixed: 3393712
This commit is contained in:
chunquan
2023-02-02 01:03:20 +08:00
committed by Madan Koyyalamudi
parent 2b711e3e8c
commit d0f7de28a0
5 changed files with 58 additions and 1 deletions

View File

@@ -3135,6 +3135,16 @@ QDF_STATUS
wlan_mlme_get_idle_roam_rssi_delta(struct wlan_objmgr_psoc *psoc,
uint32_t *val);
/**
* wlan_mlme_get_roam_info_stats_num() - Get roam information statistics number
* @psoc: pointer to psoc object
* @val: Pointer to roam_info_stats_num
*
* Return: QDF Status
*/
QDF_STATUS
wlan_mlme_get_roam_info_stats_num(struct wlan_objmgr_psoc *psoc, uint32_t *val);
/**
* wlan_mlme_get_idle_roam_inactive_time() - Get idle roam inactive time
* @psoc: pointer to psoc object