qcacmn: Add WMI event support for dynamic Muedca

Add support for WMI event to host to process
dynamically selected Muedca values and update
the mgmt frames with the new set of values.

Extract the params and store in Muedca_param
struct from control path, to be used for
updating mgmt frames.

Change-Id: I6cc7756d1a246ff994edef195f6191d280bc5c47
This commit is contained in:
Sumedh Baikady
2020-02-28 18:00:28 -08:00
committed by nshrivas
parent 5320ccb4d6
commit c673777be4
5 changed files with 60 additions and 0 deletions

View File

@@ -1497,6 +1497,10 @@ QDF_STATUS (*extract_ext_tbttoffset_num_vdevs)(wmi_unified_t wmi_hdl,
void *evt_buf,
uint32_t *num_vdevs);
QDF_STATUS (*extract_muedca_params_handler)(wmi_unified_t wmi_hdl,
void *evt_buf,
struct muedca_params *muedca_param_list);
QDF_STATUS (*extract_mgmt_rx_params)(wmi_unified_t wmi_handle, void *evt_buf,
struct mgmt_rx_event_params *hdr, uint8_t **bufp);