qcacmn: WMI changes to extract AoA capabilities
Add changes to extract AoA capabilities from EXT2 SERVICE READY EVENT CRs-Fixed: 3553405 Change-Id: I240d8420a75419f3dde0abd03ef1d6b61abbc3e9
This commit is contained in:

committed by
Rahul Choudhary

parent
6828824ccd
commit
7d60fb8543
@@ -3958,6 +3958,21 @@ QDF_STATUS wmi_extract_spectral_scaling_params_service_ready_ext(
|
||||
uint8_t *evt_buf, uint8_t idx,
|
||||
struct wlan_psoc_host_spectral_scaling_params *param);
|
||||
|
||||
#ifdef WLAN_RCC_ENHANCED_AOA_SUPPORT
|
||||
/**
|
||||
* wmi_extract_aoa_caps_service_ready_ext2: Extract AoA capabilities received
|
||||
* through extended service ready event
|
||||
* @wmi_handle: WMI handle
|
||||
* @evt_buf: Event buffer
|
||||
* @aoa_cap: Pointer to aoa cap
|
||||
*
|
||||
* Return: QDF status of operation
|
||||
*/
|
||||
QDF_STATUS wmi_extract_aoa_caps_service_ready_ext2(
|
||||
wmi_unified_t wmi_handle, uint8_t *evt_buf,
|
||||
struct wlan_psoc_host_rcc_enh_aoa_caps_ext2 *aoa_cap);
|
||||
#endif /* WLAN_RCC_ENHANCED_AOA_SUPPORT */
|
||||
|
||||
/**
|
||||
* wmi_extract_pdev_utf_event() -
|
||||
* extract UTF data from pdev utf event
|
||||
|
Reference in New Issue
Block a user