qcacmn: Refactor SCAN CFG item

Refactor CFG items
1. CFG_ENABLE_CONNECTED_SCAN
2. CFG_ENABLE_SNR_MONITORING

Change-Id: Ic7c995a3f2310df72841e2b99e01972ca50e2e01
CRs-Fixed: 2405697
This commit is contained in:
Sandeep Puligilla
2019-01-16 01:40:26 -08:00
committed by nshrivas
parent 2e43fb26f0
commit eb272d02d5
7 changed files with 105 additions and 6 deletions

View File

@@ -145,4 +145,13 @@ void wlan_scan_cfg_set_dfs_chan_scan_allowed(struct wlan_objmgr_psoc *psoc,
*/
void wlan_scan_cfg_get_conc_min_resttime(struct wlan_objmgr_psoc *psoc,
uint32_t *rest_time);
/**
* wlan_scan_is_snr_monitor_enabled() - API to get SNR monitoring enabled or not
* @psoc: pointer to psoc object
*
* Return: enable/disable snr monitor mode.
*/
bool wlan_scan_is_snr_monitor_enabled(struct wlan_objmgr_psoc *psoc);
#endif