qcacmn: Add public API to update mlme info in scan database
Adds a public API to update the mlme info in scan database. Change-Id: Icc702c3605d5976937564cdd0a793e75db51d205 CRs-Fixed: 2784262
此提交包含在:
@@ -238,6 +238,23 @@ static inline qdf_list_t *wlan_scan_get_result(struct wlan_objmgr_pdev *pdev,
|
||||
return scm_get_scan_result(pdev, filter);
|
||||
}
|
||||
|
||||
/**
|
||||
* wlan_scan_update_mlme_by_bssinfo() - The Public API to update mlme
|
||||
* info in the scan entry
|
||||
* @pdev: pdev object
|
||||
* @bss_info: bssid info to find the matching scan entry
|
||||
* @mlme_info: mlme info to be updated.
|
||||
*
|
||||
* Return: QDF_STATUS
|
||||
*/
|
||||
static inline QDF_STATUS
|
||||
wlan_scan_update_mlme_by_bssinfo(struct wlan_objmgr_pdev *pdev,
|
||||
struct bss_info *bss_info,
|
||||
struct mlme_info *mlme_info)
|
||||
{
|
||||
return scm_scan_update_mlme_by_bssinfo(pdev, bss_info, mlme_info);
|
||||
}
|
||||
|
||||
/**
|
||||
* wlan_scan_start() - Public API to start a scan
|
||||
* @req: start scan req params
|
||||
|
新增問題並參考
封鎖使用者