|
@@ -1200,6 +1200,18 @@ QDF_STATUS wmi_ready_extract_mac_addr(void *wmi_hdl,
|
|
wmi_host_mac_addr *wmi_ready_extract_mac_addr_list(void *wmi_hdl, void *ev,
|
|
wmi_host_mac_addr *wmi_ready_extract_mac_addr_list(void *wmi_hdl, void *ev,
|
|
uint8_t *num_mac_addr);
|
|
uint8_t *num_mac_addr);
|
|
|
|
|
|
|
|
+/**
|
|
|
|
+ * wmi_extract_ready_params() - Extract data from ready event apart from
|
|
|
|
+ * status, macaddr and version.
|
|
|
|
+ * @wmi_handle: Pointer to WMI handle.
|
|
|
|
+ * @evt_buf: Pointer to Ready event buffer.
|
|
|
|
+ * @ev_param: Pointer to host defined struct to copy the data from event.
|
|
|
|
+ *
|
|
|
|
+ * Return: QDF_STATUS_SUCCESS on success.
|
|
|
|
+ */
|
|
|
|
+QDF_STATUS wmi_extract_ready_event_params(void *wmi_hdl,
|
|
|
|
+ void *evt_buf, struct wmi_host_ready_ev_param *ev_param);
|
|
|
|
+
|
|
QDF_STATUS wmi_extract_fw_version(void *wmi_hdl,
|
|
QDF_STATUS wmi_extract_fw_version(void *wmi_hdl,
|
|
void *ev, struct wmi_host_fw_ver *fw_ver);
|
|
void *ev, struct wmi_host_fw_ver *fw_ver);
|
|
|
|
|