qcacmn: Introduce scan api to get scan entry ageout time

The driver doesn't ageout connected BSS from rrm scan
result after the scan default ageout time. This results
in connected AP information sent in beacon report request
in table mode always.

Introduce scan api to get the scan age out time configured
from scan module. This value will be used as the threshold
in rrm scan filter.

Change-Id: Ib3981538faf179cff53936770f705d41922dca66
CRs-Fixed: 2650914
This commit is contained in:
Pragaspathi Thilagaraj
2020-03-26 17:31:12 +05:30
committed by nshrivas
parent d7e15e64e0
commit 42e7bb35d4
2 changed files with 19 additions and 0 deletions

View File

@@ -202,4 +202,12 @@ wlan_scan_process_bcn_probe_rx_sync(struct wlan_objmgr_psoc *psoc,
struct mgmt_rx_event_params *rx_param,
enum mgmt_frame_type frm_type);
/**
* wlan_scan_get_aging_time - Get the scan aging time config
* @psoc: psoc context
*
* Return: Scan aging time config
*/
qdf_time_t wlan_scan_get_aging_time(struct wlan_objmgr_psoc *psoc);
#endif