blob: 5bb294c643b0c5ab4ef94cdfc4a6244e8832fd37 [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 *
4 * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
5 *
6 *
7 * Permission to use, copy, modify, and/or distribute this software for
8 * any purpose with or without fee is hereby granted, provided that the
9 * above copyright notice and this permission notice appear in all
10 * copies.
11 *
12 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
13 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
14 * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
15 * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
16 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
17 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19 * PERFORMANCE OF THIS SOFTWARE.
20 */
21
22/*
23 * This file was originally distributed by Qualcomm Atheros, Inc.
24 * under proprietary terms before Copyright ownership was assigned
25 * to the Linux Foundation.
26 */
27
28/*
Govind Singh6ad6ada2016-02-04 18:42:30 +053029 * This file contains the API definitions for the Unified Wireless Module
30 * Interface (WMI).
Govind Singhd475ea92016-03-06 19:55:02 +053031 */
32
33#ifndef _WMI_UNIFIED_API_H_
34#define _WMI_UNIFIED_API_H_
35
36#include <osdep.h>
Himanshu Agarwal56c292f2016-07-19 15:41:51 +053037#ifdef CONFIG_MCL
Govind Singhd475ea92016-03-06 19:55:02 +053038#include "wmi.h"
Himanshu Agarwal56c292f2016-07-19 15:41:51 +053039#endif
Govind Singhd475ea92016-03-06 19:55:02 +053040#include "htc_api.h"
Govind Singh3ddda1f2016-03-09 11:34:12 +053041#include "wmi_unified_param.h"
Srinivas Pitla83aad502018-01-08 16:55:36 +053042#include "service_ready_param.h"
Mukul Sharma36d159b2017-01-30 19:55:40 +053043#include "wlan_objmgr_psoc_obj.h"
Himanshu Agarwal53d526b2017-01-05 14:23:18 +053044#include "wlan_mgmt_txrx_utils_api.h"
Mukul Sharmaba196f52017-02-25 01:50:47 +053045#ifdef WLAN_PMO_ENABLE
46#include "wmi_unified_pmo_api.h"
47#endif
Wu Gao07ba6b42017-03-13 20:17:34 +080048#ifdef CONVERGED_P2P_ENABLE
49#include "wlan_p2p_public_struct.h"
50#endif
Om Prakash Tripathi91452bf2017-02-25 15:53:30 +053051#include "wlan_scan_public_structs.h"
Nachiket Kukadea6ffaab2017-12-15 12:36:58 +053052#ifdef WLAN_FEATURE_DISA
53#include "wlan_disa_public_struct.h"
54#endif
Govind Singhd475ea92016-03-06 19:55:02 +053055
Naveen Rawat79a787c2017-12-14 13:24:31 -080056#ifdef WLAN_FEATURE_NAN_CONVERGENCE
57#include "nan_public_structs.h"
58#endif
Himanshu Agarwal0d578ff2018-01-10 14:21:53 +053059#ifdef WLAN_SUPPORT_GREEN_AP
60#include "wlan_green_ap_api.h"
61#endif
Zhang Qian74a66aa2018-01-05 16:50:53 +080062#ifdef WLAN_FEATURE_DSRC
63#include "wlan_ocb_public_structs.h"
64#endif
Kiran Venkatappa2d881fd2018-02-05 10:56:43 +053065#ifdef WLAN_SUPPORT_TWT
66#include "wmi_unified_twt_param.h"
67#include "wmi_unified_twt_api.h"
68#endif
Naveen Rawat79a787c2017-12-14 13:24:31 -080069
Sravan Kumar Kairamdcb5f802018-02-15 23:28:34 +053070#ifdef IPA_OFFLOAD
71#include "wlan_ipa_public_struct.h"
72#endif
73
Govind Singhd7468a52016-03-09 14:32:57 +053074typedef qdf_nbuf_t wmi_buf_t;
75#define wmi_buf_data(_buf) qdf_nbuf_data(_buf)
76
77#define WMI_LOGD(args ...) \
78 QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_DEBUG, ## args)
79#define WMI_LOGI(args ...) \
80 QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_INFO, ## args)
81#define WMI_LOGW(args ...) \
82 QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_WARN, ## args)
83#define WMI_LOGE(args ...) \
84 QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_ERROR, ## args)
85#define WMI_LOGP(args ...) \
86 QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_FATAL, ## args)
87
Govind Singhd7468a52016-03-09 14:32:57 +053088
Govind Singhd475ea92016-03-06 19:55:02 +053089
Arif Hussainf6b0c992018-03-01 14:40:59 -080090#define PHYERROR_MAX_BUFFER_LENGTH 0x7F000000
91
Kiran Venkatappa929dd292017-02-10 16:57:59 +053092struct wmi_soc;
Srinivas Girigowdac461aef2018-02-15 14:30:05 -080093struct policy_mgr_dual_mac_config;
Govind Singhd475ea92016-03-06 19:55:02 +053094/**
Govind Singh6ad6ada2016-02-04 18:42:30 +053095 * struct wmi_ops - service callbacks to upper layer
96 * @service_ready_cbk: service ready callback
97 * @service_ready_ext_cbk: service ready ext callback
98 * @ready_cbk: ready calback
99 * @wma_process_fw_event_handler_cbk: generic event handler callback
100 */
Govind Singh3ddda1f2016-03-09 11:34:12 +0530101struct wmi_rx_ops {
Govind Singh4ec6ff92016-03-09 12:03:29 +0530102
Govind Singh6ad6ada2016-02-04 18:42:30 +0530103 int (*wma_process_fw_event_handler_cbk)(void *ctx,
Govind Singh4ec6ff92016-03-09 12:03:29 +0530104 void *ev, uint8_t rx_ctx);
Govind Singh6ad6ada2016-02-04 18:42:30 +0530105};
106
107/**
108 * enum wmi_target_type - type of supported wmi command
109 * @WMI_TLV_TARGET: tlv based target
110 * @WMI_NON_TLV_TARGET: non-tlv based target
111 *
112 */
113enum wmi_target_type {
114 WMI_TLV_TARGET,
Pratik Gandhi073fa002018-01-30 19:05:41 +0530115 WMI_NON_TLV_TARGET,
116 WMI_MAX_TARGET_TYPE
Govind Singh6ad6ada2016-02-04 18:42:30 +0530117};
118
119/**
Govind Singh4ec6ff92016-03-09 12:03:29 +0530120 * enum wmi_rx_exec_ctx - wmi rx execution context
121 * @WMI_RX_WORK_CTX: work queue context execution provided by WMI layer
122 * @WMI_RX_UMAC_CTX: execution context provided by umac layer
123 *
124 */
125enum wmi_rx_exec_ctx {
126 WMI_RX_WORK_CTX,
127 WMI_RX_UMAC_CTX
128};
129
130/**
Chaithanya Garrepalli09744012017-12-01 14:55:26 +0530131 * struct wmi_unified_attach_params - wmi init parameters
132 * @param osdev : NIC device
Govind Singh89727882016-04-15 13:58:27 +0530133 * @param target_type : type of supported wmi command
134 * @param use_cookie : flag to indicate cookie based allocation
135 * @param ops : handle to wmi ops
Mukul Sharma36d159b2017-01-30 19:55:40 +0530136 * @psoc : objmgr psoc
Chaithanya Garrepalli09744012017-12-01 14:55:26 +0530137 * @max_commands : max commands
138 */
139struct wmi_unified_attach_params {
140 osdev_t osdev;
141 enum wmi_target_type target_type;
142 bool use_cookie;
143 struct wmi_rx_ops *rx_ops;
144 struct wlan_objmgr_psoc *psoc;
145 uint16_t max_commands;
146};
147
148/**
149 * attach for unified WMI
150 *
151 * @param scn_handle : handle to SCN.
152 * @param params : attach params for WMI
153 *
Govind Singhd475ea92016-03-06 19:55:02 +0530154 */
155void *wmi_unified_attach(void *scn_handle,
Chaithanya Garrepalli09744012017-12-01 14:55:26 +0530156 struct wmi_unified_attach_params *params);
Mukul Sharma36d159b2017-01-30 19:55:40 +0530157
Govind Singh6ad6ada2016-02-04 18:42:30 +0530158
Sandeep Puligilla38a294f2016-06-13 15:42:55 -0700159
Sandeep Puligilla20fb76b2016-07-19 13:20:57 -0700160/**
161 * wmi_mgmt_cmd_record() - Wrapper function for mgmt command logging macro
162 *
163 * @wmi_handle: wmi handle
164 * @cmd: mgmt command
165 * @header: pointer to 802.11 header
166 * @vdev_id: vdev id
167 * @chanfreq: channel frequency
168 *
169 * Return: none
170 */
Himanshu Agarwal56c292f2016-07-19 15:41:51 +0530171void wmi_mgmt_cmd_record(wmi_unified_t wmi_handle, uint32_t cmd,
Sandeep Puligilla20fb76b2016-07-19 13:20:57 -0700172 void *header, uint32_t vdev_id, uint32_t chanfreq);
Sandeep Puligilla38a294f2016-06-13 15:42:55 -0700173
Govind Singhd475ea92016-03-06 19:55:02 +0530174/**
175 * detach for unified WMI
176 *
177 * @param wmi_handle : handle to WMI.
178 * @return void.
179 */
180void wmi_unified_detach(struct wmi_unified *wmi_handle);
181
gaurank kathpaliaa2a2c712018-02-21 18:58:29 +0530182/**
183 * API to sync time between host and firmware
184 *
185 * @param wmi_handle : handle to WMI.
186 * @return void.
187 */
188void wmi_send_time_stamp_sync_cmd_tlv(void *wmi_hdl);
189
Govind Singhd475ea92016-03-06 19:55:02 +0530190void
191wmi_unified_remove_work(struct wmi_unified *wmi_handle);
192
193/**
194 * generic function to allocate WMI buffer
195 *
196 * @param wmi_handle : handle to WMI.
197 * @param len : length of the buffer
198 * @return wmi_buf_t.
199 */
Shiva Krishna Pittala92416432018-04-02 17:23:42 +0530200#ifdef NBUF_MEMORY_DEBUG
Govind Singhd475ea92016-03-06 19:55:02 +0530201#define wmi_buf_alloc(h, l) wmi_buf_alloc_debug(h, l, __FILE__, __LINE__)
202wmi_buf_t
203wmi_buf_alloc_debug(wmi_unified_t wmi_handle, uint16_t len,
204 uint8_t *file_name, uint32_t line_num);
205#else
206wmi_buf_t wmi_buf_alloc(wmi_unified_t wmi_handle, uint16_t len);
207#endif
208
209/**
210 * generic function frees WMI net buffer
211 *
212 * @param net_buf : Pointer ot net_buf to be freed
213 */
214void wmi_buf_free(wmi_buf_t net_buf);
215
216/**
217 * generic function to send unified WMI command
218 *
219 * @param wmi_handle : handle to WMI.
220 * @param buf : wmi command buffer
221 * @param buflen : wmi command buffer length
Govind Singh89727882016-04-15 13:58:27 +0530222 * @param cmd_id : WMI cmd id
Govind Singhd475ea92016-03-06 19:55:02 +0530223 * @return 0 on success and -ve on failure.
224 */
Houston Hoffman09f96f92016-09-27 23:29:49 -0700225QDF_STATUS
Govind Singh6ad6ada2016-02-04 18:42:30 +0530226wmi_unified_cmd_send(wmi_unified_t wmi_handle, wmi_buf_t buf, uint32_t buflen,
Himanshu Agarwal56c292f2016-07-19 15:41:51 +0530227 uint32_t cmd_id);
Govind Singhd475ea92016-03-06 19:55:02 +0530228
229/**
Soumya Bhat49a84812017-03-22 14:41:01 +0530230 * wmi_unified_register_event() - WMI event handler
231 * registration function for converged components
232 *
233 * @wmi_handle: handle to WMI.
234 * @event_id: WMI event ID
235 * @handler_func: Event handler call back function
236 *
237 * @return 0 on success and -ve on failure.
238 */
239int
240wmi_unified_register_event(wmi_unified_t wmi_handle,
241 uint32_t event_id,
242 wmi_unified_event_handler handler_func);
243
244/**
Govind Singh4ec6ff92016-03-09 12:03:29 +0530245 * wmi_unified_register_event_handler() - WMI event handler
246 * registration function
Govind Singhd475ea92016-03-06 19:55:02 +0530247 *
Govind Singh4ec6ff92016-03-09 12:03:29 +0530248 * @wmi_handle: handle to WMI.
249 * @event_id: WMI event ID
250 * @handler_func: Event handler call back function
251 * @rx_ctx: rx event processing context
252 *
Govind Singhd475ea92016-03-06 19:55:02 +0530253 * @return 0 on success and -ve on failure.
254 */
255int
256wmi_unified_register_event_handler(wmi_unified_t wmi_handle,
Mukul Sharma6faf5a82017-11-03 19:26:54 +0530257 wmi_conv_event_id event_id,
Govind Singh4ec6ff92016-03-09 12:03:29 +0530258 wmi_unified_event_handler handler_func,
259 uint8_t rx_ctx);
Govind Singhd475ea92016-03-06 19:55:02 +0530260
261/**
Soumya Bhat070cd052017-03-27 12:26:56 +0530262 * WMI event handler unregister function for converged componets
263 *
264 * @param wmi_handle : handle to WMI.
265 * @param event_id : WMI event ID
266 * @return 0 on success and -ve on failure.
267 */
268int
269wmi_unified_unregister_event(wmi_unified_t wmi_handle,
270 uint32_t event_id);
271
272/**
Govind Singhd475ea92016-03-06 19:55:02 +0530273 * WMI event handler unregister function
274 *
275 * @param wmi_handle : handle to WMI.
276 * @param event_id : WMI event ID
277 * @return 0 on success and -ve on failure.
278 */
279int
280wmi_unified_unregister_event_handler(wmi_unified_t wmi_handle,
Mukul Sharma6faf5a82017-11-03 19:26:54 +0530281 wmi_conv_event_id event_id);
Govind Singhd475ea92016-03-06 19:55:02 +0530282
283/**
284 * request wmi to connet its htc service.
285 * @param wmi_handle : handle to WMI.
Govind Singh89727882016-04-15 13:58:27 +0530286 * @param htc_handle : handle to HTC.
Govind Singhd475ea92016-03-06 19:55:02 +0530287 * @return void
288 */
Kiran Venkatappa929dd292017-02-10 16:57:59 +0530289QDF_STATUS
Govind Singhd475ea92016-03-06 19:55:02 +0530290wmi_unified_connect_htc_service(struct wmi_unified *wmi_handle,
291 void *htc_handle);
292
293/*
294 * WMI API to verify the host has enough credits to suspend
Govind Singh89727882016-04-15 13:58:27 +0530295 * @param wmi_handle : handle to WMI.
Govind Singhd475ea92016-03-06 19:55:02 +0530296 */
297
298int wmi_is_suspend_ready(wmi_unified_t wmi_handle);
299
300/**
Govind Singh89727882016-04-15 13:58:27 +0530301 * WMI API to get updated host_credits
302 * @param wmi_handle : handle to WMI.
Govind Singhd475ea92016-03-06 19:55:02 +0530303 */
304
305int wmi_get_host_credits(wmi_unified_t wmi_handle);
306
307/**
Govind Singh89727882016-04-15 13:58:27 +0530308 * WMI API to get WMI Pending Commands in the HTC queue
309 * @param wmi_handle : handle to WMI.
Govind Singhd475ea92016-03-06 19:55:02 +0530310 */
311
312int wmi_get_pending_cmds(wmi_unified_t wmi_handle);
313
314/**
Govind Singh89727882016-04-15 13:58:27 +0530315 * WMI API to set target suspend state
316 * @param wmi_handle : handle to WMI.
317 * @param val : suspend state boolean
Govind Singhd475ea92016-03-06 19:55:02 +0530318 */
Govind Singhd475ea92016-03-06 19:55:02 +0530319void wmi_set_target_suspend(wmi_unified_t wmi_handle, bool val);
320
Govind Singh89727882016-04-15 13:58:27 +0530321/**
Sarada Prasanna Garnayakd49444c2017-01-05 19:30:07 +0530322 * WMI API to set bus suspend state
323 * @param wmi_handle: handle to WMI.
324 * @param val: suspend state boolean
325 */
326void wmi_set_is_wow_bus_suspended(wmi_unified_t wmi_handle, A_BOOL val);
327
328/**
329 * WMI API to set crash injection state
330 * @param wmi_handle: handle to WMI.
331 * @param val: crash injection state boolean
332 */
333void wmi_tag_crash_inject(wmi_unified_t wmi_handle, A_BOOL flag);
334
335/**
Ravi Kumar Bokkadf1f3ea2016-11-09 18:07:56 +0530336 * WMI API to set target assert
337 * @param wmi_handle: handle to WMI.
338 * @param val: target assert config value.
339 *
340 * Return: none.
341 */
342void wmi_set_tgt_assert(wmi_unified_t wmi_handle, bool val);
343
344/**
Govind Singh89727882016-04-15 13:58:27 +0530345 * generic function to block unified WMI command
346 * @param wmi_handle : handle to WMI.
347 * @return 0 on success and -ve on failure.
348 */
349int
350wmi_stop(wmi_unified_t wmi_handle);
351
352/**
353 * API to flush all the previous packets associated with the wmi endpoint
354 *
355 * @param wmi_handle : handle to WMI.
356 */
357void
358wmi_flush_endpoint(wmi_unified_t wmi_handle);
359
360/**
Kiran Venkatappa49341042017-05-10 16:24:51 +0530361 * wmi_pdev_id_conversion_enable() - API to enable pdev_id conversion in WMI
362 * By default pdev_id conversion is not done in WMI.
363 * This API can be used enable conversion in WMI.
364 * @param wmi_handle : handle to WMI
365 * Return none
366 */
367void wmi_pdev_id_conversion_enable(wmi_unified_t wmi_handle);
368
369/**
Govind Singh89727882016-04-15 13:58:27 +0530370 * API to handle wmi rx event after UMAC has taken care of execution
371 * context
372 *
373 * @param wmi_handle : handle to WMI.
374 * @param evt_buf : wmi event buffer
375 */
376void __wmi_control_rx(struct wmi_unified *wmi_handle, wmi_buf_t evt_buf);
Govind Singhd475ea92016-03-06 19:55:02 +0530377#ifdef FEATURE_RUNTIME_PM
378void
379wmi_set_runtime_pm_inprogress(wmi_unified_t wmi_handle, bool val);
380bool wmi_get_runtime_pm_inprogress(wmi_unified_t wmi_handle);
381#else
382static inline void
383wmi_set_runtime_pm_inprogress(wmi_unified_t wmi_handle, bool val)
384{
385 return;
386}
387static inline bool wmi_get_runtime_pm_inprogress(wmi_unified_t wmi_handle)
388{
389 return false;
390}
391#endif
392
Kiran Venkatappa929dd292017-02-10 16:57:59 +0530393void *wmi_unified_get_soc_handle(struct wmi_unified *wmi_handle);
394
395void *wmi_unified_get_pdev_handle(struct wmi_soc *soc, uint32_t pdev_idx);
396
Govind Singhd475ea92016-03-06 19:55:02 +0530397/**
Govind Singhd7468a52016-03-09 14:32:57 +0530398 * UMAC Callback to process fw event.
Govind Singh89727882016-04-15 13:58:27 +0530399 * @param wmi_handle : handle to WMI.
400 * @param evt_buf : wmi event buffer
Govind Singhd475ea92016-03-06 19:55:02 +0530401 */
Govind Singhd475ea92016-03-06 19:55:02 +0530402void wmi_process_fw_event(struct wmi_unified *wmi_handle, wmi_buf_t evt_buf);
403uint16_t wmi_get_max_msg_len(wmi_unified_t wmi_handle);
Govind Singh3ddda1f2016-03-09 11:34:12 +0530404
405
Govind Singhd7468a52016-03-09 14:32:57 +0530406QDF_STATUS wmi_unified_vdev_create_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530407 uint8_t macaddr[IEEE80211_ADDR_LEN],
408 struct vdev_create_params *param);
409
Govind Singhd7468a52016-03-09 14:32:57 +0530410QDF_STATUS wmi_unified_vdev_delete_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530411 uint8_t if_id);
412
Govind Singhd7468a52016-03-09 14:32:57 +0530413QDF_STATUS wmi_unified_vdev_restart_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530414 uint8_t macaddr[IEEE80211_ADDR_LEN],
415 struct vdev_start_params *param);
416
Govind Singhd7468a52016-03-09 14:32:57 +0530417QDF_STATUS wmi_unified_vdev_stop_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530418 uint8_t vdev_id);
419
Govind Singhd7468a52016-03-09 14:32:57 +0530420QDF_STATUS wmi_unified_vdev_up_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530421 uint8_t bssid[IEEE80211_ADDR_LEN],
422 struct vdev_up_params *params);
423
Govind Singhd7468a52016-03-09 14:32:57 +0530424QDF_STATUS wmi_unified_vdev_down_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530425 uint8_t vdev_id);
426
Himanshu Agarwal7e4f4bc2016-03-09 16:49:38 +0530427QDF_STATUS wmi_unified_vdev_start_send(void *wmi_hdl,
428 struct vdev_start_params *req);
Chaithanya Garrepalli140a0532018-01-18 14:19:41 +0530429/**
430 * wmi_unified_vdev_set_nac_rssi_send() - send NAC_RSSI command to fw
431 * @param wmi_handle : handle to WMI
432 * @param req : pointer to hold nac rssi request data
433 *
434 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
435 */
436QDF_STATUS wmi_unified_vdev_set_nac_rssi_send(void *wmi_hdl,
437 struct vdev_scan_nac_rssi_params *req);
Himanshu Agarwal7e4f4bc2016-03-09 16:49:38 +0530438
439QDF_STATUS wmi_unified_hidden_ssid_vdev_restart_send(void *wmi_hdl,
440 struct hidden_ssid_vdev_restart_params *restart_params);
441
Govind Singhd7468a52016-03-09 14:32:57 +0530442QDF_STATUS wmi_unified_vdev_set_param_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530443 struct vdev_set_params *param);
444
Govind Singhd7468a52016-03-09 14:32:57 +0530445QDF_STATUS wmi_unified_peer_delete_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530446 uint8_t
447 peer_addr[IEEE80211_ADDR_LEN],
448 uint8_t vdev_id);
449
Govind Singhd7468a52016-03-09 14:32:57 +0530450QDF_STATUS wmi_unified_peer_flush_tids_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530451 uint8_t peer_addr[IEEE80211_ADDR_LEN],
452 struct peer_flush_params *param);
453
Govind Singhd7468a52016-03-09 14:32:57 +0530454QDF_STATUS wmi_set_peer_param_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530455 uint8_t peer_addr[IEEE80211_ADDR_LEN],
456 struct peer_set_params *param);
457
Govind Singhd7468a52016-03-09 14:32:57 +0530458QDF_STATUS wmi_unified_peer_create_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530459 struct peer_create_params *param);
460
Govind Singhd7468a52016-03-09 14:32:57 +0530461QDF_STATUS wmi_unified_stats_request_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530462 uint8_t macaddr[IEEE80211_ADDR_LEN],
463 struct stats_request_params *param);
464
Govind Singhd7468a52016-03-09 14:32:57 +0530465QDF_STATUS wmi_unified_green_ap_ps_send(void *wmi_hdl,
Himanshu Agarwal0d578ff2018-01-10 14:21:53 +0530466 uint32_t value, uint8_t pdev_id);
Govind Singh3ddda1f2016-03-09 11:34:12 +0530467
Will Huang5325c7c2017-11-17 13:19:16 +0800468#ifdef FEATURE_WLAN_D0WOW
469QDF_STATUS wmi_unified_d0wow_enable_send(void *wmi_hdl,
470 uint8_t mac_id);
471QDF_STATUS wmi_unified_d0wow_disable_send(void *wmi_hdl,
472 uint8_t mac_id);
473#endif
Govind Singh3ddda1f2016-03-09 11:34:12 +0530474
Govind Singhd7468a52016-03-09 14:32:57 +0530475QDF_STATUS wmi_unified_wow_enable_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530476 struct wow_cmd_params *param,
477 uint8_t mac_id);
478
Jeff Johnson6b8bda42016-10-07 13:03:02 -0700479QDF_STATUS wmi_unified_wow_wakeup_send(void *wmi_hdl);
480
481QDF_STATUS wmi_unified_wow_add_wakeup_event_send(void *wmi_hdl,
482 struct wow_add_wakeup_params *param);
483
484QDF_STATUS wmi_unified_wow_add_wakeup_pattern_send(void *wmi_hdl,
485 struct wow_add_wakeup_pattern_params *param);
486
487QDF_STATUS wmi_unified_wow_remove_wakeup_pattern_send(void *wmi_hdl,
488 struct wow_remove_wakeup_pattern_params *param);
489
Kiran Venkatappa9da7e042016-08-09 22:52:35 +0530490#ifndef CONFIG_MCL
Govind Singh89727882016-04-15 13:58:27 +0530491QDF_STATUS wmi_unified_packet_log_enable_send(void *wmi_hdl,
Keyur Parekh483138e2017-05-07 08:54:47 -0700492 WMI_HOST_PKTLOG_EVENT PKTLOG_EVENT, uint8_t mac_id);
Govind Singh89727882016-04-15 13:58:27 +0530493#else
Govind Singhd7468a52016-03-09 14:32:57 +0530494QDF_STATUS wmi_unified_packet_log_enable_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530495 uint8_t macaddr[IEEE80211_ADDR_LEN],
496 struct packet_enable_params *param);
Govind Singh89727882016-04-15 13:58:27 +0530497#endif
Govind Singh3ddda1f2016-03-09 11:34:12 +0530498
Keyur Parekh483138e2017-05-07 08:54:47 -0700499QDF_STATUS wmi_unified_packet_log_disable_send(void *wmi_hdl, uint8_t mac_id);
Govind Singh3ddda1f2016-03-09 11:34:12 +0530500
Govind Singhd7468a52016-03-09 14:32:57 +0530501QDF_STATUS wmi_unified_suspend_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530502 struct suspend_params *param,
503 uint8_t mac_id);
504
Govind Singhd7468a52016-03-09 14:32:57 +0530505QDF_STATUS wmi_unified_resume_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530506 uint8_t mac_id);
507
Govind Singhd7468a52016-03-09 14:32:57 +0530508QDF_STATUS
Govind Singh3ddda1f2016-03-09 11:34:12 +0530509wmi_unified_pdev_param_send(void *wmi_hdl,
510 struct pdev_params *param,
511 uint8_t mac_id);
512
Govind Singh89727882016-04-15 13:58:27 +0530513QDF_STATUS wmi_unified_beacon_tmpl_send_cmd(void *wmi_hdl,
514 struct beacon_tmpl_params *param);
515
516
Govind Singhd7468a52016-03-09 14:32:57 +0530517QDF_STATUS wmi_unified_beacon_send_cmd(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530518 struct beacon_params *param);
519
Govind Singhd7468a52016-03-09 14:32:57 +0530520QDF_STATUS wmi_unified_peer_assoc_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530521 struct peer_assoc_params *param);
522
Govind Singhd7468a52016-03-09 14:32:57 +0530523QDF_STATUS wmi_unified_sta_ps_cmd_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530524 struct sta_ps_params *param);
525
Govind Singhd7468a52016-03-09 14:32:57 +0530526QDF_STATUS wmi_unified_ap_ps_cmd_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530527 uint8_t macaddr[IEEE80211_ADDR_LEN],
528 struct ap_ps_params *param);
529
Govind Singhd7468a52016-03-09 14:32:57 +0530530QDF_STATUS wmi_unified_scan_start_cmd_send(void *wmi_hdl,
Om Prakash Tripathi91452bf2017-02-25 15:53:30 +0530531 struct scan_req_params *param);
Govind Singh3ddda1f2016-03-09 11:34:12 +0530532
Govind Singhd7468a52016-03-09 14:32:57 +0530533QDF_STATUS wmi_unified_scan_stop_cmd_send(void *wmi_hdl,
Om Prakash Tripathi91452bf2017-02-25 15:53:30 +0530534 struct scan_cancel_param *param);
Govind Singh3ddda1f2016-03-09 11:34:12 +0530535
Govind Singhd7468a52016-03-09 14:32:57 +0530536QDF_STATUS wmi_unified_scan_chan_list_cmd_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530537 struct scan_chan_list_params *param);
538
539
Govind Singhd7468a52016-03-09 14:32:57 +0530540QDF_STATUS wmi_crash_inject(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530541 struct crash_inject *param);
542
Govind Singhd7468a52016-03-09 14:32:57 +0530543QDF_STATUS wmi_unified_pdev_utf_cmd_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530544 struct pdev_utf_params *param,
545 uint8_t mac_id);
546
Govind Singhd7468a52016-03-09 14:32:57 +0530547QDF_STATUS wmi_unified_dbglog_cmd_send(void *wmi_hdl,
Govind Singh3ddda1f2016-03-09 11:34:12 +0530548 struct dbglog_params *param);
549
Govind Singhd7468a52016-03-09 14:32:57 +0530550QDF_STATUS wmi_mgmt_unified_cmd_send(void *wmi_hdl,
Govind Singh50988cc2016-02-26 18:09:36 +0530551 struct wmi_mgmt_params *param);
552
Kiran Venkatappa25c47022017-03-19 22:58:09 +0530553QDF_STATUS wmi_offchan_data_tx_cmd_send(void *wmi_hdl,
554 struct wmi_offchan_data_tx_params *param);
555
Govind Singhd7468a52016-03-09 14:32:57 +0530556QDF_STATUS wmi_unified_modem_power_state(void *wmi_hdl,
Govind Singh50988cc2016-02-26 18:09:36 +0530557 uint32_t param_value);
558
Govind Singhd7468a52016-03-09 14:32:57 +0530559QDF_STATUS wmi_unified_set_sta_ps_mode(void *wmi_hdl,
Govind Singh50988cc2016-02-26 18:09:36 +0530560 uint32_t vdev_id, uint8_t val);
Govind Singhd7468a52016-03-09 14:32:57 +0530561QDF_STATUS
Govind Singh50988cc2016-02-26 18:09:36 +0530562wmi_unified_set_sta_uapsd_auto_trig_cmd(void *wmi_hdl,
563 struct sta_uapsd_trig_params *param);
564
Govind Singhd7468a52016-03-09 14:32:57 +0530565QDF_STATUS wmi_unified_get_temperature(void *wmi_hdl);
Govind Singh50988cc2016-02-26 18:09:36 +0530566
Govind Singhd7468a52016-03-09 14:32:57 +0530567QDF_STATUS wmi_unified_set_p2pgo_oppps_req(void *wmi_hdl,
Govind Singh50988cc2016-02-26 18:09:36 +0530568 struct p2p_ps_params *oppps);
569
Govind Singhd7468a52016-03-09 14:32:57 +0530570QDF_STATUS wmi_unified_set_p2pgo_noa_req_cmd(void *wmi_hdl,
Govind Singh50988cc2016-02-26 18:09:36 +0530571 struct p2p_ps_params *noa);
572
Wu Gao07ba6b42017-03-13 20:17:34 +0800573#ifdef CONVERGED_P2P_ENABLE
574QDF_STATUS wmi_unified_p2p_lo_start_cmd(void *wmi_hdl,
575 struct p2p_lo_start *param);
576
577QDF_STATUS wmi_unified_p2p_lo_stop_cmd(void *wmi_hdl, uint8_t vdev_id);
578#endif
579
Govind Singhd7468a52016-03-09 14:32:57 +0530580QDF_STATUS wmi_unified_set_smps_params(void *wmi_hdl, uint8_t vdev_id,
Govind Singh50988cc2016-02-26 18:09:36 +0530581 int value);
582
Govind Singhd7468a52016-03-09 14:32:57 +0530583QDF_STATUS wmi_unified_set_mimops(void *wmi_hdl, uint8_t vdev_id, int value);
Govind Singhe7b800c2016-03-01 15:30:53 +0530584
Zhang Qian74a66aa2018-01-05 16:50:53 +0800585#ifdef WLAN_FEATURE_DSRC
586/**
587 * wmi_unified_ocb_start_timing_advert() - start sending the timing
588 * advertisement frames on a channel
589 * @wmi_handle: pointer to the wmi handle
590 * @timing_advert: pointer to the timing advertisement struct
591 *
592 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
593 */
594QDF_STATUS wmi_unified_ocb_start_timing_advert(struct wmi_unified *wmi_handle,
Govind Singhe7b800c2016-03-01 15:30:53 +0530595 struct ocb_timing_advert_param *timing_advert);
596
Zhang Qian74a66aa2018-01-05 16:50:53 +0800597/**
598 * wmi_unified_ocb_stop_timing_advert() - stop sending the timing
599 * advertisement frames on a channel
600 * @wmi_handle: pointer to the wmi handle
601 * @timing_advert: pointer to the timing advertisement struct
602 *
603 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
604 */
605QDF_STATUS wmi_unified_ocb_stop_timing_advert(struct wmi_unified *wmi_handle,
Govind Singhe7b800c2016-03-01 15:30:53 +0530606 struct ocb_timing_advert_param *timing_advert);
607
Zhang Qian74a66aa2018-01-05 16:50:53 +0800608/**
609 * wmi_unified_ocb_set_config() - send the OCB config to the FW
610 * @wmi_handle: pointer to the wmi handle
611 * @config: the OCB configuration
612 *
613 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failures
614 */
615QDF_STATUS wmi_unified_ocb_set_config(struct wmi_unified *wmi_handle,
616 struct ocb_config *config);
Govind Singhe7b800c2016-03-01 15:30:53 +0530617
Zhang Qian74a66aa2018-01-05 16:50:53 +0800618/**
619 * wmi_unified_ocb_get_tsf_timer() - get ocb tsf timer val
620 * @wmi_handle: pointer to the wmi handle
621 * @req: request for tsf timer
622 *
623 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
624 */
625QDF_STATUS wmi_unified_ocb_get_tsf_timer(struct wmi_unified *wmi_handle,
626 struct ocb_get_tsf_timer_param *req);
627
628/**
629 * wmi_unified_ocb_set_utc_time_cmd() - get ocb tsf timer val
630 * @wmi_handle: pointer to the wmi handle
631 * @vdev_id: vdev id
632 *
633 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
634 */
635QDF_STATUS wmi_unified_ocb_set_utc_time_cmd(struct wmi_unified *wmi_handle,
636 struct ocb_utc_param *utc);
637
638/**
639 * wmi_unified_dcc_get_stats_cmd() - get the DCC channel stats
640 * @wmi_handle: pointer to the wmi handle
641 * @get_stats_param: pointer to the dcc stats
642 *
643 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
644 */
645QDF_STATUS wmi_unified_dcc_get_stats_cmd(struct wmi_unified *wmi_handle,
646 struct ocb_dcc_get_stats_param *get_stats_param);
647
648/**
649 * wmi_unified_dcc_clear_stats() - command to clear the DCC stats
650 * @wmi_handle: pointer to the wmi handle
651 * @clear_stats_param: parameters to the command
652 *
653 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
654 */
655QDF_STATUS wmi_unified_dcc_clear_stats(struct wmi_unified *wmi_handle,
656 struct ocb_dcc_clear_stats_param *clear_stats_param);
657
658/**
659 * wmi_unified_dcc_update_ndl() - command to update the NDL data
660 * @wmi_handle: pointer to the wmi handle
661 * @update_ndl_param: pointer to the request parameters
662 *
663 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failures
664 */
665QDF_STATUS wmi_unified_dcc_update_ndl(struct wmi_unified *wmi_handle,
666 struct ocb_dcc_update_ndl_param *update_ndl_param);
667
668/**
669 * wmi_extract_ocb_set_channel_config_resp() - extract status from wmi event
670 * @wmi_handle: wmi handle
671 * @evt_buf: pointer to event buffer
672 * @status: status buffer
673 *
674 * Return: QDF_STATUS_SUCCESS on success
675 */
676QDF_STATUS
677wmi_extract_ocb_set_channel_config_resp(struct wmi_unified *wmi_handle,
678 void *evt_buf,
679 uint32_t *status);
680
681/**
682 * wmi_extract_ocb_tsf_timer() - extract tsf timer from wmi event
683 * @wmi_handle: wmi handle
684 * @evt_buf: pointer to event buffer
685 * @resp: tsf timer
686 *
687 * Return: QDF_STATUS_SUCCESS on success
688 */
689QDF_STATUS wmi_extract_ocb_tsf_timer(struct wmi_unified *wmi_handle,
690 void *evt_buf,
691 struct ocb_get_tsf_timer_response *resp);
692
693/**
694 * wmi_extract_dcc_update_ndl_resp() - extract NDL update from wmi event
695 * @wmi_handle: wmi handle
696 * @evt_buf: pointer to event buffer
697 * @resp: ndl update status
698 *
699 * Return: QDF_STATUS_SUCCESS on success
700 */
701QDF_STATUS wmi_extract_dcc_update_ndl_resp(struct wmi_unified *wmi_handle,
702 void *evt_buf, struct ocb_dcc_update_ndl_response *resp);
703
704/**
705 * wmi_extract_dcc_stats() - extract DCC stats from wmi event
706 * @wmi_handle: wmi handle
707 * @evt_buf: pointer to event buffer
708 * @resp: DCC stats
709 *
710 * Since length of the response is variable, response buffer will be allocated.
711 * The caller must free the response buffer.
712 *
713 * Return: QDF_STATUS_SUCCESS on success
714 */
715QDF_STATUS wmi_extract_dcc_stats(struct wmi_unified *wmi_handle,
716 void *evt_buf,
717 struct ocb_dcc_get_stats_response **response);
718#endif
Govind Singhe7b800c2016-03-01 15:30:53 +0530719
Govind Singhd7468a52016-03-09 14:32:57 +0530720QDF_STATUS wmi_unified_lro_config_cmd(void *wmi_hdl,
Govind Singh9bad0002016-03-01 15:54:59 +0530721 struct wmi_lro_config_cmd_t *wmi_lro_cmd);
722
Govind Singhd7468a52016-03-09 14:32:57 +0530723QDF_STATUS wmi_unified_set_thermal_mgmt_cmd(void *wmi_hdl,
Govind Singh9bad0002016-03-01 15:54:59 +0530724 struct thermal_cmd_params *thermal_info);
725
Poddar, Siddarth794b9962016-04-28 15:49:11 +0530726QDF_STATUS wmi_unified_peer_rate_report_cmd(void *wmi_hdl,
727 struct wmi_peer_rate_report_params *rate_report_params);
728
Govind Singhd7468a52016-03-09 14:32:57 +0530729QDF_STATUS wmi_unified_set_mcc_channel_time_quota_cmd
Govind Singh9bad0002016-03-01 15:54:59 +0530730 (void *wmi_hdl,
731 uint32_t adapter_1_chan_freq,
732 uint32_t adapter_1_quota, uint32_t adapter_2_chan_freq);
733
Govind Singhd7468a52016-03-09 14:32:57 +0530734QDF_STATUS wmi_unified_set_mcc_channel_time_latency_cmd
Govind Singh9bad0002016-03-01 15:54:59 +0530735 (void *wmi_hdl,
736 uint32_t mcc_channel_freq, uint32_t mcc_channel_time_latency);
737
Govind Singhd7468a52016-03-09 14:32:57 +0530738QDF_STATUS wmi_unified_set_enable_disable_mcc_adaptive_scheduler_cmd(
Govind Singh608e8892016-04-16 19:24:23 -0700739 void *wmi_hdl, uint32_t mcc_adaptive_scheduler,
740 uint32_t pdev_id);
Govind Singhae855362016-03-07 14:24:22 +0530741
Kiran Venkatappa9da7e042016-08-09 22:52:35 +0530742#ifdef CONFIG_MCL
Govind Singhd7468a52016-03-09 14:32:57 +0530743QDF_STATUS wmi_unified_bcn_buf_ll_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530744 wmi_bcn_send_from_host_cmd_fixed_param *param);
Govind Singh89727882016-04-15 13:58:27 +0530745#endif
Govind Singhae855362016-03-07 14:24:22 +0530746
Govind Singhd7468a52016-03-09 14:32:57 +0530747QDF_STATUS wmi_unified_set_sta_sa_query_param_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530748 uint8_t vdev_id, uint32_t max_retries,
749 uint32_t retry_interval);
750
751
Govind Singhd7468a52016-03-09 14:32:57 +0530752QDF_STATUS wmi_unified_set_sta_keep_alive_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530753 struct sta_params *params);
754
Govind Singhd7468a52016-03-09 14:32:57 +0530755QDF_STATUS wmi_unified_vdev_set_gtx_cfg_cmd(void *wmi_hdl, uint32_t if_id,
Govind Singhae855362016-03-07 14:24:22 +0530756 struct wmi_gtx_config *gtx_info);
757
Govind Singhd7468a52016-03-09 14:32:57 +0530758QDF_STATUS wmi_unified_process_update_edca_param(void *wmi_hdl,
Kiran Kumar Lokereaf132c12018-04-06 16:56:47 -0700759 uint8_t vdev_id, bool mu_edca_param,
Vikram Kandukurid2e75802017-06-01 16:47:51 +0530760 struct wmi_host_wme_vparams wmm_vparams[WMI_MAX_NUM_AC]);
Govind Singhae855362016-03-07 14:24:22 +0530761
Govind Singhd7468a52016-03-09 14:32:57 +0530762QDF_STATUS wmi_unified_probe_rsp_tmpl_send_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530763 uint8_t vdev_id,
Krunal Soni36f17d42017-11-14 15:42:48 -0800764 struct wmi_probe_resp_params *probe_rsp_info);
Govind Singhae855362016-03-07 14:24:22 +0530765
Himanshu Agarwal9efd9bf2016-03-09 18:49:18 +0530766QDF_STATUS wmi_unified_setup_install_key_cmd(void *wmi_hdl,
767 struct set_key_params *key_params);
768
Nachiket Kukadee42cd4b2017-12-20 17:28:29 +0530769#ifdef WLAN_FEATURE_DISA
770/**
771 * wmi_unified_encrypt_decrypt_send_cmd() - send encryptdecrypt cmd to fw
772 * @wmi_hdl: wmi handle
773 * @params: encrypt/decrypt params
774 *
775 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
776 */
Padma, Santhosh Kumar73524052016-09-11 18:24:59 +0530777QDF_STATUS wmi_unified_encrypt_decrypt_send_cmd(void *wmi_hdl,
Nachiket Kukadee42cd4b2017-12-20 17:28:29 +0530778 struct disa_encrypt_decrypt_req_params *params);
779
780/**
781 * wmi_extract_encrypt_decrypt_resp_params() -
782 * extract encrypt decrypt resp params from event buffer
783 * @wmi_handle: wmi handle
784 * @evt_buf: pointer to event buffer
785 * @resp: encrypt decrypt resp params
786 *
787 * Return: QDF_STATUS_SUCCESS for success or error code
788 */
789QDF_STATUS wmi_extract_encrypt_decrypt_resp_params(void *wmi_hdl,
790 uint8_t *evt_buf,
791 struct disa_encrypt_decrypt_resp_params *resp);
792#endif
Padma, Santhosh Kumar73524052016-09-11 18:24:59 +0530793
Govind Singhd7468a52016-03-09 14:32:57 +0530794QDF_STATUS wmi_unified_p2p_go_set_beacon_ie_cmd(void *wmi_hdl,
Vivek73465282018-03-22 23:27:21 +0530795 uint32_t vdev_id, uint8_t *p2p_ie);
Govind Singhae855362016-03-07 14:24:22 +0530796
797
Govind Singhd7468a52016-03-09 14:32:57 +0530798QDF_STATUS wmi_unified_set_gateway_params_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530799 struct gateway_update_req_param *req);
800
Govind Singhd7468a52016-03-09 14:32:57 +0530801QDF_STATUS wmi_unified_set_rssi_monitoring_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530802 struct rssi_monitor_param *req);
803
Govind Singhd7468a52016-03-09 14:32:57 +0530804QDF_STATUS wmi_unified_scan_probe_setoui_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530805 struct scan_mac_oui *psetoui);
806
Govind Singhd7468a52016-03-09 14:32:57 +0530807QDF_STATUS wmi_unified_reset_passpoint_network_list_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530808 struct wifi_passpoint_req_param *req);
809
Govind Singhd7468a52016-03-09 14:32:57 +0530810QDF_STATUS wmi_unified_set_passpoint_network_list_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530811 struct wifi_passpoint_req_param *req);
812
Kiran Venkatappa9da7e042016-08-09 22:52:35 +0530813#ifdef CONFIG_MCL
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +0530814QDF_STATUS wmi_unified_roam_scan_offload_mode_cmd(void *wmi_hdl,
815 wmi_start_scan_cmd_fixed_param *scan_cmd_fp,
816 struct roam_offload_scan_params *roam_req);
Govind Singh89727882016-04-15 13:58:27 +0530817#endif
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +0530818
Varun Reddy Yeturu4cae4292017-07-20 09:45:01 -0700819/**
820 * wmi_unified_roam_mawc_params_cmd() - configure roaming MAWC parameters
821 * @wmi_hdl: wmi handle
822 * @params: Parameters to be configured
823 *
824 * Pass the MAWC(Motion Aided wireless connectivity) related roaming
825 * parameters from the host to the target
826 *
827 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
828 */
829QDF_STATUS wmi_unified_roam_mawc_params_cmd(void *wmi_hdl,
830 struct wmi_mawc_roam_params *params);
831
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +0530832QDF_STATUS wmi_unified_roam_scan_offload_rssi_thresh_cmd(void *wmi_hdl,
833 struct roam_offload_scan_rssi_params *roam_req);
834
835QDF_STATUS wmi_unified_roam_scan_filter_cmd(void *wmi_hdl,
836 struct roam_scan_filter_params *roam_req);
837
Govind Singhd7468a52016-03-09 14:32:57 +0530838QDF_STATUS wmi_unified_set_epno_network_list_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530839 struct wifi_enhanched_pno_params *req);
840
Sravan Kumar Kairamdcb5f802018-02-15 23:28:34 +0530841#ifdef IPA_OFFLOAD
Govind Singhd7468a52016-03-09 14:32:57 +0530842QDF_STATUS wmi_unified_ipa_offload_control_cmd(void *wmi_hdl,
Sravan Kumar Kairamdcb5f802018-02-15 23:28:34 +0530843 struct ipa_uc_offload_control_params *ipa_offload);
844#endif
Govind Singhae855362016-03-07 14:24:22 +0530845
Govind Singhd7468a52016-03-09 14:32:57 +0530846QDF_STATUS wmi_unified_extscan_get_capabilities_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530847 struct extscan_capabilities_params *pgetcapab);
848
Govind Singhd7468a52016-03-09 14:32:57 +0530849QDF_STATUS wmi_unified_extscan_get_cached_results_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530850 struct extscan_cached_result_params *pcached_results);
851
852
Govind Singhd7468a52016-03-09 14:32:57 +0530853QDF_STATUS wmi_unified_extscan_stop_change_monitor_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530854 struct extscan_capabilities_reset_params *reset_req);
855
856
Govind Singhd7468a52016-03-09 14:32:57 +0530857QDF_STATUS wmi_unified_extscan_start_change_monitor_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530858 struct extscan_set_sig_changereq_params *
859 psigchange);
860
Govind Singhd7468a52016-03-09 14:32:57 +0530861QDF_STATUS wmi_unified_extscan_stop_hotlist_monitor_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530862 struct extscan_bssid_hotlist_reset_params *photlist_reset);
863
Govind Singhd7468a52016-03-09 14:32:57 +0530864QDF_STATUS wmi_unified_stop_extscan_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530865 struct extscan_stop_req_params *pstopcmd);
866
Govind Singhd7468a52016-03-09 14:32:57 +0530867QDF_STATUS wmi_unified_start_extscan_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530868 struct wifi_scan_cmd_req_params *pstart);
869
Govind Singhd7468a52016-03-09 14:32:57 +0530870QDF_STATUS wmi_unified_plm_stop_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530871 const struct plm_req_params *plm);
872
Govind Singhd7468a52016-03-09 14:32:57 +0530873QDF_STATUS wmi_unified_plm_start_cmd(void *wmi_hdl,
Govind Singhae855362016-03-07 14:24:22 +0530874 const struct plm_req_params *plm,
875 uint32_t *gchannel_list);
876
Govind Singhd7468a52016-03-09 14:32:57 +0530877QDF_STATUS wmi_unified_pno_stop_cmd(void *wmi_hdl, uint8_t vdev_id);
Govind Singhae855362016-03-07 14:24:22 +0530878
Govind Singh89727882016-04-15 13:58:27 +0530879#ifdef FEATURE_WLAN_SCAN_PNO
Govind Singhd7468a52016-03-09 14:32:57 +0530880QDF_STATUS wmi_unified_pno_start_cmd(void *wmi_hdl,
Abhishek Singhd4184662017-03-03 22:09:07 +0530881 struct pno_scan_req_params *pno);
Govind Singh89727882016-04-15 13:58:27 +0530882#endif
Govind Singhae855362016-03-07 14:24:22 +0530883
Varun Reddy Yeturu4fa519b2017-07-24 16:11:22 -0700884QDF_STATUS wmi_unified_nlo_mawc_cmd(void *wmi_hdl,
885 struct nlo_mawc_params *params);
886
Govind Singhd7468a52016-03-09 14:32:57 +0530887QDF_STATUS wmi_unified_set_ric_req_cmd(void *wmi_hdl, void *msg,
Govind Singhae855362016-03-07 14:24:22 +0530888 uint8_t is_add_ts);
889
Govind Singhd7468a52016-03-09 14:32:57 +0530890QDF_STATUS wmi_unified_process_ll_stats_clear_cmd
Govind Singhae855362016-03-07 14:24:22 +0530891 (void *wmi_hdl, const struct ll_stats_clear_params *clear_req,
892 uint8_t addr[IEEE80211_ADDR_LEN]);
893
Govind Singhd7468a52016-03-09 14:32:57 +0530894QDF_STATUS wmi_unified_process_ll_stats_set_cmd
Govind Singhae855362016-03-07 14:24:22 +0530895 (void *wmi_hdl, const struct ll_stats_set_params *set_req);
896
Govind Singhd7468a52016-03-09 14:32:57 +0530897QDF_STATUS wmi_unified_process_ll_stats_get_cmd
Govind Singhae855362016-03-07 14:24:22 +0530898 (void *wmi_hdl, const struct ll_stats_get_params *get_req,
899 uint8_t addr[IEEE80211_ADDR_LEN]);
900
Padma, Santhosh Kumard3261902017-03-21 19:09:35 +0530901/**
902 * wmi_unified_congestion_request_cmd() - send request to fw to get CCA
903 * @wmi_hdl: wma handle
904 * @vdev_id: vdev id
905 *
906 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
907 */
908QDF_STATUS wmi_unified_congestion_request_cmd(void *wmi_hdl,
909 uint8_t vdev_id);
910
Govind Singhd7468a52016-03-09 14:32:57 +0530911QDF_STATUS wmi_unified_snr_request_cmd(void *wmi_hdl);
Govind Singh229bc0d2016-03-07 15:33:31 +0530912
Govind Singhd7468a52016-03-09 14:32:57 +0530913QDF_STATUS wmi_unified_snr_cmd(void *wmi_hdl, uint8_t vdev_id);
Govind Singh229bc0d2016-03-07 15:33:31 +0530914
Govind Singhd7468a52016-03-09 14:32:57 +0530915QDF_STATUS wmi_unified_link_status_req_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530916 struct link_status_params *link_status);
917
Kiran Venkatappa9da7e042016-08-09 22:52:35 +0530918#ifdef CONFIG_MCL
Govind Singhd7468a52016-03-09 14:32:57 +0530919QDF_STATUS wmi_unified_process_dhcp_ind(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530920 wmi_peer_set_param_cmd_fixed_param *ta_dhcp_ind);
921
Govind Singhd7468a52016-03-09 14:32:57 +0530922QDF_STATUS wmi_unified_get_link_speed_cmd(void *wmi_hdl,
Govind Singh89727882016-04-15 13:58:27 +0530923 wmi_mac_addr peer_macaddr);
Himanshu Agarwal0d578ff2018-01-10 14:21:53 +0530924#endif
Govind Singh229bc0d2016-03-07 15:33:31 +0530925
Himanshu Agarwal0d578ff2018-01-10 14:21:53 +0530926#ifdef WLAN_SUPPORT_GREEN_AP
Govind Singhd7468a52016-03-09 14:32:57 +0530927QDF_STATUS wmi_unified_egap_conf_params_cmd(void *wmi_hdl,
Himanshu Agarwal0d578ff2018-01-10 14:21:53 +0530928 struct wlan_green_ap_egap_params *egap_params);
Govind Singh89727882016-04-15 13:58:27 +0530929#endif
Govind Singh229bc0d2016-03-07 15:33:31 +0530930
Govind Singhd7468a52016-03-09 14:32:57 +0530931QDF_STATUS wmi_unified_fw_profiling_data_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530932 uint32_t cmd, uint32_t value1, uint32_t value2);
933
Naveen Rawat7f70d662017-10-26 18:50:19 -0700934QDF_STATUS wmi_unified_wow_timer_pattern_cmd(void *wmi_hdl, uint8_t vdev_id,
935 uint32_t cookie, uint32_t time);
936
Govind Singhd7468a52016-03-09 14:32:57 +0530937QDF_STATUS wmi_unified_nat_keepalive_en_cmd(void *wmi_hdl, uint8_t vdev_id);
Govind Singh229bc0d2016-03-07 15:33:31 +0530938
Paul Zhang6a857a92017-12-08 16:08:00 +0800939/**
940 * wmi_unified_set_latency_config_cmd()
941 * @wmi_handle: wmi handle
942 * @param: WLM parameters
943 *
944 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
945 */
946QDF_STATUS wmi_unified_wlm_latency_level_cmd(void *wmi_hdl,
947 struct wlm_latency_level_param *param);
948
Govind Singhd7468a52016-03-09 14:32:57 +0530949QDF_STATUS wmi_unified_csa_offload_enable(void *wmi_hdl, uint8_t vdev_id);
Govind Singh229bc0d2016-03-07 15:33:31 +0530950
Naveen Rawat90bc8fd2017-05-13 15:56:57 -0700951#ifdef WLAN_FEATURE_CIF_CFR
952/**
953 * wmi_unified_oem_dma_ring_cfg() - configure OEM DMA rings
954 * @wmi_handle: wmi handle
955 * @data_len: len of dma cfg req
956 * @data: dma cfg req
957 *
958 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
959 */
960QDF_STATUS wmi_unified_oem_dma_ring_cfg(void *wmi_hdl,
961 wmi_oem_dma_ring_cfg_req_fixed_param *cfg);
962#endif
963
Sathish Kumar3d3cf4f2017-11-17 17:30:41 +0530964/**
965 * wmi_unified_dbr_ring_cfg: Configure direct buffer rx rings
966 * @wmi_hdl: WMI handle
967 * @cfg: pointer to direct buffer rx config request
968 *
969 * Return: QDF status of operation
970 */
971QDF_STATUS wmi_unified_dbr_ring_cfg(void *wmi_hdl,
972 struct direct_buf_rx_cfg_req *cfg);
973
Govind Singhd7468a52016-03-09 14:32:57 +0530974QDF_STATUS wmi_unified_start_oem_data_cmd(void *wmi_hdl,
Krishna Kumaar Natarajan7a59ca02016-07-21 15:02:44 -0700975 uint32_t data_len,
Govind Singh229bc0d2016-03-07 15:33:31 +0530976 uint8_t *data);
977
Govind Singhd7468a52016-03-09 14:32:57 +0530978QDF_STATUS wmi_unified_dfs_phyerr_filter_offload_en_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530979 bool dfs_phyerr_filter_offload);
980
Kiran Venkatappa9da7e042016-08-09 22:52:35 +0530981#ifdef CONFIG_MCL
Govind Singhd7468a52016-03-09 14:32:57 +0530982QDF_STATUS wmi_unified_pktlog_wmi_send_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530983 WMI_PKTLOG_EVENT pktlog_event,
Nirav Shah9d1f1ac2016-07-27 19:06:13 +0530984 uint32_t cmd_id,
985 uint8_t user_triggered);
Govind Singh89727882016-04-15 13:58:27 +0530986#endif
Govind Singh229bc0d2016-03-07 15:33:31 +0530987
Govind Singhd7468a52016-03-09 14:32:57 +0530988QDF_STATUS wmi_unified_wow_delete_pattern_cmd(void *wmi_hdl, uint8_t ptrn_id,
Govind Singh229bc0d2016-03-07 15:33:31 +0530989 uint8_t vdev_id);
990
Govind Singhd7468a52016-03-09 14:32:57 +0530991QDF_STATUS wmi_unified_host_wakeup_ind_to_fw_cmd(void *wmi_hdl);
992QDF_STATUS wmi_unified_del_ts_cmd(void *wmi_hdl, uint8_t vdev_id,
Govind Singh229bc0d2016-03-07 15:33:31 +0530993 uint8_t ac);
994
Govind Singhd7468a52016-03-09 14:32:57 +0530995QDF_STATUS wmi_unified_aggr_qos_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530996 struct aggr_add_ts_param *aggr_qos_rsp_msg);
997
Govind Singhd7468a52016-03-09 14:32:57 +0530998QDF_STATUS wmi_unified_add_ts_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +0530999 struct add_ts_param *msg);
1000
Govind Singhd7468a52016-03-09 14:32:57 +05301001QDF_STATUS wmi_unified_process_add_periodic_tx_ptrn_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301002 struct periodic_tx_pattern *
1003 pAddPeriodicTxPtrnParams,
1004 uint8_t vdev_id);
1005
Govind Singhd7468a52016-03-09 14:32:57 +05301006QDF_STATUS wmi_unified_process_del_periodic_tx_ptrn_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301007 uint8_t vdev_id,
1008 uint8_t pattern_id);
1009
Govind Singhd7468a52016-03-09 14:32:57 +05301010QDF_STATUS wmi_unified_stats_ext_req_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301011 struct stats_ext_params *preq);
1012
Govind Singhd7468a52016-03-09 14:32:57 +05301013QDF_STATUS wmi_unified_enable_ext_wow_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301014 struct ext_wow_params *params);
1015
Govind Singhd7468a52016-03-09 14:32:57 +05301016QDF_STATUS wmi_unified_set_app_type2_params_in_fw_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301017 struct app_type2_params *appType2Params);
1018
Govind Singhd7468a52016-03-09 14:32:57 +05301019QDF_STATUS wmi_unified_set_auto_shutdown_timer_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301020 uint32_t timer_val);
1021
Govind Singhd7468a52016-03-09 14:32:57 +05301022QDF_STATUS wmi_unified_nan_req_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301023 struct nan_req_params *nan_req);
1024
Govind Singhd7468a52016-03-09 14:32:57 +05301025QDF_STATUS wmi_unified_process_dhcpserver_offload_cmd(void *wmi_hdl,
Jeff Johnson645f7a12017-10-04 19:19:20 -07001026 struct dhcp_offload_info_params *params);
Govind Singh229bc0d2016-03-07 15:33:31 +05301027
Govind Singhd7468a52016-03-09 14:32:57 +05301028QDF_STATUS wmi_unified_process_ch_avoid_update_cmd(void *wmi_hdl);
Govind Singh229bc0d2016-03-07 15:33:31 +05301029
Govind Singhd7468a52016-03-09 14:32:57 +05301030QDF_STATUS wmi_unified_send_regdomain_info_to_fw_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301031 uint32_t reg_dmn, uint16_t regdmn2G,
Rajeev Kumar Sirasanagandlaacf22bf2017-06-06 13:27:56 +05301032 uint16_t regdmn5G, uint8_t ctl2G,
1033 uint8_t ctl5G);
Govind Singh229bc0d2016-03-07 15:33:31 +05301034
Govind Singhd7468a52016-03-09 14:32:57 +05301035QDF_STATUS wmi_unified_set_tdls_offchan_mode_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301036 struct tdls_channel_switch_params *chan_switch_params);
1037
Govind Singhd7468a52016-03-09 14:32:57 +05301038QDF_STATUS wmi_unified_update_fw_tdls_state_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301039 void *tdls_param, uint8_t tdls_state);
1040
Govind Singhd7468a52016-03-09 14:32:57 +05301041QDF_STATUS wmi_unified_update_tdls_peer_state_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301042 struct tdls_peer_state_params *peerStateParams,
1043 uint32_t *ch_mhz);
1044
Govind Singhd7468a52016-03-09 14:32:57 +05301045QDF_STATUS wmi_unified_process_fw_mem_dump_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301046 struct fw_dump_req_param *mem_dump_req);
1047
Govind Singhd7468a52016-03-09 14:32:57 +05301048QDF_STATUS wmi_unified_process_set_ie_info_cmd(void *wmi_hdl,
Govind Singh229bc0d2016-03-07 15:33:31 +05301049 struct vdev_ie_info_param *ie_info);
1050
Govind Singhd7468a52016-03-09 14:32:57 +05301051QDF_STATUS wmi_unified_save_fw_version_cmd(void *wmi_hdl,
Govind Singh71ee2d72016-03-07 16:30:32 +05301052 void *evt_buf);
1053
Govind Singhd7468a52016-03-09 14:32:57 +05301054QDF_STATUS wmi_unified_set_base_macaddr_indicate_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301055 uint8_t *custom_addr);
1056
Govind Singhd7468a52016-03-09 14:32:57 +05301057QDF_STATUS wmi_unified_log_supported_evt_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301058 uint8_t *event,
1059 uint32_t len);
1060
Govind Singhd7468a52016-03-09 14:32:57 +05301061QDF_STATUS wmi_unified_enable_specific_fw_logs_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301062 struct wmi_wifi_start_log *start_log);
1063
Govind Singhd7468a52016-03-09 14:32:57 +05301064QDF_STATUS wmi_unified_flush_logs_to_fw_cmd(void *wmi_hdl);
Govind Singh2ae94372016-03-07 16:45:38 +05301065
Manishekar Chandrasekaranb8c59382016-04-21 19:16:32 +05301066QDF_STATUS wmi_unified_pdev_set_pcl_cmd(void *wmi_hdl,
1067 struct wmi_pcl_chan_weights *msg);
Govind Singh2ae94372016-03-07 16:45:38 +05301068
Govind Singhd7468a52016-03-09 14:32:57 +05301069QDF_STATUS wmi_unified_soc_set_hw_mode_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301070 uint32_t hw_mode_index);
1071
Manishekar Chandrasekaran81d7aaa2016-04-27 12:52:51 +05301072QDF_STATUS wmi_unified_pdev_set_dual_mac_config_cmd(void *wmi_hdl,
Srinivas Girigowdac461aef2018-02-15 14:30:05 -08001073 struct policy_mgr_dual_mac_config *msg);
Govind Singh2ae94372016-03-07 16:45:38 +05301074
Govind Singhd7468a52016-03-09 14:32:57 +05301075QDF_STATUS wmi_unified_set_led_flashing_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301076 struct flashing_req_params *flashing);
1077
Govind Singhd7468a52016-03-09 14:32:57 +05301078QDF_STATUS wmi_unified_app_type1_params_in_fw_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301079 struct app_type1_params *app_type1_params);
1080
Govind Singhd7468a52016-03-09 14:32:57 +05301081QDF_STATUS wmi_unified_set_ssid_hotlist_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301082 struct ssid_hotlist_request_params *request);
1083
Govind Singhd7468a52016-03-09 14:32:57 +05301084QDF_STATUS wmi_unified_roam_synch_complete_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301085 uint8_t vdev_id);
1086
Govind Singhd7468a52016-03-09 14:32:57 +05301087QDF_STATUS wmi_unified_unit_test_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301088 struct wmi_unit_test_cmd *wmi_utest);
1089
Govind Singhd7468a52016-03-09 14:32:57 +05301090QDF_STATUS wmi_unified_roam_invoke_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301091 struct wmi_roam_invoke_cmd *roaminvoke,
1092 uint32_t ch_hz);
1093
Govind Singhd7468a52016-03-09 14:32:57 +05301094QDF_STATUS wmi_unified_roam_scan_offload_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301095 uint32_t command, uint32_t vdev_id);
1096
Kiran Venkatappa9da7e042016-08-09 22:52:35 +05301097#ifdef CONFIG_MCL
Govind Singhd7468a52016-03-09 14:32:57 +05301098QDF_STATUS wmi_unified_send_roam_scan_offload_ap_cmd(void *wmi_hdl,
Himanshu Agarwalf9524e12017-09-28 11:51:35 +05301099 struct ap_profile_params *ap_profile);
Govind Singh89727882016-04-15 13:58:27 +05301100#endif
Govind Singh2ae94372016-03-07 16:45:38 +05301101
Govind Singhd7468a52016-03-09 14:32:57 +05301102QDF_STATUS wmi_unified_roam_scan_offload_scan_period(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301103 uint32_t scan_period,
1104 uint32_t scan_age,
1105 uint32_t vdev_id);
1106
Govind Singhd7468a52016-03-09 14:32:57 +05301107QDF_STATUS wmi_unified_roam_scan_offload_chan_list_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301108 uint8_t chan_count,
Varun Reddy Yeturub47fa402016-07-07 17:42:49 -07001109 uint32_t *chan_list,
Govind Singh2ae94372016-03-07 16:45:38 +05301110 uint8_t list_type, uint32_t vdev_id);
1111
Govind Singhd7468a52016-03-09 14:32:57 +05301112QDF_STATUS wmi_unified_roam_scan_offload_rssi_change_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301113 uint32_t vdev_id,
1114 int32_t rssi_change_thresh,
1115 uint32_t bcn_rssi_weight,
1116 uint32_t hirssi_delay_btw_scans);
1117
Kapil Guptaf6eb7312017-02-24 15:50:03 +05301118/**
1119 * wmi_unified_set_per_roam_config() - set PER roam config in FW
1120 * @wmi_hdl: wmi handle
1121 * @req_buf: per roam config request buffer
1122 *
1123 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1124 */
1125QDF_STATUS wmi_unified_set_per_roam_config(void *wmi_hdl,
1126 struct wmi_per_roam_config_req *req_buf);
1127
Govind Singhd7468a52016-03-09 14:32:57 +05301128QDF_STATUS wmi_unified_get_buf_extscan_hotlist_cmd(void *wmi_hdl,
Govind Singh2ae94372016-03-07 16:45:38 +05301129 struct ext_scan_setbssi_hotlist_params *
1130 photlist, int *buf_len);
Govind Singh89727882016-04-15 13:58:27 +05301131
Dustin Brown4def3162017-01-13 15:24:07 -08001132/**
1133 * wmi_unified_set_active_bpf_mode_cmd() - config active BPF mode in FW
1134 * @wmi_hdl: the WMI handle
1135 * @vdev_id: the Id of the vdev to apply the configuration to
1136 * @ucast_mode: the active BPF mode to configure for unicast packets
1137 * @mcast_bcast_mode: the active BPF mode to configure for multicast/broadcast
1138 * packets
1139 */
1140QDF_STATUS wmi_unified_set_active_bpf_mode_cmd(void *wmi_hdl,
1141 uint8_t vdev_id,
1142 enum wmi_host_active_bpf_mode ucast_mode,
1143 enum wmi_host_active_bpf_mode mcast_bcast_mode);
1144
Govind Singh89727882016-04-15 13:58:27 +05301145QDF_STATUS wmi_unified_stats_request_send(void *wmi_hdl,
1146 uint8_t macaddr[IEEE80211_ADDR_LEN],
1147 struct stats_request_params *param);
1148
1149QDF_STATUS wmi_unified_pdev_get_tpc_config_cmd_send(void *wmi_hdl,
1150 uint32_t param);
1151
Sathish Kumar50232d72016-08-09 16:50:46 +05301152QDF_STATUS wmi_unified_set_bwf_cmd_send(void *wmi_hdl,
1153 struct set_bwf_params *param);
1154
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05301155QDF_STATUS wmi_send_get_user_position_cmd(void *wmi_hdl, uint32_t value);
1156
1157QDF_STATUS wmi_send_get_peer_mumimo_tx_count_cmd(void *wmi_hdl, uint32_t value);
1158
1159QDF_STATUS wmi_send_reset_peer_mumimo_tx_count_cmd(void *wmi_hdl,
1160 uint32_t value);
1161
1162QDF_STATUS wmi_send_pdev_caldata_version_check_cmd(void *wmi_hdl,
1163 uint32_t value);
1164
1165QDF_STATUS wmi_unified_send_btcoex_wlan_priority_cmd(void *wmi_hdl,
Sathish Kumar7e566c52016-11-10 15:30:22 +05301166 struct btcoex_cfg_params *param);
1167
1168QDF_STATUS wmi_unified_send_btcoex_duty_cycle_cmd(void *wmi_hdl,
1169 struct btcoex_cfg_params *param);
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05301170
Sathish Kumar612d0c22017-01-19 14:57:37 +05301171QDF_STATUS wmi_unified_send_coex_ver_cfg_cmd(void *wmi_hdl,
1172 coex_ver_cfg_t *param);
1173
Sathish Kumar125754e2017-04-24 11:36:00 +05301174QDF_STATUS wmi_unified_send_coex_config_cmd(void *wmi_hdl,
1175 struct coex_config_params *param);
1176
Govind Singh89727882016-04-15 13:58:27 +05301177QDF_STATUS wmi_unified_set_atf_cmd_send(void *wmi_hdl,
1178 struct set_atf_params *param);
1179
1180QDF_STATUS wmi_unified_pdev_fips_cmd_send(void *wmi_hdl,
1181 struct fips_params *param);
1182
1183QDF_STATUS wmi_unified_wlan_profile_enable_cmd_send(void *wmi_hdl,
1184 struct wlan_profile_params *param);
1185
1186QDF_STATUS wmi_unified_wlan_profile_trigger_cmd_send(void *wmi_hdl,
1187 struct wlan_profile_params *param);
1188
1189QDF_STATUS wmi_unified_set_chan_cmd_send(void *wmi_hdl,
1190 struct channel_param *param);
1191
1192QDF_STATUS wmi_unified_set_ht_ie_cmd_send(void *wmi_hdl,
1193 struct ht_ie_params *param);
1194
1195QDF_STATUS wmi_unified_set_vht_ie_cmd_send(void *wmi_hdl,
1196 struct vht_ie_params *param);
1197
1198QDF_STATUS wmi_unified_wmm_update_cmd_send(void *wmi_hdl,
1199 struct wmm_update_params *param);
1200
1201QDF_STATUS wmi_unified_set_ant_switch_tbl_cmd_send(void *wmi_hdl,
1202 struct ant_switch_tbl_params *param);
1203
1204QDF_STATUS wmi_unified_set_ratepwr_table_cmd_send(void *wmi_hdl,
1205 struct ratepwr_table_params *param);
1206
1207QDF_STATUS wmi_unified_get_ratepwr_table_cmd_send(void *wmi_hdl);
1208
1209QDF_STATUS wmi_unified_set_ctl_table_cmd_send(void *wmi_hdl,
1210 struct ctl_table_params *param);
1211
1212QDF_STATUS wmi_unified_set_mimogain_table_cmd_send(void *wmi_hdl,
1213 struct mimogain_table_params *param);
1214
1215QDF_STATUS wmi_unified_set_ratepwr_chainmsk_cmd_send(void *wmi_hdl,
1216 struct ratepwr_chainmsk_params *param);
1217
1218QDF_STATUS wmi_unified_set_macaddr_cmd_send(void *wmi_hdl,
1219 struct macaddr_params *param);
1220
1221QDF_STATUS wmi_unified_pdev_scan_start_cmd_send(void *wmi_hdl);
1222
1223QDF_STATUS wmi_unified_pdev_scan_end_cmd_send(void *wmi_hdl);
1224
1225QDF_STATUS wmi_unified_set_acparams_cmd_send(void *wmi_hdl,
1226 struct acparams_params *param);
1227
1228QDF_STATUS wmi_unified_set_vap_dscp_tid_map_cmd_send(void *wmi_hdl,
1229 struct vap_dscp_tid_map_params *param);
1230
1231QDF_STATUS wmi_unified_proxy_ast_reserve_cmd_send(void *wmi_hdl,
1232 struct proxy_ast_reserve_params *param);
1233
1234QDF_STATUS wmi_unified_pdev_qvit_cmd_send(void *wmi_hdl,
1235 struct pdev_qvit_params *param);
1236
1237QDF_STATUS wmi_unified_mcast_group_update_cmd_send(void *wmi_hdl,
1238 struct mcast_group_update_params *param);
1239
1240QDF_STATUS wmi_unified_peer_add_wds_entry_cmd_send(void *wmi_hdl,
1241 struct peer_add_wds_entry_params *param);
1242
1243QDF_STATUS wmi_unified_peer_del_wds_entry_cmd_send(void *wmi_hdl,
1244 struct peer_del_wds_entry_params *param);
1245
Jeevan Kukkalli28e8a162017-06-16 18:07:28 +05301246/**
1247 * wmi_unified_set_bridge_mac_addr_cmd_send() - WMI set bridge mac addr cmd function
1248 * @param wmi_hdl : handle to WMI.
1249 * @param param : pointer to hold bridge mac addr param
1250 *
1251 * @return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1252 */
1253QDF_STATUS wmi_unified_set_bridge_mac_addr_cmd_send(void *wmi_hdl,
1254 struct set_bridge_mac_addr_params *param);
1255
1256
Govind Singh89727882016-04-15 13:58:27 +05301257QDF_STATUS wmi_unified_peer_update_wds_entry_cmd_send(void *wmi_hdl,
1258 struct peer_update_wds_entry_params *param);
1259
1260QDF_STATUS wmi_unified_phyerr_enable_cmd_send(void *wmi_hdl);
1261
1262QDF_STATUS wmi_unified_phyerr_enable_cmd_send(void *wmi_hdl);
1263
1264QDF_STATUS wmi_unified_phyerr_disable_cmd_send(void *wmi_hdl);
1265
1266QDF_STATUS wmi_unified_smart_ant_enable_cmd_send(void *wmi_hdl,
1267 struct smart_ant_enable_params *param);
1268
1269QDF_STATUS wmi_unified_smart_ant_set_rx_ant_cmd_send(void *wmi_hdl,
1270 struct smart_ant_rx_ant_params *param);
1271
1272QDF_STATUS wmi_unified_smart_ant_set_tx_ant_cmd_send(void *wmi_hdl,
1273 uint8_t macaddr[IEEE80211_ADDR_LEN],
1274 struct smart_ant_tx_ant_params *param);
1275
1276QDF_STATUS wmi_unified_smart_ant_set_training_info_cmd_send(void *wmi_hdl,
1277 uint8_t macaddr[IEEE80211_ADDR_LEN],
1278 struct smart_ant_training_info_params *param);
1279
1280QDF_STATUS wmi_unified_smart_ant_node_config_cmd_send(void *wmi_hdl,
1281 uint8_t macaddr[IEEE80211_ADDR_LEN],
1282 struct smart_ant_node_config_params *param);
1283
1284QDF_STATUS wmi_unified_smart_ant_enable_tx_feedback_cmd_send(void *wmi_hdl,
1285 struct smart_ant_enable_tx_feedback_params *param);
1286
1287QDF_STATUS wmi_unified_vdev_spectral_configure_cmd_send(void *wmi_hdl,
1288 struct vdev_spectral_configure_params *param);
1289
1290QDF_STATUS wmi_unified_vdev_spectral_enable_cmd_send(void *wmi_hdl,
1291 struct vdev_spectral_enable_params *param);
1292
1293QDF_STATUS wmi_unified_bss_chan_info_request_cmd_send(void *wmi_hdl,
1294 struct bss_chan_info_request_params *param);
1295
1296QDF_STATUS wmi_unified_thermal_mitigation_param_cmd_send(void *wmi_hdl,
1297 struct thermal_mitigation_params *param);
1298
1299QDF_STATUS wmi_unified_vdev_set_neighbour_rx_cmd_send(void *wmi_hdl,
1300 uint8_t macaddr[IEEE80211_ADDR_LEN],
1301 struct set_neighbour_rx_params *param);
1302
1303QDF_STATUS wmi_unified_vdev_set_fwtest_param_cmd_send(void *wmi_hdl,
1304 struct set_fwtest_params *param);
1305
1306QDF_STATUS wmi_unified_vdev_config_ratemask_cmd_send(void *wmi_hdl,
1307 struct config_ratemask_params *param);
1308
Sathish Kumar6190e772017-11-08 14:49:58 +05301309/**
1310 * wmi_unified_vdev_set_custom_aggr_size_cmd_send() - WMI set custom aggr
1311 * size command
1312 * @param wmi_hdl : handle to WMI.
1313 * @param param : pointer to hold custom aggr size param
1314 *
1315 * @return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1316 */
1317QDF_STATUS wmi_unified_vdev_set_custom_aggr_size_cmd_send(void *wmi_hdl,
1318 struct set_custom_aggr_size_params *param);
Govind Singh89727882016-04-15 13:58:27 +05301319
Venkateswara Swamy Bandaru81f40dc2017-12-22 17:16:19 +05301320/**
1321 * wmi_unified_vdev_set_qdepth_thresh_cmd_send() - WMI set qdepth threshold
1322 * @param wmi_hdl : handle to WMI.
1323 * @param param : pointer to hold set qdepth thresh param
1324 *
1325 * @return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1326 */
1327QDF_STATUS wmi_unified_vdev_set_qdepth_thresh_cmd_send(void *wmi_hdl,
1328 struct set_qdepth_thresh_params *param);
1329
Govind Singh89727882016-04-15 13:58:27 +05301330QDF_STATUS wmi_unified_pdev_set_regdomain_cmd_send(void *wmi_hdl,
1331 struct pdev_set_regdomain_params *param);
1332
1333QDF_STATUS wmi_unified_set_quiet_mode_cmd_send(void *wmi_hdl,
1334 struct set_quiet_mode_params *param);
1335
1336QDF_STATUS wmi_unified_set_beacon_filter_cmd_send(void *wmi_hdl,
1337 struct set_beacon_filter_params *param);
1338
1339QDF_STATUS wmi_unified_remove_beacon_filter_cmd_send(void *wmi_hdl,
1340 struct remove_beacon_filter_params *param);
1341
1342QDF_STATUS wmi_unified_addba_clearresponse_cmd_send(void *wmi_hdl,
1343 uint8_t macaddr[IEEE80211_ADDR_LEN],
1344 struct addba_clearresponse_params *param);
1345
1346QDF_STATUS wmi_unified_addba_send_cmd_send(void *wmi_hdl,
1347 uint8_t macaddr[IEEE80211_ADDR_LEN],
1348 struct addba_send_params *param);
1349
1350QDF_STATUS wmi_unified_delba_send_cmd_send(void *wmi_hdl,
1351 uint8_t macaddr[IEEE80211_ADDR_LEN],
1352 struct delba_send_params *param);
1353
1354QDF_STATUS wmi_unified_addba_setresponse_cmd_send(void *wmi_hdl,
1355 uint8_t macaddr[IEEE80211_ADDR_LEN],
1356 struct addba_setresponse_params *param);
1357
1358QDF_STATUS wmi_unified_singleamsdu_cmd_send(void *wmi_hdl,
1359 uint8_t macaddr[IEEE80211_ADDR_LEN],
1360 struct singleamsdu_params *param);
1361
1362QDF_STATUS wmi_unified_set_qboost_param_cmd_send(void *wmi_hdl,
1363 uint8_t macaddr[IEEE80211_ADDR_LEN],
1364 struct set_qboost_params *param);
1365
1366QDF_STATUS wmi_unified_mu_scan_cmd_send(void *wmi_hdl,
1367 struct mu_scan_params *param);
1368
1369QDF_STATUS wmi_unified_lteu_config_cmd_send(void *wmi_hdl,
1370 struct lteu_config_params *param);
1371
1372QDF_STATUS wmi_unified_set_psmode_cmd_send(void *wmi_hdl,
1373 struct set_ps_mode_params *param);
1374
1375QDF_STATUS wmi_unified_init_cmd_send(void *wmi_hdl,
Kiran Venkatappaaf1dae32016-12-23 19:58:54 +05301376 struct wmi_init_cmd_param *param);
Govind Singh89727882016-04-15 13:58:27 +05301377
1378bool wmi_service_enabled(void *wmi_hdl, uint32_t service_id);
1379
Kiran Venkatappa34bea522017-09-01 17:02:34 +05301380/**
1381 * wmi_save_service_bitmap() - save service bitmap
1382 * @wmi_handle: wmi handle
1383 * @param evt_buf: pointer to event buffer
1384 *
1385 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS failure code
1386 */
Rajeev Kumar5d8497b2017-02-12 02:12:17 -08001387QDF_STATUS wmi_save_service_bitmap(void *wmi_hdl, void *evt_buf,
1388 void *bitmap_buf);
Govind Singh89727882016-04-15 13:58:27 +05301389
Kiran Venkatappa34bea522017-09-01 17:02:34 +05301390/**
1391 * wmi_save_ext_service_bitmap() - save extended service bitmap
1392 * @wmi_handle: wmi handle
1393 * @param evt_buf: pointer to event buffer
1394 *
1395 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS failure code
1396 */
1397QDF_STATUS wmi_save_ext_service_bitmap(void *wmi_hdl, void *evt_buf,
1398 void *bitmap_buf);
1399
Govind Singh89727882016-04-15 13:58:27 +05301400QDF_STATUS wmi_save_fw_version(void *wmi_hdl, void *evt_buf);
1401
1402QDF_STATUS wmi_get_target_cap_from_service_ready(void *wmi_hdl,
Rajeev Kumar0b6b2852017-02-03 00:39:49 -08001403 void *evt_buf,
1404 struct wlan_psoc_target_capability_info *ev);
Govind Singh89727882016-04-15 13:58:27 +05301405
1406QDF_STATUS wmi_extract_hal_reg_cap(void *wmi_hdl, void *evt_buf,
Rajeev Kumar0b6b2852017-02-03 00:39:49 -08001407 struct wlan_psoc_hal_reg_capability *hal_reg_cap);
Govind Singh89727882016-04-15 13:58:27 +05301408
1409host_mem_req *wmi_extract_host_mem_req_from_service_ready(void *wmi_hdl,
1410 void *evt_buf, uint8_t *num_entries);
1411
1412uint32_t wmi_ready_extract_init_status(void *wmi_hdl, void *ev);
1413
1414QDF_STATUS wmi_ready_extract_mac_addr(void *wmi_hdl,
1415 void *ev, uint8_t *macaddr);
1416
Manoj Ekbote66496392017-07-09 23:28:56 -07001417wmi_host_mac_addr *wmi_ready_extract_mac_addr_list(void *wmi_hdl, void *ev,
1418 uint8_t *num_mac_addr);
1419
Kiran Venkatappaa40870a2017-11-10 20:50:12 +05301420/**
1421 * wmi_extract_ready_params() - Extract data from ready event apart from
1422 * status, macaddr and version.
1423 * @wmi_handle: Pointer to WMI handle.
1424 * @evt_buf: Pointer to Ready event buffer.
1425 * @ev_param: Pointer to host defined struct to copy the data from event.
1426 *
1427 * Return: QDF_STATUS_SUCCESS on success.
1428 */
1429QDF_STATUS wmi_extract_ready_event_params(void *wmi_hdl,
1430 void *evt_buf, struct wmi_host_ready_ev_param *ev_param);
1431
Govind Singh89727882016-04-15 13:58:27 +05301432QDF_STATUS wmi_extract_fw_version(void *wmi_hdl,
1433 void *ev, struct wmi_host_fw_ver *fw_ver);
1434
1435QDF_STATUS wmi_extract_fw_abi_version(void *wmi_hdl,
1436 void *ev, struct wmi_host_fw_abi_ver *fw_ver);
1437
1438QDF_STATUS wmi_check_and_update_fw_version(void *wmi_hdl, void *ev);
1439
1440uint8_t *wmi_extract_dbglog_data_len(void *wmi_hdl,
Rajeev Kumar45fdf7f2017-01-25 12:46:21 -08001441 void *evt_b, uint32_t *len);
Govind Singh89727882016-04-15 13:58:27 +05301442
1443QDF_STATUS wmi_send_ext_resource_config(void *wmi_hdl,
1444 wmi_host_ext_resource_config *ext_cfg);
1445
nobeljd9c2dc82018-01-25 16:35:36 -08001446QDF_STATUS wmi_unified_nf_dbr_dbm_info_get_cmd_send(void *wmi_hdl,
1447 uint8_t mac_id);
Govind Singh89727882016-04-15 13:58:27 +05301448
1449QDF_STATUS wmi_unified_packet_power_info_get_cmd_send(void *wmi_hdl,
1450 struct packet_power_info_params *param);
1451
1452QDF_STATUS wmi_unified_gpio_config_cmd_send(void *wmi_hdl,
1453 struct gpio_config_params *param);
1454
1455QDF_STATUS wmi_unified_gpio_output_cmd_send(void *wmi_hdl,
1456 struct gpio_output_params *param);
1457
1458QDF_STATUS wmi_unified_rtt_meas_req_test_cmd_send(void *wmi_hdl,
1459 struct rtt_meas_req_test_params *param);
1460
1461QDF_STATUS wmi_unified_rtt_meas_req_cmd_send(void *wmi_hdl,
1462 struct rtt_meas_req_params *param);
1463
1464QDF_STATUS wmi_unified_rtt_keepalive_req_cmd_send(void *wmi_hdl,
1465 struct rtt_keepalive_req_params *param);
1466
1467QDF_STATUS wmi_unified_lci_set_cmd_send(void *wmi_hdl,
1468 struct lci_set_params *param);
1469
1470QDF_STATUS wmi_unified_lcr_set_cmd_send(void *wmi_hdl,
1471 struct lcr_set_params *param);
1472
1473QDF_STATUS wmi_unified_send_periodic_chan_stats_config_cmd(void *wmi_hdl,
1474 struct periodic_chan_stats_params *param);
1475
1476QDF_STATUS
1477wmi_send_atf_peer_request_cmd(void *wmi_hdl,
1478 struct atf_peer_request_params *param);
1479
1480QDF_STATUS
1481wmi_send_set_atf_grouping_cmd(void *wmi_hdl,
1482 struct atf_grouping_params *param);
1483/* Extract APIs */
1484
1485QDF_STATUS wmi_extract_wds_addr_event(void *wmi_hdl,
1486 void *evt_buf, uint16_t len, wds_addr_event_t *wds_ev);
1487
1488QDF_STATUS wmi_extract_dcs_interference_type(void *wmi_hdl,
Kiran Venkatappa9b7a9592016-12-29 18:09:32 +05301489 void *evt_buf, struct wmi_host_dcs_interference_param *param);
Govind Singh89727882016-04-15 13:58:27 +05301490
1491QDF_STATUS wmi_extract_dcs_cw_int(void *wmi_hdl, void *evt_buf,
1492 wmi_host_ath_dcs_cw_int *cw_int);
1493
1494QDF_STATUS wmi_extract_dcs_im_tgt_stats(void *wmi_hdl, void *evt_buf,
1495 wmi_host_dcs_im_tgt_stats_t *wlan_stat);
1496
Govind Singh89727882016-04-15 13:58:27 +05301497QDF_STATUS wmi_extract_fips_event_data(void *wmi_hdl, void *evt_buf,
Kiran Venkatappa9f5fcc02016-12-29 22:07:14 +05301498 struct wmi_host_fips_event_param *param);
1499
Govind Singh89727882016-04-15 13:58:27 +05301500QDF_STATUS wmi_extract_vdev_start_resp(void *wmi_hdl, void *evt_buf,
1501 wmi_host_vdev_start_resp *vdev_rsp);
Sathish Kumar744fbf72017-05-17 18:05:15 +05301502
Om Prakash Tripathi105b04b2017-11-24 16:53:07 +05301503/**
1504 * wmi_extract_vdev_delete_resp - api to extract vdev delete
1505 * response event params
1506 * @wmi_handle: wma handle
1507 * @evt_buf: pointer to event buffer
1508 * @delele_rsp: pointer to hold delete response from firmware
1509 *
1510 * Return: QDF_STATUS_SUCCESS for successful event parse
1511 * else QDF_STATUS_E_INVAL or QDF_STATUS_E_FAILURE
1512 */
1513QDF_STATUS wmi_extract_vdev_delete_resp(void *wmi_hdl, void *evt_buf,
1514 struct wmi_host_vdev_delete_resp *delele_rsp);
1515
Govind Singh89727882016-04-15 13:58:27 +05301516QDF_STATUS wmi_extract_tbttoffset_update_params(void *wmi_hdl, void *evt_buf,
Sathish Kumar744fbf72017-05-17 18:05:15 +05301517 uint8_t idx, struct tbttoffset_params *tbtt_param);
1518
1519QDF_STATUS wmi_extract_ext_tbttoffset_update_params(void *wmi_hdl,
1520 void *evt_buf, uint8_t idx,
1521 struct tbttoffset_params *tbtt_param);
1522
1523QDF_STATUS wmi_extract_tbttoffset_num_vdevs(void *wmi_hdl, void *evt_buf,
1524 uint32_t *num_vdevs);
1525
1526QDF_STATUS wmi_extract_ext_tbttoffset_num_vdevs(void *wmi_hdl, void *evt_buf,
1527 uint32_t *num_vdevs);
Govind Singh89727882016-04-15 13:58:27 +05301528
1529QDF_STATUS wmi_extract_mgmt_rx_params(void *wmi_hdl, void *evt_buf,
Himanshu Agarwal53d526b2017-01-05 14:23:18 +05301530 struct mgmt_rx_event_params *hdr, uint8_t **bufp);
Govind Singh89727882016-04-15 13:58:27 +05301531
1532QDF_STATUS wmi_extract_vdev_stopped_param(void *wmi_hdl, void *evt_buf,
1533 uint32_t *vdev_id);
1534
1535QDF_STATUS wmi_extract_vdev_roam_param(void *wmi_hdl, void *evt_buf,
1536 wmi_host_roam_event *ev);
1537
1538QDF_STATUS wmi_extract_vdev_scan_ev_param(void *wmi_hdl, void *evt_buf,
Om Prakash Tripathi91452bf2017-02-25 15:53:30 +05301539 struct scan_event *param);
Govind Singh89727882016-04-15 13:58:27 +05301540
Frank Liu0ba573b2017-03-15 17:51:43 +08001541#ifdef CONVERGED_TDLS_ENABLE
1542/**
1543 * wmi_extract_vdev_tdls_ev_param - extract vdev tdls param from event
1544 * @wmi_handle: wmi handle
1545 * @param evt_buf: pointer to event buffer
1546 * @param param: Pointer to hold vdev tdls param
1547 *
1548 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1549 */
1550QDF_STATUS wmi_extract_vdev_tdls_ev_param(void *wmi_hdl, void *evt_buf,
1551 struct tdls_event_info *param);
1552#endif
1553
Govind Singh89727882016-04-15 13:58:27 +05301554QDF_STATUS wmi_extract_mu_ev_param(void *wmi_hdl, void *evt_buf,
1555 wmi_host_mu_report_event *param);
1556
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05301557QDF_STATUS wmi_extract_mu_db_entry(void *wmi_hdl, void *evt_buf,
1558 uint8_t idx, wmi_host_mu_db_entry *param);
1559
1560QDF_STATUS wmi_extract_mumimo_tx_count_ev_param(void *wmi_hdl, void *evt_buf,
1561 wmi_host_peer_txmu_cnt_event *param);
1562
1563QDF_STATUS wmi_extract_peer_gid_userpos_list_ev_param(void *wmi_hdl,
1564 void *evt_buf, wmi_host_peer_gid_userpos_list_event *param);
1565
1566QDF_STATUS wmi_extract_pdev_caldata_version_check_ev_param(void *wmi_hdl,
1567 void *evt_buf, wmi_host_pdev_check_cal_version_event *param);
1568
Govind Singh89727882016-04-15 13:58:27 +05301569QDF_STATUS wmi_extract_pdev_tpc_config_ev_param(void *wmi_hdl, void *evt_buf,
1570 wmi_host_pdev_tpc_config_event *param);
1571
1572QDF_STATUS wmi_extract_gpio_input_ev_param(void *wmi_hdl,
1573 void *evt_buf, uint32_t *gpio_num);
1574
1575QDF_STATUS wmi_extract_pdev_reserve_ast_ev_param(void *wmi_hdl,
Kiran Venkatappa3f061a92017-02-08 14:57:16 +05301576 void *evt_buf, struct wmi_host_proxy_ast_reserve_param *param);
Govind Singh89727882016-04-15 13:58:27 +05301577
1578QDF_STATUS wmi_extract_nfcal_power_ev_param(void *wmi_hdl, void *evt_buf,
1579 wmi_host_pdev_nfcal_power_all_channels_event *param);
1580
1581QDF_STATUS wmi_extract_pdev_tpc_ev_param(void *wmi_hdl, void *evt_buf,
1582 wmi_host_pdev_tpc_event *param);
1583
1584QDF_STATUS wmi_extract_pdev_generic_buffer_ev_param(void *wmi_hdl,
1585 void *evt_buf,
1586 wmi_host_pdev_generic_buffer_event *param);
1587
1588QDF_STATUS wmi_extract_mgmt_tx_compl_param(void *wmi_hdl, void *evt_buf,
1589 wmi_host_mgmt_tx_compl_event *param);
1590
Kiran Venkatappa25c47022017-03-19 22:58:09 +05301591QDF_STATUS wmi_extract_offchan_data_tx_compl_param(void *wmi_hdl, void *evt_buf,
1592 struct wmi_host_offchan_data_tx_compl_event *param);
1593
Sathish Kumar907a7462017-02-27 10:35:40 +05301594QDF_STATUS wmi_extract_pdev_csa_switch_count_status(void *wmi_hdl,
1595 void *evt_buf,
1596 struct pdev_csa_switch_count_status *param);
1597
Sathish Kumar744fbf72017-05-17 18:05:15 +05301598QDF_STATUS wmi_extract_swba_num_vdevs(void *wmi_hdl, void *evt_buf,
1599 uint32_t *num_vdevs);
Govind Singh89727882016-04-15 13:58:27 +05301600
1601QDF_STATUS wmi_extract_swba_tim_info(void *wmi_hdl, void *evt_buf,
1602 uint32_t idx, wmi_host_tim_info *tim_info);
1603
1604QDF_STATUS wmi_extract_swba_noa_info(void *wmi_hdl, void *evt_buf,
1605 uint32_t idx, wmi_host_p2p_noa_info *p2p_desc);
1606
Wu Gao07ba6b42017-03-13 20:17:34 +08001607#ifdef CONVERGED_P2P_ENABLE
1608QDF_STATUS wmi_extract_p2p_lo_stop_ev_param(void *wmi_hdl,
1609 void *evt_buf, struct p2p_lo_event *param);
1610
1611QDF_STATUS wmi_extract_p2p_noa_ev_param(void *wmi_hdl,
1612 void *evt_buf, struct p2p_noa_info *param);
1613#endif
1614
Govind Singh89727882016-04-15 13:58:27 +05301615QDF_STATUS wmi_extract_peer_sta_ps_statechange_ev(void *wmi_hdl,
1616 void *evt_buf, wmi_host_peer_sta_ps_statechange_event *ev);
1617
1618QDF_STATUS wmi_extract_peer_sta_kickout_ev(void *wmi_hdl, void *evt_buf,
1619 wmi_host_peer_sta_kickout_event *ev);
1620
1621QDF_STATUS wmi_extract_peer_ratecode_list_ev(void *wmi_hdl, void *evt_buf,
1622 uint8_t *peer_mac, wmi_sa_rate_cap *rate_cap);
1623
Jeff Johnson6b8bda42016-10-07 13:03:02 -07001624QDF_STATUS wmi_extract_bcnflt_stats(void *wmi_hdl, void *evt_buf,
1625 uint32_t index, wmi_host_bcnflt_stats *bcnflt_stats);
1626
Govind Singh89727882016-04-15 13:58:27 +05301627QDF_STATUS wmi_extract_rtt_hdr(void *wmi_hdl, void *evt_buf,
1628 wmi_host_rtt_event_hdr *ev);
1629
1630QDF_STATUS wmi_extract_rtt_ev(void *wmi_hdl, void *evt_buf,
1631 wmi_host_rtt_meas_event *ev, uint8_t *hdump,
1632 uint16_t hdump_len);
1633
1634QDF_STATUS wmi_extract_rtt_error_report_ev(void *wmi_hdl, void *evt_buf,
1635 wmi_host_rtt_error_report_event *ev);
1636
Jeff Johnson6b8bda42016-10-07 13:03:02 -07001637QDF_STATUS wmi_extract_chan_stats(void *wmi_hdl, void *evt_buf,
1638 uint32_t index, wmi_host_chan_stats *chan_stats);
1639
Govind Singh89727882016-04-15 13:58:27 +05301640QDF_STATUS wmi_extract_thermal_stats(void *wmi_hdl, void *evt_buf,
Om Prakash Tripathi2f54fbb2017-04-19 16:57:31 +05301641 uint32_t *temp, uint32_t *level, uint32_t *pdev_id);
Govind Singh89727882016-04-15 13:58:27 +05301642
1643QDF_STATUS wmi_extract_thermal_level_stats(void *wmi_hdl, void *evt_buf,
1644 uint8_t idx, uint32_t *levelcount, uint32_t *dccount);
1645
1646QDF_STATUS wmi_extract_comb_phyerr(void *wmi_hdl, void *evt_buf,
1647 uint16_t datalen, uint16_t *buf_offset,
1648 wmi_host_phyerr_t *phyerr);
1649
1650QDF_STATUS wmi_extract_single_phyerr(void *wmi_hdl, void *evt_buf,
1651 uint16_t datalen, uint16_t *buf_offset,
1652 wmi_host_phyerr_t *phyerr);
1653
1654QDF_STATUS wmi_extract_composite_phyerr(void *wmi_hdl, void *evt_buf,
1655 uint16_t datalen, wmi_host_phyerr_t *phyerr);
1656
1657QDF_STATUS wmi_extract_profile_ctx(void *wmi_hdl, void *evt_buf,
1658 wmi_host_wlan_profile_ctx_t *profile_ctx);
1659
Govind Singh41da3152016-05-06 20:20:25 +05301660QDF_STATUS wmi_extract_profile_data(void *wmi_hdl, void *evt_buf, uint8_t idx,
Govind Singh89727882016-04-15 13:58:27 +05301661 wmi_host_wlan_profile_t *profile_data);
1662
1663QDF_STATUS wmi_extract_chan_info_event(void *wmi_hdl, void *evt_buf,
1664 wmi_host_chan_info_event *chan_info);
1665
1666QDF_STATUS wmi_extract_channel_hopping_event(void *wmi_hdl, void *evt_buf,
1667 wmi_host_pdev_channel_hopping_event *ch_hopping);
1668
1669QDF_STATUS wmi_extract_stats_param(void *wmi_hdl, void *evt_buf,
1670 wmi_host_stats_event *stats_param);
1671
1672QDF_STATUS wmi_extract_pdev_stats(void *wmi_hdl, void *evt_buf,
1673 uint32_t index,
1674 wmi_host_pdev_stats *pdev_stats);
1675
Adil Saeed Musthafa0b6c7602017-08-23 17:32:11 -07001676QDF_STATUS wmi_extract_unit_test(void *wmi_hdl, void *evt_buf,
1677 wmi_unit_test_event *unit_test, uint32_t maxspace);
1678
Govind Singh89727882016-04-15 13:58:27 +05301679QDF_STATUS wmi_extract_pdev_ext_stats(void *wmi_hdl, void *evt_buf,
1680 uint32_t index,
1681 wmi_host_pdev_ext_stats *pdev_ext_stats);
1682
1683QDF_STATUS wmi_extract_peer_extd_stats(void *wmi_hdl, void *evt_buf,
1684 uint32_t index,
1685 wmi_host_peer_extd_stats *peer_extd_stats);
1686
1687QDF_STATUS wmi_extract_bss_chan_info_event(void *wmi_hdl, void *evt_buf,
1688 wmi_host_pdev_bss_chan_info_event *bss_chan_info);
1689
1690QDF_STATUS wmi_extract_inst_rssi_stats_event(void *wmi_hdl, void *evt_buf,
1691 wmi_host_inst_stats_resp *inst_rssi_resp);
1692
1693QDF_STATUS wmi_extract_peer_stats(void *wmi_hdl, void *evt_buf,
1694 uint32_t index, wmi_host_peer_stats *peer_stats);
1695
1696QDF_STATUS wmi_extract_tx_data_traffic_ctrl_ev(void *wmi_hdl, void *evt_buf,
1697 wmi_host_tx_data_traffic_ctrl_event *ev);
1698
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05301699QDF_STATUS wmi_extract_atf_peer_stats_ev(void *wmi_hdl, void *evt_buf,
1700 wmi_host_atf_peer_stats_event *ev);
1701
1702QDF_STATUS wmi_extract_atf_token_info_ev(void *wmi_hdl, void *evt_buf,
1703 uint8_t idx, wmi_host_atf_peer_stats_info *atf_token_info);
1704
Govind Singh89727882016-04-15 13:58:27 +05301705QDF_STATUS wmi_extract_vdev_stats(void *wmi_hdl, void *evt_buf,
1706 uint32_t index, wmi_host_vdev_stats *vdev_stats);
1707
Naveen Rawat9734fa92018-04-12 08:17:55 -07001708QDF_STATUS wmi_extract_per_chain_rssi_stats(void *wmi_hdl, void *evt_buf,
1709 uint32_t index, struct wmi_host_per_chain_rssi_stats *rssi_stats);
1710
Govind Singh89727882016-04-15 13:58:27 +05301711QDF_STATUS wmi_extract_vdev_extd_stats(void *wmi_hdl, void *evt_buf,
1712 uint32_t index, wmi_host_vdev_extd_stats *vdev_extd_stats);
Govind Singhc10bde82016-05-02 17:59:24 +05301713
Gurumoorthi Gnanasambandhan18977552017-11-06 22:04:17 +05301714QDF_STATUS wmi_extract_bcn_stats(void *wmi_hdl, void *evt_buf,
1715 uint32_t index, wmi_host_bcn_stats *vdev_bcn_stats);
1716
Chaithanya Garrepalli140a0532018-01-18 14:19:41 +05301717/**
1718 * wmi_extract_vdev_nac_rssi_stats() - extract NAC_RSSI stats from event
1719 * @wmi_handle: wmi handle
1720 * @param evt_buf: pointer to event buffer
1721 * @param vdev_extd_stats: Pointer to hold nac rssi stats
1722 *
1723 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1724 */
1725QDF_STATUS wmi_extract_vdev_nac_rssi_stats(void *wmi_hdl, void *evt_buf,
1726 struct wmi_host_vdev_nac_rssi_event *vdev_nac_rssi_stats);
1727
Govind Singhc10bde82016-05-02 17:59:24 +05301728QDF_STATUS wmi_unified_send_power_dbg_cmd(void *wmi_hdl,
1729 struct wmi_power_dbg_params *param);
Sathish Kumar907a7462017-02-27 10:35:40 +05301730
1731QDF_STATUS wmi_unified_send_multiple_vdev_restart_req_cmd(void *wmi_hdl,
1732 struct multiple_vdev_restart_params *param);
1733
Jeff Johnsonefb43392017-12-14 15:50:16 -08001734/**
1735 * wmi_unified_send_sar_limit_cmd() - send sar limit cmd to fw
1736 * @wmi_hdl: wmi handle
1737 * @params: sar limit command params
1738 *
1739 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1740 */
Manikandan Mohan7e5ad482016-12-13 13:14:06 -08001741QDF_STATUS wmi_unified_send_sar_limit_cmd(void *wmi_hdl,
Jeff Johnsonefb43392017-12-14 15:50:16 -08001742 struct sar_limit_cmd_params *params);
1743
1744/**
1745 * wmi_unified_get_sar_limit_cmd() - request current SAR limits from FW
1746 * @wmi_hdl: wmi handle
1747 *
1748 * Return: QDF_STATUS_SUCCESS for success or error code
1749 */
1750QDF_STATUS wmi_unified_get_sar_limit_cmd(void *wmi_hdl);
1751
1752/**
1753 * wmi_unified_extract_sar_limit_event() - extract SAR limits from FW event
1754 * @wmi_hdl: wmi handle
1755 * @evt_buf: event buffer received from firmware
1756 * @event: SAR limit event which is to be populated by data extracted from
1757 * the @evt_buf buffer
1758 *
1759 * Return: QDF_STATUS_SUCCESS for success or error code
1760 */
1761QDF_STATUS wmi_unified_extract_sar_limit_event(void *wmi_hdl,
1762 uint8_t *evt_buf,
1763 struct sar_limit_event *event);
1764
Gupta, Kapil7b768002016-04-25 19:14:19 +05301765QDF_STATUS wmi_unified_send_adapt_dwelltime_params_cmd(void *wmi_hdl,
1766 struct wmi_adaptive_dwelltime_params *
1767 wmi_param);
Anurag Chouhan4d41be72016-07-22 20:19:54 +05301768QDF_STATUS wmi_unified_fw_test_cmd(void *wmi_hdl,
1769 struct set_fwtest_params *wmi_fwtest);
1770
Leo Chang8184e9c2016-09-28 13:43:36 -07001771QDF_STATUS wmi_unified_peer_rx_reorder_queue_setup_send(void *wmi_hdl,
1772 struct rx_reorder_queue_setup_params *param);
1773QDF_STATUS wmi_unified_peer_rx_reorder_queue_remove_send(void *wmi_hdl,
1774 struct rx_reorder_queue_remove_params *param);
Kiran Venkatappa9c71b362016-08-10 23:55:40 +05301775
1776QDF_STATUS wmi_extract_service_ready_ext(void *wmi_hdl, uint8_t *evt_buf,
Rajeev Kumar0b6b2852017-02-03 00:39:49 -08001777 struct wlan_psoc_host_service_ext_param *param);
Kiran Venkatappa9c71b362016-08-10 23:55:40 +05301778QDF_STATUS wmi_extract_hw_mode_cap_service_ready_ext(
1779 void *wmi_hdl,
1780 uint8_t *evt_buf, uint8_t hw_mode_idx,
Rajeev Kumar0b6b2852017-02-03 00:39:49 -08001781 struct wlan_psoc_host_hw_mode_caps *param);
Kiran Venkatappa9c71b362016-08-10 23:55:40 +05301782QDF_STATUS wmi_extract_mac_phy_cap_service_ready_ext(
1783 void *wmi_hdl,
Kiran Venkatappa176fe6c2016-12-26 15:38:06 +05301784 uint8_t *evt_buf,
1785 uint8_t hw_mode_id,
1786 uint8_t phy_id,
Rajeev Kumar0b6b2852017-02-03 00:39:49 -08001787 struct wlan_psoc_host_mac_phy_caps *param);
Kiran Venkatappa9c71b362016-08-10 23:55:40 +05301788QDF_STATUS wmi_extract_reg_cap_service_ready_ext(
1789 void *wmi_hdl,
1790 uint8_t *evt_buf, uint8_t phy_idx,
Rajeev Kumar0b6b2852017-02-03 00:39:49 -08001791 struct wlan_psoc_host_hal_reg_capabilities_ext *param);
Sathish Kumar3d3cf4f2017-11-17 17:30:41 +05301792
1793/**
1794 * wmi_extract_dbr_ring_cap_service_ready_ext: Extract direct buffer rx
1795 * capability received through
1796 * extended service ready event
1797 * @wmi_hdl: WMI handle
1798 * @evt_buf: Event buffer
1799 * @idx: Index of the module for which capability is received
1800 * @param: Pointer to direct buffer rx ring cap struct
1801 *
1802 * Return: QDF status of operation
1803 */
1804QDF_STATUS wmi_extract_dbr_ring_cap_service_ready_ext(
1805 void *wmi_hdl,
1806 uint8_t *evt_buf, uint8_t idx,
1807 struct wlan_psoc_host_dbr_ring_caps *param);
1808
1809/**
1810 * wmi_extract_dbr_buf_release_fixed : Extract direct buffer rx fixed param
1811 * from buffer release event
1812 * @wmi_hdl: WMI handle
1813 * @evt_buf: Event buffer
1814 * @param: Pointer to direct buffer rx response struct
1815 *
1816 * Return: QDF status of operation
1817 */
1818QDF_STATUS wmi_extract_dbr_buf_release_fixed(
1819 void *wmi_hdl,
1820 uint8_t *evt_buf,
1821 struct direct_buf_rx_rsp *param);
1822
1823/**
1824 * wmi_extract_dbr_buf_release_entry: Extract direct buffer rx buffer tlv
1825 *
1826 * @wmi_hdl: WMI handle
1827 * @evt_buf: Event buffer
1828 * @idx: Index of the module for which capability is received
1829 * @param: Pointer to direct buffer rx entry
1830 *
1831 * Return: QDF status of operation
1832 */
1833QDF_STATUS wmi_extract_dbr_buf_release_entry(
1834 void *wmi_hdl,
1835 uint8_t *evt_buf, uint8_t idx,
1836 struct direct_buf_rx_entry *param);
Edayilliam Jayadev42ce0e42018-04-06 16:37:17 +05301837
1838/**
1839 * wmi_extract_dbr_buf_metadata: Extract direct buffer metadata
1840 *
1841 * @wmi_hdl: WMI handle
1842 * @evt_buf: Event buffer
1843 * @idx: Index of the module for which capability is received
1844 * @param: Pointer to direct buffer metadata
1845 *
1846 * Return: QDF status of operation
1847 */
1848QDF_STATUS wmi_extract_dbr_buf_metadata(
1849 void *wmi_hdl,
1850 uint8_t *evt_buf, uint8_t idx,
1851 struct direct_buf_rx_metadata *param);
1852
Sathish Kumar617535c2017-01-24 17:51:26 +05301853QDF_STATUS wmi_extract_pdev_utf_event(void *wmi_hdl,
1854 uint8_t *evt_buf,
1855 struct wmi_host_pdev_utf_event *param);
Vijay Pamidipatiadd0ba72017-01-17 12:53:05 +05301856
Kiran Venkatappa3d514982017-02-28 14:19:17 +05301857QDF_STATUS wmi_extract_pdev_qvit_event(void *wmi_hdl,
1858 uint8_t *evt_buf,
1859 struct wmi_host_pdev_qvit_event *param);
1860
Vijay Pamidipatiadd0ba72017-01-17 12:53:05 +05301861QDF_STATUS wmi_extract_peer_delete_response_event(void *wmi_hdl,
1862 uint8_t *evt_buf,
1863 struct wmi_host_peer_delete_response_event *param);
Arif Hussain85604fb2017-01-07 18:21:55 -08001864
Vikram Kandukuric83feb62017-03-07 18:40:13 +05301865QDF_STATUS wmi_extract_chainmask_tables(void *wmi_hdl, uint8_t *evt_buf,
1866 struct wlan_psoc_host_chainmask_table *chainmask_table);
Arif Hussain85604fb2017-01-07 18:21:55 -08001867/**
1868 * wmi_unified_dfs_phyerr_offload_en_cmd() - enable dfs phyerr offload
1869 * @wmi_handle: wmi handle
1870 * @pdev_id: pdev id
1871 *
1872 * Return: QDF_STATUS
1873 */
1874QDF_STATUS wmi_unified_dfs_phyerr_offload_en_cmd(void *wmi_hdl,
1875 uint32_t pdev_id);
1876
1877/**
1878 * wmi_unified_dfs_phyerr_offload_dis_cmd() - disable dfs phyerr offload
1879 * @wmi_handle: wmi handle
1880 * @pdev_id: pdev id
1881 *
1882 * Return: QDF_STATUS
1883 */
1884QDF_STATUS wmi_unified_dfs_phyerr_offload_dis_cmd(void *wmi_hdl,
1885 uint32_t pdev_id);
Dustin Browne58fbc72017-04-03 17:00:07 -07001886
Kiran Kumar Lokeree70e6052017-04-24 00:56:03 -07001887QDF_STATUS wmi_unified_set_country_cmd_send(void *wmi_hdl,
1888 struct set_country *param);
Vignesh Viswanathan90cd7742017-09-25 14:36:38 +05301889/*
1890 * wmi_unified_set_del_pmkid_cache() - set delete PMKID
1891 * @wmi_hdl: wma handle
1892 * @pmksa: pointer to pmk cache entry
1893 *
1894 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1895 */
1896QDF_STATUS wmi_unified_set_del_pmkid_cache(void *wmi_hdl,
1897 struct wmi_unified_pmk_cache *pmksa);
1898
1899#if defined(WLAN_FEATURE_FILS_SK)
1900/*
1901 * wmi_unified_roam_send_hlp_cmd() -send HLP command info
1902 * @wmi_hdl: wma handle
1903 * @req_buf: Pointer to HLP params
1904 *
1905 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1906 */
1907QDF_STATUS wmi_unified_roam_send_hlp_cmd(void *wmi_hdl,
1908 struct hlp_params *req_buf);
1909#endif
Kiran Kumar Lokeree70e6052017-04-24 00:56:03 -07001910
Rajeev Kumar Sirasanagandlacddf6fe2016-11-22 21:28:54 +05301911/**
1912 * wmi_unified_send_request_get_rcpi_cmd() - command to request rcpi value
1913 * @wmi_hdl: wma handle
1914 * @get_rcpi_param: rcpi params
1915 *
1916 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
1917 */
1918QDF_STATUS wmi_unified_send_request_get_rcpi_cmd(void *wmi_hdl,
1919 struct rcpi_req *get_rcpi_param);
1920
1921/**
1922 * wmi_extract_rcpi_response_event - api to extract RCPI event params
1923 * @wmi_handle: wma handle
1924 * @evt_buf: pointer to event buffer
1925 * @res: pointer to hold rcpi response from firmware
1926 *
1927 * Return: QDF_STATUS_SUCCESS for successful event parse
1928 * else QDF_STATUS_E_INVAL or QDF_STATUS_E_FAILURE
1929 */
1930QDF_STATUS wmi_extract_rcpi_response_event(void *wmi_hdl, void *evt_buf,
1931 struct rcpi_res *res);
1932
Dustin Browne58fbc72017-04-03 17:00:07 -07001933#ifdef WMI_INTERFACE_EVENT_LOGGING
1934void wmi_print_cmd_log(wmi_unified_t wmi, uint32_t count,
1935 qdf_abstract_print *print, void *print_priv);
1936
1937void wmi_print_cmd_tx_cmp_log(wmi_unified_t wmi, uint32_t count,
1938 qdf_abstract_print *print, void *print_priv);
1939
1940void wmi_print_mgmt_cmd_log(wmi_unified_t wmi, uint32_t count,
1941 qdf_abstract_print *print, void *print_priv);
1942
1943void wmi_print_mgmt_cmd_tx_cmp_log(wmi_unified_t wmi, uint32_t count,
1944 qdf_abstract_print *print, void *print_priv);
1945
1946void wmi_print_event_log(wmi_unified_t wmi, uint32_t count,
1947 qdf_abstract_print *print, void *print_priv);
1948
1949void wmi_print_rx_event_log(wmi_unified_t wmi, uint32_t count,
1950 qdf_abstract_print *print, void *print_priv);
1951
1952void wmi_print_mgmt_event_log(wmi_unified_t wmi, uint32_t count,
1953 qdf_abstract_print *print, void *print_priv);
Kiran Kumar Lokeree70e6052017-04-24 00:56:03 -07001954
Dustin Browne58fbc72017-04-03 17:00:07 -07001955#endif /* WMI_INTERFACE_EVENT_LOGGING */
1956
Nitesh Shahfb9e88b2017-05-22 15:49:00 +05301957QDF_STATUS wmi_unified_send_dbs_scan_sel_params_cmd(void *wmi_hdl,
1958 struct wmi_dbs_scan_sel_params *wmi_param);
Ganesh Kondabattini20b086b2017-07-10 11:54:11 +05301959
1960QDF_STATUS wmi_unified_send_limit_off_chan_cmd(void *wmi_hdl,
1961 struct wmi_limit_off_chan_param *wmi_param);
Anurag Chouhanc1705422017-09-11 14:56:30 +05301962QDF_STATUS wmi_unified_set_arp_stats_req(void *wmi_hdl,
1963 struct set_arp_stats *req_buf);
1964QDF_STATUS wmi_unified_get_arp_stats_req(void *wmi_hdl,
1965 struct get_arp_stats *req_buf);
Kiran Venkatappaf9b1de32017-11-08 19:32:23 +05301966
1967/**
1968 * wmi_send_bcn_offload_control_cmd - send beacon ofload control cmd to fw
1969 * @wmi_hdl: wmi handle
1970 * @bcn_ctrl_param: pointer to bcn_offload_control param
1971 *
1972 * Return: QDF_STATUS_SUCCESS for success or error code
1973 */
1974QDF_STATUS wmi_send_bcn_offload_control_cmd(void *wmi_hdl,
1975 struct bcn_offload_control *bcn_ctrl_param);
Rathees kumar Chinannanaff64b02017-11-22 17:03:57 +05301976/**
1977 * wmi_unified_send_wds_entry_list_cmd() - WMI function to get list of
1978 * wds entries from FW
Arif Hussain2cfde1d2017-12-27 16:23:45 -08001979 * @wmi_hdl: wmi handle
Rathees kumar Chinannanaff64b02017-11-22 17:03:57 +05301980 *
1981 * Send WMI_PDEV_WDS_ENTRY_LIST_CMDID parameters to fw.
1982 *
1983 * Return: QDF_STATUS_SUCCESS on success, QDF_STATUS_E_** on error
1984 */
1985
1986QDF_STATUS wmi_unified_send_dump_wds_table_cmd(void *wmi_hdl);
1987
1988/**
1989 * wmi_extract_wds_entry - api to extract wds entry
Arif Hussain2cfde1d2017-12-27 16:23:45 -08001990 * @wmi_hdl: wmi handle
Rathees kumar Chinannanaff64b02017-11-22 17:03:57 +05301991 * @evt_buf: pointer to event buffer
1992 * @wds_entry: wds entry
1993 * @idx: index to point wds entry in event buffer
1994 *
1995 * Return: QDF_STATUS_SUCCESS for successful event parse
1996 * else QDF_STATUS_E_INVAL or QDF_STATUS_E_FAILURE
1997 */
1998
1999QDF_STATUS wmi_extract_wds_entry(void *wmi_hdl, uint8_t *evt_buf,
2000 struct wdsentry *wds_entry, u_int32_t idx);
Naveen Rawat79a787c2017-12-14 13:24:31 -08002001
2002#ifdef WLAN_FEATURE_NAN_CONVERGENCE
2003/**
2004 * wmi_unified_ndp_initiator_req_cmd_send - api to send initiator request to FW
2005 * @wmi_hdl: wma handle
2006 * @req: pointer to request buffer
2007 *
2008 * Return: status of operation
2009 */
2010QDF_STATUS wmi_unified_ndp_initiator_req_cmd_send(void *wmi_hdl,
2011 struct nan_datapath_initiator_req *req);
2012
2013/**
2014 * wmi_unified_ndp_responder_req_cmd_send - api to send responder request to FW
2015 * @wmi_hdl: wma handle
2016 * @req: pointer to request buffer
2017 *
2018 * Return: status of operation
2019 */
2020QDF_STATUS wmi_unified_ndp_responder_req_cmd_send(void *wmi_hdl,
2021 struct nan_datapath_responder_req *req);
2022
2023/**
2024 * wmi_unified_ndp_end_req_cmd_send - api to send end request to FW
2025 * @wmi_hdl: wma handle
2026 * @req: pointer to request buffer
2027 *
2028 * Return: status of operation
2029 */
2030QDF_STATUS wmi_unified_ndp_end_req_cmd_send(void *wmi_hdl,
2031 struct nan_datapath_end_req *req);
2032
2033/**
2034 * wmi_extract_ndp_initiator_rsp - api to extract initiator rsp from even buffer
2035 * @wmi_hdl: wma handle
2036 * @data: event buffer
2037 * @rsp: buffer to populate
2038 *
2039 * Return: status of operation
2040 */
2041QDF_STATUS wmi_extract_ndp_initiator_rsp(wmi_unified_t wmi_handle,
Naveen Rawat1d095b02018-02-02 15:13:05 -08002042 uint8_t *data, struct nan_datapath_initiator_rsp *rsp);
Naveen Rawat79a787c2017-12-14 13:24:31 -08002043
2044/**
2045 * wmi_extract_ndp_ind - api to extract ndp indication struct from even buffer
2046 * @wmi_hdl: wma handle
2047 * @data: event buffer
2048 * @ind: buffer to populate
2049 *
2050 * Return: status of operation
2051 */
2052QDF_STATUS wmi_extract_ndp_ind(wmi_unified_t wmi_handle, uint8_t *data,
Naveen Rawat1d095b02018-02-02 15:13:05 -08002053 struct nan_datapath_indication_event *ind);
Naveen Rawat79a787c2017-12-14 13:24:31 -08002054
2055/**
2056 * wmi_extract_ndp_confirm - api to extract ndp confim struct from even buffer
2057 * @wmi_hdl: wma handle
2058 * @data: event buffer
2059 * @ev: buffer to populate
2060 *
2061 * Return: status of operation
2062 */
2063QDF_STATUS wmi_extract_ndp_confirm(wmi_unified_t wmi_handle, uint8_t *data,
Naveen Rawat1d095b02018-02-02 15:13:05 -08002064 struct nan_datapath_confirm_event *ev);
Naveen Rawat79a787c2017-12-14 13:24:31 -08002065
2066/**
2067 * wmi_extract_ndp_responder_rsp - api to extract responder rsp from even buffer
2068 * @wmi_hdl: wma handle
2069 * @data: event buffer
2070 * @rsp: buffer to populate
2071 *
2072 * Return: status of operation
2073 */
2074QDF_STATUS wmi_extract_ndp_responder_rsp(wmi_unified_t wmi_handle,
Naveen Rawat1d095b02018-02-02 15:13:05 -08002075 uint8_t *data, struct nan_datapath_responder_rsp *rsp);
Naveen Rawat79a787c2017-12-14 13:24:31 -08002076
2077/**
2078 * wmi_extract_ndp_end_rsp - api to extract ndp end rsp from even buffer
2079 * @wmi_hdl: wma handle
2080 * @data: event buffer
2081 * @rsp: buffer to populate
2082 *
2083 * Return: status of operation
2084 */
2085QDF_STATUS wmi_extract_ndp_end_rsp(wmi_unified_t wmi_handle, uint8_t *data,
Naveen Rawat1d095b02018-02-02 15:13:05 -08002086 struct nan_datapath_end_rsp_event *rsp);
Naveen Rawat79a787c2017-12-14 13:24:31 -08002087
2088/**
2089 * wmi_extract_ndp_end_ind - api to extract ndp end indication from even buffer
2090 * @wmi_hdl: wma handle
2091 * @data: event buffer
2092 * @ind: buffer to populate
2093 *
2094 * Return: status of operation
2095 */
2096QDF_STATUS wmi_extract_ndp_end_ind(wmi_unified_t wmi_handle, uint8_t *data,
2097 struct nan_datapath_end_indication_event **ind);
Naveen Rawat79a787c2017-12-14 13:24:31 -08002098#endif
Subrat Mishra7c9427e2017-09-27 14:41:20 +05302099
yeshwanth sriram guntuka230af892017-09-01 17:56:07 +05302100/**
2101 * wmi_unified_send_btm_config() - Send BTM config to fw
2102 * @wmi_hdl: wmi handle
2103 * @params: pointer to wmi_btm_config
2104 *
2105 * Return: QDF_STATUS
2106 */
2107QDF_STATUS wmi_unified_send_btm_config(void *wmi_hdl,
2108 struct wmi_btm_config *params);
Arif Hussain2cfde1d2017-12-27 16:23:45 -08002109
2110/**
2111 * wmi_unified_send_obss_detection_cfg_cmd() - WMI function to send obss
2112 * detection configuration to FW.
2113 * @wmi_hdl: wmi handle
2114 * @cfg: obss detection configuration
2115 *
2116 * Send WMI_SAP_OBSS_DETECTION_CFG_CMDID parameters to fw.
2117 *
2118 * Return: QDF_STATUS
2119 */
2120
2121QDF_STATUS wmi_unified_send_obss_detection_cfg_cmd(void *wmi_hdl,
2122 struct wmi_obss_detection_cfg_param *cfg);
Arif Hussainf9f26b52018-01-12 13:15:04 -08002123
2124/**
2125 * wmi_unified_extract_obss_detection_info() - WMI function to extract obss
2126 * detection info from FW.
2127 * @wmi_hdl: wmi handle
2128 * @data: event data from firmware
2129 * @info: Pointer to hold obss detection info
2130 *
2131 * This function is used to extract obss info from firmware.
2132 *
2133 * Return: QDF_STATUS
2134 */
2135
2136QDF_STATUS wmi_unified_extract_obss_detection_info(void *wmi_hdl,
2137 uint8_t *data,
2138 struct wmi_obss_detect_info
2139 *info);
Arif Hussainb4da3472018-01-22 01:19:36 -08002140/**
2141 * wmi_unified_send_bss_color_change_enable_cmd() - WMI function to send bss
2142 * color change enable to FW.
2143 * @wmi_hdl: wmi handle
2144 * @vdev_id: vdev ID
2145 * @enable: enable or disable color change handeling within firmware
2146 *
2147 * Send WMI_BSS_COLOR_CHANGE_ENABLE_CMDID parameters to fw,
2148 * thereby firmware updates bss color when AP announces bss color change.
2149 *
2150 * Return: QDF_STATUS
2151 */
2152
2153QDF_STATUS wmi_unified_send_bss_color_change_enable_cmd(void *wmi_hdl,
2154 uint32_t vdev_id,
2155 bool enable);
2156
2157/**
2158 * wmi_unified_send_obss_color_collision_cfg_cmd() - WMI function to send bss
2159 * color collision detection configuration to FW.
2160 * @wmi_hdl: wmi handle
2161 * @cfg: obss color collision detection configuration
2162 *
2163 * Send WMI_OBSS_COLOR_COLLISION_DET_CONFIG_CMDID parameters to fw.
2164 *
2165 * Return: QDF_STATUS
2166 */
2167
2168QDF_STATUS wmi_unified_send_obss_color_collision_cfg_cmd(void *wmi_hdl,
2169 struct wmi_obss_color_collision_cfg_param *cfg);
2170
2171/**
2172 * wmi_unified_extract_obss_color_collision_info() - WMI function to extract
2173 * obss color collision info from FW.
2174 * @wmi_hdl: wmi handle
2175 * @data: event data from firmware
2176 * @info: Pointer to hold bss color collision info
2177 *
2178 * This function is used to extract bss collision info from firmware.
2179 *
2180 * Return: QDF_STATUS
2181 */
2182
2183QDF_STATUS wmi_unified_extract_obss_color_collision_info(void *wmi_hdl,
2184 uint8_t *data, struct wmi_obss_color_collision_info *info);
Arif Hussainf9f26b52018-01-12 13:15:04 -08002185
Himanshu Agarwal3f5d65a2018-01-24 22:24:17 +05302186#ifdef WLAN_SUPPORT_GREEN_AP
2187QDF_STATUS wmi_extract_green_ap_egap_status_info(
2188 void *wmi_hdl, uint8_t *evt_buf,
2189 struct wlan_green_ap_egap_status_info *egap_status_info_params);
2190#endif
2191
Subrat Mishra7c9427e2017-09-27 14:41:20 +05302192#ifdef WLAN_SUPPORT_FILS
2193/**
2194 * wmi_unified_fils_vdev_config_send_cmd() - send FILS config cmd to fw
2195 * @wmi_hdl: wmi handle
2196 * @param: fils config params
2197 *
2198 * Return: QDF_STATUS_SUCCESS for success or error code
2199 */
2200QDF_STATUS
2201wmi_unified_fils_vdev_config_send_cmd(void *wmi_hdl,
2202 struct config_fils_params *param);
2203
2204/**
2205 * wmi_extract_swfda_vdev_id() - api to extract vdev id
2206 * @wmi_hdl: wmi handle
2207 * @evt_buf: pointer to event buffer
2208 * @vdev_id: pointer to vdev id
2209 *
2210 * Return: QDF_STATUS_SUCCESS for success or error code
2211 */
2212QDF_STATUS wmi_extract_swfda_vdev_id(void *wmi_hdl, void *evt_buf,
2213 uint32_t *vdev_id);
2214
2215/**
2216 * wmi_unified_fils_discovery_send_cmd() - send FILS discovery cmd to fw
2217 * @wmi_hdl: wmi handle
2218 * @param: fils discovery params
2219 *
2220 * Return: QDF_STATUS_SUCCESS for success or error code
2221 */
2222QDF_STATUS wmi_unified_fils_discovery_send_cmd(void *wmi_hdl,
2223 struct fd_params *param);
2224#endif /* WLAN_SUPPORT_FILS */
Vignesh Viswanathan51994e32018-01-18 19:06:40 +05302225
2226/**
2227 * wmi_unified_offload_11k_cmd() - send 11k offload command
2228 * @wmi_hdl: wmi handle
2229 * @params: 11k offload params
2230 *
2231 * This function passes the 11k offload command params to FW
2232 *
2233 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
2234 */
2235QDF_STATUS wmi_unified_offload_11k_cmd(void *wmi_hdl,
2236 struct wmi_11k_offload_params *params);
2237/**
2238 * wmi_unified_invoke_neighbor_report_cmd() - send invoke neighbor report cmd
2239 * @wmi_hdl: wmi handle
2240 * @params: invoke neighbor report params
2241 *
2242 * This function passes the invoke neighbor report command to fw
2243 *
2244 * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
2245 */
2246QDF_STATUS wmi_unified_invoke_neighbor_report_cmd(void *wmi_hdl,
2247 struct wmi_invoke_neighbor_report_params *params);
Naveen Rawat1d095b02018-02-02 15:13:05 -08002248
Naveen Rawat13dbfb72018-02-02 15:18:33 -08002249/* wmi_get_ch_width_from_phy_mode() - convert phy mode to channel width
2250 * @wmi_hdl: wmi handle
2251 * @phymode: phy mode
2252 *
2253 * Return: wmi channel width
2254 */
2255wmi_host_channel_width wmi_get_ch_width_from_phy_mode(void *wmi_hdl,
2256 WMI_HOST_WLAN_PHY_MODE phymode);
2257
Naveen Rawat96afb7f2018-04-13 16:38:36 -07002258#ifdef QCA_SUPPORT_CP_STATS
2259/**
2260 * wmi_extract_cca_stats() - api to extract congestion stats from event buffer
2261 * @wmi_handle: wma handle
2262 * @evt_buf: event buffer
2263 * @datalen: length of buffer
2264 * @stats: buffer to populated after stats extraction
2265 *
2266 * Return: status of operation
2267 */
2268QDF_STATUS wmi_extract_cca_stats(wmi_unified_t wmi_handle, void *evt_buf,
2269 struct wmi_host_congestion_stats *stats);
2270#endif /* QCA_SUPPORT_CP_STATS */
2271
Govind Singhd475ea92016-03-06 19:55:02 +05302272#endif /* _WMI_UNIFIED_API_H_ */