qcacmn: Extract aux device capability
Extract aux device capability from service ready ext2 event, and report such info to wma/mlme/hdd. Change-Id: I888624fd3443118ba66fadd7a40fcce4f4b5d521 CRs-Fixed: 3549753
This commit is contained in:

committed by
Rahul Choudhary

parent
b4db727551
commit
f8d1f8ac6f
@@ -5163,6 +5163,20 @@ QDF_STATUS wmi_extract_sap_coex_cap_service_ready_ext2(
|
||||
uint8_t *evt_buf,
|
||||
struct wmi_host_coex_fix_chan_cap *cap);
|
||||
|
||||
/**
|
||||
* wmi_extract_aux_dev_cap_service_ready_ext2() - extract aux dev capability
|
||||
* @wmi_handle: wmi handle
|
||||
* @evt_buf: pointer to event buffer
|
||||
* @idx: capability index
|
||||
* @param: psoc aux dev capability struct
|
||||
*
|
||||
* Return: QDF_STATUS_SUCCESS on success, QDF_STATUS_E_** on error
|
||||
*/
|
||||
QDF_STATUS wmi_extract_aux_dev_cap_service_ready_ext2(
|
||||
wmi_unified_t wmi_handle,
|
||||
uint8_t *evt_buf, uint8_t idx,
|
||||
struct wlan_psoc_host_aux_dev_caps *param);
|
||||
|
||||
/**
|
||||
* wmi_extract_csa_ie_received_event() - extract csa IE received event
|
||||
* @wmi_handle: wmi handle
|
||||
|
Reference in New Issue
Block a user