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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user