blob: c30e8231d0d4cb452d7c91ce2aac3edd468400b5 [file] [log] [blame]
Govind Singhd475ea92016-03-06 19:55:02 +05301/*
Naveen Rawat79a787c2017-12-14 13:24:31 -08002 * Copyright (c) 2013-2018 The Linux Foundation. All rights reserved.
Govind Singhd475ea92016-03-06 19:55:02 +05303 *
Govind Singhd475ea92016-03-06 19:55:02 +05304 * Permission to use, copy, modify, and/or distribute this software for
5 * any purpose with or without fee is hereby granted, provided that the
6 * above copyright notice and this permission notice appear in all
7 * copies.
8 *
9 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
10 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
11 * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
12 * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
13 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
14 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
15 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16 * PERFORMANCE OF THIS SOFTWARE.
17 */
18
19/*
Govind Singh6ad6ada2016-02-04 18:42:30 +053020 * This file contains the API definitions for the Unified Wireless Module
21 * Interface (WMI).
Govind Singhd475ea92016-03-06 19:55:02 +053022 */
23
24#ifndef _WMI_UNIFIED_API_H_
25#define _WMI_UNIFIED_API_H_
26
27#include <osdep.h>
Himanshu Agarwal56c292f2016-07-19 15:41:51 +053028#ifdef CONFIG_MCL
Govind Singhd475ea92016-03-06 19:55:02 +053029#include "wmi.h"
Himanshu Agarwal56c292f2016-07-19 15:41:51 +053030#endif
Govind Singhd475ea92016-03-06 19:55:02 +053031#include "htc_api.h"
Govind Singh3ddda1f2016-03-09 11:34:12 +053032#include "wmi_unified_param.h"
Srinivas Pitla83aad502018-01-08 16:55:36 +053033#include "service_ready_param.h"
Mukul Sharma36d159b2017-01-30 19:55:40 +053034#include "wlan_objmgr_psoc_obj.h"
Himanshu Agarwal53d526b2017-01-05 14:23:18 +053035#include "wlan_mgmt_txrx_utils_api.h"
Wu Gao2a3bc052018-05-17 16:14:00 +080036#ifdef WLAN_POWER_MANAGEMENT_OFFLOAD
Mukul Sharmaba196f52017-02-25 01:50:47 +053037#include "wmi_unified_pmo_api.h"
38#endif
Wu Gao07ba6b42017-03-13 20:17:34 +080039#ifdef CONVERGED_P2P_ENABLE
40#include "wlan_p2p_public_struct.h"
41#endif
Om Prakash Tripathi91452bf2017-02-25 15:53:30 +053042#include "wlan_scan_public_structs.h"
Nachiket Kukadea6ffaab2017-12-15 12:36:58 +053043#ifdef WLAN_FEATURE_DISA
44#include "wlan_disa_public_struct.h"
45#endif
Rajeev Kumar Sirasanagandla9d7a69f2017-09-18 16:47:52 +053046#ifdef WLAN_FEATURE_ACTION_OUI
47#include "wlan_action_oui_public_struct.h"
48#endif
Naveen Rawat79a787c2017-12-14 13:24:31 -080049#ifdef WLAN_FEATURE_NAN_CONVERGENCE
50#include "nan_public_structs.h"
51#endif
Himanshu Agarwal0d578ff2018-01-10 14:21:53 +053052#ifdef WLAN_SUPPORT_GREEN_AP
53#include "wlan_green_ap_api.h"
54#endif
Zhang Qian74a66aa2018-01-05 16:50:53 +080055#ifdef WLAN_FEATURE_DSRC
56#include "wlan_ocb_public_structs.h"
57#endif
Kiran Venkatappa2d881fd2018-02-05 10:56:43 +053058#ifdef WLAN_SUPPORT_TWT
59#include "wmi_unified_twt_param.h"
60#include "wmi_unified_twt_api.h"
61#endif
Naveen Rawat79a787c2017-12-14 13:24:31 -080062
Wen Gong5b1429d2018-05-18 16:03:41 +080063#ifdef FEATURE_WLAN_EXTSCAN
64#include "wmi_unified_extscan_api.h"
65#endif
66
Sravan Kumar Kairamdcb5f802018-02-15 23:28:34 +053067#ifdef IPA_OFFLOAD
68#include "wlan_ipa_public_struct.h"
69#endif
70
Govind Singhd7468a52016-03-09 14:32:57 +053071typedef qdf_nbuf_t wmi_buf_t;
72#define wmi_buf_data(_buf) qdf_nbuf_data(_buf)
73
74#define WMI_LOGD(args ...) \
75 QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_DEBUG, ## args)
76#define WMI_LOGI(args ...) \
77 QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_INFO, ## args)
78#define WMI_LOGW(args ...) \
79 QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_WARN, ## args)
80#define WMI_LOGE(args ...) \
81 QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_ERROR, ## args)
82#define WMI_LOGP(args ...) \
83 QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_FATAL, ## args)
84
Govind Singhd7468a52016-03-09 14:32:57 +053085
Govind Singhd475ea92016-03-06 19:55:02 +053086
Arif Hussainf6b0c992018-03-01 14:40:59 -080087#define PHYERROR_MAX_BUFFER_LENGTH 0x7F000000
88
Kiran Venkatappa929dd292017-02-10 16:57:59 +053089struct wmi_soc;
Srinivas Girigowdac461aef2018-02-15 14:30:05 -080090struct policy_mgr_dual_mac_config;
Govind Singhd475ea92016-03-06 19:55:02 +053091/**
Govind Singh6ad6ada2016-02-04 18:42:30 +053092 * struct wmi_ops - service callbacks to upper layer
93 * @service_ready_cbk: service ready callback
94 * @service_ready_ext_cbk: service ready ext callback
95 * @ready_cbk: ready calback
96 * @wma_process_fw_event_handler_cbk: generic event handler callback
97 */
Govind Singh3ddda1f2016-03-09 11:34:12 +053098struct wmi_rx_ops {
Govind Singh4ec6ff92016-03-09 12:03:29 +053099
Govind Singh6ad6ada2016-02-04 18:42:30 +0530100 int (*wma_process_fw_event_handler_cbk)(void *ctx,
Govind Singh4ec6ff92016-03-09 12:03:29 +0530101 void *ev, uint8_t rx_ctx);
Govind Singh6ad6ada2016-02-04 18:42:30 +0530102};
103
104/**
105 * enum wmi_target_type - type of supported wmi command
106 * @WMI_TLV_TARGET: tlv based target
107 * @WMI_NON_TLV_TARGET: non-tlv based target
108 *
109 */
110enum wmi_target_type {
111 WMI_TLV_TARGET,
Pratik Gandhi073fa002018-01-30 19:05:41 +0530112 WMI_NON_TLV_TARGET,
113 WMI_MAX_TARGET_TYPE
Govind Singh6ad6ada2016-02-04 18:42:30 +0530114};
115
116/**
Govind Singh4ec6ff92016-03-09 12:03:29 +0530117 * enum wmi_rx_exec_ctx - wmi rx execution context
118 * @WMI_RX_WORK_CTX: work queue context execution provided by WMI layer
119 * @WMI_RX_UMAC_CTX: execution context provided by umac layer
120 *
121 */
122enum wmi_rx_exec_ctx {
123 WMI_RX_WORK_CTX,
124 WMI_RX_UMAC_CTX
125};
126
127/**
Chaithanya Garrepalli09744012017-12-01 14:55:26 +0530128 * struct wmi_unified_attach_params - wmi init parameters
129 * @param osdev : NIC device
Govind Singh89727882016-04-15 13:58:27 +0530130 * @param target_type : type of supported wmi command
131 * @param use_cookie : flag to indicate cookie based allocation
132 * @param ops : handle to wmi ops
Mukul Sharma36d159b2017-01-30 19:55:40 +0530133 * @psoc : objmgr psoc
Chaithanya Garrepalli09744012017-12-01 14:55:26 +0530134 * @max_commands : max commands
135 */
136struct wmi_unified_attach_params {
137 osdev_t osdev;
138 enum wmi_target_type target_type;
139 bool use_cookie;
140 struct wmi_rx_ops *rx_ops;
141 struct wlan_objmgr_psoc *psoc;
142 uint16_t max_commands;
c_priyscc79b352018-06-12 16:53:51 +0530143 uint32_t soc_id;
Chaithanya Garrepalli09744012017-12-01 14:55:26 +0530144};
145
146/**
147 * attach for unified WMI
148 *
149 * @param scn_handle : handle to SCN.
150 * @param params : attach params for WMI
151 *
Govind Singhd475ea92016-03-06 19:55:02 +0530152 */
153void *wmi_unified_attach(void *scn_handle,
Chaithanya Garrepalli09744012017-12-01 14:55:26 +0530154 struct wmi_unified_attach_params *params);
Mukul Sharma36d159b2017-01-30 19:55:40 +0530155
Govind Singh6ad6ada2016-02-04 18:42:30 +0530156
Sandeep Puligilla38a294f2016-06-13 15:42:55 -0700157
Sandeep Puligilla20fb76b2016-07-19 13:20:57 -0700158/**
159 * wmi_mgmt_cmd_record() - Wrapper function for mgmt command logging macro
160 *
161 * @wmi_handle: wmi handle
162 * @cmd: mgmt command
163 * @header: pointer to 802.11 header
164 * @vdev_id: vdev id
165 * @chanfreq: channel frequency
166 *
167 * Return: none
168 */
Himanshu Agarwal56c292f2016-07-19 15:41:51 +0530169void wmi_mgmt_cmd_record(wmi_unified_t wmi_handle, uint32_t cmd,
Sandeep Puligilla20fb76b2016-07-19 13:20:57 -0700170 void *header, uint32_t vdev_id, uint32_t chanfreq);
Sandeep Puligilla38a294f2016-06-13 15:42:55 -0700171
Govind Singhd475ea92016-03-06 19:55:02 +0530172/**
173 * detach for unified WMI
174 *
175 * @param wmi_handle : handle to WMI.
176 * @return void.
177 */
178void wmi_unified_detach(struct wmi_unified *wmi_handle);
179
gaurank kathpaliaa2a2c712018-02-21 18:58:29 +0530180/**
181 * API to sync time between host and firmware
182 *
183 * @param wmi_handle : handle to WMI.
184 * @return void.
185 */
186void wmi_send_time_stamp_sync_cmd_tlv(void *wmi_hdl);
187
Govind Singhd475ea92016-03-06 19:55:02 +0530188void
189wmi_unified_remove_work(struct wmi_unified *wmi_handle);
190
191/**
192 * generic function to allocate WMI buffer
193 *
194 * @param wmi_handle : handle to WMI.
195 * @param len : length of the buffer
196 * @return wmi_buf_t.
197 */
Shiva Krishna Pittala92416432018-04-02 17:23:42 +0530198#ifdef NBUF_MEMORY_DEBUG
Govind Singhd475ea92016-03-06 19:55:02 +0530199#define wmi_buf_alloc(h, l) wmi_buf_alloc_debug(h, l, __FILE__, __LINE__)
200wmi_buf_t
Debasis Das9d1359f2018-04-04 17:17:55 +0530201wmi_buf_alloc_debug(wmi_unified_t wmi_handle, uint32_t len,
Govind Singhd475ea92016-03-06 19:55:02 +0530202 uint8_t *file_name, uint32_t line_num);
203#else
Arif Hussain7aee5442018-07-19 14:15:36 -0700204/**
205 * wmi_buf_alloc() - generic function to allocate WMI buffer
206 * @wmi_handle: handle to WMI.
207 * @len: length of the buffer
208 *
209 * Return: return wmi_buf_t or null if memory alloc fails
210 */
211#define wmi_buf_alloc(wmi_handle, len) \
212 wmi_buf_alloc_fl(wmi_handle, len, __func__, __LINE__)
213
214wmi_buf_t wmi_buf_alloc_fl(wmi_unified_t wmi_handle, uint32_t len,
215 const char *func, uint32_t line);
Govind Singhd475ea92016-03-06 19:55:02 +0530216#endif
217
218/**
219 * generic function frees WMI net buffer
220 *
221 * @param net_buf : Pointer ot net_buf to be freed
222 */
223void wmi_buf_free(wmi_buf_t net_buf);
224
225/**
226 * generic function to send unified WMI command
227 *
228 * @param wmi_handle : handle to WMI.
229 * @param buf : wmi command buffer
230 * @param buflen : wmi command buffer length
Govind Singh89727882016-04-15 13:58:27 +0530231 * @param cmd_id : WMI cmd id
Govind Singhd475ea92016-03-06 19:55:02 +0530232 * @return 0 on success and -ve on failure.
233 */
Houston Hoffman09f96f92016-09-27 23:29:49 -0700234QDF_STATUS
Govind Singh6ad6ada2016-02-04 18:42:30 +0530235wmi_unified_cmd_send(wmi_unified_t wmi_handle, wmi_buf_t buf, uint32_t buflen,
Himanshu Agarwal56c292f2016-07-19 15:41:51 +0530236 uint32_t cmd_id);
Govind Singhd475ea92016-03-06 19:55:02 +0530237
238/**
Soumya Bhat49a84812017-03-22 14:41:01 +0530239 * wmi_unified_register_event() - WMI event handler
240 * registration function for converged components
241 *
242 * @wmi_handle: handle to WMI.
243 * @event_id: WMI event ID
244 * @handler_func: Event handler call back function
245 *
246 * @return 0 on success and -ve on failure.
247 */
248int
249wmi_unified_register_event(wmi_unified_t wmi_handle,
250 uint32_t event_id,
251 wmi_unified_event_handler handler_func);
252
253/**
Govind Singh4ec6ff92016-03-09 12:03:29 +0530254 * wmi_unified_register_event_handler() - WMI event handler
255 * registration function
Govind Singhd475ea92016-03-06 19:55:02 +0530256 *
Govind Singh4ec6ff92016-03-09 12:03:29 +0530257 * @wmi_handle: handle to WMI.
258 * @event_id: WMI event ID
259 * @handler_func: Event handler call back function
260 * @rx_ctx: rx event processing context
261 *
Govind Singhd475ea92016-03-06 19:55:02 +0530262 * @return 0 on success and -ve on failure.
263 */
264int
265wmi_unified_register_event_handler(wmi_unified_t wmi_handle,
Mukul Sharma6faf5a82017-11-03 19:26:54 +0530266 wmi_conv_event_id event_id,
Govind Singh4ec6ff92016-03-09 12:03:29 +0530267 wmi_unified_event_handler handler_func,
268 uint8_t rx_ctx);
Govind Singhd475ea92016-03-06 19:55:02 +0530269
270/**
Soumya Bhat070cd052017-03-27 12:26:56 +0530271 * WMI event handler unregister function for converged componets
272 *
273 * @param wmi_handle : handle to WMI.
274 * @param event_id : WMI event ID
275 * @return 0 on success and -ve on failure.
276 */
277int
278wmi_unified_unregister_event(wmi_unified_t wmi_handle,
279 uint32_t event_id);
280
281/**
Govind Singhd475ea92016-03-06 19:55:02 +0530282 * WMI event handler unregister function
283 *
284 * @param wmi_handle : handle to WMI.
285 * @param event_id : WMI event ID
286 * @return 0 on success and -ve on failure.
287 */
288int
289wmi_unified_unregister_event_handler(wmi_unified_t wmi_handle,
Mukul Sharma6faf5a82017-11-03 19:26:54 +0530290 wmi_conv_event_id event_id);
Govind Singhd475ea92016-03-06 19:55:02 +0530291
292/**
293 * request wmi to connet its htc service.
294 * @param wmi_handle : handle to WMI.
Govind Singh89727882016-04-15 13:58:27 +0530295 * @param htc_handle : handle to HTC.
Govind Singhd475ea92016-03-06 19:55:02 +0530296 * @return void
297 */
Kiran Venkatappa929dd292017-02-10 16:57:59 +0530298QDF_STATUS
Govind Singhd475ea92016-03-06 19:55:02 +0530299wmi_unified_connect_htc_service(struct wmi_unified *wmi_handle,
300 void *htc_handle);
301
302/*
303 * WMI API to verify the host has enough credits to suspend
Govind Singh89727882016-04-15 13:58:27 +0530304 * @param wmi_handle : handle to WMI.
Govind Singhd475ea92016-03-06 19:55:02 +0530305 */
306
307int wmi_is_suspend_ready(wmi_unified_t wmi_handle);
308
309/**
Govind Singh89727882016-04-15 13:58:27 +0530310 * WMI API to get updated host_credits
311 * @param wmi_handle : handle to WMI.
Govind Singhd475ea92016-03-06 19:55:02 +0530312 */
313
314int wmi_get_host_credits(wmi_unified_t wmi_handle);
315
316/**
Govind Singh89727882016-04-15 13:58:27 +0530317 * WMI API to get WMI Pending Commands in the HTC queue
318 * @param wmi_handle : handle to WMI.
Govind Singhd475ea92016-03-06 19:55:02 +0530319 */
320
321int wmi_get_pending_cmds(wmi_unified_t wmi_handle);
322
323/**
Govind Singh89727882016-04-15 13:58:27 +0530324 * WMI API to set target suspend state
325 * @param wmi_handle : handle to WMI.
326 * @param val : suspend state boolean
Govind Singhd475ea92016-03-06 19:55:02 +0530327 */
Govind Singhd475ea92016-03-06 19:55:02 +0530328void wmi_set_target_suspend(wmi_unified_t wmi_handle, bool val);
329
Govind Singh89727882016-04-15 13:58:27 +0530330/**
Sarada Prasanna Garnayakd49444c2017-01-05 19:30:07 +0530331 * WMI API to set bus suspend state
332 * @param wmi_handle: handle to WMI.
333 * @param val: suspend state boolean
334 */
335void wmi_set_is_wow_bus_suspended(wmi_unified_t wmi_handle, A_BOOL val);
336
337/**
338 * WMI API to set crash injection state
339 * @param wmi_handle: handle to WMI.
340 * @param val: crash injection state boolean
341 */
342void wmi_tag_crash_inject(wmi_unified_t wmi_handle, A_BOOL flag);
343
344/**
Ravi Kumar Bokkadf1f3ea2016-11-09 18:07:56 +0530345 * WMI API to set target assert
346 * @param wmi_handle: handle to WMI.
347 * @param val: target assert config value.
348 *
349 * Return: none.
350 */
351void wmi_set_tgt_assert(wmi_unified_t wmi_handle, bool val);
352
353/**
Govind Singh89727882016-04-15 13:58:27 +0530354 * generic function to block unified WMI command
355 * @param wmi_handle : handle to WMI.
356 * @return 0 on success and -ve on failure.
357 */
358int
359wmi_stop(wmi_unified_t wmi_handle);
360
361/**
362 * API to flush all the previous packets associated with the wmi endpoint
363 *
364 * @param wmi_handle : handle to WMI.
365 */
366void
367wmi_flush_endpoint(wmi_unified_t wmi_handle);
368
369/**
Kiran Venkatappa49341042017-05-10 16:24:51 +0530370 * wmi_pdev_id_conversion_enable() - API to enable pdev_id conversion in WMI
371 * By default pdev_id conversion is not done in WMI.
372 * This API can be used enable conversion in WMI.
373 * @param wmi_handle : handle to WMI
374 * Return none
375 */
376void wmi_pdev_id_conversion_enable(wmi_unified_t wmi_handle);
377
378/**
Govind Singh89727882016-04-15 13:58:27 +0530379 * API to handle wmi rx event after UMAC has taken care of execution
380 * context
381 *
382 * @param wmi_handle : handle to WMI.
383 * @param evt_buf : wmi event buffer
384 */
385void __wmi_control_rx(struct wmi_unified *wmi_handle, wmi_buf_t evt_buf);
Govind Singhd475ea92016-03-06 19:55:02 +0530386#ifdef FEATURE_RUNTIME_PM
387void
388wmi_set_runtime_pm_inprogress(wmi_unified_t wmi_handle, bool val);
389bool wmi_get_runtime_pm_inprogress(wmi_unified_t wmi_handle);
390#else
391static inline void
392wmi_set_runtime_pm_inprogress(wmi_unified_t wmi_handle, bool val)
393{
394 return;
395}
396static inline bool wmi_get_runtime_pm_inprogress(wmi_unified_t wmi_handle)
397{
398 return false;
399}
400#endif
401
Kiran Venkatappa929dd292017-02-10 16:57:59 +0530402void *wmi_unified_get_soc_handle(struct wmi_unified *wmi_handle);
403
404void *wmi_unified_get_pdev_handle(struct wmi_soc *soc, uint32_t pdev_idx);
405
Govind Singhd475ea92016-03-06 19:55:02 +0530406/**
Govind Singhd7468a52016-03-09 14:32:57 +0530407 * UMAC Callback to process fw event.
Govind Singh89727882016-04-15 13:58:27 +0530408 * @param wmi_handle : handle to WMI.
409 * @param evt_buf : wmi event buffer
Govind Singhd475ea92016-03-06 19:55:02 +0530410 */
Govind Singhd475ea92016-03-06 19:55:02 +0530411void wmi_process_fw_event(struct wmi_unified *wmi_handle, wmi_buf_t evt_buf);
412uint16_t wmi_get_max_msg_len(wmi_unified_t wmi_handle);
Govind Singh3ddda1f2016-03-09 11:34:12 +0530413
414
Govind Singhd7468a52016-03-09 14:32:57 +0530415QDF_STATUS wmi_unified_vdev_create_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530416 uint8_t macaddr[IEEE80211_ADDR_LEN],
417 struct vdev_create_params *param);
418
Govind Singhd7468a52016-03-09 14:32:57 +0530419QDF_STATUS wmi_unified_vdev_delete_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530420 uint8_t if_id);
421
Govind Singhd7468a52016-03-09 14:32:57 +0530422QDF_STATUS wmi_unified_vdev_stop_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530423 uint8_t vdev_id);
424
Govind Singhd7468a52016-03-09 14:32:57 +0530425QDF_STATUS wmi_unified_vdev_up_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530426 uint8_t bssid[IEEE80211_ADDR_LEN],
427 struct vdev_up_params *params);
428
Govind Singhd7468a52016-03-09 14:32:57 +0530429QDF_STATUS wmi_unified_vdev_down_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530430 uint8_t vdev_id);
431
Himanshu Agarwal7e4f4bc2016-03-09 16:49:38 +0530432QDF_STATUS wmi_unified_vdev_start_send(void *wmi_hdl,
433 struct vdev_start_params *req);
Chaithanya Garrepalli140a0532018-01-18 14:19:41 +0530434/**
435 * wmi_unified_vdev_set_nac_rssi_send() - send NAC_RSSI command to fw
436 * @param wmi_handle : handle to WMI
437 * @param req : pointer to hold nac rssi request data
438 *
439 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
440 */
441QDF_STATUS wmi_unified_vdev_set_nac_rssi_send(void *wmi_hdl,
442 struct vdev_scan_nac_rssi_params *req);
Himanshu Agarwal7e4f4bc2016-03-09 16:49:38 +0530443
444QDF_STATUS wmi_unified_hidden_ssid_vdev_restart_send(void *wmi_hdl,
445 struct hidden_ssid_vdev_restart_params *restart_params);
446
Govind Singhd7468a52016-03-09 14:32:57 +0530447QDF_STATUS wmi_unified_vdev_set_param_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530448 struct vdev_set_params *param);
449
Govind Singhd7468a52016-03-09 14:32:57 +0530450QDF_STATUS wmi_unified_peer_delete_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530451 uint8_t
452 peer_addr[IEEE80211_ADDR_LEN],
453 uint8_t vdev_id);
454
Govind Singhd7468a52016-03-09 14:32:57 +0530455QDF_STATUS wmi_unified_peer_flush_tids_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530456 uint8_t peer_addr[IEEE80211_ADDR_LEN],
457 struct peer_flush_params *param);
458
Govind Singhd7468a52016-03-09 14:32:57 +0530459QDF_STATUS wmi_set_peer_param_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530460 uint8_t peer_addr[IEEE80211_ADDR_LEN],
461 struct peer_set_params *param);
462
Govind Singhd7468a52016-03-09 14:32:57 +0530463QDF_STATUS wmi_unified_peer_create_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530464 struct peer_create_params *param);
465
Govind Singhd7468a52016-03-09 14:32:57 +0530466QDF_STATUS wmi_unified_stats_request_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530467 uint8_t macaddr[IEEE80211_ADDR_LEN],
468 struct stats_request_params *param);
469
Govind Singhd7468a52016-03-09 14:32:57 +0530470QDF_STATUS wmi_unified_green_ap_ps_send(void *wmi_hdl,
Himanshu Agarwal0d578ff2018-01-10 14:21:53 +0530471 uint32_t value, uint8_t pdev_id);
Govind Singh3ddda1f2016-03-09 11:34:12 +0530472
Will Huang5325c7c2017-11-17 13:19:16 +0800473#ifdef FEATURE_WLAN_D0WOW
474QDF_STATUS wmi_unified_d0wow_enable_send(void *wmi_hdl,
475 uint8_t mac_id);
476QDF_STATUS wmi_unified_d0wow_disable_send(void *wmi_hdl,
477 uint8_t mac_id);
478#endif
Govind Singh3ddda1f2016-03-09 11:34:12 +0530479
Govind Singhd7468a52016-03-09 14:32:57 +0530480QDF_STATUS wmi_unified_wow_enable_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530481 struct wow_cmd_params *param,
482 uint8_t mac_id);
483
Jeff Johnson6b8bda42016-10-07 13:03:02 -0700484QDF_STATUS wmi_unified_wow_wakeup_send(void *wmi_hdl);
485
486QDF_STATUS wmi_unified_wow_add_wakeup_event_send(void *wmi_hdl,
487 struct wow_add_wakeup_params *param);
488
489QDF_STATUS wmi_unified_wow_add_wakeup_pattern_send(void *wmi_hdl,
490 struct wow_add_wakeup_pattern_params *param);
491
492QDF_STATUS wmi_unified_wow_remove_wakeup_pattern_send(void *wmi_hdl,
493 struct wow_remove_wakeup_pattern_params *param);
494
Kiran Venkatappa9da7e042016-08-09 22:52:35 +0530495#ifndef CONFIG_MCL
Govind Singh89727882016-04-15 13:58:27 +0530496QDF_STATUS wmi_unified_packet_log_enable_send(void *wmi_hdl,
Keyur Parekh483138e2017-05-07 08:54:47 -0700497 WMI_HOST_PKTLOG_EVENT PKTLOG_EVENT, uint8_t mac_id);
Govind Singh89727882016-04-15 13:58:27 +0530498#else
Govind Singhd7468a52016-03-09 14:32:57 +0530499QDF_STATUS wmi_unified_packet_log_enable_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530500 uint8_t macaddr[IEEE80211_ADDR_LEN],
501 struct packet_enable_params *param);
Govind Singh89727882016-04-15 13:58:27 +0530502#endif
Govind Singh3ddda1f2016-03-09 11:34:12 +0530503
Keyur Parekh483138e2017-05-07 08:54:47 -0700504QDF_STATUS wmi_unified_packet_log_disable_send(void *wmi_hdl, uint8_t mac_id);
Govind Singh3ddda1f2016-03-09 11:34:12 +0530505
Govind Singhd7468a52016-03-09 14:32:57 +0530506QDF_STATUS wmi_unified_suspend_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530507 struct suspend_params *param,
508 uint8_t mac_id);
509
Govind Singhd7468a52016-03-09 14:32:57 +0530510QDF_STATUS wmi_unified_resume_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530511 uint8_t mac_id);
512
Govind Singhd7468a52016-03-09 14:32:57 +0530513QDF_STATUS
Govind Singh3ddda1f2016-03-09 11:34:12 +0530514wmi_unified_pdev_param_send(void *wmi_hdl,
515 struct pdev_params *param,
516 uint8_t mac_id);
517
Govind Singh89727882016-04-15 13:58:27 +0530518QDF_STATUS wmi_unified_beacon_tmpl_send_cmd(void *wmi_hdl,
519 struct beacon_tmpl_params *param);
520
521
Govind Singhd7468a52016-03-09 14:32:57 +0530522QDF_STATUS wmi_unified_beacon_send_cmd(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530523 struct beacon_params *param);
524
Govind Singhd7468a52016-03-09 14:32:57 +0530525QDF_STATUS wmi_unified_peer_assoc_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530526 struct peer_assoc_params *param);
527
Govind Singhd7468a52016-03-09 14:32:57 +0530528QDF_STATUS wmi_unified_sta_ps_cmd_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530529 struct sta_ps_params *param);
530
Govind Singhd7468a52016-03-09 14:32:57 +0530531QDF_STATUS wmi_unified_ap_ps_cmd_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530532 uint8_t macaddr[IEEE80211_ADDR_LEN],
533 struct ap_ps_params *param);
534
Govind Singhd7468a52016-03-09 14:32:57 +0530535QDF_STATUS wmi_unified_scan_start_cmd_send(void *wmi_hdl,
Om Prakash Tripathi91452bf2017-02-25 15:53:30 +0530536 struct scan_req_params *param);
Govind Singh3ddda1f2016-03-09 11:34:12 +0530537
Govind Singhd7468a52016-03-09 14:32:57 +0530538QDF_STATUS wmi_unified_scan_stop_cmd_send(void *wmi_hdl,
Om Prakash Tripathi91452bf2017-02-25 15:53:30 +0530539 struct scan_cancel_param *param);
Govind Singh3ddda1f2016-03-09 11:34:12 +0530540
Govind Singhd7468a52016-03-09 14:32:57 +0530541QDF_STATUS wmi_unified_scan_chan_list_cmd_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530542 struct scan_chan_list_params *param);
543
544
Govind Singhd7468a52016-03-09 14:32:57 +0530545QDF_STATUS wmi_crash_inject(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530546 struct crash_inject *param);
547
Govind Singhd7468a52016-03-09 14:32:57 +0530548QDF_STATUS wmi_unified_pdev_utf_cmd_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530549 struct pdev_utf_params *param,
550 uint8_t mac_id);
551
Wen Gong59d1dbe2018-04-20 16:56:28 +0800552#ifdef FEATURE_FW_LOG_PARSING
Govind Singhd7468a52016-03-09 14:32:57 +0530553QDF_STATUS wmi_unified_dbglog_cmd_send(void *wmi_hdl,
Wen Gong59d1dbe2018-04-20 16:56:28 +0800554 struct dbglog_params *param);
555#else
556static inline QDF_STATUS
557wmi_unified_dbglog_cmd_send(void *wmi_hdl,
558 struct dbglog_params *param)
559{
560 return QDF_STATUS_SUCCESS;
561}
562#endif
Govind Singh3ddda1f2016-03-09 11:34:12 +0530563
Govind Singhd7468a52016-03-09 14:32:57 +0530564QDF_STATUS wmi_mgmt_unified_cmd_send(void *wmi_hdl,
Govind Singh50988cc2016-02-26 18:09:36 +0530565 struct wmi_mgmt_params *param);
566
Kiran Venkatappa25c47022017-03-19 22:58:09 +0530567QDF_STATUS wmi_offchan_data_tx_cmd_send(void *wmi_hdl,
568 struct wmi_offchan_data_tx_params *param);
569
Govind Singhd7468a52016-03-09 14:32:57 +0530570QDF_STATUS wmi_unified_modem_power_state(void *wmi_hdl,
Govind Singh50988cc2016-02-26 18:09:36 +0530571 uint32_t param_value);
572
Govind Singhd7468a52016-03-09 14:32:57 +0530573QDF_STATUS wmi_unified_set_sta_ps_mode(void *wmi_hdl,
Govind Singh50988cc2016-02-26 18:09:36 +0530574 uint32_t vdev_id, uint8_t val);
Govind Singhd7468a52016-03-09 14:32:57 +0530575QDF_STATUS
Govind Singh50988cc2016-02-26 18:09:36 +0530576wmi_unified_set_sta_uapsd_auto_trig_cmd(void *wmi_hdl,
577 struct sta_uapsd_trig_params *param);
578
Govind Singhd7468a52016-03-09 14:32:57 +0530579QDF_STATUS wmi_unified_get_temperature(void *wmi_hdl);
Govind Singh50988cc2016-02-26 18:09:36 +0530580
Govind Singhd7468a52016-03-09 14:32:57 +0530581QDF_STATUS wmi_unified_set_p2pgo_oppps_req(void *wmi_hdl,
Govind Singh50988cc2016-02-26 18:09:36 +0530582 struct p2p_ps_params *oppps);
583
Govind Singhd7468a52016-03-09 14:32:57 +0530584QDF_STATUS wmi_unified_set_p2pgo_noa_req_cmd(void *wmi_hdl,
Govind Singh50988cc2016-02-26 18:09:36 +0530585 struct p2p_ps_params *noa);
586
Wu Gao07ba6b42017-03-13 20:17:34 +0800587#ifdef CONVERGED_P2P_ENABLE
Rachit Kankane54c543f2018-07-31 16:26:38 +0530588#ifdef FEATURE_P2P_LISTEN_OFFLOAD
Wu Gao07ba6b42017-03-13 20:17:34 +0800589QDF_STATUS wmi_unified_p2p_lo_start_cmd(void *wmi_hdl,
590 struct p2p_lo_start *param);
591
592QDF_STATUS wmi_unified_p2p_lo_stop_cmd(void *wmi_hdl, uint8_t vdev_id);
593#endif
Rachit Kankane54c543f2018-07-31 16:26:38 +0530594#endif
Wu Gao07ba6b42017-03-13 20:17:34 +0800595
Govind Singhd7468a52016-03-09 14:32:57 +0530596QDF_STATUS wmi_unified_set_smps_params(void *wmi_hdl, uint8_t vdev_id,
Govind Singh50988cc2016-02-26 18:09:36 +0530597 int value);
598
Govind Singhd7468a52016-03-09 14:32:57 +0530599QDF_STATUS wmi_unified_set_mimops(void *wmi_hdl, uint8_t vdev_id, int value);
Govind Singhe7b800c2016-03-01 15:30:53 +0530600
Zhang Qian74a66aa2018-01-05 16:50:53 +0800601#ifdef WLAN_FEATURE_DSRC
602/**
603 * wmi_unified_ocb_start_timing_advert() - start sending the timing
604 * advertisement frames on a channel
605 * @wmi_handle: pointer to the wmi handle
606 * @timing_advert: pointer to the timing advertisement struct
607 *
608 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
609 */
610QDF_STATUS wmi_unified_ocb_start_timing_advert(struct wmi_unified *wmi_handle,
Govind Singhe7b800c2016-03-01 15:30:53 +0530611 struct ocb_timing_advert_param *timing_advert);
612
Zhang Qian74a66aa2018-01-05 16:50:53 +0800613/**
614 * wmi_unified_ocb_stop_timing_advert() - stop sending the timing
615 * advertisement frames on a channel
616 * @wmi_handle: pointer to the wmi handle
617 * @timing_advert: pointer to the timing advertisement struct
618 *
619 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
620 */
621QDF_STATUS wmi_unified_ocb_stop_timing_advert(struct wmi_unified *wmi_handle,
Govind Singhe7b800c2016-03-01 15:30:53 +0530622 struct ocb_timing_advert_param *timing_advert);
623
Zhang Qian74a66aa2018-01-05 16:50:53 +0800624/**
625 * wmi_unified_ocb_set_config() - send the OCB config to the FW
626 * @wmi_handle: pointer to the wmi handle
627 * @config: the OCB configuration
628 *
629 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failures
630 */
631QDF_STATUS wmi_unified_ocb_set_config(struct wmi_unified *wmi_handle,
632 struct ocb_config *config);
Govind Singhe7b800c2016-03-01 15:30:53 +0530633
Zhang Qian74a66aa2018-01-05 16:50:53 +0800634/**
635 * wmi_unified_ocb_get_tsf_timer() - get ocb tsf timer val
636 * @wmi_handle: pointer to the wmi handle
637 * @req: request for tsf timer
638 *
639 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
640 */
641QDF_STATUS wmi_unified_ocb_get_tsf_timer(struct wmi_unified *wmi_handle,
642 struct ocb_get_tsf_timer_param *req);
643
644/**
645 * wmi_unified_ocb_set_utc_time_cmd() - get ocb tsf timer val
646 * @wmi_handle: pointer to the wmi handle
647 * @vdev_id: vdev id
648 *
649 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
650 */
651QDF_STATUS wmi_unified_ocb_set_utc_time_cmd(struct wmi_unified *wmi_handle,
652 struct ocb_utc_param *utc);
653
654/**
655 * wmi_unified_dcc_get_stats_cmd() - get the DCC channel stats
656 * @wmi_handle: pointer to the wmi handle
657 * @get_stats_param: pointer to the dcc stats
658 *
659 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
660 */
661QDF_STATUS wmi_unified_dcc_get_stats_cmd(struct wmi_unified *wmi_handle,
662 struct ocb_dcc_get_stats_param *get_stats_param);
663
664/**
665 * wmi_unified_dcc_clear_stats() - command to clear the DCC stats
666 * @wmi_handle: pointer to the wmi handle
667 * @clear_stats_param: parameters to the command
668 *
669 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
670 */
671QDF_STATUS wmi_unified_dcc_clear_stats(struct wmi_unified *wmi_handle,
672 struct ocb_dcc_clear_stats_param *clear_stats_param);
673
674/**
675 * wmi_unified_dcc_update_ndl() - command to update the NDL data
676 * @wmi_handle: pointer to the wmi handle
677 * @update_ndl_param: pointer to the request parameters
678 *
679 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failures
680 */
681QDF_STATUS wmi_unified_dcc_update_ndl(struct wmi_unified *wmi_handle,
682 struct ocb_dcc_update_ndl_param *update_ndl_param);
683
684/**
685 * wmi_extract_ocb_set_channel_config_resp() - extract status from wmi event
686 * @wmi_handle: wmi handle
687 * @evt_buf: pointer to event buffer
688 * @status: status buffer
689 *
690 * Return: QDF_STATUS_SUCCESS on success
691 */
692QDF_STATUS
693wmi_extract_ocb_set_channel_config_resp(struct wmi_unified *wmi_handle,
694 void *evt_buf,
695 uint32_t *status);
696
697/**
698 * wmi_extract_ocb_tsf_timer() - extract tsf timer from wmi event
699 * @wmi_handle: wmi handle
700 * @evt_buf: pointer to event buffer
701 * @resp: tsf timer
702 *
703 * Return: QDF_STATUS_SUCCESS on success
704 */
705QDF_STATUS wmi_extract_ocb_tsf_timer(struct wmi_unified *wmi_handle,
706 void *evt_buf,
707 struct ocb_get_tsf_timer_response *resp);
708
709/**
710 * wmi_extract_dcc_update_ndl_resp() - extract NDL update from wmi event
711 * @wmi_handle: wmi handle
712 * @evt_buf: pointer to event buffer
713 * @resp: ndl update status
714 *
715 * Return: QDF_STATUS_SUCCESS on success
716 */
717QDF_STATUS wmi_extract_dcc_update_ndl_resp(struct wmi_unified *wmi_handle,
718 void *evt_buf, struct ocb_dcc_update_ndl_response *resp);
719
720/**
721 * wmi_extract_dcc_stats() - extract DCC stats from wmi event
722 * @wmi_handle: wmi handle
723 * @evt_buf: pointer to event buffer
724 * @resp: DCC stats
725 *
726 * Since length of the response is variable, response buffer will be allocated.
727 * The caller must free the response buffer.
728 *
729 * Return: QDF_STATUS_SUCCESS on success
730 */
731QDF_STATUS wmi_extract_dcc_stats(struct wmi_unified *wmi_handle,
732 void *evt_buf,
733 struct ocb_dcc_get_stats_response **response);
734#endif
Govind Singhe7b800c2016-03-01 15:30:53 +0530735
Govind Singhd7468a52016-03-09 14:32:57 +0530736QDF_STATUS wmi_unified_lro_config_cmd(void *wmi_hdl,
Govind Singh9bad0002016-03-01 15:54:59 +0530737 struct wmi_lro_config_cmd_t *wmi_lro_cmd);
738
Govind Singhd7468a52016-03-09 14:32:57 +0530739QDF_STATUS wmi_unified_set_thermal_mgmt_cmd(void *wmi_hdl,
Govind Singh9bad0002016-03-01 15:54:59 +0530740 struct thermal_cmd_params *thermal_info);
741
Poddar, Siddarth794b9962016-04-28 15:49:11 +0530742QDF_STATUS wmi_unified_peer_rate_report_cmd(void *wmi_hdl,
743 struct wmi_peer_rate_report_params *rate_report_params);
744
Govind Singhd7468a52016-03-09 14:32:57 +0530745QDF_STATUS wmi_unified_set_mcc_channel_time_quota_cmd
Govind Singh9bad0002016-03-01 15:54:59 +0530746 (void *wmi_hdl,
747 uint32_t adapter_1_chan_freq,
748 uint32_t adapter_1_quota, uint32_t adapter_2_chan_freq);
749
Govind Singhd7468a52016-03-09 14:32:57 +0530750QDF_STATUS wmi_unified_set_mcc_channel_time_latency_cmd
Govind Singh9bad0002016-03-01 15:54:59 +0530751 (void *wmi_hdl,
752 uint32_t mcc_channel_freq, uint32_t mcc_channel_time_latency);
753
Govind Singhd7468a52016-03-09 14:32:57 +0530754QDF_STATUS wmi_unified_set_enable_disable_mcc_adaptive_scheduler_cmd(
Govind Singh608e8892016-04-16 19:24:23 -0700755 void *wmi_hdl, uint32_t mcc_adaptive_scheduler,
756 uint32_t pdev_id);
Govind Singhae855362016-03-07 14:24:22 +0530757
Kiran Venkatappa9da7e042016-08-09 22:52:35 +0530758#ifdef CONFIG_MCL
Govind Singhd7468a52016-03-09 14:32:57 +0530759QDF_STATUS wmi_unified_bcn_buf_ll_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530760 wmi_bcn_send_from_host_cmd_fixed_param *param);
Govind Singh89727882016-04-15 13:58:27 +0530761#endif
Govind Singhae855362016-03-07 14:24:22 +0530762
Govind Singhd7468a52016-03-09 14:32:57 +0530763QDF_STATUS wmi_unified_set_sta_sa_query_param_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530764 uint8_t vdev_id, uint32_t max_retries,
765 uint32_t retry_interval);
766
767
Govind Singhd7468a52016-03-09 14:32:57 +0530768QDF_STATUS wmi_unified_set_sta_keep_alive_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530769 struct sta_params *params);
770
Govind Singhd7468a52016-03-09 14:32:57 +0530771QDF_STATUS wmi_unified_vdev_set_gtx_cfg_cmd(void *wmi_hdl, uint32_t if_id,
Govind Singhae855362016-03-07 14:24:22 +0530772 struct wmi_gtx_config *gtx_info);
773
Govind Singhd7468a52016-03-09 14:32:57 +0530774QDF_STATUS wmi_unified_process_update_edca_param(void *wmi_hdl,
Kiran Kumar Lokereaf132c12018-04-06 16:56:47 -0700775 uint8_t vdev_id, bool mu_edca_param,
Vikram Kandukurid2e75802017-06-01 16:47:51 +0530776 struct wmi_host_wme_vparams wmm_vparams[WMI_MAX_NUM_AC]);
Govind Singhae855362016-03-07 14:24:22 +0530777
Govind Singhd7468a52016-03-09 14:32:57 +0530778QDF_STATUS wmi_unified_probe_rsp_tmpl_send_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530779 uint8_t vdev_id,
Krunal Soni36f17d42017-11-14 15:42:48 -0800780 struct wmi_probe_resp_params *probe_rsp_info);
Govind Singhae855362016-03-07 14:24:22 +0530781
Himanshu Agarwal9efd9bf2016-03-09 18:49:18 +0530782QDF_STATUS wmi_unified_setup_install_key_cmd(void *wmi_hdl,
783 struct set_key_params *key_params);
784
Nachiket Kukadee42cd4b2017-12-20 17:28:29 +0530785#ifdef WLAN_FEATURE_DISA
786/**
787 * wmi_unified_encrypt_decrypt_send_cmd() - send encryptdecrypt cmd to fw
788 * @wmi_hdl: wmi handle
789 * @params: encrypt/decrypt params
790 *
791 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
792 */
Padma, Santhosh Kumar73524052016-09-11 18:24:59 +0530793QDF_STATUS wmi_unified_encrypt_decrypt_send_cmd(void *wmi_hdl,
Nachiket Kukadee42cd4b2017-12-20 17:28:29 +0530794 struct disa_encrypt_decrypt_req_params *params);
795
796/**
797 * wmi_extract_encrypt_decrypt_resp_params() -
798 * extract encrypt decrypt resp params from event buffer
799 * @wmi_handle: wmi handle
800 * @evt_buf: pointer to event buffer
801 * @resp: encrypt decrypt resp params
802 *
803 * Return: QDF_STATUS_SUCCESS for success or error code
804 */
805QDF_STATUS wmi_extract_encrypt_decrypt_resp_params(void *wmi_hdl,
806 uint8_t *evt_buf,
807 struct disa_encrypt_decrypt_resp_params *resp);
808#endif
Padma, Santhosh Kumar73524052016-09-11 18:24:59 +0530809
Govind Singhd7468a52016-03-09 14:32:57 +0530810QDF_STATUS wmi_unified_p2p_go_set_beacon_ie_cmd(void *wmi_hdl,
Vivek73465282018-03-22 23:27:21 +0530811 uint32_t vdev_id, uint8_t *p2p_ie);
Govind Singhae855362016-03-07 14:24:22 +0530812
813
Govind Singhd7468a52016-03-09 14:32:57 +0530814QDF_STATUS wmi_unified_set_gateway_params_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530815 struct gateway_update_req_param *req);
816
Govind Singhd7468a52016-03-09 14:32:57 +0530817QDF_STATUS wmi_unified_set_rssi_monitoring_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530818 struct rssi_monitor_param *req);
819
Govind Singhd7468a52016-03-09 14:32:57 +0530820QDF_STATUS wmi_unified_scan_probe_setoui_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530821 struct scan_mac_oui *psetoui);
822
Kiran Venkatappa9da7e042016-08-09 22:52:35 +0530823#ifdef CONFIG_MCL
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +0530824QDF_STATUS wmi_unified_roam_scan_offload_mode_cmd(void *wmi_hdl,
825 wmi_start_scan_cmd_fixed_param *scan_cmd_fp,
826 struct roam_offload_scan_params *roam_req);
Govind Singh89727882016-04-15 13:58:27 +0530827#endif
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +0530828
Varun Reddy Yeturu4cae4292017-07-20 09:45:01 -0700829/**
830 * wmi_unified_roam_mawc_params_cmd() - configure roaming MAWC parameters
831 * @wmi_hdl: wmi handle
832 * @params: Parameters to be configured
833 *
834 * Pass the MAWC(Motion Aided wireless connectivity) related roaming
835 * parameters from the host to the target
836 *
837 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
838 */
839QDF_STATUS wmi_unified_roam_mawc_params_cmd(void *wmi_hdl,
840 struct wmi_mawc_roam_params *params);
841
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +0530842QDF_STATUS wmi_unified_roam_scan_offload_rssi_thresh_cmd(void *wmi_hdl,
843 struct roam_offload_scan_rssi_params *roam_req);
844
845QDF_STATUS wmi_unified_roam_scan_filter_cmd(void *wmi_hdl,
846 struct roam_scan_filter_params *roam_req);
847
Sravan Kumar Kairamdcb5f802018-02-15 23:28:34 +0530848#ifdef IPA_OFFLOAD
Govind Singhd7468a52016-03-09 14:32:57 +0530849QDF_STATUS wmi_unified_ipa_offload_control_cmd(void *wmi_hdl,
Sravan Kumar Kairamdcb5f802018-02-15 23:28:34 +0530850 struct ipa_uc_offload_control_params *ipa_offload);
851#endif
Govind Singhae855362016-03-07 14:24:22 +0530852
Govind Singhd7468a52016-03-09 14:32:57 +0530853QDF_STATUS wmi_unified_plm_stop_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530854 const struct plm_req_params *plm);
855
Govind Singhd7468a52016-03-09 14:32:57 +0530856QDF_STATUS wmi_unified_plm_start_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530857 const struct plm_req_params *plm,
858 uint32_t *gchannel_list);
859
Govind Singhd7468a52016-03-09 14:32:57 +0530860QDF_STATUS wmi_unified_pno_stop_cmd(void *wmi_hdl, uint8_t vdev_id);
Govind Singhae855362016-03-07 14:24:22 +0530861
Govind Singh89727882016-04-15 13:58:27 +0530862#ifdef FEATURE_WLAN_SCAN_PNO
Govind Singhd7468a52016-03-09 14:32:57 +0530863QDF_STATUS wmi_unified_pno_start_cmd(void *wmi_hdl,
Abhishek Singhd4184662017-03-03 22:09:07 +0530864 struct pno_scan_req_params *pno);
Govind Singh89727882016-04-15 13:58:27 +0530865#endif
Govind Singhae855362016-03-07 14:24:22 +0530866
Varun Reddy Yeturu4fa519b2017-07-24 16:11:22 -0700867QDF_STATUS wmi_unified_nlo_mawc_cmd(void *wmi_hdl,
868 struct nlo_mawc_params *params);
869
Govind Singhd7468a52016-03-09 14:32:57 +0530870QDF_STATUS wmi_unified_set_ric_req_cmd(void *wmi_hdl, void *msg,
Govind Singhae855362016-03-07 14:24:22 +0530871 uint8_t is_add_ts);
872
Govind Singhd7468a52016-03-09 14:32:57 +0530873QDF_STATUS wmi_unified_process_ll_stats_clear_cmd
Govind Singhae855362016-03-07 14:24:22 +0530874 (void *wmi_hdl, const struct ll_stats_clear_params *clear_req,
875 uint8_t addr[IEEE80211_ADDR_LEN]);
876
Govind Singhd7468a52016-03-09 14:32:57 +0530877QDF_STATUS wmi_unified_process_ll_stats_set_cmd
Govind Singhae855362016-03-07 14:24:22 +0530878 (void *wmi_hdl, const struct ll_stats_set_params *set_req);
879
Govind Singhd7468a52016-03-09 14:32:57 +0530880QDF_STATUS wmi_unified_process_ll_stats_get_cmd
Govind Singhae855362016-03-07 14:24:22 +0530881 (void *wmi_hdl, const struct ll_stats_get_params *get_req,
882 uint8_t addr[IEEE80211_ADDR_LEN]);
883
Padma, Santhosh Kumard3261902017-03-21 19:09:35 +0530884/**
885 * wmi_unified_congestion_request_cmd() - send request to fw to get CCA
886 * @wmi_hdl: wma handle
887 * @vdev_id: vdev id
888 *
889 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
890 */
891QDF_STATUS wmi_unified_congestion_request_cmd(void *wmi_hdl,
892 uint8_t vdev_id);
893
Govind Singhd7468a52016-03-09 14:32:57 +0530894QDF_STATUS wmi_unified_snr_request_cmd(void *wmi_hdl);
Govind Singh229bc0d2016-03-07 15:33:31 +0530895
Govind Singhd7468a52016-03-09 14:32:57 +0530896QDF_STATUS wmi_unified_snr_cmd(void *wmi_hdl, uint8_t vdev_id);
Govind Singh229bc0d2016-03-07 15:33:31 +0530897
Govind Singhd7468a52016-03-09 14:32:57 +0530898QDF_STATUS wmi_unified_link_status_req_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530899 struct link_status_params *link_status);
900
Kiran Venkatappa9da7e042016-08-09 22:52:35 +0530901#ifdef CONFIG_MCL
Govind Singhd7468a52016-03-09 14:32:57 +0530902QDF_STATUS wmi_unified_process_dhcp_ind(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530903 wmi_peer_set_param_cmd_fixed_param *ta_dhcp_ind);
904
Govind Singhd7468a52016-03-09 14:32:57 +0530905QDF_STATUS wmi_unified_get_link_speed_cmd(void *wmi_hdl,
Govind Singh89727882016-04-15 13:58:27 +0530906 wmi_mac_addr peer_macaddr);
Himanshu Agarwal0d578ff2018-01-10 14:21:53 +0530907#endif
Govind Singh229bc0d2016-03-07 15:33:31 +0530908
Himanshu Agarwal0d578ff2018-01-10 14:21:53 +0530909#ifdef WLAN_SUPPORT_GREEN_AP
Govind Singhd7468a52016-03-09 14:32:57 +0530910QDF_STATUS wmi_unified_egap_conf_params_cmd(void *wmi_hdl,
Himanshu Agarwal0d578ff2018-01-10 14:21:53 +0530911 struct wlan_green_ap_egap_params *egap_params);
Govind Singh89727882016-04-15 13:58:27 +0530912#endif
Govind Singh229bc0d2016-03-07 15:33:31 +0530913
Govind Singhd7468a52016-03-09 14:32:57 +0530914QDF_STATUS wmi_unified_fw_profiling_data_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530915 uint32_t cmd, uint32_t value1, uint32_t value2);
916
Naveen Rawat7f70d662017-10-26 18:50:19 -0700917QDF_STATUS wmi_unified_wow_timer_pattern_cmd(void *wmi_hdl, uint8_t vdev_id,
918 uint32_t cookie, uint32_t time);
919
Govind Singhd7468a52016-03-09 14:32:57 +0530920QDF_STATUS wmi_unified_nat_keepalive_en_cmd(void *wmi_hdl, uint8_t vdev_id);
Govind Singh229bc0d2016-03-07 15:33:31 +0530921
Paul Zhang6a857a92017-12-08 16:08:00 +0800922/**
923 * wmi_unified_set_latency_config_cmd()
924 * @wmi_handle: wmi handle
925 * @param: WLM parameters
926 *
927 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
928 */
929QDF_STATUS wmi_unified_wlm_latency_level_cmd(void *wmi_hdl,
930 struct wlm_latency_level_param *param);
931
Govind Singhd7468a52016-03-09 14:32:57 +0530932QDF_STATUS wmi_unified_csa_offload_enable(void *wmi_hdl, uint8_t vdev_id);
Govind Singh229bc0d2016-03-07 15:33:31 +0530933
Naveen Rawat90bc8fd2017-05-13 15:56:57 -0700934#ifdef WLAN_FEATURE_CIF_CFR
935/**
936 * wmi_unified_oem_dma_ring_cfg() - configure OEM DMA rings
937 * @wmi_handle: wmi handle
938 * @data_len: len of dma cfg req
939 * @data: dma cfg req
940 *
941 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
942 */
943QDF_STATUS wmi_unified_oem_dma_ring_cfg(void *wmi_hdl,
944 wmi_oem_dma_ring_cfg_req_fixed_param *cfg);
945#endif
946
Sathish Kumar3d3cf4f2017-11-17 17:30:41 +0530947/**
948 * wmi_unified_dbr_ring_cfg: Configure direct buffer rx rings
949 * @wmi_hdl: WMI handle
950 * @cfg: pointer to direct buffer rx config request
951 *
952 * Return: QDF status of operation
953 */
954QDF_STATUS wmi_unified_dbr_ring_cfg(void *wmi_hdl,
955 struct direct_buf_rx_cfg_req *cfg);
956
Govind Singhd7468a52016-03-09 14:32:57 +0530957QDF_STATUS wmi_unified_start_oem_data_cmd(void *wmi_hdl,
Krishna Kumaar Natarajan7a59ca02016-07-21 15:02:44 -0700958 uint32_t data_len,
Govind Singh229bc0d2016-03-07 15:33:31 +0530959 uint8_t *data);
960
Govind Singhd7468a52016-03-09 14:32:57 +0530961QDF_STATUS wmi_unified_dfs_phyerr_filter_offload_en_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530962 bool dfs_phyerr_filter_offload);
963
Kiran Venkatappa9da7e042016-08-09 22:52:35 +0530964#ifdef CONFIG_MCL
Govind Singhd7468a52016-03-09 14:32:57 +0530965QDF_STATUS wmi_unified_pktlog_wmi_send_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530966 WMI_PKTLOG_EVENT pktlog_event,
Nirav Shah9d1f1ac2016-07-27 19:06:13 +0530967 uint32_t cmd_id,
968 uint8_t user_triggered);
Govind Singh89727882016-04-15 13:58:27 +0530969#endif
Govind Singh229bc0d2016-03-07 15:33:31 +0530970
Govind Singhd7468a52016-03-09 14:32:57 +0530971QDF_STATUS wmi_unified_wow_delete_pattern_cmd(void *wmi_hdl, uint8_t ptrn_id,
Govind Singh229bc0d2016-03-07 15:33:31 +0530972 uint8_t vdev_id);
973
Govind Singhd7468a52016-03-09 14:32:57 +0530974QDF_STATUS wmi_unified_host_wakeup_ind_to_fw_cmd(void *wmi_hdl);
975QDF_STATUS wmi_unified_del_ts_cmd(void *wmi_hdl, uint8_t vdev_id,
Govind Singh229bc0d2016-03-07 15:33:31 +0530976 uint8_t ac);
977
Govind Singhd7468a52016-03-09 14:32:57 +0530978QDF_STATUS wmi_unified_aggr_qos_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530979 struct aggr_add_ts_param *aggr_qos_rsp_msg);
980
Govind Singhd7468a52016-03-09 14:32:57 +0530981QDF_STATUS wmi_unified_add_ts_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530982 struct add_ts_param *msg);
983
Govind Singhd7468a52016-03-09 14:32:57 +0530984QDF_STATUS wmi_unified_process_add_periodic_tx_ptrn_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530985 struct periodic_tx_pattern *
986 pAddPeriodicTxPtrnParams,
987 uint8_t vdev_id);
988
Govind Singhd7468a52016-03-09 14:32:57 +0530989QDF_STATUS wmi_unified_process_del_periodic_tx_ptrn_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530990 uint8_t vdev_id,
991 uint8_t pattern_id);
992
Govind Singhd7468a52016-03-09 14:32:57 +0530993QDF_STATUS wmi_unified_stats_ext_req_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530994 struct stats_ext_params *preq);
995
Govind Singhd7468a52016-03-09 14:32:57 +0530996QDF_STATUS wmi_unified_enable_ext_wow_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530997 struct ext_wow_params *params);
998
Govind Singhd7468a52016-03-09 14:32:57 +0530999QDF_STATUS wmi_unified_set_app_type2_params_in_fw_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301000 struct app_type2_params *appType2Params);
1001
Govind Singhd7468a52016-03-09 14:32:57 +05301002QDF_STATUS wmi_unified_set_auto_shutdown_timer_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301003 uint32_t timer_val);
1004
Govind Singhd7468a52016-03-09 14:32:57 +05301005QDF_STATUS wmi_unified_nan_req_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301006 struct nan_req_params *nan_req);
1007
Govind Singhd7468a52016-03-09 14:32:57 +05301008QDF_STATUS wmi_unified_process_dhcpserver_offload_cmd(void *wmi_hdl,
Jeff Johnson645f7a12017-10-04 19:19:20 -07001009 struct dhcp_offload_info_params *params);
Govind Singh229bc0d2016-03-07 15:33:31 +05301010
Govind Singhd7468a52016-03-09 14:32:57 +05301011QDF_STATUS wmi_unified_process_ch_avoid_update_cmd(void *wmi_hdl);
Govind Singh229bc0d2016-03-07 15:33:31 +05301012
Govind Singhd7468a52016-03-09 14:32:57 +05301013QDF_STATUS wmi_unified_send_regdomain_info_to_fw_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301014 uint32_t reg_dmn, uint16_t regdmn2G,
Rajeev Kumar Sirasanagandlaacf22bf2017-06-06 13:27:56 +05301015 uint16_t regdmn5G, uint8_t ctl2G,
1016 uint8_t ctl5G);
Govind Singh229bc0d2016-03-07 15:33:31 +05301017
Govind Singhd7468a52016-03-09 14:32:57 +05301018QDF_STATUS wmi_unified_set_tdls_offchan_mode_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301019 struct tdls_channel_switch_params *chan_switch_params);
1020
Govind Singhd7468a52016-03-09 14:32:57 +05301021QDF_STATUS wmi_unified_update_fw_tdls_state_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301022 void *tdls_param, uint8_t tdls_state);
1023
Govind Singhd7468a52016-03-09 14:32:57 +05301024QDF_STATUS wmi_unified_update_tdls_peer_state_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301025 struct tdls_peer_state_params *peerStateParams,
1026 uint32_t *ch_mhz);
1027
Govind Singhd7468a52016-03-09 14:32:57 +05301028QDF_STATUS wmi_unified_process_fw_mem_dump_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301029 struct fw_dump_req_param *mem_dump_req);
1030
Govind Singhd7468a52016-03-09 14:32:57 +05301031QDF_STATUS wmi_unified_process_set_ie_info_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301032 struct vdev_ie_info_param *ie_info);
1033
Govind Singhd7468a52016-03-09 14:32:57 +05301034QDF_STATUS wmi_unified_save_fw_version_cmd(void *wmi_hdl,
Govind Singh71ee2d72016-03-07 16:30:32 +05301035 void *evt_buf);
1036
Govind Singhd7468a52016-03-09 14:32:57 +05301037QDF_STATUS wmi_unified_set_base_macaddr_indicate_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301038 uint8_t *custom_addr);
1039
Govind Singhd7468a52016-03-09 14:32:57 +05301040QDF_STATUS wmi_unified_log_supported_evt_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301041 uint8_t *event,
1042 uint32_t len);
1043
Govind Singhd7468a52016-03-09 14:32:57 +05301044QDF_STATUS wmi_unified_enable_specific_fw_logs_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301045 struct wmi_wifi_start_log *start_log);
1046
Govind Singhd7468a52016-03-09 14:32:57 +05301047QDF_STATUS wmi_unified_flush_logs_to_fw_cmd(void *wmi_hdl);
Govind Singh2ae94372016-03-07 16:45:38 +05301048
Manishekar Chandrasekaranb8c59382016-04-21 19:16:32 +05301049QDF_STATUS wmi_unified_pdev_set_pcl_cmd(void *wmi_hdl,
1050 struct wmi_pcl_chan_weights *msg);
Govind Singh2ae94372016-03-07 16:45:38 +05301051
Govind Singhd7468a52016-03-09 14:32:57 +05301052QDF_STATUS wmi_unified_soc_set_hw_mode_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301053 uint32_t hw_mode_index);
1054
Manishekar Chandrasekaran81d7aaa2016-04-27 12:52:51 +05301055QDF_STATUS wmi_unified_pdev_set_dual_mac_config_cmd(void *wmi_hdl,
Srinivas Girigowdac461aef2018-02-15 14:30:05 -08001056 struct policy_mgr_dual_mac_config *msg);
Govind Singh2ae94372016-03-07 16:45:38 +05301057
Govind Singhd7468a52016-03-09 14:32:57 +05301058QDF_STATUS wmi_unified_set_led_flashing_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301059 struct flashing_req_params *flashing);
1060
Govind Singhd7468a52016-03-09 14:32:57 +05301061QDF_STATUS wmi_unified_app_type1_params_in_fw_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301062 struct app_type1_params *app_type1_params);
1063
Govind Singhd7468a52016-03-09 14:32:57 +05301064QDF_STATUS wmi_unified_set_ssid_hotlist_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301065 struct ssid_hotlist_request_params *request);
1066
Govind Singhd7468a52016-03-09 14:32:57 +05301067QDF_STATUS wmi_unified_roam_synch_complete_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301068 uint8_t vdev_id);
1069
Govind Singhd7468a52016-03-09 14:32:57 +05301070QDF_STATUS wmi_unified_unit_test_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301071 struct wmi_unit_test_cmd *wmi_utest);
1072
Govind Singhd7468a52016-03-09 14:32:57 +05301073QDF_STATUS wmi_unified_roam_invoke_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301074 struct wmi_roam_invoke_cmd *roaminvoke,
1075 uint32_t ch_hz);
1076
Govind Singhd7468a52016-03-09 14:32:57 +05301077QDF_STATUS wmi_unified_roam_scan_offload_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301078 uint32_t command, uint32_t vdev_id);
1079
Kiran Venkatappa9da7e042016-08-09 22:52:35 +05301080#ifdef CONFIG_MCL
Govind Singhd7468a52016-03-09 14:32:57 +05301081QDF_STATUS wmi_unified_send_roam_scan_offload_ap_cmd(void *wmi_hdl,
Himanshu Agarwalf9524e12017-09-28 11:51:35 +05301082 struct ap_profile_params *ap_profile);
Govind Singh89727882016-04-15 13:58:27 +05301083#endif
Govind Singh2ae94372016-03-07 16:45:38 +05301084
Govind Singhd7468a52016-03-09 14:32:57 +05301085QDF_STATUS wmi_unified_roam_scan_offload_scan_period(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301086 uint32_t scan_period,
1087 uint32_t scan_age,
1088 uint32_t vdev_id);
1089
Govind Singhd7468a52016-03-09 14:32:57 +05301090QDF_STATUS wmi_unified_roam_scan_offload_chan_list_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301091 uint8_t chan_count,
Varun Reddy Yeturub47fa402016-07-07 17:42:49 -07001092 uint32_t *chan_list,
Govind Singh2ae94372016-03-07 16:45:38 +05301093 uint8_t list_type, uint32_t vdev_id);
1094
Govind Singhd7468a52016-03-09 14:32:57 +05301095QDF_STATUS wmi_unified_roam_scan_offload_rssi_change_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301096 uint32_t vdev_id,
1097 int32_t rssi_change_thresh,
1098 uint32_t bcn_rssi_weight,
1099 uint32_t hirssi_delay_btw_scans);
1100
Kapil Guptaf6eb7312017-02-24 15:50:03 +05301101/**
1102 * wmi_unified_set_per_roam_config() - set PER roam config in FW
1103 * @wmi_hdl: wmi handle
1104 * @req_buf: per roam config request buffer
1105 *
1106 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1107 */
1108QDF_STATUS wmi_unified_set_per_roam_config(void *wmi_hdl,
1109 struct wmi_per_roam_config_req *req_buf);
1110
Nachiket Kukade74cce662018-05-25 14:52:55 +05301111#ifdef FEATURE_WLAN_APF
Dustin Brown4def3162017-01-13 15:24:07 -08001112/**
Nachiket Kukadee8ce8622018-05-22 12:17:15 +05301113 * wmi_unified_set_active_apf_mode_cmd() - config active APF mode in FW
Nachiket Kukade74cce662018-05-25 14:52:55 +05301114 * @wmi: the WMI handle
Dustin Brown4def3162017-01-13 15:24:07 -08001115 * @vdev_id: the Id of the vdev to apply the configuration to
Nachiket Kukadee8ce8622018-05-22 12:17:15 +05301116 * @ucast_mode: the active APF mode to configure for unicast packets
1117 * @mcast_bcast_mode: the active APF mode to configure for multicast/broadcast
Dustin Brown4def3162017-01-13 15:24:07 -08001118 * packets
1119 */
Nachiket Kukadee8ce8622018-05-22 12:17:15 +05301120QDF_STATUS
Nachiket Kukade74cce662018-05-25 14:52:55 +05301121wmi_unified_set_active_apf_mode_cmd(wmi_unified_t wmi, uint8_t vdev_id,
Nachiket Kukadee8ce8622018-05-22 12:17:15 +05301122 enum wmi_host_active_apf_mode ucast_mode,
1123 enum wmi_host_active_apf_mode
1124 mcast_bcast_mode);
Dustin Brown4def3162017-01-13 15:24:07 -08001125
Nachiket Kukade74cce662018-05-25 14:52:55 +05301126/**
1127 * wmi_unified_send_apf_enable_cmd() - send apf enable/disable cmd
1128 * @wmi: wmi handle
1129 * @vdev_id: VDEV id
1130 * @enable: true: enable, false: disable
1131 *
1132 * This function passes the apf enable command to fw
1133 *
1134 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1135 */
1136QDF_STATUS wmi_unified_send_apf_enable_cmd(wmi_unified_t wmi,
1137 uint32_t vdev_id, bool enable);
1138
1139/**
1140 * wmi_unified_send_apf_write_work_memory_cmd() - send cmd to write into the APF
1141 * work memory.
1142 * @wmi: wmi handle
1143 * @write_params: parameters and buffer pointer for the write
1144 *
1145 * This function passes the write apf work mem command to fw
1146 *
1147 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1148 */
1149QDF_STATUS wmi_unified_send_apf_write_work_memory_cmd(wmi_unified_t wmi,
1150 struct wmi_apf_write_memory_params *write_params);
1151
1152/**
1153 * wmi_unified_send_apf_read_work_memory_cmd() - send cmd to read part of APF
1154 * work memory
1155 * @wmi: wmi handle
1156 * @read_params: contains relative address and length to read from
1157 *
1158 * This function passes the read apf work mem command to fw
1159 *
1160 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1161 */
1162QDF_STATUS wmi_unified_send_apf_read_work_memory_cmd(wmi_unified_t wmi,
1163 struct wmi_apf_read_memory_params *read_params);
1164
1165/**
1166 * wmi_extract_apf_read_memory_resp_event() - exctract read mem resp event
1167 * @wmi: wmi handle
1168 * @evt_buf: Pointer to the event buffer
1169 * @resp: pointer to memory to extract event parameters into
1170 *
1171 * This function exctracts read mem response event into the given structure ptr
1172 *
1173 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1174 */
1175QDF_STATUS
1176wmi_extract_apf_read_memory_resp_event(wmi_unified_t wmi, void *evt_buf,
1177 struct wmi_apf_read_memory_resp_event_params
1178 *read_mem_evt);
1179#endif /* FEATURE_WLAN_APF */
1180
Govind Singh89727882016-04-15 13:58:27 +05301181QDF_STATUS wmi_unified_stats_request_send(void *wmi_hdl,
1182 uint8_t macaddr[IEEE80211_ADDR_LEN],
1183 struct stats_request_params *param);
1184
1185QDF_STATUS wmi_unified_pdev_get_tpc_config_cmd_send(void *wmi_hdl,
1186 uint32_t param);
1187
Sathish Kumar50232d72016-08-09 16:50:46 +05301188QDF_STATUS wmi_unified_set_bwf_cmd_send(void *wmi_hdl,
1189 struct set_bwf_params *param);
1190
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05301191QDF_STATUS wmi_send_get_user_position_cmd(void *wmi_hdl, uint32_t value);
1192
1193QDF_STATUS wmi_send_get_peer_mumimo_tx_count_cmd(void *wmi_hdl, uint32_t value);
1194
1195QDF_STATUS wmi_send_reset_peer_mumimo_tx_count_cmd(void *wmi_hdl,
1196 uint32_t value);
1197
1198QDF_STATUS wmi_send_pdev_caldata_version_check_cmd(void *wmi_hdl,
1199 uint32_t value);
1200
1201QDF_STATUS wmi_unified_send_btcoex_wlan_priority_cmd(void *wmi_hdl,
Sathish Kumar7e566c52016-11-10 15:30:22 +05301202 struct btcoex_cfg_params *param);
1203
1204QDF_STATUS wmi_unified_send_btcoex_duty_cycle_cmd(void *wmi_hdl,
1205 struct btcoex_cfg_params *param);
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05301206
Sathish Kumar612d0c22017-01-19 14:57:37 +05301207QDF_STATUS wmi_unified_send_coex_ver_cfg_cmd(void *wmi_hdl,
1208 coex_ver_cfg_t *param);
1209
Sathish Kumar125754e2017-04-24 11:36:00 +05301210QDF_STATUS wmi_unified_send_coex_config_cmd(void *wmi_hdl,
1211 struct coex_config_params *param);
1212
Govind Singh89727882016-04-15 13:58:27 +05301213QDF_STATUS wmi_unified_pdev_fips_cmd_send(void *wmi_hdl,
1214 struct fips_params *param);
1215
1216QDF_STATUS wmi_unified_wlan_profile_enable_cmd_send(void *wmi_hdl,
1217 struct wlan_profile_params *param);
1218
1219QDF_STATUS wmi_unified_wlan_profile_trigger_cmd_send(void *wmi_hdl,
1220 struct wlan_profile_params *param);
1221
1222QDF_STATUS wmi_unified_set_chan_cmd_send(void *wmi_hdl,
1223 struct channel_param *param);
1224
1225QDF_STATUS wmi_unified_set_ht_ie_cmd_send(void *wmi_hdl,
1226 struct ht_ie_params *param);
1227
1228QDF_STATUS wmi_unified_set_vht_ie_cmd_send(void *wmi_hdl,
1229 struct vht_ie_params *param);
1230
1231QDF_STATUS wmi_unified_wmm_update_cmd_send(void *wmi_hdl,
1232 struct wmm_update_params *param);
1233
1234QDF_STATUS wmi_unified_set_ant_switch_tbl_cmd_send(void *wmi_hdl,
1235 struct ant_switch_tbl_params *param);
1236
1237QDF_STATUS wmi_unified_set_ratepwr_table_cmd_send(void *wmi_hdl,
1238 struct ratepwr_table_params *param);
1239
1240QDF_STATUS wmi_unified_get_ratepwr_table_cmd_send(void *wmi_hdl);
1241
1242QDF_STATUS wmi_unified_set_ctl_table_cmd_send(void *wmi_hdl,
1243 struct ctl_table_params *param);
1244
1245QDF_STATUS wmi_unified_set_mimogain_table_cmd_send(void *wmi_hdl,
1246 struct mimogain_table_params *param);
1247
1248QDF_STATUS wmi_unified_set_ratepwr_chainmsk_cmd_send(void *wmi_hdl,
1249 struct ratepwr_chainmsk_params *param);
1250
1251QDF_STATUS wmi_unified_set_macaddr_cmd_send(void *wmi_hdl,
1252 struct macaddr_params *param);
1253
1254QDF_STATUS wmi_unified_pdev_scan_start_cmd_send(void *wmi_hdl);
1255
1256QDF_STATUS wmi_unified_pdev_scan_end_cmd_send(void *wmi_hdl);
1257
1258QDF_STATUS wmi_unified_set_acparams_cmd_send(void *wmi_hdl,
1259 struct acparams_params *param);
1260
1261QDF_STATUS wmi_unified_set_vap_dscp_tid_map_cmd_send(void *wmi_hdl,
1262 struct vap_dscp_tid_map_params *param);
1263
1264QDF_STATUS wmi_unified_proxy_ast_reserve_cmd_send(void *wmi_hdl,
1265 struct proxy_ast_reserve_params *param);
1266
1267QDF_STATUS wmi_unified_pdev_qvit_cmd_send(void *wmi_hdl,
1268 struct pdev_qvit_params *param);
1269
1270QDF_STATUS wmi_unified_mcast_group_update_cmd_send(void *wmi_hdl,
1271 struct mcast_group_update_params *param);
1272
1273QDF_STATUS wmi_unified_peer_add_wds_entry_cmd_send(void *wmi_hdl,
1274 struct peer_add_wds_entry_params *param);
1275
1276QDF_STATUS wmi_unified_peer_del_wds_entry_cmd_send(void *wmi_hdl,
1277 struct peer_del_wds_entry_params *param);
1278
Jeevan Kukkalli28e8a162017-06-16 18:07:28 +05301279/**
1280 * wmi_unified_set_bridge_mac_addr_cmd_send() - WMI set bridge mac addr cmd function
1281 * @param wmi_hdl : handle to WMI.
1282 * @param param : pointer to hold bridge mac addr param
1283 *
1284 * @return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1285 */
1286QDF_STATUS wmi_unified_set_bridge_mac_addr_cmd_send(void *wmi_hdl,
1287 struct set_bridge_mac_addr_params *param);
1288
1289
Govind Singh89727882016-04-15 13:58:27 +05301290QDF_STATUS wmi_unified_peer_update_wds_entry_cmd_send(void *wmi_hdl,
1291 struct peer_update_wds_entry_params *param);
1292
1293QDF_STATUS wmi_unified_phyerr_enable_cmd_send(void *wmi_hdl);
1294
1295QDF_STATUS wmi_unified_phyerr_enable_cmd_send(void *wmi_hdl);
1296
1297QDF_STATUS wmi_unified_phyerr_disable_cmd_send(void *wmi_hdl);
1298
1299QDF_STATUS wmi_unified_smart_ant_enable_cmd_send(void *wmi_hdl,
1300 struct smart_ant_enable_params *param);
1301
1302QDF_STATUS wmi_unified_smart_ant_set_rx_ant_cmd_send(void *wmi_hdl,
1303 struct smart_ant_rx_ant_params *param);
1304
1305QDF_STATUS wmi_unified_smart_ant_set_tx_ant_cmd_send(void *wmi_hdl,
1306 uint8_t macaddr[IEEE80211_ADDR_LEN],
1307 struct smart_ant_tx_ant_params *param);
1308
1309QDF_STATUS wmi_unified_smart_ant_set_training_info_cmd_send(void *wmi_hdl,
1310 uint8_t macaddr[IEEE80211_ADDR_LEN],
1311 struct smart_ant_training_info_params *param);
1312
1313QDF_STATUS wmi_unified_smart_ant_node_config_cmd_send(void *wmi_hdl,
1314 uint8_t macaddr[IEEE80211_ADDR_LEN],
1315 struct smart_ant_node_config_params *param);
1316
1317QDF_STATUS wmi_unified_smart_ant_enable_tx_feedback_cmd_send(void *wmi_hdl,
1318 struct smart_ant_enable_tx_feedback_params *param);
1319
1320QDF_STATUS wmi_unified_vdev_spectral_configure_cmd_send(void *wmi_hdl,
1321 struct vdev_spectral_configure_params *param);
1322
1323QDF_STATUS wmi_unified_vdev_spectral_enable_cmd_send(void *wmi_hdl,
1324 struct vdev_spectral_enable_params *param);
1325
1326QDF_STATUS wmi_unified_bss_chan_info_request_cmd_send(void *wmi_hdl,
1327 struct bss_chan_info_request_params *param);
1328
1329QDF_STATUS wmi_unified_thermal_mitigation_param_cmd_send(void *wmi_hdl,
1330 struct thermal_mitigation_params *param);
1331
1332QDF_STATUS wmi_unified_vdev_set_neighbour_rx_cmd_send(void *wmi_hdl,
1333 uint8_t macaddr[IEEE80211_ADDR_LEN],
1334 struct set_neighbour_rx_params *param);
1335
1336QDF_STATUS wmi_unified_vdev_set_fwtest_param_cmd_send(void *wmi_hdl,
1337 struct set_fwtest_params *param);
1338
1339QDF_STATUS wmi_unified_vdev_config_ratemask_cmd_send(void *wmi_hdl,
1340 struct config_ratemask_params *param);
1341
Sathish Kumar6190e772017-11-08 14:49:58 +05301342/**
1343 * wmi_unified_vdev_set_custom_aggr_size_cmd_send() - WMI set custom aggr
1344 * size command
1345 * @param wmi_hdl : handle to WMI.
1346 * @param param : pointer to hold custom aggr size param
1347 *
1348 * @return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1349 */
1350QDF_STATUS wmi_unified_vdev_set_custom_aggr_size_cmd_send(void *wmi_hdl,
1351 struct set_custom_aggr_size_params *param);
Govind Singh89727882016-04-15 13:58:27 +05301352
Venkateswara Swamy Bandaru81f40dc2017-12-22 17:16:19 +05301353/**
1354 * wmi_unified_vdev_set_qdepth_thresh_cmd_send() - WMI set qdepth threshold
1355 * @param wmi_hdl : handle to WMI.
1356 * @param param : pointer to hold set qdepth thresh param
1357 *
1358 * @return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1359 */
1360QDF_STATUS wmi_unified_vdev_set_qdepth_thresh_cmd_send(void *wmi_hdl,
1361 struct set_qdepth_thresh_params *param);
1362
Govind Singh89727882016-04-15 13:58:27 +05301363QDF_STATUS wmi_unified_pdev_set_regdomain_cmd_send(void *wmi_hdl,
1364 struct pdev_set_regdomain_params *param);
1365
1366QDF_STATUS wmi_unified_set_quiet_mode_cmd_send(void *wmi_hdl,
1367 struct set_quiet_mode_params *param);
1368
1369QDF_STATUS wmi_unified_set_beacon_filter_cmd_send(void *wmi_hdl,
1370 struct set_beacon_filter_params *param);
1371
1372QDF_STATUS wmi_unified_remove_beacon_filter_cmd_send(void *wmi_hdl,
1373 struct remove_beacon_filter_params *param);
1374
1375QDF_STATUS wmi_unified_addba_clearresponse_cmd_send(void *wmi_hdl,
1376 uint8_t macaddr[IEEE80211_ADDR_LEN],
1377 struct addba_clearresponse_params *param);
1378
1379QDF_STATUS wmi_unified_addba_send_cmd_send(void *wmi_hdl,
1380 uint8_t macaddr[IEEE80211_ADDR_LEN],
1381 struct addba_send_params *param);
1382
1383QDF_STATUS wmi_unified_delba_send_cmd_send(void *wmi_hdl,
1384 uint8_t macaddr[IEEE80211_ADDR_LEN],
1385 struct delba_send_params *param);
1386
1387QDF_STATUS wmi_unified_addba_setresponse_cmd_send(void *wmi_hdl,
1388 uint8_t macaddr[IEEE80211_ADDR_LEN],
1389 struct addba_setresponse_params *param);
1390
1391QDF_STATUS wmi_unified_singleamsdu_cmd_send(void *wmi_hdl,
1392 uint8_t macaddr[IEEE80211_ADDR_LEN],
1393 struct singleamsdu_params *param);
1394
1395QDF_STATUS wmi_unified_set_qboost_param_cmd_send(void *wmi_hdl,
1396 uint8_t macaddr[IEEE80211_ADDR_LEN],
1397 struct set_qboost_params *param);
1398
1399QDF_STATUS wmi_unified_mu_scan_cmd_send(void *wmi_hdl,
1400 struct mu_scan_params *param);
1401
1402QDF_STATUS wmi_unified_lteu_config_cmd_send(void *wmi_hdl,
1403 struct lteu_config_params *param);
1404
1405QDF_STATUS wmi_unified_set_psmode_cmd_send(void *wmi_hdl,
1406 struct set_ps_mode_params *param);
1407
1408QDF_STATUS wmi_unified_init_cmd_send(void *wmi_hdl,
Kiran Venkatappaaf1dae32016-12-23 19:58:54 +05301409 struct wmi_init_cmd_param *param);
Govind Singh89727882016-04-15 13:58:27 +05301410
1411bool wmi_service_enabled(void *wmi_hdl, uint32_t service_id);
1412
Kiran Venkatappa34bea522017-09-01 17:02:34 +05301413/**
1414 * wmi_save_service_bitmap() - save service bitmap
1415 * @wmi_handle: wmi handle
1416 * @param evt_buf: pointer to event buffer
1417 *
1418 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS failure code
1419 */
Rajeev Kumar5d8497b2017-02-12 02:12:17 -08001420QDF_STATUS wmi_save_service_bitmap(void *wmi_hdl, void *evt_buf,
1421 void *bitmap_buf);
Govind Singh89727882016-04-15 13:58:27 +05301422
Kiran Venkatappa34bea522017-09-01 17:02:34 +05301423/**
1424 * wmi_save_ext_service_bitmap() - save extended service bitmap
1425 * @wmi_handle: wmi handle
1426 * @param evt_buf: pointer to event buffer
1427 *
1428 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS failure code
1429 */
1430QDF_STATUS wmi_save_ext_service_bitmap(void *wmi_hdl, void *evt_buf,
1431 void *bitmap_buf);
1432
Govind Singh89727882016-04-15 13:58:27 +05301433QDF_STATUS wmi_save_fw_version(void *wmi_hdl, void *evt_buf);
1434
1435QDF_STATUS wmi_get_target_cap_from_service_ready(void *wmi_hdl,
Rajeev Kumar0b6b2852017-02-03 00:39:49 -08001436 void *evt_buf,
1437 struct wlan_psoc_target_capability_info *ev);
Govind Singh89727882016-04-15 13:58:27 +05301438
1439QDF_STATUS wmi_extract_hal_reg_cap(void *wmi_hdl, void *evt_buf,
Rajeev Kumar0b6b2852017-02-03 00:39:49 -08001440 struct wlan_psoc_hal_reg_capability *hal_reg_cap);
Govind Singh89727882016-04-15 13:58:27 +05301441
1442host_mem_req *wmi_extract_host_mem_req_from_service_ready(void *wmi_hdl,
1443 void *evt_buf, uint8_t *num_entries);
1444
1445uint32_t wmi_ready_extract_init_status(void *wmi_hdl, void *ev);
1446
1447QDF_STATUS wmi_ready_extract_mac_addr(void *wmi_hdl,
1448 void *ev, uint8_t *macaddr);
1449
Manoj Ekbote66496392017-07-09 23:28:56 -07001450wmi_host_mac_addr *wmi_ready_extract_mac_addr_list(void *wmi_hdl, void *ev,
1451 uint8_t *num_mac_addr);
1452
Kiran Venkatappaa40870a2017-11-10 20:50:12 +05301453/**
1454 * wmi_extract_ready_params() - Extract data from ready event apart from
1455 * status, macaddr and version.
1456 * @wmi_handle: Pointer to WMI handle.
1457 * @evt_buf: Pointer to Ready event buffer.
1458 * @ev_param: Pointer to host defined struct to copy the data from event.
1459 *
1460 * Return: QDF_STATUS_SUCCESS on success.
1461 */
1462QDF_STATUS wmi_extract_ready_event_params(void *wmi_hdl,
1463 void *evt_buf, struct wmi_host_ready_ev_param *ev_param);
1464
Govind Singh89727882016-04-15 13:58:27 +05301465QDF_STATUS wmi_extract_fw_version(void *wmi_hdl,
1466 void *ev, struct wmi_host_fw_ver *fw_ver);
1467
1468QDF_STATUS wmi_extract_fw_abi_version(void *wmi_hdl,
1469 void *ev, struct wmi_host_fw_abi_ver *fw_ver);
1470
1471QDF_STATUS wmi_check_and_update_fw_version(void *wmi_hdl, void *ev);
1472
1473uint8_t *wmi_extract_dbglog_data_len(void *wmi_hdl,
Rajeev Kumar45fdf7f2017-01-25 12:46:21 -08001474 void *evt_b, uint32_t *len);
Govind Singh89727882016-04-15 13:58:27 +05301475
1476QDF_STATUS wmi_send_ext_resource_config(void *wmi_hdl,
1477 wmi_host_ext_resource_config *ext_cfg);
1478
nobeljd9c2dc82018-01-25 16:35:36 -08001479QDF_STATUS wmi_unified_nf_dbr_dbm_info_get_cmd_send(void *wmi_hdl,
1480 uint8_t mac_id);
Govind Singh89727882016-04-15 13:58:27 +05301481
1482QDF_STATUS wmi_unified_packet_power_info_get_cmd_send(void *wmi_hdl,
1483 struct packet_power_info_params *param);
1484
1485QDF_STATUS wmi_unified_gpio_config_cmd_send(void *wmi_hdl,
1486 struct gpio_config_params *param);
1487
1488QDF_STATUS wmi_unified_gpio_output_cmd_send(void *wmi_hdl,
1489 struct gpio_output_params *param);
1490
1491QDF_STATUS wmi_unified_rtt_meas_req_test_cmd_send(void *wmi_hdl,
1492 struct rtt_meas_req_test_params *param);
1493
1494QDF_STATUS wmi_unified_rtt_meas_req_cmd_send(void *wmi_hdl,
1495 struct rtt_meas_req_params *param);
1496
1497QDF_STATUS wmi_unified_rtt_keepalive_req_cmd_send(void *wmi_hdl,
1498 struct rtt_keepalive_req_params *param);
1499
1500QDF_STATUS wmi_unified_lci_set_cmd_send(void *wmi_hdl,
1501 struct lci_set_params *param);
1502
1503QDF_STATUS wmi_unified_lcr_set_cmd_send(void *wmi_hdl,
1504 struct lcr_set_params *param);
1505
1506QDF_STATUS wmi_unified_send_periodic_chan_stats_config_cmd(void *wmi_hdl,
1507 struct periodic_chan_stats_params *param);
1508
Jeffin Mammenff8ae5a2018-07-24 14:20:08 +05301509#ifdef WLAN_ATF_ENABLE
1510QDF_STATUS
1511wmi_unified_set_atf_cmd_send(void *wmi_hdl,
1512 struct set_atf_params *param);
1513
Govind Singh89727882016-04-15 13:58:27 +05301514QDF_STATUS
1515wmi_send_atf_peer_request_cmd(void *wmi_hdl,
Jeffin Mammenff8ae5a2018-07-24 14:20:08 +05301516 struct atf_peer_request_params *param);
Govind Singh89727882016-04-15 13:58:27 +05301517
1518QDF_STATUS
1519wmi_send_set_atf_grouping_cmd(void *wmi_hdl,
Jeffin Mammenff8ae5a2018-07-24 14:20:08 +05301520 struct atf_grouping_params *param);
1521
1522QDF_STATUS
1523wmi_send_set_atf_group_ac_cmd(void *wmi_hdl,
1524 struct atf_group_ac_params *param);
1525
1526QDF_STATUS
1527wmi_extract_atf_peer_stats_ev(void *wmi_hdl, void *evt_buf,
1528 wmi_host_atf_peer_stats_event *ev);
1529
1530QDF_STATUS
1531wmi_extract_atf_token_info_ev(void *wmi_hdl, void *evt_buf, uint8_t idx,
1532 wmi_host_atf_peer_stats_info *atf_token_info);
1533#endif
1534
Govind Singh89727882016-04-15 13:58:27 +05301535/* Extract APIs */
1536
1537QDF_STATUS wmi_extract_wds_addr_event(void *wmi_hdl,
1538 void *evt_buf, uint16_t len, wds_addr_event_t *wds_ev);
1539
1540QDF_STATUS wmi_extract_dcs_interference_type(void *wmi_hdl,
Kiran Venkatappa9b7a9592016-12-29 18:09:32 +05301541 void *evt_buf, struct wmi_host_dcs_interference_param *param);
Govind Singh89727882016-04-15 13:58:27 +05301542
1543QDF_STATUS wmi_extract_dcs_cw_int(void *wmi_hdl, void *evt_buf,
1544 wmi_host_ath_dcs_cw_int *cw_int);
1545
1546QDF_STATUS wmi_extract_dcs_im_tgt_stats(void *wmi_hdl, void *evt_buf,
1547 wmi_host_dcs_im_tgt_stats_t *wlan_stat);
1548
Govind Singh89727882016-04-15 13:58:27 +05301549QDF_STATUS wmi_extract_fips_event_data(void *wmi_hdl, void *evt_buf,
Kiran Venkatappa9f5fcc02016-12-29 22:07:14 +05301550 struct wmi_host_fips_event_param *param);
1551
Govind Singh89727882016-04-15 13:58:27 +05301552QDF_STATUS wmi_extract_vdev_start_resp(void *wmi_hdl, void *evt_buf,
1553 wmi_host_vdev_start_resp *vdev_rsp);
Sathish Kumar744fbf72017-05-17 18:05:15 +05301554
Om Prakash Tripathi105b04b2017-11-24 16:53:07 +05301555/**
1556 * wmi_extract_vdev_delete_resp - api to extract vdev delete
1557 * response event params
1558 * @wmi_handle: wma handle
1559 * @evt_buf: pointer to event buffer
1560 * @delele_rsp: pointer to hold delete response from firmware
1561 *
1562 * Return: QDF_STATUS_SUCCESS for successful event parse
1563 * else QDF_STATUS_E_INVAL or QDF_STATUS_E_FAILURE
1564 */
1565QDF_STATUS wmi_extract_vdev_delete_resp(void *wmi_hdl, void *evt_buf,
1566 struct wmi_host_vdev_delete_resp *delele_rsp);
1567
Govind Singh89727882016-04-15 13:58:27 +05301568QDF_STATUS wmi_extract_tbttoffset_update_params(void *wmi_hdl, void *evt_buf,
Sathish Kumar744fbf72017-05-17 18:05:15 +05301569 uint8_t idx, struct tbttoffset_params *tbtt_param);
1570
1571QDF_STATUS wmi_extract_ext_tbttoffset_update_params(void *wmi_hdl,
1572 void *evt_buf, uint8_t idx,
1573 struct tbttoffset_params *tbtt_param);
1574
1575QDF_STATUS wmi_extract_tbttoffset_num_vdevs(void *wmi_hdl, void *evt_buf,
1576 uint32_t *num_vdevs);
1577
1578QDF_STATUS wmi_extract_ext_tbttoffset_num_vdevs(void *wmi_hdl, void *evt_buf,
1579 uint32_t *num_vdevs);
Govind Singh89727882016-04-15 13:58:27 +05301580
1581QDF_STATUS wmi_extract_mgmt_rx_params(void *wmi_hdl, void *evt_buf,
Himanshu Agarwal53d526b2017-01-05 14:23:18 +05301582 struct mgmt_rx_event_params *hdr, uint8_t **bufp);
Govind Singh89727882016-04-15 13:58:27 +05301583
1584QDF_STATUS wmi_extract_vdev_stopped_param(void *wmi_hdl, void *evt_buf,
1585 uint32_t *vdev_id);
1586
1587QDF_STATUS wmi_extract_vdev_roam_param(void *wmi_hdl, void *evt_buf,
1588 wmi_host_roam_event *ev);
1589
1590QDF_STATUS wmi_extract_vdev_scan_ev_param(void *wmi_hdl, void *evt_buf,
Om Prakash Tripathi91452bf2017-02-25 15:53:30 +05301591 struct scan_event *param);
Govind Singh89727882016-04-15 13:58:27 +05301592
Frank Liu0ba573b2017-03-15 17:51:43 +08001593#ifdef CONVERGED_TDLS_ENABLE
1594/**
1595 * wmi_extract_vdev_tdls_ev_param - extract vdev tdls param from event
1596 * @wmi_handle: wmi handle
1597 * @param evt_buf: pointer to event buffer
1598 * @param param: Pointer to hold vdev tdls param
1599 *
1600 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1601 */
1602QDF_STATUS wmi_extract_vdev_tdls_ev_param(void *wmi_hdl, void *evt_buf,
1603 struct tdls_event_info *param);
1604#endif
1605
Govind Singh89727882016-04-15 13:58:27 +05301606QDF_STATUS wmi_extract_mu_ev_param(void *wmi_hdl, void *evt_buf,
1607 wmi_host_mu_report_event *param);
1608
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05301609QDF_STATUS wmi_extract_mu_db_entry(void *wmi_hdl, void *evt_buf,
1610 uint8_t idx, wmi_host_mu_db_entry *param);
1611
1612QDF_STATUS wmi_extract_mumimo_tx_count_ev_param(void *wmi_hdl, void *evt_buf,
1613 wmi_host_peer_txmu_cnt_event *param);
1614
1615QDF_STATUS wmi_extract_peer_gid_userpos_list_ev_param(void *wmi_hdl,
1616 void *evt_buf, wmi_host_peer_gid_userpos_list_event *param);
1617
Anirban Sirkhell08c01932017-08-25 16:01:50 +05301618QDF_STATUS
1619wmi_extract_esp_estimate_ev_param(void *wmi_hdl, void *evt_buf,
1620 struct esp_estimation_event *param);
1621
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05301622QDF_STATUS wmi_extract_pdev_caldata_version_check_ev_param(void *wmi_hdl,
1623 void *evt_buf, wmi_host_pdev_check_cal_version_event *param);
1624
Govind Singh89727882016-04-15 13:58:27 +05301625QDF_STATUS wmi_extract_pdev_tpc_config_ev_param(void *wmi_hdl, void *evt_buf,
1626 wmi_host_pdev_tpc_config_event *param);
1627
1628QDF_STATUS wmi_extract_gpio_input_ev_param(void *wmi_hdl,
1629 void *evt_buf, uint32_t *gpio_num);
1630
1631QDF_STATUS wmi_extract_pdev_reserve_ast_ev_param(void *wmi_hdl,
Kiran Venkatappa3f061a92017-02-08 14:57:16 +05301632 void *evt_buf, struct wmi_host_proxy_ast_reserve_param *param);
Govind Singh89727882016-04-15 13:58:27 +05301633
1634QDF_STATUS wmi_extract_nfcal_power_ev_param(void *wmi_hdl, void *evt_buf,
1635 wmi_host_pdev_nfcal_power_all_channels_event *param);
1636
1637QDF_STATUS wmi_extract_pdev_tpc_ev_param(void *wmi_hdl, void *evt_buf,
1638 wmi_host_pdev_tpc_event *param);
1639
1640QDF_STATUS wmi_extract_pdev_generic_buffer_ev_param(void *wmi_hdl,
1641 void *evt_buf,
1642 wmi_host_pdev_generic_buffer_event *param);
1643
1644QDF_STATUS wmi_extract_mgmt_tx_compl_param(void *wmi_hdl, void *evt_buf,
1645 wmi_host_mgmt_tx_compl_event *param);
1646
Kiran Venkatappa25c47022017-03-19 22:58:09 +05301647QDF_STATUS wmi_extract_offchan_data_tx_compl_param(void *wmi_hdl, void *evt_buf,
1648 struct wmi_host_offchan_data_tx_compl_event *param);
1649
Sathish Kumar907a7462017-02-27 10:35:40 +05301650QDF_STATUS wmi_extract_pdev_csa_switch_count_status(void *wmi_hdl,
1651 void *evt_buf,
1652 struct pdev_csa_switch_count_status *param);
1653
Sathish Kumar744fbf72017-05-17 18:05:15 +05301654QDF_STATUS wmi_extract_swba_num_vdevs(void *wmi_hdl, void *evt_buf,
1655 uint32_t *num_vdevs);
Govind Singh89727882016-04-15 13:58:27 +05301656
1657QDF_STATUS wmi_extract_swba_tim_info(void *wmi_hdl, void *evt_buf,
1658 uint32_t idx, wmi_host_tim_info *tim_info);
1659
1660QDF_STATUS wmi_extract_swba_noa_info(void *wmi_hdl, void *evt_buf,
1661 uint32_t idx, wmi_host_p2p_noa_info *p2p_desc);
1662
Wu Gao07ba6b42017-03-13 20:17:34 +08001663#ifdef CONVERGED_P2P_ENABLE
1664QDF_STATUS wmi_extract_p2p_lo_stop_ev_param(void *wmi_hdl,
1665 void *evt_buf, struct p2p_lo_event *param);
1666
1667QDF_STATUS wmi_extract_p2p_noa_ev_param(void *wmi_hdl,
1668 void *evt_buf, struct p2p_noa_info *param);
1669#endif
1670
Govind Singh89727882016-04-15 13:58:27 +05301671QDF_STATUS wmi_extract_peer_sta_ps_statechange_ev(void *wmi_hdl,
1672 void *evt_buf, wmi_host_peer_sta_ps_statechange_event *ev);
1673
1674QDF_STATUS wmi_extract_peer_sta_kickout_ev(void *wmi_hdl, void *evt_buf,
1675 wmi_host_peer_sta_kickout_event *ev);
1676
1677QDF_STATUS wmi_extract_peer_ratecode_list_ev(void *wmi_hdl, void *evt_buf,
1678 uint8_t *peer_mac, wmi_sa_rate_cap *rate_cap);
1679
Jeff Johnson6b8bda42016-10-07 13:03:02 -07001680QDF_STATUS wmi_extract_bcnflt_stats(void *wmi_hdl, void *evt_buf,
1681 uint32_t index, wmi_host_bcnflt_stats *bcnflt_stats);
1682
Govind Singh89727882016-04-15 13:58:27 +05301683QDF_STATUS wmi_extract_rtt_hdr(void *wmi_hdl, void *evt_buf,
1684 wmi_host_rtt_event_hdr *ev);
1685
1686QDF_STATUS wmi_extract_rtt_ev(void *wmi_hdl, void *evt_buf,
1687 wmi_host_rtt_meas_event *ev, uint8_t *hdump,
1688 uint16_t hdump_len);
1689
1690QDF_STATUS wmi_extract_rtt_error_report_ev(void *wmi_hdl, void *evt_buf,
1691 wmi_host_rtt_error_report_event *ev);
1692
Jeff Johnson6b8bda42016-10-07 13:03:02 -07001693QDF_STATUS wmi_extract_chan_stats(void *wmi_hdl, void *evt_buf,
1694 uint32_t index, wmi_host_chan_stats *chan_stats);
1695
Govind Singh89727882016-04-15 13:58:27 +05301696QDF_STATUS wmi_extract_thermal_stats(void *wmi_hdl, void *evt_buf,
Om Prakash Tripathi2f54fbb2017-04-19 16:57:31 +05301697 uint32_t *temp, uint32_t *level, uint32_t *pdev_id);
Govind Singh89727882016-04-15 13:58:27 +05301698
1699QDF_STATUS wmi_extract_thermal_level_stats(void *wmi_hdl, void *evt_buf,
1700 uint8_t idx, uint32_t *levelcount, uint32_t *dccount);
1701
1702QDF_STATUS wmi_extract_comb_phyerr(void *wmi_hdl, void *evt_buf,
1703 uint16_t datalen, uint16_t *buf_offset,
1704 wmi_host_phyerr_t *phyerr);
1705
1706QDF_STATUS wmi_extract_single_phyerr(void *wmi_hdl, void *evt_buf,
1707 uint16_t datalen, uint16_t *buf_offset,
1708 wmi_host_phyerr_t *phyerr);
1709
1710QDF_STATUS wmi_extract_composite_phyerr(void *wmi_hdl, void *evt_buf,
1711 uint16_t datalen, wmi_host_phyerr_t *phyerr);
1712
1713QDF_STATUS wmi_extract_profile_ctx(void *wmi_hdl, void *evt_buf,
1714 wmi_host_wlan_profile_ctx_t *profile_ctx);
1715
Govind Singh41da3152016-05-06 20:20:25 +05301716QDF_STATUS wmi_extract_profile_data(void *wmi_hdl, void *evt_buf, uint8_t idx,
Govind Singh89727882016-04-15 13:58:27 +05301717 wmi_host_wlan_profile_t *profile_data);
1718
1719QDF_STATUS wmi_extract_chan_info_event(void *wmi_hdl, void *evt_buf,
1720 wmi_host_chan_info_event *chan_info);
1721
1722QDF_STATUS wmi_extract_channel_hopping_event(void *wmi_hdl, void *evt_buf,
1723 wmi_host_pdev_channel_hopping_event *ch_hopping);
1724
1725QDF_STATUS wmi_extract_stats_param(void *wmi_hdl, void *evt_buf,
1726 wmi_host_stats_event *stats_param);
1727
1728QDF_STATUS wmi_extract_pdev_stats(void *wmi_hdl, void *evt_buf,
1729 uint32_t index,
1730 wmi_host_pdev_stats *pdev_stats);
1731
Adil Saeed Musthafa0b6c7602017-08-23 17:32:11 -07001732QDF_STATUS wmi_extract_unit_test(void *wmi_hdl, void *evt_buf,
1733 wmi_unit_test_event *unit_test, uint32_t maxspace);
1734
Govind Singh89727882016-04-15 13:58:27 +05301735QDF_STATUS wmi_extract_pdev_ext_stats(void *wmi_hdl, void *evt_buf,
1736 uint32_t index,
1737 wmi_host_pdev_ext_stats *pdev_ext_stats);
1738
1739QDF_STATUS wmi_extract_peer_extd_stats(void *wmi_hdl, void *evt_buf,
1740 uint32_t index,
1741 wmi_host_peer_extd_stats *peer_extd_stats);
1742
1743QDF_STATUS wmi_extract_bss_chan_info_event(void *wmi_hdl, void *evt_buf,
1744 wmi_host_pdev_bss_chan_info_event *bss_chan_info);
1745
1746QDF_STATUS wmi_extract_inst_rssi_stats_event(void *wmi_hdl, void *evt_buf,
1747 wmi_host_inst_stats_resp *inst_rssi_resp);
1748
1749QDF_STATUS wmi_extract_peer_stats(void *wmi_hdl, void *evt_buf,
1750 uint32_t index, wmi_host_peer_stats *peer_stats);
1751
1752QDF_STATUS wmi_extract_tx_data_traffic_ctrl_ev(void *wmi_hdl, void *evt_buf,
1753 wmi_host_tx_data_traffic_ctrl_event *ev);
1754
1755QDF_STATUS wmi_extract_vdev_stats(void *wmi_hdl, void *evt_buf,
1756 uint32_t index, wmi_host_vdev_stats *vdev_stats);
1757
Naveen Rawat9734fa92018-04-12 08:17:55 -07001758QDF_STATUS wmi_extract_per_chain_rssi_stats(void *wmi_hdl, void *evt_buf,
1759 uint32_t index, struct wmi_host_per_chain_rssi_stats *rssi_stats);
1760
Govind Singh89727882016-04-15 13:58:27 +05301761QDF_STATUS wmi_extract_vdev_extd_stats(void *wmi_hdl, void *evt_buf,
1762 uint32_t index, wmi_host_vdev_extd_stats *vdev_extd_stats);
Govind Singhc10bde82016-05-02 17:59:24 +05301763
Gurumoorthi Gnanasambandhan18977552017-11-06 22:04:17 +05301764QDF_STATUS wmi_extract_bcn_stats(void *wmi_hdl, void *evt_buf,
1765 uint32_t index, wmi_host_bcn_stats *vdev_bcn_stats);
1766
Chaithanya Garrepalli140a0532018-01-18 14:19:41 +05301767/**
1768 * wmi_extract_vdev_nac_rssi_stats() - extract NAC_RSSI stats from event
1769 * @wmi_handle: wmi handle
1770 * @param evt_buf: pointer to event buffer
1771 * @param vdev_extd_stats: Pointer to hold nac rssi stats
1772 *
1773 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1774 */
1775QDF_STATUS wmi_extract_vdev_nac_rssi_stats(void *wmi_hdl, void *evt_buf,
1776 struct wmi_host_vdev_nac_rssi_event *vdev_nac_rssi_stats);
1777
Govind Singhc10bde82016-05-02 17:59:24 +05301778QDF_STATUS wmi_unified_send_power_dbg_cmd(void *wmi_hdl,
1779 struct wmi_power_dbg_params *param);
Sathish Kumar907a7462017-02-27 10:35:40 +05301780
1781QDF_STATUS wmi_unified_send_multiple_vdev_restart_req_cmd(void *wmi_hdl,
1782 struct multiple_vdev_restart_params *param);
1783
Jeff Johnsonefb43392017-12-14 15:50:16 -08001784/**
1785 * wmi_unified_send_sar_limit_cmd() - send sar limit cmd to fw
1786 * @wmi_hdl: wmi handle
1787 * @params: sar limit command params
1788 *
1789 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1790 */
Manikandan Mohan7e5ad482016-12-13 13:14:06 -08001791QDF_STATUS wmi_unified_send_sar_limit_cmd(void *wmi_hdl,
Jeff Johnsonefb43392017-12-14 15:50:16 -08001792 struct sar_limit_cmd_params *params);
1793
1794/**
1795 * wmi_unified_get_sar_limit_cmd() - request current SAR limits from FW
1796 * @wmi_hdl: wmi handle
1797 *
1798 * Return: QDF_STATUS_SUCCESS for success or error code
1799 */
1800QDF_STATUS wmi_unified_get_sar_limit_cmd(void *wmi_hdl);
1801
1802/**
1803 * wmi_unified_extract_sar_limit_event() - extract SAR limits from FW event
1804 * @wmi_hdl: wmi handle
1805 * @evt_buf: event buffer received from firmware
1806 * @event: SAR limit event which is to be populated by data extracted from
1807 * the @evt_buf buffer
1808 *
1809 * Return: QDF_STATUS_SUCCESS for success or error code
1810 */
1811QDF_STATUS wmi_unified_extract_sar_limit_event(void *wmi_hdl,
1812 uint8_t *evt_buf,
1813 struct sar_limit_event *event);
1814
Kabilan Kannana348b622018-06-21 16:55:47 -07001815/**
1816 * wmi_unified_extract_sar2_result_event() - extract SAR limits from FW event
1817 * @handle: wmi handle
1818 * @event: event buffer received from firmware
1819 * @len: length of the event buffer
1820 *
1821 * Return: QDF_STATUS_SUCCESS for success or error code
1822 */
1823QDF_STATUS wmi_unified_extract_sar2_result_event(void *handle,
1824 uint8_t *event, uint32_t len);
1825
1826/**
1827 * wmi_extract_sar_cap_service_ready_ext() - extract SAR cap from
1828 * FW service ready event
1829 * @wmi_hdl: wmi handle
1830 * @evt_buf: event buffer received from firmware
1831 * @ext_param: extended target info
1832 *
1833 * Return: QDF_STATUS_SUCCESS for success or error code
1834 */
1835QDF_STATUS wmi_extract_sar_cap_service_ready_ext(
1836 void *wmi_hdl,
1837 uint8_t *evt_buf,
1838 struct wlan_psoc_host_service_ext_param *ext_param);
1839
Gupta, Kapil7b768002016-04-25 19:14:19 +05301840QDF_STATUS wmi_unified_send_adapt_dwelltime_params_cmd(void *wmi_hdl,
1841 struct wmi_adaptive_dwelltime_params *
1842 wmi_param);
Anurag Chouhan4d41be72016-07-22 20:19:54 +05301843QDF_STATUS wmi_unified_fw_test_cmd(void *wmi_hdl,
1844 struct set_fwtest_params *wmi_fwtest);
1845
Leo Chang8184e9c2016-09-28 13:43:36 -07001846QDF_STATUS wmi_unified_peer_rx_reorder_queue_setup_send(void *wmi_hdl,
1847 struct rx_reorder_queue_setup_params *param);
1848QDF_STATUS wmi_unified_peer_rx_reorder_queue_remove_send(void *wmi_hdl,
1849 struct rx_reorder_queue_remove_params *param);
Kiran Venkatappa9c71b362016-08-10 23:55:40 +05301850
1851QDF_STATUS wmi_extract_service_ready_ext(void *wmi_hdl, uint8_t *evt_buf,
Rajeev Kumar0b6b2852017-02-03 00:39:49 -08001852 struct wlan_psoc_host_service_ext_param *param);
Kiran Venkatappa9c71b362016-08-10 23:55:40 +05301853QDF_STATUS wmi_extract_hw_mode_cap_service_ready_ext(
1854 void *wmi_hdl,
1855 uint8_t *evt_buf, uint8_t hw_mode_idx,
Rajeev Kumar0b6b2852017-02-03 00:39:49 -08001856 struct wlan_psoc_host_hw_mode_caps *param);
Kiran Venkatappa9c71b362016-08-10 23:55:40 +05301857QDF_STATUS wmi_extract_mac_phy_cap_service_ready_ext(
1858 void *wmi_hdl,
Kiran Venkatappa176fe6c2016-12-26 15:38:06 +05301859 uint8_t *evt_buf,
1860 uint8_t hw_mode_id,
1861 uint8_t phy_id,
Rajeev Kumar0b6b2852017-02-03 00:39:49 -08001862 struct wlan_psoc_host_mac_phy_caps *param);
Kiran Venkatappa9c71b362016-08-10 23:55:40 +05301863QDF_STATUS wmi_extract_reg_cap_service_ready_ext(
1864 void *wmi_hdl,
1865 uint8_t *evt_buf, uint8_t phy_idx,
Rajeev Kumar0b6b2852017-02-03 00:39:49 -08001866 struct wlan_psoc_host_hal_reg_capabilities_ext *param);
Sathish Kumar3d3cf4f2017-11-17 17:30:41 +05301867
1868/**
1869 * wmi_extract_dbr_ring_cap_service_ready_ext: Extract direct buffer rx
1870 * capability received through
1871 * extended service ready event
1872 * @wmi_hdl: WMI handle
1873 * @evt_buf: Event buffer
1874 * @idx: Index of the module for which capability is received
1875 * @param: Pointer to direct buffer rx ring cap struct
1876 *
1877 * Return: QDF status of operation
1878 */
1879QDF_STATUS wmi_extract_dbr_ring_cap_service_ready_ext(
1880 void *wmi_hdl,
1881 uint8_t *evt_buf, uint8_t idx,
1882 struct wlan_psoc_host_dbr_ring_caps *param);
1883
1884/**
1885 * wmi_extract_dbr_buf_release_fixed : Extract direct buffer rx fixed param
1886 * from buffer release event
1887 * @wmi_hdl: WMI handle
1888 * @evt_buf: Event buffer
1889 * @param: Pointer to direct buffer rx response struct
1890 *
1891 * Return: QDF status of operation
1892 */
1893QDF_STATUS wmi_extract_dbr_buf_release_fixed(
1894 void *wmi_hdl,
1895 uint8_t *evt_buf,
1896 struct direct_buf_rx_rsp *param);
1897
1898/**
1899 * wmi_extract_dbr_buf_release_entry: Extract direct buffer rx buffer tlv
1900 *
1901 * @wmi_hdl: WMI handle
1902 * @evt_buf: Event buffer
1903 * @idx: Index of the module for which capability is received
1904 * @param: Pointer to direct buffer rx entry
1905 *
1906 * Return: QDF status of operation
1907 */
1908QDF_STATUS wmi_extract_dbr_buf_release_entry(
1909 void *wmi_hdl,
1910 uint8_t *evt_buf, uint8_t idx,
1911 struct direct_buf_rx_entry *param);
Edayilliam Jayadev42ce0e42018-04-06 16:37:17 +05301912
1913/**
1914 * wmi_extract_dbr_buf_metadata: Extract direct buffer metadata
1915 *
1916 * @wmi_hdl: WMI handle
1917 * @evt_buf: Event buffer
1918 * @idx: Index of the module for which capability is received
1919 * @param: Pointer to direct buffer metadata
1920 *
1921 * Return: QDF status of operation
1922 */
1923QDF_STATUS wmi_extract_dbr_buf_metadata(
1924 void *wmi_hdl,
1925 uint8_t *evt_buf, uint8_t idx,
1926 struct direct_buf_rx_metadata *param);
1927
Sathish Kumar617535c2017-01-24 17:51:26 +05301928QDF_STATUS wmi_extract_pdev_utf_event(void *wmi_hdl,
1929 uint8_t *evt_buf,
1930 struct wmi_host_pdev_utf_event *param);
Vijay Pamidipatiadd0ba72017-01-17 12:53:05 +05301931
Kiran Venkatappa3d514982017-02-28 14:19:17 +05301932QDF_STATUS wmi_extract_pdev_qvit_event(void *wmi_hdl,
1933 uint8_t *evt_buf,
1934 struct wmi_host_pdev_qvit_event *param);
1935
Vijay Pamidipatiadd0ba72017-01-17 12:53:05 +05301936QDF_STATUS wmi_extract_peer_delete_response_event(void *wmi_hdl,
1937 uint8_t *evt_buf,
1938 struct wmi_host_peer_delete_response_event *param);
Arif Hussain85604fb2017-01-07 18:21:55 -08001939
Vikram Kandukuric83feb62017-03-07 18:40:13 +05301940QDF_STATUS wmi_extract_chainmask_tables(void *wmi_hdl, uint8_t *evt_buf,
1941 struct wlan_psoc_host_chainmask_table *chainmask_table);
Arif Hussain85604fb2017-01-07 18:21:55 -08001942/**
1943 * wmi_unified_dfs_phyerr_offload_en_cmd() - enable dfs phyerr offload
1944 * @wmi_handle: wmi handle
1945 * @pdev_id: pdev id
1946 *
1947 * Return: QDF_STATUS
1948 */
1949QDF_STATUS wmi_unified_dfs_phyerr_offload_en_cmd(void *wmi_hdl,
1950 uint32_t pdev_id);
1951
1952/**
1953 * wmi_unified_dfs_phyerr_offload_dis_cmd() - disable dfs phyerr offload
1954 * @wmi_handle: wmi handle
1955 * @pdev_id: pdev id
1956 *
1957 * Return: QDF_STATUS
1958 */
1959QDF_STATUS wmi_unified_dfs_phyerr_offload_dis_cmd(void *wmi_hdl,
1960 uint32_t pdev_id);
Dustin Browne58fbc72017-04-03 17:00:07 -07001961
Kiran Kumar Lokeree70e6052017-04-24 00:56:03 -07001962QDF_STATUS wmi_unified_set_country_cmd_send(void *wmi_hdl,
1963 struct set_country *param);
Rajeev Kumar Sirasanagandla9d7a69f2017-09-18 16:47:52 +05301964
1965#ifdef WLAN_FEATURE_ACTION_OUI
1966/**
1967 * wmi_unified_send_action_oui_cmd() - send action oui cmd to fw
1968 * @wmi_hdl: wma handle
1969 * @req: wmi action oui message to be send
1970 *
1971 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1972 */
1973QDF_STATUS
1974wmi_unified_send_action_oui_cmd(void *wmi_hdl,
1975 struct action_oui_request *req);
1976#endif /* WLAN_FEATURE_ACTION_OUI */
1977
Vignesh Viswanathan90cd7742017-09-25 14:36:38 +05301978/*
1979 * wmi_unified_set_del_pmkid_cache() - set delete PMKID
1980 * @wmi_hdl: wma handle
1981 * @pmksa: pointer to pmk cache entry
1982 *
1983 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1984 */
1985QDF_STATUS wmi_unified_set_del_pmkid_cache(void *wmi_hdl,
1986 struct wmi_unified_pmk_cache *pmksa);
1987
1988#if defined(WLAN_FEATURE_FILS_SK)
1989/*
1990 * wmi_unified_roam_send_hlp_cmd() -send HLP command info
1991 * @wmi_hdl: wma handle
1992 * @req_buf: Pointer to HLP params
1993 *
1994 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1995 */
1996QDF_STATUS wmi_unified_roam_send_hlp_cmd(void *wmi_hdl,
1997 struct hlp_params *req_buf);
1998#endif
Kiran Kumar Lokeree70e6052017-04-24 00:56:03 -07001999
Rajeev Kumar Sirasanagandlacddf6fe2016-11-22 21:28:54 +05302000/**
2001 * wmi_unified_send_request_get_rcpi_cmd() - command to request rcpi value
2002 * @wmi_hdl: wma handle
2003 * @get_rcpi_param: rcpi params
2004 *
2005 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
2006 */
2007QDF_STATUS wmi_unified_send_request_get_rcpi_cmd(void *wmi_hdl,
2008 struct rcpi_req *get_rcpi_param);
2009
2010/**
2011 * wmi_extract_rcpi_response_event - api to extract RCPI event params
2012 * @wmi_handle: wma handle
2013 * @evt_buf: pointer to event buffer
2014 * @res: pointer to hold rcpi response from firmware
2015 *
2016 * Return: QDF_STATUS_SUCCESS for successful event parse
2017 * else QDF_STATUS_E_INVAL or QDF_STATUS_E_FAILURE
2018 */
2019QDF_STATUS wmi_extract_rcpi_response_event(void *wmi_hdl, void *evt_buf,
2020 struct rcpi_res *res);
2021
Dustin Browne58fbc72017-04-03 17:00:07 -07002022#ifdef WMI_INTERFACE_EVENT_LOGGING
2023void wmi_print_cmd_log(wmi_unified_t wmi, uint32_t count,
2024 qdf_abstract_print *print, void *print_priv);
2025
2026void wmi_print_cmd_tx_cmp_log(wmi_unified_t wmi, uint32_t count,
2027 qdf_abstract_print *print, void *print_priv);
2028
2029void wmi_print_mgmt_cmd_log(wmi_unified_t wmi, uint32_t count,
2030 qdf_abstract_print *print, void *print_priv);
2031
2032void wmi_print_mgmt_cmd_tx_cmp_log(wmi_unified_t wmi, uint32_t count,
2033 qdf_abstract_print *print, void *print_priv);
2034
2035void wmi_print_event_log(wmi_unified_t wmi, uint32_t count,
2036 qdf_abstract_print *print, void *print_priv);
2037
2038void wmi_print_rx_event_log(wmi_unified_t wmi, uint32_t count,
2039 qdf_abstract_print *print, void *print_priv);
2040
2041void wmi_print_mgmt_event_log(wmi_unified_t wmi, uint32_t count,
2042 qdf_abstract_print *print, void *print_priv);
Kiran Kumar Lokeree70e6052017-04-24 00:56:03 -07002043
Dustin Browne58fbc72017-04-03 17:00:07 -07002044#endif /* WMI_INTERFACE_EVENT_LOGGING */
2045
Nitesh Shahfb9e88b2017-05-22 15:49:00 +05302046QDF_STATUS wmi_unified_send_dbs_scan_sel_params_cmd(void *wmi_hdl,
2047 struct wmi_dbs_scan_sel_params *wmi_param);
Ganesh Kondabattini20b086b2017-07-10 11:54:11 +05302048
2049QDF_STATUS wmi_unified_send_limit_off_chan_cmd(void *wmi_hdl,
2050 struct wmi_limit_off_chan_param *wmi_param);
Anurag Chouhanc1705422017-09-11 14:56:30 +05302051QDF_STATUS wmi_unified_set_arp_stats_req(void *wmi_hdl,
2052 struct set_arp_stats *req_buf);
2053QDF_STATUS wmi_unified_get_arp_stats_req(void *wmi_hdl,
2054 struct get_arp_stats *req_buf);
Kiran Venkatappaf9b1de32017-11-08 19:32:23 +05302055
2056/**
2057 * wmi_send_bcn_offload_control_cmd - send beacon ofload control cmd to fw
2058 * @wmi_hdl: wmi handle
2059 * @bcn_ctrl_param: pointer to bcn_offload_control param
2060 *
2061 * Return: QDF_STATUS_SUCCESS for success or error code
2062 */
2063QDF_STATUS wmi_send_bcn_offload_control_cmd(void *wmi_hdl,
2064 struct bcn_offload_control *bcn_ctrl_param);
Rathees kumar Chinannanaff64b02017-11-22 17:03:57 +05302065/**
2066 * wmi_unified_send_wds_entry_list_cmd() - WMI function to get list of
2067 * wds entries from FW
Arif Hussain2cfde1d2017-12-27 16:23:45 -08002068 * @wmi_hdl: wmi handle
Rathees kumar Chinannanaff64b02017-11-22 17:03:57 +05302069 *
2070 * Send WMI_PDEV_WDS_ENTRY_LIST_CMDID parameters to fw.
2071 *
2072 * Return: QDF_STATUS_SUCCESS on success, QDF_STATUS_E_** on error
2073 */
2074
2075QDF_STATUS wmi_unified_send_dump_wds_table_cmd(void *wmi_hdl);
2076
2077/**
2078 * wmi_extract_wds_entry - api to extract wds entry
Arif Hussain2cfde1d2017-12-27 16:23:45 -08002079 * @wmi_hdl: wmi handle
Rathees kumar Chinannanaff64b02017-11-22 17:03:57 +05302080 * @evt_buf: pointer to event buffer
2081 * @wds_entry: wds entry
2082 * @idx: index to point wds entry in event buffer
2083 *
2084 * Return: QDF_STATUS_SUCCESS for successful event parse
2085 * else QDF_STATUS_E_INVAL or QDF_STATUS_E_FAILURE
2086 */
2087
2088QDF_STATUS wmi_extract_wds_entry(void *wmi_hdl, uint8_t *evt_buf,
2089 struct wdsentry *wds_entry, u_int32_t idx);
Naveen Rawat79a787c2017-12-14 13:24:31 -08002090
2091#ifdef WLAN_FEATURE_NAN_CONVERGENCE
2092/**
2093 * wmi_unified_ndp_initiator_req_cmd_send - api to send initiator request to FW
Naveen Rawat76cbf2f2018-01-09 17:54:41 -08002094 * @wmi_hdl: wmi handle
Naveen Rawat79a787c2017-12-14 13:24:31 -08002095 * @req: pointer to request buffer
2096 *
2097 * Return: status of operation
2098 */
2099QDF_STATUS wmi_unified_ndp_initiator_req_cmd_send(void *wmi_hdl,
2100 struct nan_datapath_initiator_req *req);
2101
2102/**
2103 * wmi_unified_ndp_responder_req_cmd_send - api to send responder request to FW
Naveen Rawat76cbf2f2018-01-09 17:54:41 -08002104 * @wmi_hdl: wmi handle
Naveen Rawat79a787c2017-12-14 13:24:31 -08002105 * @req: pointer to request buffer
2106 *
2107 * Return: status of operation
2108 */
2109QDF_STATUS wmi_unified_ndp_responder_req_cmd_send(void *wmi_hdl,
2110 struct nan_datapath_responder_req *req);
2111
2112/**
2113 * wmi_unified_ndp_end_req_cmd_send - api to send end request to FW
Naveen Rawat76cbf2f2018-01-09 17:54:41 -08002114 * @wmi_hdl: wmi handle
Naveen Rawat79a787c2017-12-14 13:24:31 -08002115 * @req: pointer to request buffer
2116 *
2117 * Return: status of operation
2118 */
2119QDF_STATUS wmi_unified_ndp_end_req_cmd_send(void *wmi_hdl,
2120 struct nan_datapath_end_req *req);
2121
2122/**
2123 * wmi_extract_ndp_initiator_rsp - api to extract initiator rsp from even buffer
Naveen Rawat76cbf2f2018-01-09 17:54:41 -08002124 * @wmi_hdl: wmi handle
Naveen Rawat79a787c2017-12-14 13:24:31 -08002125 * @data: event buffer
2126 * @rsp: buffer to populate
2127 *
2128 * Return: status of operation
2129 */
2130QDF_STATUS wmi_extract_ndp_initiator_rsp(wmi_unified_t wmi_handle,
Naveen Rawat1d095b02018-02-02 15:13:05 -08002131 uint8_t *data, struct nan_datapath_initiator_rsp *rsp);
Naveen Rawat79a787c2017-12-14 13:24:31 -08002132
2133/**
2134 * wmi_extract_ndp_ind - api to extract ndp indication struct from even buffer
Naveen Rawat76cbf2f2018-01-09 17:54:41 -08002135 * @wmi_hdl: wmi handle
Naveen Rawat79a787c2017-12-14 13:24:31 -08002136 * @data: event buffer
2137 * @ind: buffer to populate
2138 *
2139 * Return: status of operation
2140 */
2141QDF_STATUS wmi_extract_ndp_ind(wmi_unified_t wmi_handle, uint8_t *data,
Naveen Rawat1d095b02018-02-02 15:13:05 -08002142 struct nan_datapath_indication_event *ind);
Naveen Rawat79a787c2017-12-14 13:24:31 -08002143
2144/**
2145 * wmi_extract_ndp_confirm - api to extract ndp confim struct from even buffer
Naveen Rawat76cbf2f2018-01-09 17:54:41 -08002146 * @wmi_hdl: wmi handle
Naveen Rawat79a787c2017-12-14 13:24:31 -08002147 * @data: event buffer
2148 * @ev: buffer to populate
2149 *
2150 * Return: status of operation
2151 */
2152QDF_STATUS wmi_extract_ndp_confirm(wmi_unified_t wmi_handle, uint8_t *data,
Naveen Rawat1d095b02018-02-02 15:13:05 -08002153 struct nan_datapath_confirm_event *ev);
Naveen Rawat79a787c2017-12-14 13:24:31 -08002154
2155/**
2156 * wmi_extract_ndp_responder_rsp - api to extract responder rsp from even buffer
Naveen Rawat76cbf2f2018-01-09 17:54:41 -08002157 * @wmi_hdl: wmi handle
Naveen Rawat79a787c2017-12-14 13:24:31 -08002158 * @data: event buffer
2159 * @rsp: buffer to populate
2160 *
2161 * Return: status of operation
2162 */
2163QDF_STATUS wmi_extract_ndp_responder_rsp(wmi_unified_t wmi_handle,
Naveen Rawat1d095b02018-02-02 15:13:05 -08002164 uint8_t *data, struct nan_datapath_responder_rsp *rsp);
Naveen Rawat79a787c2017-12-14 13:24:31 -08002165
2166/**
2167 * wmi_extract_ndp_end_rsp - api to extract ndp end rsp from even buffer
Naveen Rawat76cbf2f2018-01-09 17:54:41 -08002168 * @wmi_hdl: wmi handle
Naveen Rawat79a787c2017-12-14 13:24:31 -08002169 * @data: event buffer
2170 * @rsp: buffer to populate
2171 *
2172 * Return: status of operation
2173 */
2174QDF_STATUS wmi_extract_ndp_end_rsp(wmi_unified_t wmi_handle, uint8_t *data,
Naveen Rawat1d095b02018-02-02 15:13:05 -08002175 struct nan_datapath_end_rsp_event *rsp);
Naveen Rawat79a787c2017-12-14 13:24:31 -08002176
2177/**
2178 * wmi_extract_ndp_end_ind - api to extract ndp end indication from even buffer
Naveen Rawat76cbf2f2018-01-09 17:54:41 -08002179 * @wmi_hdl: wmi handle
Naveen Rawat79a787c2017-12-14 13:24:31 -08002180 * @data: event buffer
2181 * @ind: buffer to populate
2182 *
2183 * Return: status of operation
2184 */
2185QDF_STATUS wmi_extract_ndp_end_ind(wmi_unified_t wmi_handle, uint8_t *data,
2186 struct nan_datapath_end_indication_event **ind);
Naveen Rawat76cbf2f2018-01-09 17:54:41 -08002187
2188/**
2189 * wmi_extract_ndp_sch_update - api to extract ndp sch update from event buffer
2190 * @wmi_hdl: wmi handle
2191 * @data: event buffer
2192 * @ind: buffer to populate
2193 *
2194 * Return: status of operation
2195 */
2196QDF_STATUS wmi_extract_ndp_sch_update(wmi_unified_t wmi_handle, uint8_t *data,
2197 struct nan_datapath_sch_update_event *ind);
Naveen Rawat79a787c2017-12-14 13:24:31 -08002198#endif
Subrat Mishra7c9427e2017-09-27 14:41:20 +05302199
yeshwanth sriram guntuka230af892017-09-01 17:56:07 +05302200/**
2201 * wmi_unified_send_btm_config() - Send BTM config to fw
2202 * @wmi_hdl: wmi handle
2203 * @params: pointer to wmi_btm_config
2204 *
2205 * Return: QDF_STATUS
2206 */
2207QDF_STATUS wmi_unified_send_btm_config(void *wmi_hdl,
2208 struct wmi_btm_config *params);
Arif Hussain2cfde1d2017-12-27 16:23:45 -08002209
2210/**
2211 * wmi_unified_send_obss_detection_cfg_cmd() - WMI function to send obss
2212 * detection configuration to FW.
2213 * @wmi_hdl: wmi handle
2214 * @cfg: obss detection configuration
2215 *
2216 * Send WMI_SAP_OBSS_DETECTION_CFG_CMDID parameters to fw.
2217 *
2218 * Return: QDF_STATUS
2219 */
2220
2221QDF_STATUS wmi_unified_send_obss_detection_cfg_cmd(void *wmi_hdl,
2222 struct wmi_obss_detection_cfg_param *cfg);
Arif Hussainf9f26b52018-01-12 13:15:04 -08002223
2224/**
2225 * wmi_unified_extract_obss_detection_info() - WMI function to extract obss
2226 * detection info from FW.
2227 * @wmi_hdl: wmi handle
2228 * @data: event data from firmware
2229 * @info: Pointer to hold obss detection info
2230 *
2231 * This function is used to extract obss info from firmware.
2232 *
2233 * Return: QDF_STATUS
2234 */
2235
2236QDF_STATUS wmi_unified_extract_obss_detection_info(void *wmi_hdl,
2237 uint8_t *data,
2238 struct wmi_obss_detect_info
2239 *info);
Arif Hussainb4da3472018-01-22 01:19:36 -08002240/**
2241 * wmi_unified_send_bss_color_change_enable_cmd() - WMI function to send bss
2242 * color change enable to FW.
2243 * @wmi_hdl: wmi handle
2244 * @vdev_id: vdev ID
2245 * @enable: enable or disable color change handeling within firmware
2246 *
2247 * Send WMI_BSS_COLOR_CHANGE_ENABLE_CMDID parameters to fw,
2248 * thereby firmware updates bss color when AP announces bss color change.
2249 *
2250 * Return: QDF_STATUS
2251 */
2252
2253QDF_STATUS wmi_unified_send_bss_color_change_enable_cmd(void *wmi_hdl,
2254 uint32_t vdev_id,
2255 bool enable);
2256
2257/**
2258 * wmi_unified_send_obss_color_collision_cfg_cmd() - WMI function to send bss
2259 * color collision detection configuration to FW.
2260 * @wmi_hdl: wmi handle
2261 * @cfg: obss color collision detection configuration
2262 *
2263 * Send WMI_OBSS_COLOR_COLLISION_DET_CONFIG_CMDID parameters to fw.
2264 *
2265 * Return: QDF_STATUS
2266 */
2267
2268QDF_STATUS wmi_unified_send_obss_color_collision_cfg_cmd(void *wmi_hdl,
2269 struct wmi_obss_color_collision_cfg_param *cfg);
2270
2271/**
2272 * wmi_unified_extract_obss_color_collision_info() - WMI function to extract
2273 * obss color collision info from FW.
2274 * @wmi_hdl: wmi handle
2275 * @data: event data from firmware
2276 * @info: Pointer to hold bss color collision info
2277 *
2278 * This function is used to extract bss collision info from firmware.
2279 *
2280 * Return: QDF_STATUS
2281 */
2282
2283QDF_STATUS wmi_unified_extract_obss_color_collision_info(void *wmi_hdl,
2284 uint8_t *data, struct wmi_obss_color_collision_info *info);
Arif Hussainf9f26b52018-01-12 13:15:04 -08002285
Himanshu Agarwal3f5d65a2018-01-24 22:24:17 +05302286#ifdef WLAN_SUPPORT_GREEN_AP
2287QDF_STATUS wmi_extract_green_ap_egap_status_info(
2288 void *wmi_hdl, uint8_t *evt_buf,
2289 struct wlan_green_ap_egap_status_info *egap_status_info_params);
2290#endif
2291
Subrat Mishra7c9427e2017-09-27 14:41:20 +05302292#ifdef WLAN_SUPPORT_FILS
2293/**
2294 * wmi_unified_fils_vdev_config_send_cmd() - send FILS config cmd to fw
2295 * @wmi_hdl: wmi handle
2296 * @param: fils config params
2297 *
2298 * Return: QDF_STATUS_SUCCESS for success or error code
2299 */
2300QDF_STATUS
2301wmi_unified_fils_vdev_config_send_cmd(void *wmi_hdl,
2302 struct config_fils_params *param);
2303
2304/**
2305 * wmi_extract_swfda_vdev_id() - api to extract vdev id
2306 * @wmi_hdl: wmi handle
2307 * @evt_buf: pointer to event buffer
2308 * @vdev_id: pointer to vdev id
2309 *
2310 * Return: QDF_STATUS_SUCCESS for success or error code
2311 */
2312QDF_STATUS wmi_extract_swfda_vdev_id(void *wmi_hdl, void *evt_buf,
2313 uint32_t *vdev_id);
2314
2315/**
2316 * wmi_unified_fils_discovery_send_cmd() - send FILS discovery cmd to fw
2317 * @wmi_hdl: wmi handle
2318 * @param: fils discovery params
2319 *
2320 * Return: QDF_STATUS_SUCCESS for success or error code
2321 */
2322QDF_STATUS wmi_unified_fils_discovery_send_cmd(void *wmi_hdl,
2323 struct fd_params *param);
2324#endif /* WLAN_SUPPORT_FILS */
Vignesh Viswanathan51994e32018-01-18 19:06:40 +05302325
2326/**
2327 * wmi_unified_offload_11k_cmd() - send 11k offload command
2328 * @wmi_hdl: wmi handle
2329 * @params: 11k offload params
2330 *
2331 * This function passes the 11k offload command params to FW
2332 *
2333 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
2334 */
2335QDF_STATUS wmi_unified_offload_11k_cmd(void *wmi_hdl,
2336 struct wmi_11k_offload_params *params);
2337/**
2338 * wmi_unified_invoke_neighbor_report_cmd() - send invoke neighbor report cmd
2339 * @wmi_hdl: wmi handle
2340 * @params: invoke neighbor report params
2341 *
2342 * This function passes the invoke neighbor report command to fw
2343 *
2344 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
2345 */
2346QDF_STATUS wmi_unified_invoke_neighbor_report_cmd(void *wmi_hdl,
2347 struct wmi_invoke_neighbor_report_params *params);
Naveen Rawat1d095b02018-02-02 15:13:05 -08002348
Naveen Rawat13dbfb72018-02-02 15:18:33 -08002349/* wmi_get_ch_width_from_phy_mode() - convert phy mode to channel width
2350 * @wmi_hdl: wmi handle
2351 * @phymode: phy mode
2352 *
2353 * Return: wmi channel width
2354 */
2355wmi_host_channel_width wmi_get_ch_width_from_phy_mode(void *wmi_hdl,
2356 WMI_HOST_WLAN_PHY_MODE phymode);
2357
Naveen Rawat96afb7f2018-04-13 16:38:36 -07002358#ifdef QCA_SUPPORT_CP_STATS
2359/**
2360 * wmi_extract_cca_stats() - api to extract congestion stats from event buffer
2361 * @wmi_handle: wma handle
2362 * @evt_buf: event buffer
2363 * @datalen: length of buffer
2364 * @stats: buffer to populated after stats extraction
2365 *
2366 * Return: status of operation
2367 */
2368QDF_STATUS wmi_extract_cca_stats(wmi_unified_t wmi_handle, void *evt_buf,
2369 struct wmi_host_congestion_stats *stats);
2370#endif /* QCA_SUPPORT_CP_STATS */
2371
Shashikala Prabhu6c90a3e2018-05-16 10:08:09 +05302372#if defined(WLAN_DFS_PARTIAL_OFFLOAD) && defined(HOST_DFS_SPOOF_TEST)
2373/**
2374 * wmi_unified_dfs_send_avg_params_cmd() - send average radar parameters cmd.
2375 * @wmi_hdl: wmi handle
2376 * @params: radar found params
2377 *
2378 * This function passes the average radar parameters to fw
2379 *
2380 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
2381 */
2382QDF_STATUS
2383wmi_unified_dfs_send_avg_params_cmd(void *wmi_hdl,
2384 struct dfs_radar_found_params *params);
2385
2386/**
2387 * wmi_extract_dfs_status_from_fw() - extract host dfs status from fw.
2388 * @wmi_hdl: wmi handle
2389 * @evt_buf: pointer to event buffer
2390 * @dfs_status_check: pointer to the host dfs status
2391 *
2392 * This function extracts the result of host dfs from fw
2393 *
2394 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
2395 */
2396QDF_STATUS wmi_extract_dfs_status_from_fw(void *wmi_hdl, void *evt_buf,
2397 uint32_t *dfs_status_check);
2398#endif
c_cgodava5eb9a22017-02-13 10:14:42 +05302399#ifdef OL_ATH_SMART_LOGGING
2400/**
2401 * wmi_unified_send_smart_logging_enable_cmd() - send smart logging enable cmd
2402 * @wmi_hdl: wmi handle
2403 * @params: enable/disable
2404 *
2405 * This function enables/disable the smart logging feature
2406 *
2407 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
2408 */
2409QDF_STATUS wmi_unified_send_smart_logging_enable_cmd(void *wmi_hdl,
2410 uint32_t param);
2411
2412/**
2413 * wmi_unified_send_smart_logging_fatal_cmd() - send smart logging fatal cmd
2414 * @wmi_hdl: wmi handle
2415 * @param: Fatal event
2416 *
2417 * This function sends the smart log fatal events to the FW
2418 *
2419 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
2420 */
2421QDF_STATUS wmi_unified_send_smart_logging_fatal_cmd
2422 (void *wmi_hdl,
2423 struct wmi_debug_fatal_events *param);
2424
2425/**
2426 * wmi_extract_smartlog_ev() - extract smartlog event info from event
2427 * @wmi_handle: wmi handle
2428 * @param evt_buf: pointer to event buffer
2429 * @param ev: Pointer to hold fatal events
2430 *
2431 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
2432 */
2433QDF_STATUS wmi_extract_smartlog_ev
2434 (void *wmi_hdl, void *evt_buf,
2435 struct wmi_debug_fatal_events *ev);
Amar Singhal07f83142018-06-26 16:45:54 -07002436
c_cgodava5eb9a22017-02-13 10:14:42 +05302437#endif /* OL_ATH_SMART_LOGGING */
Amar Singhal07f83142018-06-26 16:45:54 -07002438
2439void wmi_process_fw_event_worker_thread_ctx(struct wmi_unified *wmi_handle,
2440 HTC_PACKET * htc_packet);
2441
Govind Singhd475ea92016-03-06 19:55:02 +05302442#endif /* _WMI_UNIFIED_API_H_ */