qcacld-3.0: Add vendor handoff service bit caps support

Add vendor handoff service bit capability support
WLAN_SOC_VENDOR_HANDOFF_CONTROL to check whether the FW
supports vendor handoff feature or not.

Change-Id: Ifdf541761716df9ca5b764c05714a8b501642354
CRs-Fixed: 3224573
This commit is contained in:
abhinav kumar
2022-05-08 16:54:00 +05:30
committed by Madan Koyyalamudi
parent 0216c8b79a
commit 4a19256692
6 changed files with 55 additions and 0 deletions

View File

@@ -288,6 +288,23 @@ wlan_mlme_get_wlm_multi_client_ll_caps(struct wlan_objmgr_psoc *psoc)
QDF_STATUS wlan_mlme_set_band_capability(struct wlan_objmgr_psoc *psoc,
uint32_t band_capability);
#ifdef WLAN_VENDOR_HANDOFF_CONTROL
/**
* wlan_mlme_get_vendor_handoff_control_caps() - Get the vendor handoff control
* capability flag
* @psoc: pointer to psoc object
*
* Return: True if vendor handoff control caps present
*/
bool wlan_mlme_get_vendor_handoff_control_caps(struct wlan_objmgr_psoc *psoc);
#else
static inline bool
wlan_mlme_get_vendor_handoff_control_caps(struct wlan_objmgr_psoc *psoc)
{
return false;
}
#endif
/**
* wlan_mlme_set_dual_sta_policy() - Set the dual sta config
* @psoc: pointer to psoc object