qcacld-3.0: Migrate PCL API to policy manager

Currently, the APIs related to setting the preferred channel list is
in the SME module. Move these APIs to the policy manager so they can
be accessed from non-legacy modules.

Change-Id: Icc487dd2a0014e59db9c2df729b875f58e3e975e
CRs-fixed: 2766863
这个提交包含在:
Lincoln Tran
2020-08-31 15:19:54 -07:00
提交者 snandini
父节点 193727e455
当前提交 22301fc573
修改 8 个文件,包含 210 行新增237 行删除

查看文件

@@ -1302,6 +1302,14 @@ ucfg_mlme_set_lfr_enabled(struct wlan_objmgr_psoc *psoc, bool val);
QDF_STATUS
ucfg_mlme_is_roam_prefer_5ghz(struct wlan_objmgr_psoc *psoc, bool *val);
/**
* ucfg_mlme_is_roam_intra_band() - Get the preference to roam within band
* @psoc: pointer to psoc object
*
* Return: True if vdev should roam within band, false otherwise
*/
bool ucfg_mlme_is_roam_intra_band(struct wlan_objmgr_psoc *psoc);
/**
* ucfg_mlme_set_roam_intra_band() - Set roam intra modes
* @psoc: pointer to psoc object