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:
Shwetha G K
2023-08-07 12:11:51 +05:30
committed by Rahul Choudhary
parent 6828824ccd
commit 7d60fb8543
4 changed files with 130 additions and 0 deletions

View File

@@ -3361,6 +3361,11 @@ QDF_STATUS (*extract_aux_dev_cap_service_ready_ext2)(
uint8_t *evt_buf, uint8_t idx,
struct wlan_psoc_host_aux_dev_caps *param);
#ifdef WLAN_RCC_ENHANCED_AOA_SUPPORT
QDF_STATUS (*extract_aoa_caps_service_ready_ext2)
(struct wmi_unified *wmi_handle, uint8_t *buf,
struct wlan_psoc_host_rcc_enh_aoa_caps_ext2 *aoa_cap);
#endif /* WLAN_RCC_ENHANCED_AOA_SUPPORT */
};
/* Forward declaration for psoc*/