blob: 8086231c583445a376f2ed492d00a670c065619d [file] [log] [blame]
Govind Singhd475ea92016-03-06 19:55:02 +05301/*
2 * Copyright (c) 2013-2016 The Linux Foundation. All rights reserved.
3 *
4 * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
5 *
6 *
7 * Permission to use, copy, modify, and/or distribute this software for
8 * any purpose with or without fee is hereby granted, provided that the
9 * above copyright notice and this permission notice appear in all
10 * copies.
11 *
12 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
13 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
14 * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
15 * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
16 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
17 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19 * PERFORMANCE OF THIS SOFTWARE.
20 */
21
22/*
23 * This file was originally distributed by Qualcomm Atheros, Inc.
24 * under proprietary terms before Copyright ownership was assigned
25 * to the Linux Foundation.
26 */
27
28/*
Govind Singh6ad6ada2016-02-04 18:42:30 +053029 * This file contains the API definitions for the Unified Wireless Module
30 * Interface (WMI).
Govind Singhd475ea92016-03-06 19:55:02 +053031 */
32
33#ifndef _WMI_UNIFIED_API_H_
34#define _WMI_UNIFIED_API_H_
35
36#include <osdep.h>
37#include "a_types.h"
38#include "ol_defines.h"
39#include "wmi.h"
40#include "htc_api.h"
Govind Singh3ddda1f2016-03-09 11:34:12 +053041#include "wmi_unified_param.h"
Govind Singhd475ea92016-03-06 19:55:02 +053042
Govind Singhd7468a52016-03-09 14:32:57 +053043typedef qdf_nbuf_t wmi_buf_t;
44#define wmi_buf_data(_buf) qdf_nbuf_data(_buf)
45
46#define WMI_LOGD(args ...) \
47 QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_DEBUG, ## args)
48#define WMI_LOGI(args ...) \
49 QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_INFO, ## args)
50#define WMI_LOGW(args ...) \
51 QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_WARN, ## args)
52#define WMI_LOGE(args ...) \
53 QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_ERROR, ## args)
54#define WMI_LOGP(args ...) \
55 QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_FATAL, ## args)
56
57#define WMI_DEBUG_ALWAYS
58
59#ifdef WMI_DEBUG_ALWAYS
60#define WMI_LOGA(args ...) \
61 QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_FATAL, ## args)
62#else
63#define WMI_LOGA(args ...)
64#endif
Govind Singhd475ea92016-03-06 19:55:02 +053065
66/**
Govind Singh6ad6ada2016-02-04 18:42:30 +053067 * struct wmi_ops - service callbacks to upper layer
68 * @service_ready_cbk: service ready callback
69 * @service_ready_ext_cbk: service ready ext callback
70 * @ready_cbk: ready calback
71 * @wma_process_fw_event_handler_cbk: generic event handler callback
72 */
Govind Singh3ddda1f2016-03-09 11:34:12 +053073struct wmi_rx_ops {
Govind Singh4ec6ff92016-03-09 12:03:29 +053074
Govind Singh6ad6ada2016-02-04 18:42:30 +053075 int (*wma_process_fw_event_handler_cbk)(void *ctx,
Govind Singh4ec6ff92016-03-09 12:03:29 +053076 void *ev, uint8_t rx_ctx);
Govind Singh6ad6ada2016-02-04 18:42:30 +053077};
78
79/**
80 * enum wmi_target_type - type of supported wmi command
81 * @WMI_TLV_TARGET: tlv based target
82 * @WMI_NON_TLV_TARGET: non-tlv based target
83 *
84 */
85enum wmi_target_type {
86 WMI_TLV_TARGET,
87 WMI_NON_TLV_TARGET
88};
89
90/**
Govind Singh4ec6ff92016-03-09 12:03:29 +053091 * enum wmi_rx_exec_ctx - wmi rx execution context
92 * @WMI_RX_WORK_CTX: work queue context execution provided by WMI layer
93 * @WMI_RX_UMAC_CTX: execution context provided by umac layer
94 *
95 */
96enum wmi_rx_exec_ctx {
97 WMI_RX_WORK_CTX,
98 WMI_RX_UMAC_CTX
99};
100
101/**
Govind Singhd475ea92016-03-06 19:55:02 +0530102 * attach for unified WMI
103 *
104 * @param scn_handle : handle to SCN.
Govind Singh89727882016-04-15 13:58:27 +0530105 * @param target_type : type of supported wmi command
106 * @param use_cookie : flag to indicate cookie based allocation
107 * @param ops : handle to wmi ops
Govind Singhd475ea92016-03-06 19:55:02 +0530108 * @return opaque handle.
109 */
110void *wmi_unified_attach(void *scn_handle,
Govind Singh6ad6ada2016-02-04 18:42:30 +0530111 osdev_t osdev, enum wmi_target_type target_type,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530112 bool use_cookie, struct wmi_rx_ops *ops);
Govind Singh6ad6ada2016-02-04 18:42:30 +0530113
Sandeep Puligilla38a294f2016-06-13 15:42:55 -0700114
Sandeep Puligilla20fb76b2016-07-19 13:20:57 -0700115/**
116 * wmi_mgmt_cmd_record() - Wrapper function for mgmt command logging macro
117 *
118 * @wmi_handle: wmi handle
119 * @cmd: mgmt command
120 * @header: pointer to 802.11 header
121 * @vdev_id: vdev id
122 * @chanfreq: channel frequency
123 *
124 * Return: none
125 */
Sandeep Puligilla38a294f2016-06-13 15:42:55 -0700126void wmi_mgmt_cmd_record(wmi_unified_t wmi_handle, WMI_CMD_ID cmd,
Sandeep Puligilla20fb76b2016-07-19 13:20:57 -0700127 void *header, uint32_t vdev_id, uint32_t chanfreq);
Sandeep Puligilla38a294f2016-06-13 15:42:55 -0700128
Govind Singhd475ea92016-03-06 19:55:02 +0530129/**
130 * detach for unified WMI
131 *
132 * @param wmi_handle : handle to WMI.
133 * @return void.
134 */
135void wmi_unified_detach(struct wmi_unified *wmi_handle);
136
137void
138wmi_unified_remove_work(struct wmi_unified *wmi_handle);
139
140/**
141 * generic function to allocate WMI buffer
142 *
143 * @param wmi_handle : handle to WMI.
144 * @param len : length of the buffer
145 * @return wmi_buf_t.
146 */
147#ifdef MEMORY_DEBUG
148#define wmi_buf_alloc(h, l) wmi_buf_alloc_debug(h, l, __FILE__, __LINE__)
149wmi_buf_t
150wmi_buf_alloc_debug(wmi_unified_t wmi_handle, uint16_t len,
151 uint8_t *file_name, uint32_t line_num);
152#else
153wmi_buf_t wmi_buf_alloc(wmi_unified_t wmi_handle, uint16_t len);
154#endif
155
156/**
157 * generic function frees WMI net buffer
158 *
159 * @param net_buf : Pointer ot net_buf to be freed
160 */
161void wmi_buf_free(wmi_buf_t net_buf);
162
163/**
164 * generic function to send unified WMI command
165 *
166 * @param wmi_handle : handle to WMI.
167 * @param buf : wmi command buffer
168 * @param buflen : wmi command buffer length
Govind Singh89727882016-04-15 13:58:27 +0530169 * @param cmd_id : WMI cmd id
Govind Singhd475ea92016-03-06 19:55:02 +0530170 * @return 0 on success and -ve on failure.
171 */
172int
Govind Singh6ad6ada2016-02-04 18:42:30 +0530173wmi_unified_cmd_send(wmi_unified_t wmi_handle, wmi_buf_t buf, uint32_t buflen,
Govind Singh89727882016-04-15 13:58:27 +0530174 WMI_CMD_ID cmd_id);
Govind Singhd475ea92016-03-06 19:55:02 +0530175
176/**
Govind Singh4ec6ff92016-03-09 12:03:29 +0530177 * wmi_unified_register_event_handler() - WMI event handler
178 * registration function
Govind Singhd475ea92016-03-06 19:55:02 +0530179 *
Govind Singh4ec6ff92016-03-09 12:03:29 +0530180 * @wmi_handle: handle to WMI.
181 * @event_id: WMI event ID
182 * @handler_func: Event handler call back function
183 * @rx_ctx: rx event processing context
184 *
Govind Singhd475ea92016-03-06 19:55:02 +0530185 * @return 0 on success and -ve on failure.
186 */
187int
188wmi_unified_register_event_handler(wmi_unified_t wmi_handle,
Govind Singh89727882016-04-15 13:58:27 +0530189 uint32_t event_id,
Govind Singh4ec6ff92016-03-09 12:03:29 +0530190 wmi_unified_event_handler handler_func,
191 uint8_t rx_ctx);
Govind Singhd475ea92016-03-06 19:55:02 +0530192
193/**
194 * WMI event handler unregister function
195 *
196 * @param wmi_handle : handle to WMI.
197 * @param event_id : WMI event ID
198 * @return 0 on success and -ve on failure.
199 */
200int
201wmi_unified_unregister_event_handler(wmi_unified_t wmi_handle,
Govind Singh89727882016-04-15 13:58:27 +0530202 uint32_t event_id);
Govind Singhd475ea92016-03-06 19:55:02 +0530203
204/**
205 * request wmi to connet its htc service.
206 * @param wmi_handle : handle to WMI.
Govind Singh89727882016-04-15 13:58:27 +0530207 * @param htc_handle : handle to HTC.
Govind Singhd475ea92016-03-06 19:55:02 +0530208 * @return void
209 */
210int
211wmi_unified_connect_htc_service(struct wmi_unified *wmi_handle,
212 void *htc_handle);
213
214/*
215 * WMI API to verify the host has enough credits to suspend
Govind Singh89727882016-04-15 13:58:27 +0530216 * @param wmi_handle : handle to WMI.
Govind Singhd475ea92016-03-06 19:55:02 +0530217 */
218
219int wmi_is_suspend_ready(wmi_unified_t wmi_handle);
220
221/**
Govind Singh89727882016-04-15 13:58:27 +0530222 * WMI API to get updated host_credits
223 * @param wmi_handle : handle to WMI.
Govind Singhd475ea92016-03-06 19:55:02 +0530224 */
225
226int wmi_get_host_credits(wmi_unified_t wmi_handle);
227
228/**
Govind Singh89727882016-04-15 13:58:27 +0530229 * WMI API to get WMI Pending Commands in the HTC queue
230 * @param wmi_handle : handle to WMI.
Govind Singhd475ea92016-03-06 19:55:02 +0530231 */
232
233int wmi_get_pending_cmds(wmi_unified_t wmi_handle);
234
235/**
Govind Singh89727882016-04-15 13:58:27 +0530236 * WMI API to set target suspend state
237 * @param wmi_handle : handle to WMI.
238 * @param val : suspend state boolean
Govind Singhd475ea92016-03-06 19:55:02 +0530239 */
Govind Singhd475ea92016-03-06 19:55:02 +0530240void wmi_set_target_suspend(wmi_unified_t wmi_handle, bool val);
241
Govind Singh89727882016-04-15 13:58:27 +0530242/**
243 * generic function to block unified WMI command
244 * @param wmi_handle : handle to WMI.
245 * @return 0 on success and -ve on failure.
246 */
247int
248wmi_stop(wmi_unified_t wmi_handle);
249
250/**
251 * API to flush all the previous packets associated with the wmi endpoint
252 *
253 * @param wmi_handle : handle to WMI.
254 */
255void
256wmi_flush_endpoint(wmi_unified_t wmi_handle);
257
258/**
259 * API to handle wmi rx event after UMAC has taken care of execution
260 * context
261 *
262 * @param wmi_handle : handle to WMI.
263 * @param evt_buf : wmi event buffer
264 */
265void __wmi_control_rx(struct wmi_unified *wmi_handle, wmi_buf_t evt_buf);
Govind Singhd475ea92016-03-06 19:55:02 +0530266#ifdef FEATURE_RUNTIME_PM
267void
268wmi_set_runtime_pm_inprogress(wmi_unified_t wmi_handle, bool val);
269bool wmi_get_runtime_pm_inprogress(wmi_unified_t wmi_handle);
270#else
271static inline void
272wmi_set_runtime_pm_inprogress(wmi_unified_t wmi_handle, bool val)
273{
274 return;
275}
276static inline bool wmi_get_runtime_pm_inprogress(wmi_unified_t wmi_handle)
277{
278 return false;
279}
280#endif
281
Govind Singh4ec6ff92016-03-09 12:03:29 +0530282
Govind Singhd475ea92016-03-06 19:55:02 +0530283/**
Govind Singhd7468a52016-03-09 14:32:57 +0530284 * UMAC Callback to process fw event.
Govind Singh89727882016-04-15 13:58:27 +0530285 * @param wmi_handle : handle to WMI.
286 * @param evt_buf : wmi event buffer
Govind Singhd475ea92016-03-06 19:55:02 +0530287 */
Govind Singhd475ea92016-03-06 19:55:02 +0530288void wmi_process_fw_event(struct wmi_unified *wmi_handle, wmi_buf_t evt_buf);
289uint16_t wmi_get_max_msg_len(wmi_unified_t wmi_handle);
Govind Singh3ddda1f2016-03-09 11:34:12 +0530290
291
Govind Singhd7468a52016-03-09 14:32:57 +0530292QDF_STATUS wmi_unified_vdev_create_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530293 uint8_t macaddr[IEEE80211_ADDR_LEN],
294 struct vdev_create_params *param);
295
Govind Singhd7468a52016-03-09 14:32:57 +0530296QDF_STATUS wmi_unified_vdev_delete_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530297 uint8_t if_id);
298
Govind Singhd7468a52016-03-09 14:32:57 +0530299QDF_STATUS wmi_unified_vdev_restart_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530300 uint8_t macaddr[IEEE80211_ADDR_LEN],
301 struct vdev_start_params *param);
302
Govind Singhd7468a52016-03-09 14:32:57 +0530303QDF_STATUS wmi_unified_vdev_stop_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530304 uint8_t vdev_id);
305
Govind Singhd7468a52016-03-09 14:32:57 +0530306QDF_STATUS wmi_unified_vdev_up_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530307 uint8_t bssid[IEEE80211_ADDR_LEN],
308 struct vdev_up_params *params);
309
Govind Singhd7468a52016-03-09 14:32:57 +0530310QDF_STATUS wmi_unified_vdev_down_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530311 uint8_t vdev_id);
312
Himanshu Agarwal7e4f4bc2016-03-09 16:49:38 +0530313QDF_STATUS wmi_unified_vdev_start_send(void *wmi_hdl,
314 struct vdev_start_params *req);
315
316QDF_STATUS wmi_unified_hidden_ssid_vdev_restart_send(void *wmi_hdl,
317 struct hidden_ssid_vdev_restart_params *restart_params);
318
Govind Singhd7468a52016-03-09 14:32:57 +0530319QDF_STATUS wmi_unified_vdev_set_param_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530320 struct vdev_set_params *param);
321
Govind Singhd7468a52016-03-09 14:32:57 +0530322QDF_STATUS wmi_unified_peer_delete_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530323 uint8_t
324 peer_addr[IEEE80211_ADDR_LEN],
325 uint8_t vdev_id);
326
Govind Singhd7468a52016-03-09 14:32:57 +0530327QDF_STATUS wmi_unified_peer_flush_tids_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530328 uint8_t peer_addr[IEEE80211_ADDR_LEN],
329 struct peer_flush_params *param);
330
Govind Singhd7468a52016-03-09 14:32:57 +0530331QDF_STATUS wmi_set_peer_param_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530332 uint8_t peer_addr[IEEE80211_ADDR_LEN],
333 struct peer_set_params *param);
334
Govind Singhd7468a52016-03-09 14:32:57 +0530335QDF_STATUS wmi_unified_peer_create_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530336 struct peer_create_params *param);
337
Govind Singhd7468a52016-03-09 14:32:57 +0530338QDF_STATUS wmi_unified_stats_request_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530339 uint8_t macaddr[IEEE80211_ADDR_LEN],
340 struct stats_request_params *param);
341
Govind Singhd7468a52016-03-09 14:32:57 +0530342QDF_STATUS wmi_unified_green_ap_ps_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530343 uint32_t value, uint8_t mac_id);
344
345
Govind Singhd7468a52016-03-09 14:32:57 +0530346QDF_STATUS wmi_unified_wow_enable_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530347 struct wow_cmd_params *param,
348 uint8_t mac_id);
349
Govind Singh89727882016-04-15 13:58:27 +0530350#ifdef WMI_NON_TLV_SUPPORT
351QDF_STATUS wmi_unified_packet_log_enable_send(void *wmi_hdl,
352 WMI_HOST_PKTLOG_EVENT PKTLOG_EVENT);
353#else
Govind Singhd7468a52016-03-09 14:32:57 +0530354QDF_STATUS wmi_unified_packet_log_enable_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530355 uint8_t macaddr[IEEE80211_ADDR_LEN],
356 struct packet_enable_params *param);
Govind Singh89727882016-04-15 13:58:27 +0530357#endif
Govind Singh3ddda1f2016-03-09 11:34:12 +0530358
Govind Singh89727882016-04-15 13:58:27 +0530359QDF_STATUS wmi_unified_packet_log_disable_send(void *wmi_hdl);
Govind Singh3ddda1f2016-03-09 11:34:12 +0530360
Govind Singhd7468a52016-03-09 14:32:57 +0530361QDF_STATUS wmi_unified_suspend_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530362 struct suspend_params *param,
363 uint8_t mac_id);
364
Govind Singhd7468a52016-03-09 14:32:57 +0530365QDF_STATUS wmi_unified_resume_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530366 uint8_t mac_id);
367
Govind Singhd7468a52016-03-09 14:32:57 +0530368QDF_STATUS
Govind Singh3ddda1f2016-03-09 11:34:12 +0530369wmi_unified_pdev_param_send(void *wmi_hdl,
370 struct pdev_params *param,
371 uint8_t mac_id);
372
Govind Singh89727882016-04-15 13:58:27 +0530373QDF_STATUS wmi_unified_beacon_tmpl_send_cmd(void *wmi_hdl,
374 struct beacon_tmpl_params *param);
375
376
Govind Singhd7468a52016-03-09 14:32:57 +0530377QDF_STATUS wmi_unified_beacon_send_cmd(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530378 struct beacon_params *param);
379
Govind Singhd7468a52016-03-09 14:32:57 +0530380QDF_STATUS wmi_unified_peer_assoc_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530381 struct peer_assoc_params *param);
382
Govind Singhd7468a52016-03-09 14:32:57 +0530383QDF_STATUS wmi_unified_sta_ps_cmd_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530384 struct sta_ps_params *param);
385
Govind Singhd7468a52016-03-09 14:32:57 +0530386QDF_STATUS wmi_unified_ap_ps_cmd_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530387 uint8_t macaddr[IEEE80211_ADDR_LEN],
388 struct ap_ps_params *param);
389
Govind Singhd7468a52016-03-09 14:32:57 +0530390QDF_STATUS wmi_unified_scan_start_cmd_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530391 struct scan_start_params *param);
392
Govind Singhd7468a52016-03-09 14:32:57 +0530393QDF_STATUS wmi_unified_scan_stop_cmd_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530394 struct scan_stop_params *param);
395
Govind Singhd7468a52016-03-09 14:32:57 +0530396QDF_STATUS wmi_unified_scan_chan_list_cmd_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530397 struct scan_chan_list_params *param);
398
399
Govind Singhd7468a52016-03-09 14:32:57 +0530400QDF_STATUS wmi_crash_inject(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530401 struct crash_inject *param);
402
Govind Singhd7468a52016-03-09 14:32:57 +0530403QDF_STATUS wmi_unified_pdev_utf_cmd_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530404 struct pdev_utf_params *param,
405 uint8_t mac_id);
406
Govind Singhd7468a52016-03-09 14:32:57 +0530407QDF_STATUS wmi_unified_dbglog_cmd_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530408 struct dbglog_params *param);
409
Govind Singhd7468a52016-03-09 14:32:57 +0530410QDF_STATUS wmi_mgmt_unified_cmd_send(void *wmi_hdl,
Govind Singh50988cc2016-02-26 18:09:36 +0530411 struct wmi_mgmt_params *param);
412
Govind Singhd7468a52016-03-09 14:32:57 +0530413QDF_STATUS wmi_unified_modem_power_state(void *wmi_hdl,
Govind Singh50988cc2016-02-26 18:09:36 +0530414 uint32_t param_value);
415
Govind Singhd7468a52016-03-09 14:32:57 +0530416QDF_STATUS wmi_unified_set_sta_ps_mode(void *wmi_hdl,
Govind Singh50988cc2016-02-26 18:09:36 +0530417 uint32_t vdev_id, uint8_t val);
Govind Singhd7468a52016-03-09 14:32:57 +0530418QDF_STATUS
Govind Singh50988cc2016-02-26 18:09:36 +0530419wmi_unified_set_sta_uapsd_auto_trig_cmd(void *wmi_hdl,
420 struct sta_uapsd_trig_params *param);
421
Govind Singhd7468a52016-03-09 14:32:57 +0530422QDF_STATUS wmi_unified_get_temperature(void *wmi_hdl);
Govind Singh50988cc2016-02-26 18:09:36 +0530423
Govind Singhd7468a52016-03-09 14:32:57 +0530424QDF_STATUS wmi_unified_set_p2pgo_oppps_req(void *wmi_hdl,
Govind Singh50988cc2016-02-26 18:09:36 +0530425 struct p2p_ps_params *oppps);
426
Govind Singhd7468a52016-03-09 14:32:57 +0530427QDF_STATUS wmi_unified_set_p2pgo_noa_req_cmd(void *wmi_hdl,
Govind Singh50988cc2016-02-26 18:09:36 +0530428 struct p2p_ps_params *noa);
429
Govind Singhd7468a52016-03-09 14:32:57 +0530430QDF_STATUS wmi_unified_set_smps_params(void *wmi_hdl, uint8_t vdev_id,
Govind Singh50988cc2016-02-26 18:09:36 +0530431 int value);
432
Govind Singhd7468a52016-03-09 14:32:57 +0530433QDF_STATUS wmi_unified_set_mimops(void *wmi_hdl, uint8_t vdev_id, int value);
Govind Singhe7b800c2016-03-01 15:30:53 +0530434
Govind Singhd7468a52016-03-09 14:32:57 +0530435QDF_STATUS wmi_unified_ocb_set_utc_time(void *wmi_hdl,
Govind Singhe7b800c2016-03-01 15:30:53 +0530436 struct ocb_utc_param *utc);
437
Govind Singhd7468a52016-03-09 14:32:57 +0530438QDF_STATUS wmi_unified_ocb_start_timing_advert(void *wmi_hdl,
Govind Singhe7b800c2016-03-01 15:30:53 +0530439 struct ocb_timing_advert_param *timing_advert);
440
Govind Singhd7468a52016-03-09 14:32:57 +0530441QDF_STATUS wmi_unified_ocb_stop_timing_advert(void *wmi_hdl,
Govind Singhe7b800c2016-03-01 15:30:53 +0530442 struct ocb_timing_advert_param *timing_advert);
443
Govind Singhd7468a52016-03-09 14:32:57 +0530444QDF_STATUS wmi_unified_ocb_set_config(void *wmi_hdl,
Govind Singhe7b800c2016-03-01 15:30:53 +0530445 struct ocb_config_param *config, uint32_t *ch_mhz);
446
Govind Singhd7468a52016-03-09 14:32:57 +0530447QDF_STATUS wmi_unified_ocb_get_tsf_timer(void *wmi_hdl,
Govind Singhe7b800c2016-03-01 15:30:53 +0530448 uint8_t vdev_id);
449
Govind Singhd7468a52016-03-09 14:32:57 +0530450QDF_STATUS wmi_unified_lro_config_cmd(void *wmi_hdl,
Govind Singh9bad0002016-03-01 15:54:59 +0530451 struct wmi_lro_config_cmd_t *wmi_lro_cmd);
452
Govind Singhd7468a52016-03-09 14:32:57 +0530453QDF_STATUS wmi_unified_set_thermal_mgmt_cmd(void *wmi_hdl,
Govind Singh9bad0002016-03-01 15:54:59 +0530454 struct thermal_cmd_params *thermal_info);
455
Poddar, Siddarth794b9962016-04-28 15:49:11 +0530456QDF_STATUS wmi_unified_peer_rate_report_cmd(void *wmi_hdl,
457 struct wmi_peer_rate_report_params *rate_report_params);
458
Govind Singhd7468a52016-03-09 14:32:57 +0530459QDF_STATUS wmi_unified_set_mcc_channel_time_quota_cmd
Govind Singh9bad0002016-03-01 15:54:59 +0530460 (void *wmi_hdl,
461 uint32_t adapter_1_chan_freq,
462 uint32_t adapter_1_quota, uint32_t adapter_2_chan_freq);
463
Govind Singhd7468a52016-03-09 14:32:57 +0530464QDF_STATUS wmi_unified_set_mcc_channel_time_latency_cmd
Govind Singh9bad0002016-03-01 15:54:59 +0530465 (void *wmi_hdl,
466 uint32_t mcc_channel_freq, uint32_t mcc_channel_time_latency);
467
Govind Singhd7468a52016-03-09 14:32:57 +0530468QDF_STATUS wmi_unified_set_enable_disable_mcc_adaptive_scheduler_cmd(
Govind Singh608e8892016-04-16 19:24:23 -0700469 void *wmi_hdl, uint32_t mcc_adaptive_scheduler,
470 uint32_t pdev_id);
Govind Singhae855362016-03-07 14:24:22 +0530471
Govind Singh89727882016-04-15 13:58:27 +0530472#ifndef WMI_NON_TLV_SUPPORT
Govind Singhd7468a52016-03-09 14:32:57 +0530473QDF_STATUS wmi_unified_bcn_buf_ll_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530474 wmi_bcn_send_from_host_cmd_fixed_param *param);
Govind Singh89727882016-04-15 13:58:27 +0530475#endif
Govind Singhae855362016-03-07 14:24:22 +0530476
Govind Singhd7468a52016-03-09 14:32:57 +0530477QDF_STATUS wmi_unified_set_sta_sa_query_param_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530478 uint8_t vdev_id, uint32_t max_retries,
479 uint32_t retry_interval);
480
481
Govind Singhd7468a52016-03-09 14:32:57 +0530482QDF_STATUS wmi_unified_set_sta_keep_alive_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530483 struct sta_params *params);
484
Govind Singhd7468a52016-03-09 14:32:57 +0530485QDF_STATUS wmi_unified_vdev_set_gtx_cfg_cmd(void *wmi_hdl, uint32_t if_id,
Govind Singhae855362016-03-07 14:24:22 +0530486 struct wmi_gtx_config *gtx_info);
487
Govind Singh89727882016-04-15 13:58:27 +0530488#ifndef WMI_NON_TLV_SUPPORT
Govind Singhd7468a52016-03-09 14:32:57 +0530489QDF_STATUS wmi_unified_process_update_edca_param(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530490 uint8_t vdev_id,
491 wmi_wmm_vparams gwmm_param[WMI_MAX_NUM_AC]);
Govind Singh89727882016-04-15 13:58:27 +0530492#endif
Govind Singhae855362016-03-07 14:24:22 +0530493
494
Govind Singhd7468a52016-03-09 14:32:57 +0530495QDF_STATUS wmi_unified_probe_rsp_tmpl_send_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530496 uint8_t vdev_id,
497 struct wmi_probe_resp_params *probe_rsp_info,
498 uint8_t *frm);
499
Himanshu Agarwal9efd9bf2016-03-09 18:49:18 +0530500QDF_STATUS wmi_unified_setup_install_key_cmd(void *wmi_hdl,
501 struct set_key_params *key_params);
502
Govind Singhd7468a52016-03-09 14:32:57 +0530503QDF_STATUS wmi_unified_p2p_go_set_beacon_ie_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530504 A_UINT32 vdev_id, uint8_t *p2p_ie);
505
506
Govind Singhd7468a52016-03-09 14:32:57 +0530507QDF_STATUS wmi_unified_set_gateway_params_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530508 struct gateway_update_req_param *req);
509
Govind Singhd7468a52016-03-09 14:32:57 +0530510QDF_STATUS wmi_unified_set_rssi_monitoring_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530511 struct rssi_monitor_param *req);
512
Govind Singhd7468a52016-03-09 14:32:57 +0530513QDF_STATUS wmi_unified_scan_probe_setoui_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530514 struct scan_mac_oui *psetoui);
515
Govind Singhd7468a52016-03-09 14:32:57 +0530516QDF_STATUS wmi_unified_reset_passpoint_network_list_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530517 struct wifi_passpoint_req_param *req);
518
Govind Singhd7468a52016-03-09 14:32:57 +0530519QDF_STATUS wmi_unified_set_passpoint_network_list_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530520 struct wifi_passpoint_req_param *req);
521
Govind Singh89727882016-04-15 13:58:27 +0530522#ifndef WMI_NON_TLV_SUPPORT
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +0530523QDF_STATUS wmi_unified_roam_scan_offload_mode_cmd(void *wmi_hdl,
524 wmi_start_scan_cmd_fixed_param *scan_cmd_fp,
525 struct roam_offload_scan_params *roam_req);
Govind Singh89727882016-04-15 13:58:27 +0530526#endif
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +0530527
528QDF_STATUS wmi_unified_roam_scan_offload_rssi_thresh_cmd(void *wmi_hdl,
529 struct roam_offload_scan_rssi_params *roam_req);
530
531QDF_STATUS wmi_unified_roam_scan_filter_cmd(void *wmi_hdl,
532 struct roam_scan_filter_params *roam_req);
533
Govind Singhd7468a52016-03-09 14:32:57 +0530534QDF_STATUS wmi_unified_set_epno_network_list_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530535 struct wifi_enhanched_pno_params *req);
536
Govind Singhd7468a52016-03-09 14:32:57 +0530537QDF_STATUS wmi_unified_ipa_offload_control_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530538 struct ipa_offload_control_params *ipa_offload);
539
Govind Singhd7468a52016-03-09 14:32:57 +0530540QDF_STATUS wmi_unified_extscan_get_capabilities_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530541 struct extscan_capabilities_params *pgetcapab);
542
Govind Singhd7468a52016-03-09 14:32:57 +0530543QDF_STATUS wmi_unified_extscan_get_cached_results_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530544 struct extscan_cached_result_params *pcached_results);
545
546
Govind Singhd7468a52016-03-09 14:32:57 +0530547QDF_STATUS wmi_unified_extscan_stop_change_monitor_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530548 struct extscan_capabilities_reset_params *reset_req);
549
550
Govind Singhd7468a52016-03-09 14:32:57 +0530551QDF_STATUS wmi_unified_extscan_start_change_monitor_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530552 struct extscan_set_sig_changereq_params *
553 psigchange);
554
Govind Singhd7468a52016-03-09 14:32:57 +0530555QDF_STATUS wmi_unified_extscan_stop_hotlist_monitor_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530556 struct extscan_bssid_hotlist_reset_params *photlist_reset);
557
Govind Singhd7468a52016-03-09 14:32:57 +0530558QDF_STATUS wmi_unified_stop_extscan_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530559 struct extscan_stop_req_params *pstopcmd);
560
Govind Singhd7468a52016-03-09 14:32:57 +0530561QDF_STATUS wmi_unified_start_extscan_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530562 struct wifi_scan_cmd_req_params *pstart);
563
Govind Singhd7468a52016-03-09 14:32:57 +0530564QDF_STATUS wmi_unified_plm_stop_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530565 const struct plm_req_params *plm);
566
Govind Singhd7468a52016-03-09 14:32:57 +0530567QDF_STATUS wmi_unified_plm_start_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530568 const struct plm_req_params *plm,
569 uint32_t *gchannel_list);
570
Govind Singhd7468a52016-03-09 14:32:57 +0530571QDF_STATUS wmi_unified_pno_stop_cmd(void *wmi_hdl, uint8_t vdev_id);
Govind Singhae855362016-03-07 14:24:22 +0530572
Govind Singh89727882016-04-15 13:58:27 +0530573#ifdef FEATURE_WLAN_SCAN_PNO
Govind Singhd7468a52016-03-09 14:32:57 +0530574QDF_STATUS wmi_unified_pno_start_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530575 struct pno_scan_req_params *pno,
576 uint32_t *gchannel_freq_list);
Govind Singh89727882016-04-15 13:58:27 +0530577#endif
Govind Singhae855362016-03-07 14:24:22 +0530578
Govind Singhd7468a52016-03-09 14:32:57 +0530579QDF_STATUS wmi_unified_set_ric_req_cmd(void *wmi_hdl, void *msg,
Govind Singhae855362016-03-07 14:24:22 +0530580 uint8_t is_add_ts);
581
Govind Singhd7468a52016-03-09 14:32:57 +0530582QDF_STATUS wmi_unified_process_ll_stats_clear_cmd
Govind Singhae855362016-03-07 14:24:22 +0530583 (void *wmi_hdl, const struct ll_stats_clear_params *clear_req,
584 uint8_t addr[IEEE80211_ADDR_LEN]);
585
Govind Singhd7468a52016-03-09 14:32:57 +0530586QDF_STATUS wmi_unified_process_ll_stats_set_cmd
Govind Singhae855362016-03-07 14:24:22 +0530587 (void *wmi_hdl, const struct ll_stats_set_params *set_req);
588
Govind Singhd7468a52016-03-09 14:32:57 +0530589QDF_STATUS wmi_unified_process_ll_stats_get_cmd
Govind Singhae855362016-03-07 14:24:22 +0530590 (void *wmi_hdl, const struct ll_stats_get_params *get_req,
591 uint8_t addr[IEEE80211_ADDR_LEN]);
592
Govind Singhd7468a52016-03-09 14:32:57 +0530593QDF_STATUS wmi_unified_get_stats_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530594 struct pe_stats_req *get_stats_param,
595 uint8_t addr[IEEE80211_ADDR_LEN]);
596
Govind Singhd7468a52016-03-09 14:32:57 +0530597QDF_STATUS wmi_unified_snr_request_cmd(void *wmi_hdl);
Govind Singh229bc0d2016-03-07 15:33:31 +0530598
Govind Singhd7468a52016-03-09 14:32:57 +0530599QDF_STATUS wmi_unified_snr_cmd(void *wmi_hdl, uint8_t vdev_id);
Govind Singh229bc0d2016-03-07 15:33:31 +0530600
Govind Singhd7468a52016-03-09 14:32:57 +0530601QDF_STATUS wmi_unified_link_status_req_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530602 struct link_status_params *link_status);
603
Govind Singh89727882016-04-15 13:58:27 +0530604#ifndef WMI_NON_TLV_SUPPORT
Govind Singhd7468a52016-03-09 14:32:57 +0530605QDF_STATUS wmi_unified_lphb_config_hbenable_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530606 wmi_hb_set_enable_cmd_fixed_param *params);
607
Govind Singhd7468a52016-03-09 14:32:57 +0530608QDF_STATUS wmi_unified_lphb_config_tcp_params_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530609 wmi_hb_set_tcp_params_cmd_fixed_param *lphb_conf_req);
610
Govind Singhd7468a52016-03-09 14:32:57 +0530611QDF_STATUS wmi_unified_lphb_config_tcp_pkt_filter_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530612 wmi_hb_set_tcp_pkt_filter_cmd_fixed_param *g_hb_tcp_filter_fp);
613
Govind Singhd7468a52016-03-09 14:32:57 +0530614QDF_STATUS wmi_unified_lphb_config_udp_params_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530615 wmi_hb_set_udp_params_cmd_fixed_param *lphb_conf_req);
616
Govind Singhd7468a52016-03-09 14:32:57 +0530617QDF_STATUS wmi_unified_lphb_config_udp_pkt_filter_cmd(void *wmi_hdl,
Govind Singh89727882016-04-15 13:58:27 +0530618 wmi_hb_set_udp_pkt_filter_cmd_fixed_param *lphb_conf_req);
Govind Singh229bc0d2016-03-07 15:33:31 +0530619
Govind Singhd7468a52016-03-09 14:32:57 +0530620QDF_STATUS wmi_unified_process_dhcp_ind(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530621 wmi_peer_set_param_cmd_fixed_param *ta_dhcp_ind);
622
Govind Singhd7468a52016-03-09 14:32:57 +0530623QDF_STATUS wmi_unified_get_link_speed_cmd(void *wmi_hdl,
Govind Singh89727882016-04-15 13:58:27 +0530624 wmi_mac_addr peer_macaddr);
Govind Singh229bc0d2016-03-07 15:33:31 +0530625
Govind Singhd7468a52016-03-09 14:32:57 +0530626QDF_STATUS wmi_unified_egap_conf_params_cmd(void *wmi_hdl,
Govind Singh89727882016-04-15 13:58:27 +0530627 wmi_ap_ps_egap_param_cmd_fixed_param *egap_params);
628#endif
Govind Singh229bc0d2016-03-07 15:33:31 +0530629
Govind Singhd7468a52016-03-09 14:32:57 +0530630QDF_STATUS wmi_unified_fw_profiling_data_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530631 uint32_t cmd, uint32_t value1, uint32_t value2);
632
Govind Singhd7468a52016-03-09 14:32:57 +0530633QDF_STATUS wmi_unified_wow_sta_ra_filter_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530634 uint8_t vdev_id, uint8_t default_pattern,
635 uint16_t rate_limit_interval);
636
Govind Singhd7468a52016-03-09 14:32:57 +0530637QDF_STATUS wmi_unified_nat_keepalive_en_cmd(void *wmi_hdl, uint8_t vdev_id);
Govind Singh229bc0d2016-03-07 15:33:31 +0530638
Govind Singhd7468a52016-03-09 14:32:57 +0530639QDF_STATUS wmi_unified_csa_offload_enable(void *wmi_hdl, uint8_t vdev_id);
Govind Singh229bc0d2016-03-07 15:33:31 +0530640
Govind Singhd7468a52016-03-09 14:32:57 +0530641QDF_STATUS wmi_unified_start_oem_data_cmd(void *wmi_hdl,
Krishna Kumaar Natarajan7a59ca02016-07-21 15:02:44 -0700642 uint32_t data_len,
Govind Singh229bc0d2016-03-07 15:33:31 +0530643 uint8_t *data);
644
Govind Singhd7468a52016-03-09 14:32:57 +0530645QDF_STATUS wmi_unified_dfs_phyerr_filter_offload_en_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530646 bool dfs_phyerr_filter_offload);
647
Govind Singh89727882016-04-15 13:58:27 +0530648#ifndef WMI_NON_TLV_SUPPORT
Govind Singhd7468a52016-03-09 14:32:57 +0530649QDF_STATUS wmi_unified_pktlog_wmi_send_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530650 WMI_PKTLOG_EVENT pktlog_event,
651 WMI_CMD_ID cmd_id);
Govind Singh89727882016-04-15 13:58:27 +0530652#endif
Govind Singh229bc0d2016-03-07 15:33:31 +0530653
Govind Singhd7468a52016-03-09 14:32:57 +0530654QDF_STATUS wmi_unified_add_wow_wakeup_event_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530655 uint32_t vdev_id,
656 uint32_t bitmap,
657 bool enable);
658
Govind Singhd7468a52016-03-09 14:32:57 +0530659QDF_STATUS wmi_unified_wow_patterns_to_fw_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530660 uint8_t vdev_id, uint8_t ptrn_id,
661 const uint8_t *ptrn, uint8_t ptrn_len,
662 uint8_t ptrn_offset, const uint8_t *mask,
663 uint8_t mask_len, bool user,
664 uint8_t default_patterns);
665
Govind Singhd7468a52016-03-09 14:32:57 +0530666QDF_STATUS wmi_unified_wow_delete_pattern_cmd(void *wmi_hdl, uint8_t ptrn_id,
Govind Singh229bc0d2016-03-07 15:33:31 +0530667 uint8_t vdev_id);
668
Govind Singhd7468a52016-03-09 14:32:57 +0530669QDF_STATUS wmi_unified_host_wakeup_ind_to_fw_cmd(void *wmi_hdl);
670QDF_STATUS wmi_unified_del_ts_cmd(void *wmi_hdl, uint8_t vdev_id,
Govind Singh229bc0d2016-03-07 15:33:31 +0530671 uint8_t ac);
672
Govind Singhd7468a52016-03-09 14:32:57 +0530673QDF_STATUS wmi_unified_aggr_qos_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530674 struct aggr_add_ts_param *aggr_qos_rsp_msg);
675
Govind Singhd7468a52016-03-09 14:32:57 +0530676QDF_STATUS wmi_unified_add_ts_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530677 struct add_ts_param *msg);
678
Govind Singhd7468a52016-03-09 14:32:57 +0530679QDF_STATUS wmi_unified_enable_disable_packet_filter_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530680 uint8_t vdev_id, bool enable);
681
Govind Singhd7468a52016-03-09 14:32:57 +0530682QDF_STATUS wmi_unified_config_packet_filter_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530683 uint8_t vdev_id, struct rcv_pkt_filter_config *rcv_filter_param,
684 uint8_t filter_id, bool enable);
685
Govind Singhd7468a52016-03-09 14:32:57 +0530686QDF_STATUS wmi_unified_add_clear_mcbc_filter_cmd(void *wmi_hdl,
Govind Singh89727882016-04-15 13:58:27 +0530687 uint8_t vdev_id,
688 struct qdf_mac_addr multicast_addr,
689 bool clearList);
Govind Singh229bc0d2016-03-07 15:33:31 +0530690
Govind Singhd7468a52016-03-09 14:32:57 +0530691QDF_STATUS wmi_unified_send_gtk_offload_cmd(void *wmi_hdl, uint8_t vdev_id,
Govind Singh229bc0d2016-03-07 15:33:31 +0530692 struct gtk_offload_params *params,
693 bool enable_offload,
694 uint32_t gtk_offload_opcode);
695
Govind Singhd7468a52016-03-09 14:32:57 +0530696QDF_STATUS wmi_unified_process_gtk_offload_getinfo_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530697 uint8_t vdev_id,
698 uint64_t offload_req_opcode);
699
Govind Singhd7468a52016-03-09 14:32:57 +0530700QDF_STATUS wmi_unified_process_add_periodic_tx_ptrn_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530701 struct periodic_tx_pattern *
702 pAddPeriodicTxPtrnParams,
703 uint8_t vdev_id);
704
Govind Singhd7468a52016-03-09 14:32:57 +0530705QDF_STATUS wmi_unified_process_del_periodic_tx_ptrn_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530706 uint8_t vdev_id,
707 uint8_t pattern_id);
708
Govind Singhd7468a52016-03-09 14:32:57 +0530709QDF_STATUS wmi_unified_stats_ext_req_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530710 struct stats_ext_params *preq);
711
Govind Singhd7468a52016-03-09 14:32:57 +0530712QDF_STATUS wmi_unified_enable_ext_wow_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530713 struct ext_wow_params *params);
714
Govind Singhd7468a52016-03-09 14:32:57 +0530715QDF_STATUS wmi_unified_set_app_type2_params_in_fw_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530716 struct app_type2_params *appType2Params);
717
Govind Singhd7468a52016-03-09 14:32:57 +0530718QDF_STATUS wmi_unified_set_auto_shutdown_timer_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530719 uint32_t timer_val);
720
Govind Singhd7468a52016-03-09 14:32:57 +0530721QDF_STATUS wmi_unified_nan_req_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530722 struct nan_req_params *nan_req);
723
Govind Singhd7468a52016-03-09 14:32:57 +0530724QDF_STATUS wmi_unified_process_dhcpserver_offload_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530725 struct dhcp_offload_info_params *pDhcpSrvOffloadInfo);
726
Govind Singhd7468a52016-03-09 14:32:57 +0530727QDF_STATUS wmi_unified_process_ch_avoid_update_cmd(void *wmi_hdl);
Govind Singh229bc0d2016-03-07 15:33:31 +0530728
Govind Singhd7468a52016-03-09 14:32:57 +0530729QDF_STATUS wmi_unified_send_regdomain_info_to_fw_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530730 uint32_t reg_dmn, uint16_t regdmn2G,
731 uint16_t regdmn5G, int8_t ctl2G,
732 int8_t ctl5G);
733
Govind Singhd7468a52016-03-09 14:32:57 +0530734QDF_STATUS wmi_unified_set_tdls_offchan_mode_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530735 struct tdls_channel_switch_params *chan_switch_params);
736
Govind Singhd7468a52016-03-09 14:32:57 +0530737QDF_STATUS wmi_unified_update_fw_tdls_state_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530738 void *tdls_param, uint8_t tdls_state);
739
Govind Singhd7468a52016-03-09 14:32:57 +0530740QDF_STATUS wmi_unified_update_tdls_peer_state_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530741 struct tdls_peer_state_params *peerStateParams,
742 uint32_t *ch_mhz);
743
Govind Singhd7468a52016-03-09 14:32:57 +0530744QDF_STATUS wmi_unified_process_fw_mem_dump_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530745 struct fw_dump_req_param *mem_dump_req);
746
Govind Singhd7468a52016-03-09 14:32:57 +0530747QDF_STATUS wmi_unified_process_set_ie_info_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530748 struct vdev_ie_info_param *ie_info);
749
Govind Singhd7468a52016-03-09 14:32:57 +0530750QDF_STATUS wmi_unified_ocb_set_utc_time_cmd(void *wmi_hdl,
Govind Singhe7b800c2016-03-01 15:30:53 +0530751 struct ocb_utc_param *utc);
Govind Singhae855362016-03-07 14:24:22 +0530752
Govind Singhd7468a52016-03-09 14:32:57 +0530753QDF_STATUS wmi_unified_dcc_get_stats_cmd(void *wmi_hdl,
Govind Singhe7b800c2016-03-01 15:30:53 +0530754 struct dcc_get_stats_param *get_stats_param);
Govind Singhae855362016-03-07 14:24:22 +0530755
Govind Singhd7468a52016-03-09 14:32:57 +0530756QDF_STATUS wmi_unified_dcc_clear_stats(void *wmi_hdl,
Govind Singhe7b800c2016-03-01 15:30:53 +0530757 uint32_t vdev_id, uint32_t dcc_stats_bitmap);
Govind Singh229bc0d2016-03-07 15:33:31 +0530758
Govind Singhd7468a52016-03-09 14:32:57 +0530759QDF_STATUS wmi_unified_dcc_update_ndl(void *wmi_hdl,
Govind Singhe7b800c2016-03-01 15:30:53 +0530760 struct dcc_update_ndl_param *update_ndl_param);
Govind Singh71ee2d72016-03-07 16:30:32 +0530761
Govind Singhd7468a52016-03-09 14:32:57 +0530762QDF_STATUS wmi_unified_save_fw_version_cmd(void *wmi_hdl,
Govind Singh71ee2d72016-03-07 16:30:32 +0530763 void *evt_buf);
764
Govind Singhd7468a52016-03-09 14:32:57 +0530765QDF_STATUS wmi_unified_send_init_cmd(void *wmi_hdl,
Govind Singh71ee2d72016-03-07 16:30:32 +0530766 wmi_resource_config *res_cfg,
767 uint8_t num_mem_chunks, struct wmi_host_mem_chunk *mem_chunk,
768 bool action);
769
Govind Singhd7468a52016-03-09 14:32:57 +0530770QDF_STATUS wmi_unified_send_saved_init_cmd(void *wmi_hdl);
Govind Singh2ae94372016-03-07 16:45:38 +0530771
Govind Singhd7468a52016-03-09 14:32:57 +0530772QDF_STATUS wmi_unified_set_base_macaddr_indicate_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +0530773 uint8_t *custom_addr);
774
Govind Singhd7468a52016-03-09 14:32:57 +0530775QDF_STATUS wmi_unified_log_supported_evt_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +0530776 uint8_t *event,
777 uint32_t len);
778
Govind Singhd7468a52016-03-09 14:32:57 +0530779QDF_STATUS wmi_unified_enable_specific_fw_logs_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +0530780 struct wmi_wifi_start_log *start_log);
781
Govind Singhd7468a52016-03-09 14:32:57 +0530782QDF_STATUS wmi_unified_flush_logs_to_fw_cmd(void *wmi_hdl);
Govind Singh2ae94372016-03-07 16:45:38 +0530783
Manishekar Chandrasekaranb8c59382016-04-21 19:16:32 +0530784QDF_STATUS wmi_unified_pdev_set_pcl_cmd(void *wmi_hdl,
785 struct wmi_pcl_chan_weights *msg);
Govind Singh2ae94372016-03-07 16:45:38 +0530786
Govind Singhd7468a52016-03-09 14:32:57 +0530787QDF_STATUS wmi_unified_soc_set_hw_mode_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +0530788 uint32_t hw_mode_index);
789
Manishekar Chandrasekaran81d7aaa2016-04-27 12:52:51 +0530790QDF_STATUS wmi_unified_pdev_set_dual_mac_config_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +0530791 struct wmi_dual_mac_config *msg);
792
Govind Singhd7468a52016-03-09 14:32:57 +0530793QDF_STATUS wmi_unified_enable_arp_ns_offload_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +0530794 struct host_offload_req_param *param, bool arp_only,
795 uint8_t vdev_id);
796
Govind Singhd7468a52016-03-09 14:32:57 +0530797QDF_STATUS wmi_unified_set_led_flashing_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +0530798 struct flashing_req_params *flashing);
799
Govind Singhd7468a52016-03-09 14:32:57 +0530800QDF_STATUS wmi_unified_app_type1_params_in_fw_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +0530801 struct app_type1_params *app_type1_params);
802
Govind Singhd7468a52016-03-09 14:32:57 +0530803QDF_STATUS wmi_unified_set_ssid_hotlist_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +0530804 struct ssid_hotlist_request_params *request);
805
Govind Singhd7468a52016-03-09 14:32:57 +0530806QDF_STATUS wmi_unified_roam_synch_complete_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +0530807 uint8_t vdev_id);
808
Govind Singhd7468a52016-03-09 14:32:57 +0530809QDF_STATUS wmi_unified_unit_test_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +0530810 struct wmi_unit_test_cmd *wmi_utest);
811
Govind Singhd7468a52016-03-09 14:32:57 +0530812QDF_STATUS wmi_unified_roam_invoke_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +0530813 struct wmi_roam_invoke_cmd *roaminvoke,
814 uint32_t ch_hz);
815
Govind Singhd7468a52016-03-09 14:32:57 +0530816QDF_STATUS wmi_unified_roam_scan_offload_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +0530817 uint32_t command, uint32_t vdev_id);
818
Govind Singh89727882016-04-15 13:58:27 +0530819#ifndef WMI_NON_TLV_SUPPORT
Govind Singhd7468a52016-03-09 14:32:57 +0530820QDF_STATUS wmi_unified_send_roam_scan_offload_ap_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +0530821 wmi_ap_profile *ap_profile_p,
822 uint32_t vdev_id);
Govind Singh89727882016-04-15 13:58:27 +0530823#endif
Govind Singh2ae94372016-03-07 16:45:38 +0530824
Govind Singhd7468a52016-03-09 14:32:57 +0530825QDF_STATUS wmi_unified_roam_scan_offload_scan_period(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +0530826 uint32_t scan_period,
827 uint32_t scan_age,
828 uint32_t vdev_id);
829
Govind Singhd7468a52016-03-09 14:32:57 +0530830QDF_STATUS wmi_unified_roam_scan_offload_chan_list_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +0530831 uint8_t chan_count,
Varun Reddy Yeturub47fa402016-07-07 17:42:49 -0700832 uint32_t *chan_list,
Govind Singh2ae94372016-03-07 16:45:38 +0530833 uint8_t list_type, uint32_t vdev_id);
834
Govind Singhd7468a52016-03-09 14:32:57 +0530835QDF_STATUS wmi_unified_roam_scan_offload_rssi_change_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +0530836 uint32_t vdev_id,
837 int32_t rssi_change_thresh,
838 uint32_t bcn_rssi_weight,
839 uint32_t hirssi_delay_btw_scans);
840
Govind Singhd7468a52016-03-09 14:32:57 +0530841QDF_STATUS wmi_unified_get_buf_extscan_hotlist_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +0530842 struct ext_scan_setbssi_hotlist_params *
843 photlist, int *buf_len);
Govind Singh89727882016-04-15 13:58:27 +0530844
845QDF_STATUS wmi_unified_stats_request_send(void *wmi_hdl,
846 uint8_t macaddr[IEEE80211_ADDR_LEN],
847 struct stats_request_params *param);
848
849QDF_STATUS wmi_unified_pdev_get_tpc_config_cmd_send(void *wmi_hdl,
850 uint32_t param);
851
852QDF_STATUS wmi_unified_set_atf_cmd_send(void *wmi_hdl,
853 struct set_atf_params *param);
854
855QDF_STATUS wmi_unified_pdev_fips_cmd_send(void *wmi_hdl,
856 struct fips_params *param);
857
858QDF_STATUS wmi_unified_wlan_profile_enable_cmd_send(void *wmi_hdl,
859 struct wlan_profile_params *param);
860
861QDF_STATUS wmi_unified_wlan_profile_trigger_cmd_send(void *wmi_hdl,
862 struct wlan_profile_params *param);
863
864QDF_STATUS wmi_unified_set_chan_cmd_send(void *wmi_hdl,
865 struct channel_param *param);
866
867QDF_STATUS wmi_unified_set_ht_ie_cmd_send(void *wmi_hdl,
868 struct ht_ie_params *param);
869
870QDF_STATUS wmi_unified_set_vht_ie_cmd_send(void *wmi_hdl,
871 struct vht_ie_params *param);
872
873QDF_STATUS wmi_unified_wmm_update_cmd_send(void *wmi_hdl,
874 struct wmm_update_params *param);
875
876QDF_STATUS wmi_unified_set_ant_switch_tbl_cmd_send(void *wmi_hdl,
877 struct ant_switch_tbl_params *param);
878
879QDF_STATUS wmi_unified_set_ratepwr_table_cmd_send(void *wmi_hdl,
880 struct ratepwr_table_params *param);
881
882QDF_STATUS wmi_unified_get_ratepwr_table_cmd_send(void *wmi_hdl);
883
884QDF_STATUS wmi_unified_set_ctl_table_cmd_send(void *wmi_hdl,
885 struct ctl_table_params *param);
886
887QDF_STATUS wmi_unified_set_mimogain_table_cmd_send(void *wmi_hdl,
888 struct mimogain_table_params *param);
889
890QDF_STATUS wmi_unified_set_ratepwr_chainmsk_cmd_send(void *wmi_hdl,
891 struct ratepwr_chainmsk_params *param);
892
893QDF_STATUS wmi_unified_set_macaddr_cmd_send(void *wmi_hdl,
894 struct macaddr_params *param);
895
896QDF_STATUS wmi_unified_pdev_scan_start_cmd_send(void *wmi_hdl);
897
898QDF_STATUS wmi_unified_pdev_scan_end_cmd_send(void *wmi_hdl);
899
900QDF_STATUS wmi_unified_set_acparams_cmd_send(void *wmi_hdl,
901 struct acparams_params *param);
902
903QDF_STATUS wmi_unified_set_vap_dscp_tid_map_cmd_send(void *wmi_hdl,
904 struct vap_dscp_tid_map_params *param);
905
906QDF_STATUS wmi_unified_proxy_ast_reserve_cmd_send(void *wmi_hdl,
907 struct proxy_ast_reserve_params *param);
908
909QDF_STATUS wmi_unified_pdev_qvit_cmd_send(void *wmi_hdl,
910 struct pdev_qvit_params *param);
911
912QDF_STATUS wmi_unified_mcast_group_update_cmd_send(void *wmi_hdl,
913 struct mcast_group_update_params *param);
914
915QDF_STATUS wmi_unified_peer_add_wds_entry_cmd_send(void *wmi_hdl,
916 struct peer_add_wds_entry_params *param);
917
918QDF_STATUS wmi_unified_peer_del_wds_entry_cmd_send(void *wmi_hdl,
919 struct peer_del_wds_entry_params *param);
920
921QDF_STATUS wmi_unified_peer_update_wds_entry_cmd_send(void *wmi_hdl,
922 struct peer_update_wds_entry_params *param);
923
924QDF_STATUS wmi_unified_phyerr_enable_cmd_send(void *wmi_hdl);
925
926QDF_STATUS wmi_unified_phyerr_enable_cmd_send(void *wmi_hdl);
927
928QDF_STATUS wmi_unified_phyerr_disable_cmd_send(void *wmi_hdl);
929
930QDF_STATUS wmi_unified_smart_ant_enable_cmd_send(void *wmi_hdl,
931 struct smart_ant_enable_params *param);
932
933QDF_STATUS wmi_unified_smart_ant_set_rx_ant_cmd_send(void *wmi_hdl,
934 struct smart_ant_rx_ant_params *param);
935
936QDF_STATUS wmi_unified_smart_ant_set_tx_ant_cmd_send(void *wmi_hdl,
937 uint8_t macaddr[IEEE80211_ADDR_LEN],
938 struct smart_ant_tx_ant_params *param);
939
940QDF_STATUS wmi_unified_smart_ant_set_training_info_cmd_send(void *wmi_hdl,
941 uint8_t macaddr[IEEE80211_ADDR_LEN],
942 struct smart_ant_training_info_params *param);
943
944QDF_STATUS wmi_unified_smart_ant_node_config_cmd_send(void *wmi_hdl,
945 uint8_t macaddr[IEEE80211_ADDR_LEN],
946 struct smart_ant_node_config_params *param);
947
948QDF_STATUS wmi_unified_smart_ant_enable_tx_feedback_cmd_send(void *wmi_hdl,
949 struct smart_ant_enable_tx_feedback_params *param);
950
951QDF_STATUS wmi_unified_vdev_spectral_configure_cmd_send(void *wmi_hdl,
952 struct vdev_spectral_configure_params *param);
953
954QDF_STATUS wmi_unified_vdev_spectral_enable_cmd_send(void *wmi_hdl,
955 struct vdev_spectral_enable_params *param);
956
957QDF_STATUS wmi_unified_bss_chan_info_request_cmd_send(void *wmi_hdl,
958 struct bss_chan_info_request_params *param);
959
960QDF_STATUS wmi_unified_thermal_mitigation_param_cmd_send(void *wmi_hdl,
961 struct thermal_mitigation_params *param);
962
963QDF_STATUS wmi_unified_vdev_set_neighbour_rx_cmd_send(void *wmi_hdl,
964 uint8_t macaddr[IEEE80211_ADDR_LEN],
965 struct set_neighbour_rx_params *param);
966
967QDF_STATUS wmi_unified_vdev_set_fwtest_param_cmd_send(void *wmi_hdl,
968 struct set_fwtest_params *param);
969
970QDF_STATUS wmi_unified_vdev_config_ratemask_cmd_send(void *wmi_hdl,
971 struct config_ratemask_params *param);
972
973QDF_STATUS wmi_unified_vdev_install_key_cmd_send(void *wmi_hdl,
974 uint8_t macaddr[IEEE80211_ADDR_LEN],
975 struct vdev_install_key_params *param);
976
977QDF_STATUS wmi_unified_pdev_set_regdomain_cmd_send(void *wmi_hdl,
978 struct pdev_set_regdomain_params *param);
979
980QDF_STATUS wmi_unified_set_quiet_mode_cmd_send(void *wmi_hdl,
981 struct set_quiet_mode_params *param);
982
983QDF_STATUS wmi_unified_set_beacon_filter_cmd_send(void *wmi_hdl,
984 struct set_beacon_filter_params *param);
985
986QDF_STATUS wmi_unified_remove_beacon_filter_cmd_send(void *wmi_hdl,
987 struct remove_beacon_filter_params *param);
988
989QDF_STATUS wmi_unified_addba_clearresponse_cmd_send(void *wmi_hdl,
990 uint8_t macaddr[IEEE80211_ADDR_LEN],
991 struct addba_clearresponse_params *param);
992
993QDF_STATUS wmi_unified_addba_send_cmd_send(void *wmi_hdl,
994 uint8_t macaddr[IEEE80211_ADDR_LEN],
995 struct addba_send_params *param);
996
997QDF_STATUS wmi_unified_delba_send_cmd_send(void *wmi_hdl,
998 uint8_t macaddr[IEEE80211_ADDR_LEN],
999 struct delba_send_params *param);
1000
1001QDF_STATUS wmi_unified_addba_setresponse_cmd_send(void *wmi_hdl,
1002 uint8_t macaddr[IEEE80211_ADDR_LEN],
1003 struct addba_setresponse_params *param);
1004
1005QDF_STATUS wmi_unified_singleamsdu_cmd_send(void *wmi_hdl,
1006 uint8_t macaddr[IEEE80211_ADDR_LEN],
1007 struct singleamsdu_params *param);
1008
1009QDF_STATUS wmi_unified_set_qboost_param_cmd_send(void *wmi_hdl,
1010 uint8_t macaddr[IEEE80211_ADDR_LEN],
1011 struct set_qboost_params *param);
1012
1013QDF_STATUS wmi_unified_mu_scan_cmd_send(void *wmi_hdl,
1014 struct mu_scan_params *param);
1015
1016QDF_STATUS wmi_unified_lteu_config_cmd_send(void *wmi_hdl,
1017 struct lteu_config_params *param);
1018
1019QDF_STATUS wmi_unified_set_psmode_cmd_send(void *wmi_hdl,
1020 struct set_ps_mode_params *param);
1021
1022QDF_STATUS wmi_unified_init_cmd_send(void *wmi_hdl,
1023 target_resource_config *res_cfg,
1024 uint8_t num_mem_chunks,
1025 struct wmi_host_mem_chunk *mem_chunk);
1026
1027bool wmi_service_enabled(void *wmi_hdl, uint32_t service_id);
1028
1029QDF_STATUS wmi_save_service_bitmap(void *wmi_hdl, void *evt_buf);
1030
1031QDF_STATUS wmi_save_fw_version(void *wmi_hdl, void *evt_buf);
1032
1033QDF_STATUS wmi_get_target_cap_from_service_ready(void *wmi_hdl,
1034 void *evt_buf, target_capability_info *ev);
1035
1036QDF_STATUS wmi_extract_hal_reg_cap(void *wmi_hdl, void *evt_buf,
1037 TARGET_HAL_REG_CAPABILITIES *hal_reg_cap);
1038
1039host_mem_req *wmi_extract_host_mem_req_from_service_ready(void *wmi_hdl,
1040 void *evt_buf, uint8_t *num_entries);
1041
1042uint32_t wmi_ready_extract_init_status(void *wmi_hdl, void *ev);
1043
1044QDF_STATUS wmi_ready_extract_mac_addr(void *wmi_hdl,
1045 void *ev, uint8_t *macaddr);
1046
1047QDF_STATUS wmi_extract_fw_version(void *wmi_hdl,
1048 void *ev, struct wmi_host_fw_ver *fw_ver);
1049
1050QDF_STATUS wmi_extract_fw_abi_version(void *wmi_hdl,
1051 void *ev, struct wmi_host_fw_abi_ver *fw_ver);
1052
1053QDF_STATUS wmi_check_and_update_fw_version(void *wmi_hdl, void *ev);
1054
1055uint8_t *wmi_extract_dbglog_data_len(void *wmi_hdl,
1056 void *evt_b, uint16_t *len);
1057
1058QDF_STATUS wmi_send_ext_resource_config(void *wmi_hdl,
1059 wmi_host_ext_resource_config *ext_cfg);
1060
1061QDF_STATUS wmi_unified_nf_dbr_dbm_info_get_cmd_send(void *wmi_hdl);
1062
1063QDF_STATUS wmi_unified_packet_power_info_get_cmd_send(void *wmi_hdl,
1064 struct packet_power_info_params *param);
1065
1066QDF_STATUS wmi_unified_gpio_config_cmd_send(void *wmi_hdl,
1067 struct gpio_config_params *param);
1068
1069QDF_STATUS wmi_unified_gpio_output_cmd_send(void *wmi_hdl,
1070 struct gpio_output_params *param);
1071
1072QDF_STATUS wmi_unified_rtt_meas_req_test_cmd_send(void *wmi_hdl,
1073 struct rtt_meas_req_test_params *param);
1074
1075QDF_STATUS wmi_unified_rtt_meas_req_cmd_send(void *wmi_hdl,
1076 struct rtt_meas_req_params *param);
1077
1078QDF_STATUS wmi_unified_rtt_keepalive_req_cmd_send(void *wmi_hdl,
1079 struct rtt_keepalive_req_params *param);
1080
1081QDF_STATUS wmi_unified_lci_set_cmd_send(void *wmi_hdl,
1082 struct lci_set_params *param);
1083
1084QDF_STATUS wmi_unified_lcr_set_cmd_send(void *wmi_hdl,
1085 struct lcr_set_params *param);
1086
1087QDF_STATUS wmi_unified_send_periodic_chan_stats_config_cmd(void *wmi_hdl,
1088 struct periodic_chan_stats_params *param);
1089
1090QDF_STATUS
1091wmi_send_atf_peer_request_cmd(void *wmi_hdl,
1092 struct atf_peer_request_params *param);
1093
1094QDF_STATUS
1095wmi_send_set_atf_grouping_cmd(void *wmi_hdl,
1096 struct atf_grouping_params *param);
1097/* Extract APIs */
1098
1099QDF_STATUS wmi_extract_wds_addr_event(void *wmi_hdl,
1100 void *evt_buf, uint16_t len, wds_addr_event_t *wds_ev);
1101
1102QDF_STATUS wmi_extract_dcs_interference_type(void *wmi_hdl,
1103 void *evt_buf, uint32_t *interference_type);
1104
1105QDF_STATUS wmi_extract_dcs_cw_int(void *wmi_hdl, void *evt_buf,
1106 wmi_host_ath_dcs_cw_int *cw_int);
1107
1108QDF_STATUS wmi_extract_dcs_im_tgt_stats(void *wmi_hdl, void *evt_buf,
1109 wmi_host_dcs_im_tgt_stats_t *wlan_stat);
1110
1111QDF_STATUS wmi_extract_fips_event_error_status(void *wmi_hdl, void *evt_buf,
1112 uint32_t *err_status);
1113
1114QDF_STATUS wmi_extract_fips_event_data(void *wmi_hdl, void *evt_buf,
1115 uint32_t *data_len, uint32_t **data);
1116QDF_STATUS wmi_extract_vdev_start_resp(void *wmi_hdl, void *evt_buf,
1117 wmi_host_vdev_start_resp *vdev_rsp);
1118QDF_STATUS wmi_extract_tbttoffset_update_params(void *wmi_hdl, void *evt_buf,
1119 uint32_t *vdev_map, uint32_t **tbttoffset_list);
1120
1121QDF_STATUS wmi_extract_mgmt_rx_params(void *wmi_hdl, void *evt_buf,
1122 wmi_host_mgmt_rx_hdr *hdr, uint8_t **bufp);
1123
1124QDF_STATUS wmi_extract_vdev_stopped_param(void *wmi_hdl, void *evt_buf,
1125 uint32_t *vdev_id);
1126
1127QDF_STATUS wmi_extract_vdev_roam_param(void *wmi_hdl, void *evt_buf,
1128 wmi_host_roam_event *ev);
1129
1130QDF_STATUS wmi_extract_vdev_scan_ev_param(void *wmi_hdl, void *evt_buf,
1131 wmi_host_scan_event *param);
1132
1133QDF_STATUS wmi_extract_mu_ev_param(void *wmi_hdl, void *evt_buf,
1134 wmi_host_mu_report_event *param);
1135
1136QDF_STATUS wmi_extract_pdev_tpc_config_ev_param(void *wmi_hdl, void *evt_buf,
1137 wmi_host_pdev_tpc_config_event *param);
1138
1139QDF_STATUS wmi_extract_gpio_input_ev_param(void *wmi_hdl,
1140 void *evt_buf, uint32_t *gpio_num);
1141
1142QDF_STATUS wmi_extract_pdev_reserve_ast_ev_param(void *wmi_hdl,
1143 void *evt_buf, uint32_t *result);
1144
1145QDF_STATUS wmi_extract_nfcal_power_ev_param(void *wmi_hdl, void *evt_buf,
1146 wmi_host_pdev_nfcal_power_all_channels_event *param);
1147
1148QDF_STATUS wmi_extract_pdev_tpc_ev_param(void *wmi_hdl, void *evt_buf,
1149 wmi_host_pdev_tpc_event *param);
1150
1151QDF_STATUS wmi_extract_pdev_generic_buffer_ev_param(void *wmi_hdl,
1152 void *evt_buf,
1153 wmi_host_pdev_generic_buffer_event *param);
1154
1155QDF_STATUS wmi_extract_mgmt_tx_compl_param(void *wmi_hdl, void *evt_buf,
1156 wmi_host_mgmt_tx_compl_event *param);
1157
1158QDF_STATUS wmi_extract_swba_vdev_map(void *wmi_hdl, void *evt_buf,
1159 uint32_t *vdev_map);
1160
1161QDF_STATUS wmi_extract_swba_tim_info(void *wmi_hdl, void *evt_buf,
1162 uint32_t idx, wmi_host_tim_info *tim_info);
1163
1164QDF_STATUS wmi_extract_swba_noa_info(void *wmi_hdl, void *evt_buf,
1165 uint32_t idx, wmi_host_p2p_noa_info *p2p_desc);
1166
1167QDF_STATUS wmi_extract_peer_sta_ps_statechange_ev(void *wmi_hdl,
1168 void *evt_buf, wmi_host_peer_sta_ps_statechange_event *ev);
1169
1170QDF_STATUS wmi_extract_peer_sta_kickout_ev(void *wmi_hdl, void *evt_buf,
1171 wmi_host_peer_sta_kickout_event *ev);
1172
1173QDF_STATUS wmi_extract_peer_ratecode_list_ev(void *wmi_hdl, void *evt_buf,
1174 uint8_t *peer_mac, wmi_sa_rate_cap *rate_cap);
1175
1176QDF_STATUS wmi_extract_rtt_hdr(void *wmi_hdl, void *evt_buf,
1177 wmi_host_rtt_event_hdr *ev);
1178
1179QDF_STATUS wmi_extract_rtt_ev(void *wmi_hdl, void *evt_buf,
1180 wmi_host_rtt_meas_event *ev, uint8_t *hdump,
1181 uint16_t hdump_len);
1182
1183QDF_STATUS wmi_extract_rtt_error_report_ev(void *wmi_hdl, void *evt_buf,
1184 wmi_host_rtt_error_report_event *ev);
1185
1186QDF_STATUS wmi_extract_thermal_stats(void *wmi_hdl, void *evt_buf,
1187 uint32_t *temp, uint32_t *level);
1188
1189QDF_STATUS wmi_extract_thermal_level_stats(void *wmi_hdl, void *evt_buf,
1190 uint8_t idx, uint32_t *levelcount, uint32_t *dccount);
1191
1192QDF_STATUS wmi_extract_comb_phyerr(void *wmi_hdl, void *evt_buf,
1193 uint16_t datalen, uint16_t *buf_offset,
1194 wmi_host_phyerr_t *phyerr);
1195
1196QDF_STATUS wmi_extract_single_phyerr(void *wmi_hdl, void *evt_buf,
1197 uint16_t datalen, uint16_t *buf_offset,
1198 wmi_host_phyerr_t *phyerr);
1199
1200QDF_STATUS wmi_extract_composite_phyerr(void *wmi_hdl, void *evt_buf,
1201 uint16_t datalen, wmi_host_phyerr_t *phyerr);
1202
1203QDF_STATUS wmi_extract_profile_ctx(void *wmi_hdl, void *evt_buf,
1204 wmi_host_wlan_profile_ctx_t *profile_ctx);
1205
Govind Singh41da3152016-05-06 20:20:25 +05301206QDF_STATUS wmi_extract_profile_data(void *wmi_hdl, void *evt_buf, uint8_t idx,
Govind Singh89727882016-04-15 13:58:27 +05301207 wmi_host_wlan_profile_t *profile_data);
1208
1209QDF_STATUS wmi_extract_chan_info_event(void *wmi_hdl, void *evt_buf,
1210 wmi_host_chan_info_event *chan_info);
1211
1212QDF_STATUS wmi_extract_channel_hopping_event(void *wmi_hdl, void *evt_buf,
1213 wmi_host_pdev_channel_hopping_event *ch_hopping);
1214
1215QDF_STATUS wmi_extract_stats_param(void *wmi_hdl, void *evt_buf,
1216 wmi_host_stats_event *stats_param);
1217
1218QDF_STATUS wmi_extract_pdev_stats(void *wmi_hdl, void *evt_buf,
1219 uint32_t index,
1220 wmi_host_pdev_stats *pdev_stats);
1221
1222QDF_STATUS wmi_extract_pdev_ext_stats(void *wmi_hdl, void *evt_buf,
1223 uint32_t index,
1224 wmi_host_pdev_ext_stats *pdev_ext_stats);
1225
1226QDF_STATUS wmi_extract_peer_extd_stats(void *wmi_hdl, void *evt_buf,
1227 uint32_t index,
1228 wmi_host_peer_extd_stats *peer_extd_stats);
1229
1230QDF_STATUS wmi_extract_bss_chan_info_event(void *wmi_hdl, void *evt_buf,
1231 wmi_host_pdev_bss_chan_info_event *bss_chan_info);
1232
1233QDF_STATUS wmi_extract_inst_rssi_stats_event(void *wmi_hdl, void *evt_buf,
1234 wmi_host_inst_stats_resp *inst_rssi_resp);
1235
1236QDF_STATUS wmi_extract_peer_stats(void *wmi_hdl, void *evt_buf,
1237 uint32_t index, wmi_host_peer_stats *peer_stats);
1238
1239QDF_STATUS wmi_extract_tx_data_traffic_ctrl_ev(void *wmi_hdl, void *evt_buf,
1240 wmi_host_tx_data_traffic_ctrl_event *ev);
1241
1242QDF_STATUS wmi_extract_vdev_stats(void *wmi_hdl, void *evt_buf,
1243 uint32_t index, wmi_host_vdev_stats *vdev_stats);
1244
1245QDF_STATUS wmi_extract_vdev_extd_stats(void *wmi_hdl, void *evt_buf,
1246 uint32_t index, wmi_host_vdev_extd_stats *vdev_extd_stats);
Govind Singhc10bde82016-05-02 17:59:24 +05301247
1248QDF_STATUS wmi_unified_send_power_dbg_cmd(void *wmi_hdl,
1249 struct wmi_power_dbg_params *param);
Gupta, Kapil7b768002016-04-25 19:14:19 +05301250QDF_STATUS wmi_unified_send_adapt_dwelltime_params_cmd(void *wmi_hdl,
1251 struct wmi_adaptive_dwelltime_params *
1252 wmi_param);
Govind Singhd475ea92016-03-06 19:55:02 +05301253#endif /* _WMI_UNIFIED_API_H_ */