Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 1 | /* |
Naveen Rawat | 79a787c | 2017-12-14 13:24:31 -0800 | [diff] [blame] | 2 | * Copyright (c) 2013-2018 The Linux Foundation. All rights reserved. |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 3 | * |
| 4 | * Previously licensed under the ISC license by Qualcomm Atheros, Inc. |
| 5 | * |
| 6 | * |
| 7 | * Permission to use, copy, modify, and/or distribute this software for |
| 8 | * any purpose with or without fee is hereby granted, provided that the |
| 9 | * above copyright notice and this permission notice appear in all |
| 10 | * copies. |
| 11 | * |
| 12 | * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL |
| 13 | * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED |
| 14 | * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE |
| 15 | * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL |
| 16 | * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR |
| 17 | * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER |
| 18 | * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 19 | * PERFORMANCE OF THIS SOFTWARE. |
| 20 | */ |
| 21 | |
| 22 | /* |
| 23 | * This file was originally distributed by Qualcomm Atheros, Inc. |
| 24 | * under proprietary terms before Copyright ownership was assigned |
| 25 | * to the Linux Foundation. |
| 26 | */ |
| 27 | |
| 28 | /* |
Govind Singh | 6ad6ada | 2016-02-04 18:42:30 +0530 | [diff] [blame] | 29 | * This file contains the API definitions for the Unified Wireless Module |
| 30 | * Interface (WMI). |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 31 | */ |
| 32 | |
| 33 | #ifndef _WMI_UNIFIED_API_H_ |
| 34 | #define _WMI_UNIFIED_API_H_ |
| 35 | |
| 36 | #include <osdep.h> |
Himanshu Agarwal | 56c292f | 2016-07-19 15:41:51 +0530 | [diff] [blame] | 37 | #ifdef CONFIG_MCL |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 38 | #include "wmi.h" |
Himanshu Agarwal | 56c292f | 2016-07-19 15:41:51 +0530 | [diff] [blame] | 39 | #endif |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 40 | #include "htc_api.h" |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 41 | #include "wmi_unified_param.h" |
Mukul Sharma | 36d159b | 2017-01-30 19:55:40 +0530 | [diff] [blame] | 42 | #include "wlan_objmgr_psoc_obj.h" |
Himanshu Agarwal | 53d526b | 2017-01-05 14:23:18 +0530 | [diff] [blame] | 43 | #include "wlan_mgmt_txrx_utils_api.h" |
Mukul Sharma | ba196f5 | 2017-02-25 01:50:47 +0530 | [diff] [blame] | 44 | #ifdef WLAN_PMO_ENABLE |
| 45 | #include "wmi_unified_pmo_api.h" |
| 46 | #endif |
Wu Gao | 07ba6b4 | 2017-03-13 20:17:34 +0800 | [diff] [blame] | 47 | #ifdef CONVERGED_P2P_ENABLE |
| 48 | #include "wlan_p2p_public_struct.h" |
| 49 | #endif |
Om Prakash Tripathi | 91452bf | 2017-02-25 15:53:30 +0530 | [diff] [blame] | 50 | #include "wlan_scan_public_structs.h" |
Nachiket Kukade | a6ffaab | 2017-12-15 12:36:58 +0530 | [diff] [blame] | 51 | #ifdef WLAN_FEATURE_DISA |
| 52 | #include "wlan_disa_public_struct.h" |
| 53 | #endif |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 54 | |
Naveen Rawat | 79a787c | 2017-12-14 13:24:31 -0800 | [diff] [blame] | 55 | #ifdef WLAN_FEATURE_NAN_CONVERGENCE |
| 56 | #include "nan_public_structs.h" |
| 57 | #endif |
Himanshu Agarwal | 0d578ff | 2018-01-10 14:21:53 +0530 | [diff] [blame] | 58 | #ifdef WLAN_SUPPORT_GREEN_AP |
| 59 | #include "wlan_green_ap_api.h" |
| 60 | #endif |
Naveen Rawat | 79a787c | 2017-12-14 13:24:31 -0800 | [diff] [blame] | 61 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 62 | typedef qdf_nbuf_t wmi_buf_t; |
| 63 | #define wmi_buf_data(_buf) qdf_nbuf_data(_buf) |
| 64 | |
| 65 | #define WMI_LOGD(args ...) \ |
| 66 | QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_DEBUG, ## args) |
| 67 | #define WMI_LOGI(args ...) \ |
| 68 | QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_INFO, ## args) |
| 69 | #define WMI_LOGW(args ...) \ |
| 70 | QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_WARN, ## args) |
| 71 | #define WMI_LOGE(args ...) \ |
| 72 | QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_ERROR, ## args) |
| 73 | #define WMI_LOGP(args ...) \ |
| 74 | QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_FATAL, ## args) |
| 75 | |
| 76 | #define WMI_DEBUG_ALWAYS |
| 77 | |
| 78 | #ifdef WMI_DEBUG_ALWAYS |
| 79 | #define WMI_LOGA(args ...) \ |
| 80 | QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_FATAL, ## args) |
| 81 | #else |
| 82 | #define WMI_LOGA(args ...) |
| 83 | #endif |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 84 | |
Kiran Venkatappa | 929dd29 | 2017-02-10 16:57:59 +0530 | [diff] [blame] | 85 | struct wmi_soc; |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 86 | /** |
Govind Singh | 6ad6ada | 2016-02-04 18:42:30 +0530 | [diff] [blame] | 87 | * struct wmi_ops - service callbacks to upper layer |
| 88 | * @service_ready_cbk: service ready callback |
| 89 | * @service_ready_ext_cbk: service ready ext callback |
| 90 | * @ready_cbk: ready calback |
| 91 | * @wma_process_fw_event_handler_cbk: generic event handler callback |
| 92 | */ |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 93 | struct wmi_rx_ops { |
Govind Singh | 4ec6ff9 | 2016-03-09 12:03:29 +0530 | [diff] [blame] | 94 | |
Govind Singh | 6ad6ada | 2016-02-04 18:42:30 +0530 | [diff] [blame] | 95 | int (*wma_process_fw_event_handler_cbk)(void *ctx, |
Govind Singh | 4ec6ff9 | 2016-03-09 12:03:29 +0530 | [diff] [blame] | 96 | void *ev, uint8_t rx_ctx); |
Govind Singh | 6ad6ada | 2016-02-04 18:42:30 +0530 | [diff] [blame] | 97 | }; |
| 98 | |
| 99 | /** |
| 100 | * enum wmi_target_type - type of supported wmi command |
| 101 | * @WMI_TLV_TARGET: tlv based target |
| 102 | * @WMI_NON_TLV_TARGET: non-tlv based target |
| 103 | * |
| 104 | */ |
| 105 | enum wmi_target_type { |
| 106 | WMI_TLV_TARGET, |
| 107 | WMI_NON_TLV_TARGET |
| 108 | }; |
| 109 | |
| 110 | /** |
Govind Singh | 4ec6ff9 | 2016-03-09 12:03:29 +0530 | [diff] [blame] | 111 | * enum wmi_rx_exec_ctx - wmi rx execution context |
| 112 | * @WMI_RX_WORK_CTX: work queue context execution provided by WMI layer |
| 113 | * @WMI_RX_UMAC_CTX: execution context provided by umac layer |
| 114 | * |
| 115 | */ |
| 116 | enum wmi_rx_exec_ctx { |
| 117 | WMI_RX_WORK_CTX, |
| 118 | WMI_RX_UMAC_CTX |
| 119 | }; |
| 120 | |
| 121 | /** |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 122 | * attach for unified WMI |
| 123 | * |
| 124 | * @param scn_handle : handle to SCN. |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 125 | * @param target_type : type of supported wmi command |
| 126 | * @param use_cookie : flag to indicate cookie based allocation |
| 127 | * @param ops : handle to wmi ops |
Mukul Sharma | 36d159b | 2017-01-30 19:55:40 +0530 | [diff] [blame] | 128 | * @psoc : objmgr psoc |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 129 | * @return opaque handle. |
| 130 | */ |
| 131 | void *wmi_unified_attach(void *scn_handle, |
Govind Singh | 6ad6ada | 2016-02-04 18:42:30 +0530 | [diff] [blame] | 132 | osdev_t osdev, enum wmi_target_type target_type, |
Mukul Sharma | 36d159b | 2017-01-30 19:55:40 +0530 | [diff] [blame] | 133 | bool use_cookie, struct wmi_rx_ops *ops, |
| 134 | struct wlan_objmgr_psoc *psoc); |
| 135 | |
Govind Singh | 6ad6ada | 2016-02-04 18:42:30 +0530 | [diff] [blame] | 136 | |
Sandeep Puligilla | 38a294f | 2016-06-13 15:42:55 -0700 | [diff] [blame] | 137 | |
Sandeep Puligilla | 20fb76b | 2016-07-19 13:20:57 -0700 | [diff] [blame] | 138 | /** |
| 139 | * wmi_mgmt_cmd_record() - Wrapper function for mgmt command logging macro |
| 140 | * |
| 141 | * @wmi_handle: wmi handle |
| 142 | * @cmd: mgmt command |
| 143 | * @header: pointer to 802.11 header |
| 144 | * @vdev_id: vdev id |
| 145 | * @chanfreq: channel frequency |
| 146 | * |
| 147 | * Return: none |
| 148 | */ |
Himanshu Agarwal | 56c292f | 2016-07-19 15:41:51 +0530 | [diff] [blame] | 149 | void wmi_mgmt_cmd_record(wmi_unified_t wmi_handle, uint32_t cmd, |
Sandeep Puligilla | 20fb76b | 2016-07-19 13:20:57 -0700 | [diff] [blame] | 150 | void *header, uint32_t vdev_id, uint32_t chanfreq); |
Sandeep Puligilla | 38a294f | 2016-06-13 15:42:55 -0700 | [diff] [blame] | 151 | |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 152 | /** |
| 153 | * detach for unified WMI |
| 154 | * |
| 155 | * @param wmi_handle : handle to WMI. |
| 156 | * @return void. |
| 157 | */ |
| 158 | void wmi_unified_detach(struct wmi_unified *wmi_handle); |
| 159 | |
| 160 | void |
| 161 | wmi_unified_remove_work(struct wmi_unified *wmi_handle); |
| 162 | |
| 163 | /** |
| 164 | * generic function to allocate WMI buffer |
| 165 | * |
| 166 | * @param wmi_handle : handle to WMI. |
| 167 | * @param len : length of the buffer |
| 168 | * @return wmi_buf_t. |
| 169 | */ |
| 170 | #ifdef MEMORY_DEBUG |
| 171 | #define wmi_buf_alloc(h, l) wmi_buf_alloc_debug(h, l, __FILE__, __LINE__) |
| 172 | wmi_buf_t |
| 173 | wmi_buf_alloc_debug(wmi_unified_t wmi_handle, uint16_t len, |
| 174 | uint8_t *file_name, uint32_t line_num); |
| 175 | #else |
| 176 | wmi_buf_t wmi_buf_alloc(wmi_unified_t wmi_handle, uint16_t len); |
| 177 | #endif |
| 178 | |
| 179 | /** |
| 180 | * generic function frees WMI net buffer |
| 181 | * |
| 182 | * @param net_buf : Pointer ot net_buf to be freed |
| 183 | */ |
| 184 | void wmi_buf_free(wmi_buf_t net_buf); |
| 185 | |
| 186 | /** |
| 187 | * generic function to send unified WMI command |
| 188 | * |
| 189 | * @param wmi_handle : handle to WMI. |
| 190 | * @param buf : wmi command buffer |
| 191 | * @param buflen : wmi command buffer length |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 192 | * @param cmd_id : WMI cmd id |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 193 | * @return 0 on success and -ve on failure. |
| 194 | */ |
Houston Hoffman | 09f96f9 | 2016-09-27 23:29:49 -0700 | [diff] [blame] | 195 | QDF_STATUS |
Govind Singh | 6ad6ada | 2016-02-04 18:42:30 +0530 | [diff] [blame] | 196 | wmi_unified_cmd_send(wmi_unified_t wmi_handle, wmi_buf_t buf, uint32_t buflen, |
Himanshu Agarwal | 56c292f | 2016-07-19 15:41:51 +0530 | [diff] [blame] | 197 | uint32_t cmd_id); |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 198 | |
| 199 | /** |
Soumya Bhat | 49a8481 | 2017-03-22 14:41:01 +0530 | [diff] [blame] | 200 | * wmi_unified_register_event() - WMI event handler |
| 201 | * registration function for converged components |
| 202 | * |
| 203 | * @wmi_handle: handle to WMI. |
| 204 | * @event_id: WMI event ID |
| 205 | * @handler_func: Event handler call back function |
| 206 | * |
| 207 | * @return 0 on success and -ve on failure. |
| 208 | */ |
| 209 | int |
| 210 | wmi_unified_register_event(wmi_unified_t wmi_handle, |
| 211 | uint32_t event_id, |
| 212 | wmi_unified_event_handler handler_func); |
| 213 | |
| 214 | /** |
Govind Singh | 4ec6ff9 | 2016-03-09 12:03:29 +0530 | [diff] [blame] | 215 | * wmi_unified_register_event_handler() - WMI event handler |
| 216 | * registration function |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 217 | * |
Govind Singh | 4ec6ff9 | 2016-03-09 12:03:29 +0530 | [diff] [blame] | 218 | * @wmi_handle: handle to WMI. |
| 219 | * @event_id: WMI event ID |
| 220 | * @handler_func: Event handler call back function |
| 221 | * @rx_ctx: rx event processing context |
| 222 | * |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 223 | * @return 0 on success and -ve on failure. |
| 224 | */ |
| 225 | int |
| 226 | wmi_unified_register_event_handler(wmi_unified_t wmi_handle, |
Mukul Sharma | 6faf5a8 | 2017-11-03 19:26:54 +0530 | [diff] [blame] | 227 | wmi_conv_event_id event_id, |
Govind Singh | 4ec6ff9 | 2016-03-09 12:03:29 +0530 | [diff] [blame] | 228 | wmi_unified_event_handler handler_func, |
| 229 | uint8_t rx_ctx); |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 230 | |
| 231 | /** |
Soumya Bhat | 070cd05 | 2017-03-27 12:26:56 +0530 | [diff] [blame] | 232 | * WMI event handler unregister function for converged componets |
| 233 | * |
| 234 | * @param wmi_handle : handle to WMI. |
| 235 | * @param event_id : WMI event ID |
| 236 | * @return 0 on success and -ve on failure. |
| 237 | */ |
| 238 | int |
| 239 | wmi_unified_unregister_event(wmi_unified_t wmi_handle, |
| 240 | uint32_t event_id); |
| 241 | |
| 242 | /** |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 243 | * WMI event handler unregister function |
| 244 | * |
| 245 | * @param wmi_handle : handle to WMI. |
| 246 | * @param event_id : WMI event ID |
| 247 | * @return 0 on success and -ve on failure. |
| 248 | */ |
| 249 | int |
| 250 | wmi_unified_unregister_event_handler(wmi_unified_t wmi_handle, |
Mukul Sharma | 6faf5a8 | 2017-11-03 19:26:54 +0530 | [diff] [blame] | 251 | wmi_conv_event_id event_id); |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 252 | |
| 253 | /** |
| 254 | * request wmi to connet its htc service. |
| 255 | * @param wmi_handle : handle to WMI. |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 256 | * @param htc_handle : handle to HTC. |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 257 | * @return void |
| 258 | */ |
Kiran Venkatappa | 929dd29 | 2017-02-10 16:57:59 +0530 | [diff] [blame] | 259 | QDF_STATUS |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 260 | wmi_unified_connect_htc_service(struct wmi_unified *wmi_handle, |
| 261 | void *htc_handle); |
| 262 | |
| 263 | /* |
| 264 | * WMI API to verify the host has enough credits to suspend |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 265 | * @param wmi_handle : handle to WMI. |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 266 | */ |
| 267 | |
| 268 | int wmi_is_suspend_ready(wmi_unified_t wmi_handle); |
| 269 | |
| 270 | /** |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 271 | * WMI API to get updated host_credits |
| 272 | * @param wmi_handle : handle to WMI. |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 273 | */ |
| 274 | |
| 275 | int wmi_get_host_credits(wmi_unified_t wmi_handle); |
| 276 | |
| 277 | /** |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 278 | * WMI API to get WMI Pending Commands in the HTC queue |
| 279 | * @param wmi_handle : handle to WMI. |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 280 | */ |
| 281 | |
| 282 | int wmi_get_pending_cmds(wmi_unified_t wmi_handle); |
| 283 | |
| 284 | /** |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 285 | * WMI API to set target suspend state |
| 286 | * @param wmi_handle : handle to WMI. |
| 287 | * @param val : suspend state boolean |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 288 | */ |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 289 | void wmi_set_target_suspend(wmi_unified_t wmi_handle, bool val); |
| 290 | |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 291 | /** |
Sarada Prasanna Garnayak | d49444c | 2017-01-05 19:30:07 +0530 | [diff] [blame] | 292 | * WMI API to set bus suspend state |
| 293 | * @param wmi_handle: handle to WMI. |
| 294 | * @param val: suspend state boolean |
| 295 | */ |
| 296 | void wmi_set_is_wow_bus_suspended(wmi_unified_t wmi_handle, A_BOOL val); |
| 297 | |
| 298 | /** |
| 299 | * WMI API to set crash injection state |
| 300 | * @param wmi_handle: handle to WMI. |
| 301 | * @param val: crash injection state boolean |
| 302 | */ |
| 303 | void wmi_tag_crash_inject(wmi_unified_t wmi_handle, A_BOOL flag); |
| 304 | |
| 305 | /** |
Ravi Kumar Bokka | df1f3ea | 2016-11-09 18:07:56 +0530 | [diff] [blame] | 306 | * WMI API to set target assert |
| 307 | * @param wmi_handle: handle to WMI. |
| 308 | * @param val: target assert config value. |
| 309 | * |
| 310 | * Return: none. |
| 311 | */ |
| 312 | void wmi_set_tgt_assert(wmi_unified_t wmi_handle, bool val); |
| 313 | |
| 314 | /** |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 315 | * generic function to block unified WMI command |
| 316 | * @param wmi_handle : handle to WMI. |
| 317 | * @return 0 on success and -ve on failure. |
| 318 | */ |
| 319 | int |
| 320 | wmi_stop(wmi_unified_t wmi_handle); |
| 321 | |
| 322 | /** |
| 323 | * API to flush all the previous packets associated with the wmi endpoint |
| 324 | * |
| 325 | * @param wmi_handle : handle to WMI. |
| 326 | */ |
| 327 | void |
| 328 | wmi_flush_endpoint(wmi_unified_t wmi_handle); |
| 329 | |
| 330 | /** |
Kiran Venkatappa | 4934104 | 2017-05-10 16:24:51 +0530 | [diff] [blame] | 331 | * wmi_pdev_id_conversion_enable() - API to enable pdev_id conversion in WMI |
| 332 | * By default pdev_id conversion is not done in WMI. |
| 333 | * This API can be used enable conversion in WMI. |
| 334 | * @param wmi_handle : handle to WMI |
| 335 | * Return none |
| 336 | */ |
| 337 | void wmi_pdev_id_conversion_enable(wmi_unified_t wmi_handle); |
| 338 | |
| 339 | /** |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 340 | * API to handle wmi rx event after UMAC has taken care of execution |
| 341 | * context |
| 342 | * |
| 343 | * @param wmi_handle : handle to WMI. |
| 344 | * @param evt_buf : wmi event buffer |
| 345 | */ |
| 346 | void __wmi_control_rx(struct wmi_unified *wmi_handle, wmi_buf_t evt_buf); |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 347 | #ifdef FEATURE_RUNTIME_PM |
| 348 | void |
| 349 | wmi_set_runtime_pm_inprogress(wmi_unified_t wmi_handle, bool val); |
| 350 | bool wmi_get_runtime_pm_inprogress(wmi_unified_t wmi_handle); |
| 351 | #else |
| 352 | static inline void |
| 353 | wmi_set_runtime_pm_inprogress(wmi_unified_t wmi_handle, bool val) |
| 354 | { |
| 355 | return; |
| 356 | } |
| 357 | static inline bool wmi_get_runtime_pm_inprogress(wmi_unified_t wmi_handle) |
| 358 | { |
| 359 | return false; |
| 360 | } |
| 361 | #endif |
| 362 | |
Kiran Venkatappa | 929dd29 | 2017-02-10 16:57:59 +0530 | [diff] [blame] | 363 | void *wmi_unified_get_soc_handle(struct wmi_unified *wmi_handle); |
| 364 | |
| 365 | void *wmi_unified_get_pdev_handle(struct wmi_soc *soc, uint32_t pdev_idx); |
| 366 | |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 367 | /** |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 368 | * UMAC Callback to process fw event. |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 369 | * @param wmi_handle : handle to WMI. |
| 370 | * @param evt_buf : wmi event buffer |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 371 | */ |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 372 | void wmi_process_fw_event(struct wmi_unified *wmi_handle, wmi_buf_t evt_buf); |
| 373 | uint16_t wmi_get_max_msg_len(wmi_unified_t wmi_handle); |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 374 | |
| 375 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 376 | QDF_STATUS wmi_unified_vdev_create_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 377 | uint8_t macaddr[IEEE80211_ADDR_LEN], |
| 378 | struct vdev_create_params *param); |
| 379 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 380 | QDF_STATUS wmi_unified_vdev_delete_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 381 | uint8_t if_id); |
| 382 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 383 | QDF_STATUS wmi_unified_vdev_restart_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 384 | uint8_t macaddr[IEEE80211_ADDR_LEN], |
| 385 | struct vdev_start_params *param); |
| 386 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 387 | QDF_STATUS wmi_unified_vdev_stop_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 388 | uint8_t vdev_id); |
| 389 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 390 | QDF_STATUS wmi_unified_vdev_up_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 391 | uint8_t bssid[IEEE80211_ADDR_LEN], |
| 392 | struct vdev_up_params *params); |
| 393 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 394 | QDF_STATUS wmi_unified_vdev_down_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 395 | uint8_t vdev_id); |
| 396 | |
Himanshu Agarwal | 7e4f4bc | 2016-03-09 16:49:38 +0530 | [diff] [blame] | 397 | QDF_STATUS wmi_unified_vdev_start_send(void *wmi_hdl, |
| 398 | struct vdev_start_params *req); |
| 399 | |
| 400 | QDF_STATUS wmi_unified_hidden_ssid_vdev_restart_send(void *wmi_hdl, |
| 401 | struct hidden_ssid_vdev_restart_params *restart_params); |
| 402 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 403 | QDF_STATUS wmi_unified_vdev_set_param_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 404 | struct vdev_set_params *param); |
| 405 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 406 | QDF_STATUS wmi_unified_peer_delete_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 407 | uint8_t |
| 408 | peer_addr[IEEE80211_ADDR_LEN], |
| 409 | uint8_t vdev_id); |
| 410 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 411 | QDF_STATUS wmi_unified_peer_flush_tids_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 412 | uint8_t peer_addr[IEEE80211_ADDR_LEN], |
| 413 | struct peer_flush_params *param); |
| 414 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 415 | QDF_STATUS wmi_set_peer_param_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 416 | uint8_t peer_addr[IEEE80211_ADDR_LEN], |
| 417 | struct peer_set_params *param); |
| 418 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 419 | QDF_STATUS wmi_unified_peer_create_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 420 | struct peer_create_params *param); |
| 421 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 422 | QDF_STATUS wmi_unified_stats_request_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 423 | uint8_t macaddr[IEEE80211_ADDR_LEN], |
| 424 | struct stats_request_params *param); |
| 425 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 426 | QDF_STATUS wmi_unified_green_ap_ps_send(void *wmi_hdl, |
Himanshu Agarwal | 0d578ff | 2018-01-10 14:21:53 +0530 | [diff] [blame] | 427 | uint32_t value, uint8_t pdev_id); |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 428 | |
Will Huang | 5325c7c | 2017-11-17 13:19:16 +0800 | [diff] [blame] | 429 | #ifdef FEATURE_WLAN_D0WOW |
| 430 | QDF_STATUS wmi_unified_d0wow_enable_send(void *wmi_hdl, |
| 431 | uint8_t mac_id); |
| 432 | QDF_STATUS wmi_unified_d0wow_disable_send(void *wmi_hdl, |
| 433 | uint8_t mac_id); |
| 434 | #endif |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 435 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 436 | QDF_STATUS wmi_unified_wow_enable_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 437 | struct wow_cmd_params *param, |
| 438 | uint8_t mac_id); |
| 439 | |
Jeff Johnson | 6b8bda4 | 2016-10-07 13:03:02 -0700 | [diff] [blame] | 440 | QDF_STATUS wmi_unified_wow_wakeup_send(void *wmi_hdl); |
| 441 | |
| 442 | QDF_STATUS wmi_unified_wow_add_wakeup_event_send(void *wmi_hdl, |
| 443 | struct wow_add_wakeup_params *param); |
| 444 | |
| 445 | QDF_STATUS wmi_unified_wow_add_wakeup_pattern_send(void *wmi_hdl, |
| 446 | struct wow_add_wakeup_pattern_params *param); |
| 447 | |
| 448 | QDF_STATUS wmi_unified_wow_remove_wakeup_pattern_send(void *wmi_hdl, |
| 449 | struct wow_remove_wakeup_pattern_params *param); |
| 450 | |
Kiran Venkatappa | 9da7e04 | 2016-08-09 22:52:35 +0530 | [diff] [blame] | 451 | #ifndef CONFIG_MCL |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 452 | QDF_STATUS wmi_unified_packet_log_enable_send(void *wmi_hdl, |
Keyur Parekh | 483138e | 2017-05-07 08:54:47 -0700 | [diff] [blame] | 453 | WMI_HOST_PKTLOG_EVENT PKTLOG_EVENT, uint8_t mac_id); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 454 | #else |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 455 | QDF_STATUS wmi_unified_packet_log_enable_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 456 | uint8_t macaddr[IEEE80211_ADDR_LEN], |
| 457 | struct packet_enable_params *param); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 458 | #endif |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 459 | |
Keyur Parekh | 483138e | 2017-05-07 08:54:47 -0700 | [diff] [blame] | 460 | QDF_STATUS wmi_unified_packet_log_disable_send(void *wmi_hdl, uint8_t mac_id); |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 461 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 462 | QDF_STATUS wmi_unified_suspend_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 463 | struct suspend_params *param, |
| 464 | uint8_t mac_id); |
| 465 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 466 | QDF_STATUS wmi_unified_resume_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 467 | uint8_t mac_id); |
| 468 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 469 | QDF_STATUS |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 470 | wmi_unified_pdev_param_send(void *wmi_hdl, |
| 471 | struct pdev_params *param, |
| 472 | uint8_t mac_id); |
| 473 | |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 474 | QDF_STATUS wmi_unified_beacon_tmpl_send_cmd(void *wmi_hdl, |
| 475 | struct beacon_tmpl_params *param); |
| 476 | |
| 477 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 478 | QDF_STATUS wmi_unified_beacon_send_cmd(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 479 | struct beacon_params *param); |
| 480 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 481 | QDF_STATUS wmi_unified_peer_assoc_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 482 | struct peer_assoc_params *param); |
| 483 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 484 | QDF_STATUS wmi_unified_sta_ps_cmd_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 485 | struct sta_ps_params *param); |
| 486 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 487 | QDF_STATUS wmi_unified_ap_ps_cmd_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 488 | uint8_t macaddr[IEEE80211_ADDR_LEN], |
| 489 | struct ap_ps_params *param); |
| 490 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 491 | QDF_STATUS wmi_unified_scan_start_cmd_send(void *wmi_hdl, |
Om Prakash Tripathi | 91452bf | 2017-02-25 15:53:30 +0530 | [diff] [blame] | 492 | struct scan_req_params *param); |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 493 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 494 | QDF_STATUS wmi_unified_scan_stop_cmd_send(void *wmi_hdl, |
Om Prakash Tripathi | 91452bf | 2017-02-25 15:53:30 +0530 | [diff] [blame] | 495 | struct scan_cancel_param *param); |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 496 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 497 | QDF_STATUS wmi_unified_scan_chan_list_cmd_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 498 | struct scan_chan_list_params *param); |
| 499 | |
| 500 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 501 | QDF_STATUS wmi_crash_inject(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 502 | struct crash_inject *param); |
| 503 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 504 | QDF_STATUS wmi_unified_pdev_utf_cmd_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 505 | struct pdev_utf_params *param, |
| 506 | uint8_t mac_id); |
| 507 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 508 | QDF_STATUS wmi_unified_dbglog_cmd_send(void *wmi_hdl, |
Govind Singh | 3ddda1f | 2016-03-09 11:34:12 +0530 | [diff] [blame] | 509 | struct dbglog_params *param); |
| 510 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 511 | QDF_STATUS wmi_mgmt_unified_cmd_send(void *wmi_hdl, |
Govind Singh | 50988cc | 2016-02-26 18:09:36 +0530 | [diff] [blame] | 512 | struct wmi_mgmt_params *param); |
| 513 | |
Kiran Venkatappa | 25c4702 | 2017-03-19 22:58:09 +0530 | [diff] [blame] | 514 | QDF_STATUS wmi_offchan_data_tx_cmd_send(void *wmi_hdl, |
| 515 | struct wmi_offchan_data_tx_params *param); |
| 516 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 517 | QDF_STATUS wmi_unified_modem_power_state(void *wmi_hdl, |
Govind Singh | 50988cc | 2016-02-26 18:09:36 +0530 | [diff] [blame] | 518 | uint32_t param_value); |
| 519 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 520 | QDF_STATUS wmi_unified_set_sta_ps_mode(void *wmi_hdl, |
Govind Singh | 50988cc | 2016-02-26 18:09:36 +0530 | [diff] [blame] | 521 | uint32_t vdev_id, uint8_t val); |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 522 | QDF_STATUS |
Govind Singh | 50988cc | 2016-02-26 18:09:36 +0530 | [diff] [blame] | 523 | wmi_unified_set_sta_uapsd_auto_trig_cmd(void *wmi_hdl, |
| 524 | struct sta_uapsd_trig_params *param); |
| 525 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 526 | QDF_STATUS wmi_unified_get_temperature(void *wmi_hdl); |
Govind Singh | 50988cc | 2016-02-26 18:09:36 +0530 | [diff] [blame] | 527 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 528 | QDF_STATUS wmi_unified_set_p2pgo_oppps_req(void *wmi_hdl, |
Govind Singh | 50988cc | 2016-02-26 18:09:36 +0530 | [diff] [blame] | 529 | struct p2p_ps_params *oppps); |
| 530 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 531 | QDF_STATUS wmi_unified_set_p2pgo_noa_req_cmd(void *wmi_hdl, |
Govind Singh | 50988cc | 2016-02-26 18:09:36 +0530 | [diff] [blame] | 532 | struct p2p_ps_params *noa); |
| 533 | |
Wu Gao | 07ba6b4 | 2017-03-13 20:17:34 +0800 | [diff] [blame] | 534 | #ifdef CONVERGED_P2P_ENABLE |
| 535 | QDF_STATUS wmi_unified_p2p_lo_start_cmd(void *wmi_hdl, |
| 536 | struct p2p_lo_start *param); |
| 537 | |
| 538 | QDF_STATUS wmi_unified_p2p_lo_stop_cmd(void *wmi_hdl, uint8_t vdev_id); |
| 539 | #endif |
| 540 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 541 | QDF_STATUS wmi_unified_set_smps_params(void *wmi_hdl, uint8_t vdev_id, |
Govind Singh | 50988cc | 2016-02-26 18:09:36 +0530 | [diff] [blame] | 542 | int value); |
| 543 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 544 | QDF_STATUS wmi_unified_set_mimops(void *wmi_hdl, uint8_t vdev_id, int value); |
Govind Singh | e7b800c | 2016-03-01 15:30:53 +0530 | [diff] [blame] | 545 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 546 | QDF_STATUS wmi_unified_ocb_set_utc_time(void *wmi_hdl, |
Govind Singh | e7b800c | 2016-03-01 15:30:53 +0530 | [diff] [blame] | 547 | struct ocb_utc_param *utc); |
| 548 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 549 | QDF_STATUS wmi_unified_ocb_start_timing_advert(void *wmi_hdl, |
Govind Singh | e7b800c | 2016-03-01 15:30:53 +0530 | [diff] [blame] | 550 | struct ocb_timing_advert_param *timing_advert); |
| 551 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 552 | QDF_STATUS wmi_unified_ocb_stop_timing_advert(void *wmi_hdl, |
Govind Singh | e7b800c | 2016-03-01 15:30:53 +0530 | [diff] [blame] | 553 | struct ocb_timing_advert_param *timing_advert); |
| 554 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 555 | QDF_STATUS wmi_unified_ocb_set_config(void *wmi_hdl, |
Govind Singh | e7b800c | 2016-03-01 15:30:53 +0530 | [diff] [blame] | 556 | struct ocb_config_param *config, uint32_t *ch_mhz); |
| 557 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 558 | QDF_STATUS wmi_unified_ocb_get_tsf_timer(void *wmi_hdl, |
Govind Singh | e7b800c | 2016-03-01 15:30:53 +0530 | [diff] [blame] | 559 | uint8_t vdev_id); |
| 560 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 561 | QDF_STATUS wmi_unified_lro_config_cmd(void *wmi_hdl, |
Govind Singh | 9bad000 | 2016-03-01 15:54:59 +0530 | [diff] [blame] | 562 | struct wmi_lro_config_cmd_t *wmi_lro_cmd); |
| 563 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 564 | QDF_STATUS wmi_unified_set_thermal_mgmt_cmd(void *wmi_hdl, |
Govind Singh | 9bad000 | 2016-03-01 15:54:59 +0530 | [diff] [blame] | 565 | struct thermal_cmd_params *thermal_info); |
| 566 | |
Poddar, Siddarth | 794b996 | 2016-04-28 15:49:11 +0530 | [diff] [blame] | 567 | QDF_STATUS wmi_unified_peer_rate_report_cmd(void *wmi_hdl, |
| 568 | struct wmi_peer_rate_report_params *rate_report_params); |
| 569 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 570 | QDF_STATUS wmi_unified_set_mcc_channel_time_quota_cmd |
Govind Singh | 9bad000 | 2016-03-01 15:54:59 +0530 | [diff] [blame] | 571 | (void *wmi_hdl, |
| 572 | uint32_t adapter_1_chan_freq, |
| 573 | uint32_t adapter_1_quota, uint32_t adapter_2_chan_freq); |
| 574 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 575 | QDF_STATUS wmi_unified_set_mcc_channel_time_latency_cmd |
Govind Singh | 9bad000 | 2016-03-01 15:54:59 +0530 | [diff] [blame] | 576 | (void *wmi_hdl, |
| 577 | uint32_t mcc_channel_freq, uint32_t mcc_channel_time_latency); |
| 578 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 579 | QDF_STATUS wmi_unified_set_enable_disable_mcc_adaptive_scheduler_cmd( |
Govind Singh | 608e889 | 2016-04-16 19:24:23 -0700 | [diff] [blame] | 580 | void *wmi_hdl, uint32_t mcc_adaptive_scheduler, |
| 581 | uint32_t pdev_id); |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 582 | |
Kiran Venkatappa | 9da7e04 | 2016-08-09 22:52:35 +0530 | [diff] [blame] | 583 | #ifdef CONFIG_MCL |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 584 | QDF_STATUS wmi_unified_bcn_buf_ll_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 585 | wmi_bcn_send_from_host_cmd_fixed_param *param); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 586 | #endif |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 587 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 588 | QDF_STATUS wmi_unified_set_sta_sa_query_param_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 589 | uint8_t vdev_id, uint32_t max_retries, |
| 590 | uint32_t retry_interval); |
| 591 | |
| 592 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 593 | QDF_STATUS wmi_unified_set_sta_keep_alive_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 594 | struct sta_params *params); |
| 595 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 596 | QDF_STATUS wmi_unified_vdev_set_gtx_cfg_cmd(void *wmi_hdl, uint32_t if_id, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 597 | struct wmi_gtx_config *gtx_info); |
| 598 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 599 | QDF_STATUS wmi_unified_process_update_edca_param(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 600 | uint8_t vdev_id, |
Vikram Kandukuri | d2e7580 | 2017-06-01 16:47:51 +0530 | [diff] [blame] | 601 | struct wmi_host_wme_vparams wmm_vparams[WMI_MAX_NUM_AC]); |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 602 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 603 | QDF_STATUS wmi_unified_probe_rsp_tmpl_send_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 604 | uint8_t vdev_id, |
Krunal Soni | 36f17d4 | 2017-11-14 15:42:48 -0800 | [diff] [blame] | 605 | struct wmi_probe_resp_params *probe_rsp_info); |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 606 | |
Himanshu Agarwal | 9efd9bf | 2016-03-09 18:49:18 +0530 | [diff] [blame] | 607 | QDF_STATUS wmi_unified_setup_install_key_cmd(void *wmi_hdl, |
| 608 | struct set_key_params *key_params); |
| 609 | |
Nachiket Kukade | e42cd4b | 2017-12-20 17:28:29 +0530 | [diff] [blame] | 610 | #ifdef WLAN_FEATURE_DISA |
| 611 | /** |
| 612 | * wmi_unified_encrypt_decrypt_send_cmd() - send encryptdecrypt cmd to fw |
| 613 | * @wmi_hdl: wmi handle |
| 614 | * @params: encrypt/decrypt params |
| 615 | * |
| 616 | * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure |
| 617 | */ |
Padma, Santhosh Kumar | 7352405 | 2016-09-11 18:24:59 +0530 | [diff] [blame] | 618 | QDF_STATUS wmi_unified_encrypt_decrypt_send_cmd(void *wmi_hdl, |
Nachiket Kukade | e42cd4b | 2017-12-20 17:28:29 +0530 | [diff] [blame] | 619 | struct disa_encrypt_decrypt_req_params *params); |
| 620 | |
| 621 | /** |
| 622 | * wmi_extract_encrypt_decrypt_resp_params() - |
| 623 | * extract encrypt decrypt resp params from event buffer |
| 624 | * @wmi_handle: wmi handle |
| 625 | * @evt_buf: pointer to event buffer |
| 626 | * @resp: encrypt decrypt resp params |
| 627 | * |
| 628 | * Return: QDF_STATUS_SUCCESS for success or error code |
| 629 | */ |
| 630 | QDF_STATUS wmi_extract_encrypt_decrypt_resp_params(void *wmi_hdl, |
| 631 | uint8_t *evt_buf, |
| 632 | struct disa_encrypt_decrypt_resp_params *resp); |
| 633 | #endif |
Padma, Santhosh Kumar | 7352405 | 2016-09-11 18:24:59 +0530 | [diff] [blame] | 634 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 635 | QDF_STATUS wmi_unified_p2p_go_set_beacon_ie_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 636 | A_UINT32 vdev_id, uint8_t *p2p_ie); |
| 637 | |
| 638 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 639 | QDF_STATUS wmi_unified_set_gateway_params_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 640 | struct gateway_update_req_param *req); |
| 641 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 642 | QDF_STATUS wmi_unified_set_rssi_monitoring_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 643 | struct rssi_monitor_param *req); |
| 644 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 645 | QDF_STATUS wmi_unified_scan_probe_setoui_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 646 | struct scan_mac_oui *psetoui); |
| 647 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 648 | QDF_STATUS wmi_unified_reset_passpoint_network_list_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 649 | struct wifi_passpoint_req_param *req); |
| 650 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 651 | QDF_STATUS wmi_unified_set_passpoint_network_list_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 652 | struct wifi_passpoint_req_param *req); |
| 653 | |
Kiran Venkatappa | 9da7e04 | 2016-08-09 22:52:35 +0530 | [diff] [blame] | 654 | #ifdef CONFIG_MCL |
Himanshu Agarwal | 5f2d048 | 2016-03-09 15:25:44 +0530 | [diff] [blame] | 655 | QDF_STATUS wmi_unified_roam_scan_offload_mode_cmd(void *wmi_hdl, |
| 656 | wmi_start_scan_cmd_fixed_param *scan_cmd_fp, |
| 657 | struct roam_offload_scan_params *roam_req); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 658 | #endif |
Himanshu Agarwal | 5f2d048 | 2016-03-09 15:25:44 +0530 | [diff] [blame] | 659 | |
Varun Reddy Yeturu | 4cae429 | 2017-07-20 09:45:01 -0700 | [diff] [blame] | 660 | /** |
| 661 | * wmi_unified_roam_mawc_params_cmd() - configure roaming MAWC parameters |
| 662 | * @wmi_hdl: wmi handle |
| 663 | * @params: Parameters to be configured |
| 664 | * |
| 665 | * Pass the MAWC(Motion Aided wireless connectivity) related roaming |
| 666 | * parameters from the host to the target |
| 667 | * |
| 668 | * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure |
| 669 | */ |
| 670 | QDF_STATUS wmi_unified_roam_mawc_params_cmd(void *wmi_hdl, |
| 671 | struct wmi_mawc_roam_params *params); |
| 672 | |
Himanshu Agarwal | 5f2d048 | 2016-03-09 15:25:44 +0530 | [diff] [blame] | 673 | QDF_STATUS wmi_unified_roam_scan_offload_rssi_thresh_cmd(void *wmi_hdl, |
| 674 | struct roam_offload_scan_rssi_params *roam_req); |
| 675 | |
| 676 | QDF_STATUS wmi_unified_roam_scan_filter_cmd(void *wmi_hdl, |
| 677 | struct roam_scan_filter_params *roam_req); |
| 678 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 679 | QDF_STATUS wmi_unified_set_epno_network_list_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 680 | struct wifi_enhanched_pno_params *req); |
| 681 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 682 | QDF_STATUS wmi_unified_ipa_offload_control_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 683 | struct ipa_offload_control_params *ipa_offload); |
| 684 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 685 | QDF_STATUS wmi_unified_extscan_get_capabilities_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 686 | struct extscan_capabilities_params *pgetcapab); |
| 687 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 688 | QDF_STATUS wmi_unified_extscan_get_cached_results_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 689 | struct extscan_cached_result_params *pcached_results); |
| 690 | |
| 691 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 692 | QDF_STATUS wmi_unified_extscan_stop_change_monitor_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 693 | struct extscan_capabilities_reset_params *reset_req); |
| 694 | |
| 695 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 696 | QDF_STATUS wmi_unified_extscan_start_change_monitor_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 697 | struct extscan_set_sig_changereq_params * |
| 698 | psigchange); |
| 699 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 700 | QDF_STATUS wmi_unified_extscan_stop_hotlist_monitor_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 701 | struct extscan_bssid_hotlist_reset_params *photlist_reset); |
| 702 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 703 | QDF_STATUS wmi_unified_stop_extscan_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 704 | struct extscan_stop_req_params *pstopcmd); |
| 705 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 706 | QDF_STATUS wmi_unified_start_extscan_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 707 | struct wifi_scan_cmd_req_params *pstart); |
| 708 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 709 | QDF_STATUS wmi_unified_plm_stop_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 710 | const struct plm_req_params *plm); |
| 711 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 712 | QDF_STATUS wmi_unified_plm_start_cmd(void *wmi_hdl, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 713 | const struct plm_req_params *plm, |
| 714 | uint32_t *gchannel_list); |
| 715 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 716 | QDF_STATUS wmi_unified_pno_stop_cmd(void *wmi_hdl, uint8_t vdev_id); |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 717 | |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 718 | #ifdef FEATURE_WLAN_SCAN_PNO |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 719 | QDF_STATUS wmi_unified_pno_start_cmd(void *wmi_hdl, |
Abhishek Singh | d418466 | 2017-03-03 22:09:07 +0530 | [diff] [blame] | 720 | struct pno_scan_req_params *pno); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 721 | #endif |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 722 | |
Varun Reddy Yeturu | 4fa519b | 2017-07-24 16:11:22 -0700 | [diff] [blame] | 723 | QDF_STATUS wmi_unified_nlo_mawc_cmd(void *wmi_hdl, |
| 724 | struct nlo_mawc_params *params); |
| 725 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 726 | QDF_STATUS wmi_unified_set_ric_req_cmd(void *wmi_hdl, void *msg, |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 727 | uint8_t is_add_ts); |
| 728 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 729 | QDF_STATUS wmi_unified_process_ll_stats_clear_cmd |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 730 | (void *wmi_hdl, const struct ll_stats_clear_params *clear_req, |
| 731 | uint8_t addr[IEEE80211_ADDR_LEN]); |
| 732 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 733 | QDF_STATUS wmi_unified_process_ll_stats_set_cmd |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 734 | (void *wmi_hdl, const struct ll_stats_set_params *set_req); |
| 735 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 736 | QDF_STATUS wmi_unified_process_ll_stats_get_cmd |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 737 | (void *wmi_hdl, const struct ll_stats_get_params *get_req, |
| 738 | uint8_t addr[IEEE80211_ADDR_LEN]); |
| 739 | |
Padma, Santhosh Kumar | d326190 | 2017-03-21 19:09:35 +0530 | [diff] [blame] | 740 | /** |
| 741 | * wmi_unified_congestion_request_cmd() - send request to fw to get CCA |
| 742 | * @wmi_hdl: wma handle |
| 743 | * @vdev_id: vdev id |
| 744 | * |
| 745 | * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure |
| 746 | */ |
| 747 | QDF_STATUS wmi_unified_congestion_request_cmd(void *wmi_hdl, |
| 748 | uint8_t vdev_id); |
| 749 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 750 | QDF_STATUS wmi_unified_snr_request_cmd(void *wmi_hdl); |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 751 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 752 | QDF_STATUS wmi_unified_snr_cmd(void *wmi_hdl, uint8_t vdev_id); |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 753 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 754 | QDF_STATUS wmi_unified_link_status_req_cmd(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 755 | struct link_status_params *link_status); |
| 756 | |
Kiran Venkatappa | 9da7e04 | 2016-08-09 22:52:35 +0530 | [diff] [blame] | 757 | #ifdef CONFIG_MCL |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 758 | QDF_STATUS wmi_unified_process_dhcp_ind(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 759 | wmi_peer_set_param_cmd_fixed_param *ta_dhcp_ind); |
| 760 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 761 | QDF_STATUS wmi_unified_get_link_speed_cmd(void *wmi_hdl, |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 762 | wmi_mac_addr peer_macaddr); |
Himanshu Agarwal | 0d578ff | 2018-01-10 14:21:53 +0530 | [diff] [blame] | 763 | #endif |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 764 | |
Himanshu Agarwal | 0d578ff | 2018-01-10 14:21:53 +0530 | [diff] [blame] | 765 | #ifdef WLAN_SUPPORT_GREEN_AP |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 766 | QDF_STATUS wmi_unified_egap_conf_params_cmd(void *wmi_hdl, |
Himanshu Agarwal | 0d578ff | 2018-01-10 14:21:53 +0530 | [diff] [blame] | 767 | struct wlan_green_ap_egap_params *egap_params); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 768 | #endif |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 769 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 770 | QDF_STATUS wmi_unified_fw_profiling_data_cmd(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 771 | uint32_t cmd, uint32_t value1, uint32_t value2); |
| 772 | |
Naveen Rawat | 7f70d66 | 2017-10-26 18:50:19 -0700 | [diff] [blame] | 773 | QDF_STATUS wmi_unified_wow_timer_pattern_cmd(void *wmi_hdl, uint8_t vdev_id, |
| 774 | uint32_t cookie, uint32_t time); |
| 775 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 776 | QDF_STATUS wmi_unified_nat_keepalive_en_cmd(void *wmi_hdl, uint8_t vdev_id); |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 777 | |
Paul Zhang | 6a857a9 | 2017-12-08 16:08:00 +0800 | [diff] [blame] | 778 | /** |
| 779 | * wmi_unified_set_latency_config_cmd() |
| 780 | * @wmi_handle: wmi handle |
| 781 | * @param: WLM parameters |
| 782 | * |
| 783 | * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure |
| 784 | */ |
| 785 | QDF_STATUS wmi_unified_wlm_latency_level_cmd(void *wmi_hdl, |
| 786 | struct wlm_latency_level_param *param); |
| 787 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 788 | QDF_STATUS wmi_unified_csa_offload_enable(void *wmi_hdl, uint8_t vdev_id); |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 789 | |
Naveen Rawat | 90bc8fd | 2017-05-13 15:56:57 -0700 | [diff] [blame] | 790 | #ifdef WLAN_FEATURE_CIF_CFR |
| 791 | /** |
| 792 | * wmi_unified_oem_dma_ring_cfg() - configure OEM DMA rings |
| 793 | * @wmi_handle: wmi handle |
| 794 | * @data_len: len of dma cfg req |
| 795 | * @data: dma cfg req |
| 796 | * |
| 797 | * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure |
| 798 | */ |
| 799 | QDF_STATUS wmi_unified_oem_dma_ring_cfg(void *wmi_hdl, |
| 800 | wmi_oem_dma_ring_cfg_req_fixed_param *cfg); |
| 801 | #endif |
| 802 | |
Sathish Kumar | 3d3cf4f | 2017-11-17 17:30:41 +0530 | [diff] [blame] | 803 | /** |
| 804 | * wmi_unified_dbr_ring_cfg: Configure direct buffer rx rings |
| 805 | * @wmi_hdl: WMI handle |
| 806 | * @cfg: pointer to direct buffer rx config request |
| 807 | * |
| 808 | * Return: QDF status of operation |
| 809 | */ |
| 810 | QDF_STATUS wmi_unified_dbr_ring_cfg(void *wmi_hdl, |
| 811 | struct direct_buf_rx_cfg_req *cfg); |
| 812 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 813 | QDF_STATUS wmi_unified_start_oem_data_cmd(void *wmi_hdl, |
Krishna Kumaar Natarajan | 7a59ca0 | 2016-07-21 15:02:44 -0700 | [diff] [blame] | 814 | uint32_t data_len, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 815 | uint8_t *data); |
| 816 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 817 | QDF_STATUS wmi_unified_dfs_phyerr_filter_offload_en_cmd(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 818 | bool dfs_phyerr_filter_offload); |
| 819 | |
Kiran Venkatappa | 9da7e04 | 2016-08-09 22:52:35 +0530 | [diff] [blame] | 820 | #ifdef CONFIG_MCL |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 821 | QDF_STATUS wmi_unified_pktlog_wmi_send_cmd(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 822 | WMI_PKTLOG_EVENT pktlog_event, |
Nirav Shah | 9d1f1ac | 2016-07-27 19:06:13 +0530 | [diff] [blame] | 823 | uint32_t cmd_id, |
| 824 | uint8_t user_triggered); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 825 | #endif |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 826 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 827 | QDF_STATUS wmi_unified_wow_delete_pattern_cmd(void *wmi_hdl, uint8_t ptrn_id, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 828 | uint8_t vdev_id); |
| 829 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 830 | QDF_STATUS wmi_unified_host_wakeup_ind_to_fw_cmd(void *wmi_hdl); |
| 831 | QDF_STATUS wmi_unified_del_ts_cmd(void *wmi_hdl, uint8_t vdev_id, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 832 | uint8_t ac); |
| 833 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 834 | QDF_STATUS wmi_unified_aggr_qos_cmd(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 835 | struct aggr_add_ts_param *aggr_qos_rsp_msg); |
| 836 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 837 | QDF_STATUS wmi_unified_add_ts_cmd(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 838 | struct add_ts_param *msg); |
| 839 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 840 | QDF_STATUS wmi_unified_process_add_periodic_tx_ptrn_cmd(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 841 | struct periodic_tx_pattern * |
| 842 | pAddPeriodicTxPtrnParams, |
| 843 | uint8_t vdev_id); |
| 844 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 845 | QDF_STATUS wmi_unified_process_del_periodic_tx_ptrn_cmd(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 846 | uint8_t vdev_id, |
| 847 | uint8_t pattern_id); |
| 848 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 849 | QDF_STATUS wmi_unified_stats_ext_req_cmd(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 850 | struct stats_ext_params *preq); |
| 851 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 852 | QDF_STATUS wmi_unified_enable_ext_wow_cmd(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 853 | struct ext_wow_params *params); |
| 854 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 855 | QDF_STATUS wmi_unified_set_app_type2_params_in_fw_cmd(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 856 | struct app_type2_params *appType2Params); |
| 857 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 858 | QDF_STATUS wmi_unified_set_auto_shutdown_timer_cmd(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 859 | uint32_t timer_val); |
| 860 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 861 | QDF_STATUS wmi_unified_nan_req_cmd(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 862 | struct nan_req_params *nan_req); |
| 863 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 864 | QDF_STATUS wmi_unified_process_dhcpserver_offload_cmd(void *wmi_hdl, |
Jeff Johnson | 645f7a1 | 2017-10-04 19:19:20 -0700 | [diff] [blame] | 865 | struct dhcp_offload_info_params *params); |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 866 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 867 | QDF_STATUS wmi_unified_process_ch_avoid_update_cmd(void *wmi_hdl); |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 868 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 869 | QDF_STATUS wmi_unified_send_regdomain_info_to_fw_cmd(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 870 | uint32_t reg_dmn, uint16_t regdmn2G, |
Rajeev Kumar Sirasanagandla | acf22bf | 2017-06-06 13:27:56 +0530 | [diff] [blame] | 871 | uint16_t regdmn5G, uint8_t ctl2G, |
| 872 | uint8_t ctl5G); |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 873 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 874 | QDF_STATUS wmi_unified_set_tdls_offchan_mode_cmd(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 875 | struct tdls_channel_switch_params *chan_switch_params); |
| 876 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 877 | QDF_STATUS wmi_unified_update_fw_tdls_state_cmd(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 878 | void *tdls_param, uint8_t tdls_state); |
| 879 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 880 | QDF_STATUS wmi_unified_update_tdls_peer_state_cmd(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 881 | struct tdls_peer_state_params *peerStateParams, |
| 882 | uint32_t *ch_mhz); |
| 883 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 884 | QDF_STATUS wmi_unified_process_fw_mem_dump_cmd(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 885 | struct fw_dump_req_param *mem_dump_req); |
| 886 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 887 | QDF_STATUS wmi_unified_process_set_ie_info_cmd(void *wmi_hdl, |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 888 | struct vdev_ie_info_param *ie_info); |
| 889 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 890 | QDF_STATUS wmi_unified_ocb_set_utc_time_cmd(void *wmi_hdl, |
Govind Singh | e7b800c | 2016-03-01 15:30:53 +0530 | [diff] [blame] | 891 | struct ocb_utc_param *utc); |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 892 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 893 | QDF_STATUS wmi_unified_dcc_get_stats_cmd(void *wmi_hdl, |
Govind Singh | e7b800c | 2016-03-01 15:30:53 +0530 | [diff] [blame] | 894 | struct dcc_get_stats_param *get_stats_param); |
Govind Singh | ae85536 | 2016-03-07 14:24:22 +0530 | [diff] [blame] | 895 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 896 | QDF_STATUS wmi_unified_dcc_clear_stats(void *wmi_hdl, |
Govind Singh | e7b800c | 2016-03-01 15:30:53 +0530 | [diff] [blame] | 897 | uint32_t vdev_id, uint32_t dcc_stats_bitmap); |
Govind Singh | 229bc0d | 2016-03-07 15:33:31 +0530 | [diff] [blame] | 898 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 899 | QDF_STATUS wmi_unified_dcc_update_ndl(void *wmi_hdl, |
Govind Singh | e7b800c | 2016-03-01 15:30:53 +0530 | [diff] [blame] | 900 | struct dcc_update_ndl_param *update_ndl_param); |
Govind Singh | 71ee2d7 | 2016-03-07 16:30:32 +0530 | [diff] [blame] | 901 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 902 | QDF_STATUS wmi_unified_save_fw_version_cmd(void *wmi_hdl, |
Govind Singh | 71ee2d7 | 2016-03-07 16:30:32 +0530 | [diff] [blame] | 903 | void *evt_buf); |
| 904 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 905 | QDF_STATUS wmi_unified_set_base_macaddr_indicate_cmd(void *wmi_hdl, |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 906 | uint8_t *custom_addr); |
| 907 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 908 | QDF_STATUS wmi_unified_log_supported_evt_cmd(void *wmi_hdl, |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 909 | uint8_t *event, |
| 910 | uint32_t len); |
| 911 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 912 | QDF_STATUS wmi_unified_enable_specific_fw_logs_cmd(void *wmi_hdl, |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 913 | struct wmi_wifi_start_log *start_log); |
| 914 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 915 | QDF_STATUS wmi_unified_flush_logs_to_fw_cmd(void *wmi_hdl); |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 916 | |
Manishekar Chandrasekaran | b8c5938 | 2016-04-21 19:16:32 +0530 | [diff] [blame] | 917 | QDF_STATUS wmi_unified_pdev_set_pcl_cmd(void *wmi_hdl, |
| 918 | struct wmi_pcl_chan_weights *msg); |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 919 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 920 | QDF_STATUS wmi_unified_soc_set_hw_mode_cmd(void *wmi_hdl, |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 921 | uint32_t hw_mode_index); |
| 922 | |
Manishekar Chandrasekaran | 81d7aaa | 2016-04-27 12:52:51 +0530 | [diff] [blame] | 923 | QDF_STATUS wmi_unified_pdev_set_dual_mac_config_cmd(void *wmi_hdl, |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 924 | struct wmi_dual_mac_config *msg); |
| 925 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 926 | QDF_STATUS wmi_unified_set_led_flashing_cmd(void *wmi_hdl, |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 927 | struct flashing_req_params *flashing); |
| 928 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 929 | QDF_STATUS wmi_unified_app_type1_params_in_fw_cmd(void *wmi_hdl, |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 930 | struct app_type1_params *app_type1_params); |
| 931 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 932 | QDF_STATUS wmi_unified_set_ssid_hotlist_cmd(void *wmi_hdl, |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 933 | struct ssid_hotlist_request_params *request); |
| 934 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 935 | QDF_STATUS wmi_unified_roam_synch_complete_cmd(void *wmi_hdl, |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 936 | uint8_t vdev_id); |
| 937 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 938 | QDF_STATUS wmi_unified_unit_test_cmd(void *wmi_hdl, |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 939 | struct wmi_unit_test_cmd *wmi_utest); |
| 940 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 941 | QDF_STATUS wmi_unified_roam_invoke_cmd(void *wmi_hdl, |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 942 | struct wmi_roam_invoke_cmd *roaminvoke, |
| 943 | uint32_t ch_hz); |
| 944 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 945 | QDF_STATUS wmi_unified_roam_scan_offload_cmd(void *wmi_hdl, |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 946 | uint32_t command, uint32_t vdev_id); |
| 947 | |
Kiran Venkatappa | 9da7e04 | 2016-08-09 22:52:35 +0530 | [diff] [blame] | 948 | #ifdef CONFIG_MCL |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 949 | QDF_STATUS wmi_unified_send_roam_scan_offload_ap_cmd(void *wmi_hdl, |
Himanshu Agarwal | f9524e1 | 2017-09-28 11:51:35 +0530 | [diff] [blame] | 950 | struct ap_profile_params *ap_profile); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 951 | #endif |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 952 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 953 | QDF_STATUS wmi_unified_roam_scan_offload_scan_period(void *wmi_hdl, |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 954 | uint32_t scan_period, |
| 955 | uint32_t scan_age, |
| 956 | uint32_t vdev_id); |
| 957 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 958 | QDF_STATUS wmi_unified_roam_scan_offload_chan_list_cmd(void *wmi_hdl, |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 959 | uint8_t chan_count, |
Varun Reddy Yeturu | b47fa40 | 2016-07-07 17:42:49 -0700 | [diff] [blame] | 960 | uint32_t *chan_list, |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 961 | uint8_t list_type, uint32_t vdev_id); |
| 962 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 963 | QDF_STATUS wmi_unified_roam_scan_offload_rssi_change_cmd(void *wmi_hdl, |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 964 | uint32_t vdev_id, |
| 965 | int32_t rssi_change_thresh, |
| 966 | uint32_t bcn_rssi_weight, |
| 967 | uint32_t hirssi_delay_btw_scans); |
| 968 | |
Kapil Gupta | f6eb731 | 2017-02-24 15:50:03 +0530 | [diff] [blame] | 969 | /** |
| 970 | * wmi_unified_set_per_roam_config() - set PER roam config in FW |
| 971 | * @wmi_hdl: wmi handle |
| 972 | * @req_buf: per roam config request buffer |
| 973 | * |
| 974 | * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure |
| 975 | */ |
| 976 | QDF_STATUS wmi_unified_set_per_roam_config(void *wmi_hdl, |
| 977 | struct wmi_per_roam_config_req *req_buf); |
| 978 | |
Govind Singh | d7468a5 | 2016-03-09 14:32:57 +0530 | [diff] [blame] | 979 | QDF_STATUS wmi_unified_get_buf_extscan_hotlist_cmd(void *wmi_hdl, |
Govind Singh | 2ae9437 | 2016-03-07 16:45:38 +0530 | [diff] [blame] | 980 | struct ext_scan_setbssi_hotlist_params * |
| 981 | photlist, int *buf_len); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 982 | |
Dustin Brown | 4def316 | 2017-01-13 15:24:07 -0800 | [diff] [blame] | 983 | /** |
| 984 | * wmi_unified_set_active_bpf_mode_cmd() - config active BPF mode in FW |
| 985 | * @wmi_hdl: the WMI handle |
| 986 | * @vdev_id: the Id of the vdev to apply the configuration to |
| 987 | * @ucast_mode: the active BPF mode to configure for unicast packets |
| 988 | * @mcast_bcast_mode: the active BPF mode to configure for multicast/broadcast |
| 989 | * packets |
| 990 | */ |
| 991 | QDF_STATUS wmi_unified_set_active_bpf_mode_cmd(void *wmi_hdl, |
| 992 | uint8_t vdev_id, |
| 993 | enum wmi_host_active_bpf_mode ucast_mode, |
| 994 | enum wmi_host_active_bpf_mode mcast_bcast_mode); |
| 995 | |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 996 | QDF_STATUS wmi_unified_stats_request_send(void *wmi_hdl, |
| 997 | uint8_t macaddr[IEEE80211_ADDR_LEN], |
| 998 | struct stats_request_params *param); |
| 999 | |
| 1000 | QDF_STATUS wmi_unified_pdev_get_tpc_config_cmd_send(void *wmi_hdl, |
| 1001 | uint32_t param); |
| 1002 | |
Sathish Kumar | 50232d7 | 2016-08-09 16:50:46 +0530 | [diff] [blame] | 1003 | QDF_STATUS wmi_unified_set_bwf_cmd_send(void *wmi_hdl, |
| 1004 | struct set_bwf_params *param); |
| 1005 | |
Sathish Kumar | 7e2eaed | 2016-11-14 17:44:29 +0530 | [diff] [blame] | 1006 | QDF_STATUS wmi_send_get_user_position_cmd(void *wmi_hdl, uint32_t value); |
| 1007 | |
| 1008 | QDF_STATUS wmi_send_get_peer_mumimo_tx_count_cmd(void *wmi_hdl, uint32_t value); |
| 1009 | |
| 1010 | QDF_STATUS wmi_send_reset_peer_mumimo_tx_count_cmd(void *wmi_hdl, |
| 1011 | uint32_t value); |
| 1012 | |
| 1013 | QDF_STATUS wmi_send_pdev_caldata_version_check_cmd(void *wmi_hdl, |
| 1014 | uint32_t value); |
| 1015 | |
| 1016 | QDF_STATUS wmi_unified_send_btcoex_wlan_priority_cmd(void *wmi_hdl, |
Sathish Kumar | 7e566c5 | 2016-11-10 15:30:22 +0530 | [diff] [blame] | 1017 | struct btcoex_cfg_params *param); |
| 1018 | |
| 1019 | QDF_STATUS wmi_unified_send_btcoex_duty_cycle_cmd(void *wmi_hdl, |
| 1020 | struct btcoex_cfg_params *param); |
Sathish Kumar | 7e2eaed | 2016-11-14 17:44:29 +0530 | [diff] [blame] | 1021 | |
Sathish Kumar | 612d0c2 | 2017-01-19 14:57:37 +0530 | [diff] [blame] | 1022 | QDF_STATUS wmi_unified_send_coex_ver_cfg_cmd(void *wmi_hdl, |
| 1023 | coex_ver_cfg_t *param); |
| 1024 | |
Sathish Kumar | 125754e | 2017-04-24 11:36:00 +0530 | [diff] [blame] | 1025 | QDF_STATUS wmi_unified_send_coex_config_cmd(void *wmi_hdl, |
| 1026 | struct coex_config_params *param); |
| 1027 | |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1028 | QDF_STATUS wmi_unified_set_atf_cmd_send(void *wmi_hdl, |
| 1029 | struct set_atf_params *param); |
| 1030 | |
| 1031 | QDF_STATUS wmi_unified_pdev_fips_cmd_send(void *wmi_hdl, |
| 1032 | struct fips_params *param); |
| 1033 | |
| 1034 | QDF_STATUS wmi_unified_wlan_profile_enable_cmd_send(void *wmi_hdl, |
| 1035 | struct wlan_profile_params *param); |
| 1036 | |
| 1037 | QDF_STATUS wmi_unified_wlan_profile_trigger_cmd_send(void *wmi_hdl, |
| 1038 | struct wlan_profile_params *param); |
| 1039 | |
| 1040 | QDF_STATUS wmi_unified_set_chan_cmd_send(void *wmi_hdl, |
| 1041 | struct channel_param *param); |
| 1042 | |
| 1043 | QDF_STATUS wmi_unified_set_ht_ie_cmd_send(void *wmi_hdl, |
| 1044 | struct ht_ie_params *param); |
| 1045 | |
| 1046 | QDF_STATUS wmi_unified_set_vht_ie_cmd_send(void *wmi_hdl, |
| 1047 | struct vht_ie_params *param); |
| 1048 | |
| 1049 | QDF_STATUS wmi_unified_wmm_update_cmd_send(void *wmi_hdl, |
| 1050 | struct wmm_update_params *param); |
| 1051 | |
| 1052 | QDF_STATUS wmi_unified_set_ant_switch_tbl_cmd_send(void *wmi_hdl, |
| 1053 | struct ant_switch_tbl_params *param); |
| 1054 | |
| 1055 | QDF_STATUS wmi_unified_set_ratepwr_table_cmd_send(void *wmi_hdl, |
| 1056 | struct ratepwr_table_params *param); |
| 1057 | |
| 1058 | QDF_STATUS wmi_unified_get_ratepwr_table_cmd_send(void *wmi_hdl); |
| 1059 | |
| 1060 | QDF_STATUS wmi_unified_set_ctl_table_cmd_send(void *wmi_hdl, |
| 1061 | struct ctl_table_params *param); |
| 1062 | |
| 1063 | QDF_STATUS wmi_unified_set_mimogain_table_cmd_send(void *wmi_hdl, |
| 1064 | struct mimogain_table_params *param); |
| 1065 | |
| 1066 | QDF_STATUS wmi_unified_set_ratepwr_chainmsk_cmd_send(void *wmi_hdl, |
| 1067 | struct ratepwr_chainmsk_params *param); |
| 1068 | |
| 1069 | QDF_STATUS wmi_unified_set_macaddr_cmd_send(void *wmi_hdl, |
| 1070 | struct macaddr_params *param); |
| 1071 | |
| 1072 | QDF_STATUS wmi_unified_pdev_scan_start_cmd_send(void *wmi_hdl); |
| 1073 | |
| 1074 | QDF_STATUS wmi_unified_pdev_scan_end_cmd_send(void *wmi_hdl); |
| 1075 | |
| 1076 | QDF_STATUS wmi_unified_set_acparams_cmd_send(void *wmi_hdl, |
| 1077 | struct acparams_params *param); |
| 1078 | |
| 1079 | QDF_STATUS wmi_unified_set_vap_dscp_tid_map_cmd_send(void *wmi_hdl, |
| 1080 | struct vap_dscp_tid_map_params *param); |
| 1081 | |
| 1082 | QDF_STATUS wmi_unified_proxy_ast_reserve_cmd_send(void *wmi_hdl, |
| 1083 | struct proxy_ast_reserve_params *param); |
| 1084 | |
| 1085 | QDF_STATUS wmi_unified_pdev_qvit_cmd_send(void *wmi_hdl, |
| 1086 | struct pdev_qvit_params *param); |
| 1087 | |
| 1088 | QDF_STATUS wmi_unified_mcast_group_update_cmd_send(void *wmi_hdl, |
| 1089 | struct mcast_group_update_params *param); |
| 1090 | |
| 1091 | QDF_STATUS wmi_unified_peer_add_wds_entry_cmd_send(void *wmi_hdl, |
| 1092 | struct peer_add_wds_entry_params *param); |
| 1093 | |
| 1094 | QDF_STATUS wmi_unified_peer_del_wds_entry_cmd_send(void *wmi_hdl, |
| 1095 | struct peer_del_wds_entry_params *param); |
| 1096 | |
Jeevan Kukkalli | 28e8a16 | 2017-06-16 18:07:28 +0530 | [diff] [blame] | 1097 | /** |
| 1098 | * wmi_unified_set_bridge_mac_addr_cmd_send() - WMI set bridge mac addr cmd function |
| 1099 | * @param wmi_hdl : handle to WMI. |
| 1100 | * @param param : pointer to hold bridge mac addr param |
| 1101 | * |
| 1102 | * @return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure |
| 1103 | */ |
| 1104 | QDF_STATUS wmi_unified_set_bridge_mac_addr_cmd_send(void *wmi_hdl, |
| 1105 | struct set_bridge_mac_addr_params *param); |
| 1106 | |
| 1107 | |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1108 | QDF_STATUS wmi_unified_peer_update_wds_entry_cmd_send(void *wmi_hdl, |
| 1109 | struct peer_update_wds_entry_params *param); |
| 1110 | |
| 1111 | QDF_STATUS wmi_unified_phyerr_enable_cmd_send(void *wmi_hdl); |
| 1112 | |
| 1113 | QDF_STATUS wmi_unified_phyerr_enable_cmd_send(void *wmi_hdl); |
| 1114 | |
| 1115 | QDF_STATUS wmi_unified_phyerr_disable_cmd_send(void *wmi_hdl); |
| 1116 | |
| 1117 | QDF_STATUS wmi_unified_smart_ant_enable_cmd_send(void *wmi_hdl, |
| 1118 | struct smart_ant_enable_params *param); |
| 1119 | |
| 1120 | QDF_STATUS wmi_unified_smart_ant_set_rx_ant_cmd_send(void *wmi_hdl, |
| 1121 | struct smart_ant_rx_ant_params *param); |
| 1122 | |
| 1123 | QDF_STATUS wmi_unified_smart_ant_set_tx_ant_cmd_send(void *wmi_hdl, |
| 1124 | uint8_t macaddr[IEEE80211_ADDR_LEN], |
| 1125 | struct smart_ant_tx_ant_params *param); |
| 1126 | |
| 1127 | QDF_STATUS wmi_unified_smart_ant_set_training_info_cmd_send(void *wmi_hdl, |
| 1128 | uint8_t macaddr[IEEE80211_ADDR_LEN], |
| 1129 | struct smart_ant_training_info_params *param); |
| 1130 | |
| 1131 | QDF_STATUS wmi_unified_smart_ant_node_config_cmd_send(void *wmi_hdl, |
| 1132 | uint8_t macaddr[IEEE80211_ADDR_LEN], |
| 1133 | struct smart_ant_node_config_params *param); |
| 1134 | |
| 1135 | QDF_STATUS wmi_unified_smart_ant_enable_tx_feedback_cmd_send(void *wmi_hdl, |
| 1136 | struct smart_ant_enable_tx_feedback_params *param); |
| 1137 | |
| 1138 | QDF_STATUS wmi_unified_vdev_spectral_configure_cmd_send(void *wmi_hdl, |
| 1139 | struct vdev_spectral_configure_params *param); |
| 1140 | |
| 1141 | QDF_STATUS wmi_unified_vdev_spectral_enable_cmd_send(void *wmi_hdl, |
| 1142 | struct vdev_spectral_enable_params *param); |
| 1143 | |
| 1144 | QDF_STATUS wmi_unified_bss_chan_info_request_cmd_send(void *wmi_hdl, |
| 1145 | struct bss_chan_info_request_params *param); |
| 1146 | |
| 1147 | QDF_STATUS wmi_unified_thermal_mitigation_param_cmd_send(void *wmi_hdl, |
| 1148 | struct thermal_mitigation_params *param); |
| 1149 | |
| 1150 | QDF_STATUS wmi_unified_vdev_set_neighbour_rx_cmd_send(void *wmi_hdl, |
| 1151 | uint8_t macaddr[IEEE80211_ADDR_LEN], |
| 1152 | struct set_neighbour_rx_params *param); |
| 1153 | |
| 1154 | QDF_STATUS wmi_unified_vdev_set_fwtest_param_cmd_send(void *wmi_hdl, |
| 1155 | struct set_fwtest_params *param); |
| 1156 | |
| 1157 | QDF_STATUS wmi_unified_vdev_config_ratemask_cmd_send(void *wmi_hdl, |
| 1158 | struct config_ratemask_params *param); |
| 1159 | |
Sathish Kumar | 6190e77 | 2017-11-08 14:49:58 +0530 | [diff] [blame] | 1160 | /** |
| 1161 | * wmi_unified_vdev_set_custom_aggr_size_cmd_send() - WMI set custom aggr |
| 1162 | * size command |
| 1163 | * @param wmi_hdl : handle to WMI. |
| 1164 | * @param param : pointer to hold custom aggr size param |
| 1165 | * |
| 1166 | * @return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure |
| 1167 | */ |
| 1168 | QDF_STATUS wmi_unified_vdev_set_custom_aggr_size_cmd_send(void *wmi_hdl, |
| 1169 | struct set_custom_aggr_size_params *param); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1170 | |
Venkateswara Swamy Bandaru | 81f40dc | 2017-12-22 17:16:19 +0530 | [diff] [blame] | 1171 | /** |
| 1172 | * wmi_unified_vdev_set_qdepth_thresh_cmd_send() - WMI set qdepth threshold |
| 1173 | * @param wmi_hdl : handle to WMI. |
| 1174 | * @param param : pointer to hold set qdepth thresh param |
| 1175 | * |
| 1176 | * @return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure |
| 1177 | */ |
| 1178 | QDF_STATUS wmi_unified_vdev_set_qdepth_thresh_cmd_send(void *wmi_hdl, |
| 1179 | struct set_qdepth_thresh_params *param); |
| 1180 | |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1181 | QDF_STATUS wmi_unified_pdev_set_regdomain_cmd_send(void *wmi_hdl, |
| 1182 | struct pdev_set_regdomain_params *param); |
| 1183 | |
| 1184 | QDF_STATUS wmi_unified_set_quiet_mode_cmd_send(void *wmi_hdl, |
| 1185 | struct set_quiet_mode_params *param); |
| 1186 | |
| 1187 | QDF_STATUS wmi_unified_set_beacon_filter_cmd_send(void *wmi_hdl, |
| 1188 | struct set_beacon_filter_params *param); |
| 1189 | |
| 1190 | QDF_STATUS wmi_unified_remove_beacon_filter_cmd_send(void *wmi_hdl, |
| 1191 | struct remove_beacon_filter_params *param); |
| 1192 | |
| 1193 | QDF_STATUS wmi_unified_addba_clearresponse_cmd_send(void *wmi_hdl, |
| 1194 | uint8_t macaddr[IEEE80211_ADDR_LEN], |
| 1195 | struct addba_clearresponse_params *param); |
| 1196 | |
| 1197 | QDF_STATUS wmi_unified_addba_send_cmd_send(void *wmi_hdl, |
| 1198 | uint8_t macaddr[IEEE80211_ADDR_LEN], |
| 1199 | struct addba_send_params *param); |
| 1200 | |
| 1201 | QDF_STATUS wmi_unified_delba_send_cmd_send(void *wmi_hdl, |
| 1202 | uint8_t macaddr[IEEE80211_ADDR_LEN], |
| 1203 | struct delba_send_params *param); |
| 1204 | |
| 1205 | QDF_STATUS wmi_unified_addba_setresponse_cmd_send(void *wmi_hdl, |
| 1206 | uint8_t macaddr[IEEE80211_ADDR_LEN], |
| 1207 | struct addba_setresponse_params *param); |
| 1208 | |
| 1209 | QDF_STATUS wmi_unified_singleamsdu_cmd_send(void *wmi_hdl, |
| 1210 | uint8_t macaddr[IEEE80211_ADDR_LEN], |
| 1211 | struct singleamsdu_params *param); |
| 1212 | |
| 1213 | QDF_STATUS wmi_unified_set_qboost_param_cmd_send(void *wmi_hdl, |
| 1214 | uint8_t macaddr[IEEE80211_ADDR_LEN], |
| 1215 | struct set_qboost_params *param); |
| 1216 | |
| 1217 | QDF_STATUS wmi_unified_mu_scan_cmd_send(void *wmi_hdl, |
| 1218 | struct mu_scan_params *param); |
| 1219 | |
| 1220 | QDF_STATUS wmi_unified_lteu_config_cmd_send(void *wmi_hdl, |
| 1221 | struct lteu_config_params *param); |
| 1222 | |
| 1223 | QDF_STATUS wmi_unified_set_psmode_cmd_send(void *wmi_hdl, |
| 1224 | struct set_ps_mode_params *param); |
| 1225 | |
| 1226 | QDF_STATUS wmi_unified_init_cmd_send(void *wmi_hdl, |
Kiran Venkatappa | af1dae3 | 2016-12-23 19:58:54 +0530 | [diff] [blame] | 1227 | struct wmi_init_cmd_param *param); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1228 | |
| 1229 | bool wmi_service_enabled(void *wmi_hdl, uint32_t service_id); |
| 1230 | |
Kiran Venkatappa | 34bea52 | 2017-09-01 17:02:34 +0530 | [diff] [blame] | 1231 | /** |
| 1232 | * wmi_save_service_bitmap() - save service bitmap |
| 1233 | * @wmi_handle: wmi handle |
| 1234 | * @param evt_buf: pointer to event buffer |
| 1235 | * |
| 1236 | * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS failure code |
| 1237 | */ |
Rajeev Kumar | 5d8497b | 2017-02-12 02:12:17 -0800 | [diff] [blame] | 1238 | QDF_STATUS wmi_save_service_bitmap(void *wmi_hdl, void *evt_buf, |
| 1239 | void *bitmap_buf); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1240 | |
Kiran Venkatappa | 34bea52 | 2017-09-01 17:02:34 +0530 | [diff] [blame] | 1241 | /** |
| 1242 | * wmi_save_ext_service_bitmap() - save extended service bitmap |
| 1243 | * @wmi_handle: wmi handle |
| 1244 | * @param evt_buf: pointer to event buffer |
| 1245 | * |
| 1246 | * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS failure code |
| 1247 | */ |
| 1248 | QDF_STATUS wmi_save_ext_service_bitmap(void *wmi_hdl, void *evt_buf, |
| 1249 | void *bitmap_buf); |
| 1250 | |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1251 | QDF_STATUS wmi_save_fw_version(void *wmi_hdl, void *evt_buf); |
| 1252 | |
| 1253 | QDF_STATUS wmi_get_target_cap_from_service_ready(void *wmi_hdl, |
Rajeev Kumar | 0b6b285 | 2017-02-03 00:39:49 -0800 | [diff] [blame] | 1254 | void *evt_buf, |
| 1255 | struct wlan_psoc_target_capability_info *ev); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1256 | |
| 1257 | QDF_STATUS wmi_extract_hal_reg_cap(void *wmi_hdl, void *evt_buf, |
Rajeev Kumar | 0b6b285 | 2017-02-03 00:39:49 -0800 | [diff] [blame] | 1258 | struct wlan_psoc_hal_reg_capability *hal_reg_cap); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1259 | |
| 1260 | host_mem_req *wmi_extract_host_mem_req_from_service_ready(void *wmi_hdl, |
| 1261 | void *evt_buf, uint8_t *num_entries); |
| 1262 | |
| 1263 | uint32_t wmi_ready_extract_init_status(void *wmi_hdl, void *ev); |
| 1264 | |
| 1265 | QDF_STATUS wmi_ready_extract_mac_addr(void *wmi_hdl, |
| 1266 | void *ev, uint8_t *macaddr); |
| 1267 | |
Manoj Ekbote | 6649639 | 2017-07-09 23:28:56 -0700 | [diff] [blame] | 1268 | wmi_host_mac_addr *wmi_ready_extract_mac_addr_list(void *wmi_hdl, void *ev, |
| 1269 | uint8_t *num_mac_addr); |
| 1270 | |
Kiran Venkatappa | a40870a | 2017-11-10 20:50:12 +0530 | [diff] [blame] | 1271 | /** |
| 1272 | * wmi_extract_ready_params() - Extract data from ready event apart from |
| 1273 | * status, macaddr and version. |
| 1274 | * @wmi_handle: Pointer to WMI handle. |
| 1275 | * @evt_buf: Pointer to Ready event buffer. |
| 1276 | * @ev_param: Pointer to host defined struct to copy the data from event. |
| 1277 | * |
| 1278 | * Return: QDF_STATUS_SUCCESS on success. |
| 1279 | */ |
| 1280 | QDF_STATUS wmi_extract_ready_event_params(void *wmi_hdl, |
| 1281 | void *evt_buf, struct wmi_host_ready_ev_param *ev_param); |
| 1282 | |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1283 | QDF_STATUS wmi_extract_fw_version(void *wmi_hdl, |
| 1284 | void *ev, struct wmi_host_fw_ver *fw_ver); |
| 1285 | |
| 1286 | QDF_STATUS wmi_extract_fw_abi_version(void *wmi_hdl, |
| 1287 | void *ev, struct wmi_host_fw_abi_ver *fw_ver); |
| 1288 | |
| 1289 | QDF_STATUS wmi_check_and_update_fw_version(void *wmi_hdl, void *ev); |
| 1290 | |
| 1291 | uint8_t *wmi_extract_dbglog_data_len(void *wmi_hdl, |
Rajeev Kumar | 45fdf7f | 2017-01-25 12:46:21 -0800 | [diff] [blame] | 1292 | void *evt_b, uint32_t *len); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1293 | |
| 1294 | QDF_STATUS wmi_send_ext_resource_config(void *wmi_hdl, |
| 1295 | wmi_host_ext_resource_config *ext_cfg); |
| 1296 | |
| 1297 | QDF_STATUS wmi_unified_nf_dbr_dbm_info_get_cmd_send(void *wmi_hdl); |
| 1298 | |
| 1299 | QDF_STATUS wmi_unified_packet_power_info_get_cmd_send(void *wmi_hdl, |
| 1300 | struct packet_power_info_params *param); |
| 1301 | |
| 1302 | QDF_STATUS wmi_unified_gpio_config_cmd_send(void *wmi_hdl, |
| 1303 | struct gpio_config_params *param); |
| 1304 | |
| 1305 | QDF_STATUS wmi_unified_gpio_output_cmd_send(void *wmi_hdl, |
| 1306 | struct gpio_output_params *param); |
| 1307 | |
| 1308 | QDF_STATUS wmi_unified_rtt_meas_req_test_cmd_send(void *wmi_hdl, |
| 1309 | struct rtt_meas_req_test_params *param); |
| 1310 | |
| 1311 | QDF_STATUS wmi_unified_rtt_meas_req_cmd_send(void *wmi_hdl, |
| 1312 | struct rtt_meas_req_params *param); |
| 1313 | |
| 1314 | QDF_STATUS wmi_unified_rtt_keepalive_req_cmd_send(void *wmi_hdl, |
| 1315 | struct rtt_keepalive_req_params *param); |
| 1316 | |
| 1317 | QDF_STATUS wmi_unified_lci_set_cmd_send(void *wmi_hdl, |
| 1318 | struct lci_set_params *param); |
| 1319 | |
| 1320 | QDF_STATUS wmi_unified_lcr_set_cmd_send(void *wmi_hdl, |
| 1321 | struct lcr_set_params *param); |
| 1322 | |
| 1323 | QDF_STATUS wmi_unified_send_periodic_chan_stats_config_cmd(void *wmi_hdl, |
| 1324 | struct periodic_chan_stats_params *param); |
| 1325 | |
| 1326 | QDF_STATUS |
| 1327 | wmi_send_atf_peer_request_cmd(void *wmi_hdl, |
| 1328 | struct atf_peer_request_params *param); |
| 1329 | |
| 1330 | QDF_STATUS |
| 1331 | wmi_send_set_atf_grouping_cmd(void *wmi_hdl, |
| 1332 | struct atf_grouping_params *param); |
| 1333 | /* Extract APIs */ |
| 1334 | |
| 1335 | QDF_STATUS wmi_extract_wds_addr_event(void *wmi_hdl, |
| 1336 | void *evt_buf, uint16_t len, wds_addr_event_t *wds_ev); |
| 1337 | |
| 1338 | QDF_STATUS wmi_extract_dcs_interference_type(void *wmi_hdl, |
Kiran Venkatappa | 9b7a959 | 2016-12-29 18:09:32 +0530 | [diff] [blame] | 1339 | void *evt_buf, struct wmi_host_dcs_interference_param *param); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1340 | |
| 1341 | QDF_STATUS wmi_extract_dcs_cw_int(void *wmi_hdl, void *evt_buf, |
| 1342 | wmi_host_ath_dcs_cw_int *cw_int); |
| 1343 | |
| 1344 | QDF_STATUS wmi_extract_dcs_im_tgt_stats(void *wmi_hdl, void *evt_buf, |
| 1345 | wmi_host_dcs_im_tgt_stats_t *wlan_stat); |
| 1346 | |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1347 | QDF_STATUS wmi_extract_fips_event_data(void *wmi_hdl, void *evt_buf, |
Kiran Venkatappa | 9f5fcc0 | 2016-12-29 22:07:14 +0530 | [diff] [blame] | 1348 | struct wmi_host_fips_event_param *param); |
| 1349 | |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1350 | QDF_STATUS wmi_extract_vdev_start_resp(void *wmi_hdl, void *evt_buf, |
| 1351 | wmi_host_vdev_start_resp *vdev_rsp); |
Sathish Kumar | 744fbf7 | 2017-05-17 18:05:15 +0530 | [diff] [blame] | 1352 | |
Om Prakash Tripathi | 105b04b | 2017-11-24 16:53:07 +0530 | [diff] [blame] | 1353 | /** |
| 1354 | * wmi_extract_vdev_delete_resp - api to extract vdev delete |
| 1355 | * response event params |
| 1356 | * @wmi_handle: wma handle |
| 1357 | * @evt_buf: pointer to event buffer |
| 1358 | * @delele_rsp: pointer to hold delete response from firmware |
| 1359 | * |
| 1360 | * Return: QDF_STATUS_SUCCESS for successful event parse |
| 1361 | * else QDF_STATUS_E_INVAL or QDF_STATUS_E_FAILURE |
| 1362 | */ |
| 1363 | QDF_STATUS wmi_extract_vdev_delete_resp(void *wmi_hdl, void *evt_buf, |
| 1364 | struct wmi_host_vdev_delete_resp *delele_rsp); |
| 1365 | |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1366 | QDF_STATUS wmi_extract_tbttoffset_update_params(void *wmi_hdl, void *evt_buf, |
Sathish Kumar | 744fbf7 | 2017-05-17 18:05:15 +0530 | [diff] [blame] | 1367 | uint8_t idx, struct tbttoffset_params *tbtt_param); |
| 1368 | |
| 1369 | QDF_STATUS wmi_extract_ext_tbttoffset_update_params(void *wmi_hdl, |
| 1370 | void *evt_buf, uint8_t idx, |
| 1371 | struct tbttoffset_params *tbtt_param); |
| 1372 | |
| 1373 | QDF_STATUS wmi_extract_tbttoffset_num_vdevs(void *wmi_hdl, void *evt_buf, |
| 1374 | uint32_t *num_vdevs); |
| 1375 | |
| 1376 | QDF_STATUS wmi_extract_ext_tbttoffset_num_vdevs(void *wmi_hdl, void *evt_buf, |
| 1377 | uint32_t *num_vdevs); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1378 | |
| 1379 | QDF_STATUS wmi_extract_mgmt_rx_params(void *wmi_hdl, void *evt_buf, |
Himanshu Agarwal | 53d526b | 2017-01-05 14:23:18 +0530 | [diff] [blame] | 1380 | struct mgmt_rx_event_params *hdr, uint8_t **bufp); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1381 | |
| 1382 | QDF_STATUS wmi_extract_vdev_stopped_param(void *wmi_hdl, void *evt_buf, |
| 1383 | uint32_t *vdev_id); |
| 1384 | |
| 1385 | QDF_STATUS wmi_extract_vdev_roam_param(void *wmi_hdl, void *evt_buf, |
| 1386 | wmi_host_roam_event *ev); |
| 1387 | |
| 1388 | QDF_STATUS wmi_extract_vdev_scan_ev_param(void *wmi_hdl, void *evt_buf, |
Om Prakash Tripathi | 91452bf | 2017-02-25 15:53:30 +0530 | [diff] [blame] | 1389 | struct scan_event *param); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1390 | |
Frank Liu | 0ba573b | 2017-03-15 17:51:43 +0800 | [diff] [blame] | 1391 | #ifdef CONVERGED_TDLS_ENABLE |
| 1392 | /** |
| 1393 | * wmi_extract_vdev_tdls_ev_param - extract vdev tdls param from event |
| 1394 | * @wmi_handle: wmi handle |
| 1395 | * @param evt_buf: pointer to event buffer |
| 1396 | * @param param: Pointer to hold vdev tdls param |
| 1397 | * |
| 1398 | * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure |
| 1399 | */ |
| 1400 | QDF_STATUS wmi_extract_vdev_tdls_ev_param(void *wmi_hdl, void *evt_buf, |
| 1401 | struct tdls_event_info *param); |
| 1402 | #endif |
| 1403 | |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1404 | QDF_STATUS wmi_extract_mu_ev_param(void *wmi_hdl, void *evt_buf, |
| 1405 | wmi_host_mu_report_event *param); |
| 1406 | |
Sathish Kumar | 7e2eaed | 2016-11-14 17:44:29 +0530 | [diff] [blame] | 1407 | QDF_STATUS wmi_extract_mu_db_entry(void *wmi_hdl, void *evt_buf, |
| 1408 | uint8_t idx, wmi_host_mu_db_entry *param); |
| 1409 | |
| 1410 | QDF_STATUS wmi_extract_mumimo_tx_count_ev_param(void *wmi_hdl, void *evt_buf, |
| 1411 | wmi_host_peer_txmu_cnt_event *param); |
| 1412 | |
| 1413 | QDF_STATUS wmi_extract_peer_gid_userpos_list_ev_param(void *wmi_hdl, |
| 1414 | void *evt_buf, wmi_host_peer_gid_userpos_list_event *param); |
| 1415 | |
| 1416 | QDF_STATUS wmi_extract_pdev_caldata_version_check_ev_param(void *wmi_hdl, |
| 1417 | void *evt_buf, wmi_host_pdev_check_cal_version_event *param); |
| 1418 | |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1419 | QDF_STATUS wmi_extract_pdev_tpc_config_ev_param(void *wmi_hdl, void *evt_buf, |
| 1420 | wmi_host_pdev_tpc_config_event *param); |
| 1421 | |
| 1422 | QDF_STATUS wmi_extract_gpio_input_ev_param(void *wmi_hdl, |
| 1423 | void *evt_buf, uint32_t *gpio_num); |
| 1424 | |
| 1425 | QDF_STATUS wmi_extract_pdev_reserve_ast_ev_param(void *wmi_hdl, |
Kiran Venkatappa | 3f061a9 | 2017-02-08 14:57:16 +0530 | [diff] [blame] | 1426 | void *evt_buf, struct wmi_host_proxy_ast_reserve_param *param); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1427 | |
| 1428 | QDF_STATUS wmi_extract_nfcal_power_ev_param(void *wmi_hdl, void *evt_buf, |
| 1429 | wmi_host_pdev_nfcal_power_all_channels_event *param); |
| 1430 | |
| 1431 | QDF_STATUS wmi_extract_pdev_tpc_ev_param(void *wmi_hdl, void *evt_buf, |
| 1432 | wmi_host_pdev_tpc_event *param); |
| 1433 | |
| 1434 | QDF_STATUS wmi_extract_pdev_generic_buffer_ev_param(void *wmi_hdl, |
| 1435 | void *evt_buf, |
| 1436 | wmi_host_pdev_generic_buffer_event *param); |
| 1437 | |
| 1438 | QDF_STATUS wmi_extract_mgmt_tx_compl_param(void *wmi_hdl, void *evt_buf, |
| 1439 | wmi_host_mgmt_tx_compl_event *param); |
| 1440 | |
Kiran Venkatappa | 25c4702 | 2017-03-19 22:58:09 +0530 | [diff] [blame] | 1441 | QDF_STATUS wmi_extract_offchan_data_tx_compl_param(void *wmi_hdl, void *evt_buf, |
| 1442 | struct wmi_host_offchan_data_tx_compl_event *param); |
| 1443 | |
Sathish Kumar | 907a746 | 2017-02-27 10:35:40 +0530 | [diff] [blame] | 1444 | QDF_STATUS wmi_extract_pdev_csa_switch_count_status(void *wmi_hdl, |
| 1445 | void *evt_buf, |
| 1446 | struct pdev_csa_switch_count_status *param); |
| 1447 | |
Sathish Kumar | 744fbf7 | 2017-05-17 18:05:15 +0530 | [diff] [blame] | 1448 | QDF_STATUS wmi_extract_swba_num_vdevs(void *wmi_hdl, void *evt_buf, |
| 1449 | uint32_t *num_vdevs); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1450 | |
| 1451 | QDF_STATUS wmi_extract_swba_tim_info(void *wmi_hdl, void *evt_buf, |
| 1452 | uint32_t idx, wmi_host_tim_info *tim_info); |
| 1453 | |
| 1454 | QDF_STATUS wmi_extract_swba_noa_info(void *wmi_hdl, void *evt_buf, |
| 1455 | uint32_t idx, wmi_host_p2p_noa_info *p2p_desc); |
| 1456 | |
Wu Gao | 07ba6b4 | 2017-03-13 20:17:34 +0800 | [diff] [blame] | 1457 | #ifdef CONVERGED_P2P_ENABLE |
| 1458 | QDF_STATUS wmi_extract_p2p_lo_stop_ev_param(void *wmi_hdl, |
| 1459 | void *evt_buf, struct p2p_lo_event *param); |
| 1460 | |
| 1461 | QDF_STATUS wmi_extract_p2p_noa_ev_param(void *wmi_hdl, |
| 1462 | void *evt_buf, struct p2p_noa_info *param); |
| 1463 | #endif |
| 1464 | |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1465 | QDF_STATUS wmi_extract_peer_sta_ps_statechange_ev(void *wmi_hdl, |
| 1466 | void *evt_buf, wmi_host_peer_sta_ps_statechange_event *ev); |
| 1467 | |
| 1468 | QDF_STATUS wmi_extract_peer_sta_kickout_ev(void *wmi_hdl, void *evt_buf, |
| 1469 | wmi_host_peer_sta_kickout_event *ev); |
| 1470 | |
| 1471 | QDF_STATUS wmi_extract_peer_ratecode_list_ev(void *wmi_hdl, void *evt_buf, |
| 1472 | uint8_t *peer_mac, wmi_sa_rate_cap *rate_cap); |
| 1473 | |
Jeff Johnson | 6b8bda4 | 2016-10-07 13:03:02 -0700 | [diff] [blame] | 1474 | QDF_STATUS wmi_extract_bcnflt_stats(void *wmi_hdl, void *evt_buf, |
| 1475 | uint32_t index, wmi_host_bcnflt_stats *bcnflt_stats); |
| 1476 | |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1477 | QDF_STATUS wmi_extract_rtt_hdr(void *wmi_hdl, void *evt_buf, |
| 1478 | wmi_host_rtt_event_hdr *ev); |
| 1479 | |
| 1480 | QDF_STATUS wmi_extract_rtt_ev(void *wmi_hdl, void *evt_buf, |
| 1481 | wmi_host_rtt_meas_event *ev, uint8_t *hdump, |
| 1482 | uint16_t hdump_len); |
| 1483 | |
| 1484 | QDF_STATUS wmi_extract_rtt_error_report_ev(void *wmi_hdl, void *evt_buf, |
| 1485 | wmi_host_rtt_error_report_event *ev); |
| 1486 | |
Jeff Johnson | 6b8bda4 | 2016-10-07 13:03:02 -0700 | [diff] [blame] | 1487 | QDF_STATUS wmi_extract_chan_stats(void *wmi_hdl, void *evt_buf, |
| 1488 | uint32_t index, wmi_host_chan_stats *chan_stats); |
| 1489 | |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1490 | QDF_STATUS wmi_extract_thermal_stats(void *wmi_hdl, void *evt_buf, |
Om Prakash Tripathi | 2f54fbb | 2017-04-19 16:57:31 +0530 | [diff] [blame] | 1491 | uint32_t *temp, uint32_t *level, uint32_t *pdev_id); |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1492 | |
| 1493 | QDF_STATUS wmi_extract_thermal_level_stats(void *wmi_hdl, void *evt_buf, |
| 1494 | uint8_t idx, uint32_t *levelcount, uint32_t *dccount); |
| 1495 | |
| 1496 | QDF_STATUS wmi_extract_comb_phyerr(void *wmi_hdl, void *evt_buf, |
| 1497 | uint16_t datalen, uint16_t *buf_offset, |
| 1498 | wmi_host_phyerr_t *phyerr); |
| 1499 | |
| 1500 | QDF_STATUS wmi_extract_single_phyerr(void *wmi_hdl, void *evt_buf, |
| 1501 | uint16_t datalen, uint16_t *buf_offset, |
| 1502 | wmi_host_phyerr_t *phyerr); |
| 1503 | |
| 1504 | QDF_STATUS wmi_extract_composite_phyerr(void *wmi_hdl, void *evt_buf, |
| 1505 | uint16_t datalen, wmi_host_phyerr_t *phyerr); |
| 1506 | |
| 1507 | QDF_STATUS wmi_extract_profile_ctx(void *wmi_hdl, void *evt_buf, |
| 1508 | wmi_host_wlan_profile_ctx_t *profile_ctx); |
| 1509 | |
Govind Singh | 41da315 | 2016-05-06 20:20:25 +0530 | [diff] [blame] | 1510 | QDF_STATUS wmi_extract_profile_data(void *wmi_hdl, void *evt_buf, uint8_t idx, |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1511 | wmi_host_wlan_profile_t *profile_data); |
| 1512 | |
| 1513 | QDF_STATUS wmi_extract_chan_info_event(void *wmi_hdl, void *evt_buf, |
| 1514 | wmi_host_chan_info_event *chan_info); |
| 1515 | |
| 1516 | QDF_STATUS wmi_extract_channel_hopping_event(void *wmi_hdl, void *evt_buf, |
| 1517 | wmi_host_pdev_channel_hopping_event *ch_hopping); |
| 1518 | |
| 1519 | QDF_STATUS wmi_extract_stats_param(void *wmi_hdl, void *evt_buf, |
| 1520 | wmi_host_stats_event *stats_param); |
| 1521 | |
| 1522 | QDF_STATUS wmi_extract_pdev_stats(void *wmi_hdl, void *evt_buf, |
| 1523 | uint32_t index, |
| 1524 | wmi_host_pdev_stats *pdev_stats); |
| 1525 | |
Adil Saeed Musthafa | 0b6c760 | 2017-08-23 17:32:11 -0700 | [diff] [blame] | 1526 | QDF_STATUS wmi_extract_unit_test(void *wmi_hdl, void *evt_buf, |
| 1527 | wmi_unit_test_event *unit_test, uint32_t maxspace); |
| 1528 | |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1529 | QDF_STATUS wmi_extract_pdev_ext_stats(void *wmi_hdl, void *evt_buf, |
| 1530 | uint32_t index, |
| 1531 | wmi_host_pdev_ext_stats *pdev_ext_stats); |
| 1532 | |
| 1533 | QDF_STATUS wmi_extract_peer_extd_stats(void *wmi_hdl, void *evt_buf, |
| 1534 | uint32_t index, |
| 1535 | wmi_host_peer_extd_stats *peer_extd_stats); |
| 1536 | |
| 1537 | QDF_STATUS wmi_extract_bss_chan_info_event(void *wmi_hdl, void *evt_buf, |
| 1538 | wmi_host_pdev_bss_chan_info_event *bss_chan_info); |
| 1539 | |
| 1540 | QDF_STATUS wmi_extract_inst_rssi_stats_event(void *wmi_hdl, void *evt_buf, |
| 1541 | wmi_host_inst_stats_resp *inst_rssi_resp); |
| 1542 | |
| 1543 | QDF_STATUS wmi_extract_peer_stats(void *wmi_hdl, void *evt_buf, |
| 1544 | uint32_t index, wmi_host_peer_stats *peer_stats); |
| 1545 | |
| 1546 | QDF_STATUS wmi_extract_tx_data_traffic_ctrl_ev(void *wmi_hdl, void *evt_buf, |
| 1547 | wmi_host_tx_data_traffic_ctrl_event *ev); |
| 1548 | |
Sathish Kumar | 7e2eaed | 2016-11-14 17:44:29 +0530 | [diff] [blame] | 1549 | QDF_STATUS wmi_extract_atf_peer_stats_ev(void *wmi_hdl, void *evt_buf, |
| 1550 | wmi_host_atf_peer_stats_event *ev); |
| 1551 | |
| 1552 | QDF_STATUS wmi_extract_atf_token_info_ev(void *wmi_hdl, void *evt_buf, |
| 1553 | uint8_t idx, wmi_host_atf_peer_stats_info *atf_token_info); |
| 1554 | |
Govind Singh | 8972788 | 2016-04-15 13:58:27 +0530 | [diff] [blame] | 1555 | QDF_STATUS wmi_extract_vdev_stats(void *wmi_hdl, void *evt_buf, |
| 1556 | uint32_t index, wmi_host_vdev_stats *vdev_stats); |
| 1557 | |
| 1558 | QDF_STATUS wmi_extract_vdev_extd_stats(void *wmi_hdl, void *evt_buf, |
| 1559 | uint32_t index, wmi_host_vdev_extd_stats *vdev_extd_stats); |
Govind Singh | c10bde8 | 2016-05-02 17:59:24 +0530 | [diff] [blame] | 1560 | |
Gurumoorthi Gnanasambandhan | 1897755 | 2017-11-06 22:04:17 +0530 | [diff] [blame] | 1561 | QDF_STATUS wmi_extract_bcn_stats(void *wmi_hdl, void *evt_buf, |
| 1562 | uint32_t index, wmi_host_bcn_stats *vdev_bcn_stats); |
| 1563 | |
Govind Singh | c10bde8 | 2016-05-02 17:59:24 +0530 | [diff] [blame] | 1564 | QDF_STATUS wmi_unified_send_power_dbg_cmd(void *wmi_hdl, |
| 1565 | struct wmi_power_dbg_params *param); |
Sathish Kumar | 907a746 | 2017-02-27 10:35:40 +0530 | [diff] [blame] | 1566 | |
| 1567 | QDF_STATUS wmi_unified_send_multiple_vdev_restart_req_cmd(void *wmi_hdl, |
| 1568 | struct multiple_vdev_restart_params *param); |
| 1569 | |
Manikandan Mohan | 7e5ad48 | 2016-12-13 13:14:06 -0800 | [diff] [blame] | 1570 | QDF_STATUS wmi_unified_send_sar_limit_cmd(void *wmi_hdl, |
| 1571 | struct sar_limit_cmd_params *params); |
Gupta, Kapil | 7b76800 | 2016-04-25 19:14:19 +0530 | [diff] [blame] | 1572 | QDF_STATUS wmi_unified_send_adapt_dwelltime_params_cmd(void *wmi_hdl, |
| 1573 | struct wmi_adaptive_dwelltime_params * |
| 1574 | wmi_param); |
Anurag Chouhan | 4d41be7 | 2016-07-22 20:19:54 +0530 | [diff] [blame] | 1575 | QDF_STATUS wmi_unified_fw_test_cmd(void *wmi_hdl, |
| 1576 | struct set_fwtest_params *wmi_fwtest); |
| 1577 | |
Leo Chang | 8184e9c | 2016-09-28 13:43:36 -0700 | [diff] [blame] | 1578 | QDF_STATUS wmi_unified_peer_rx_reorder_queue_setup_send(void *wmi_hdl, |
| 1579 | struct rx_reorder_queue_setup_params *param); |
| 1580 | QDF_STATUS wmi_unified_peer_rx_reorder_queue_remove_send(void *wmi_hdl, |
| 1581 | struct rx_reorder_queue_remove_params *param); |
Kiran Venkatappa | 9c71b36 | 2016-08-10 23:55:40 +0530 | [diff] [blame] | 1582 | |
| 1583 | QDF_STATUS wmi_extract_service_ready_ext(void *wmi_hdl, uint8_t *evt_buf, |
Rajeev Kumar | 0b6b285 | 2017-02-03 00:39:49 -0800 | [diff] [blame] | 1584 | struct wlan_psoc_host_service_ext_param *param); |
Kiran Venkatappa | 9c71b36 | 2016-08-10 23:55:40 +0530 | [diff] [blame] | 1585 | QDF_STATUS wmi_extract_hw_mode_cap_service_ready_ext( |
| 1586 | void *wmi_hdl, |
| 1587 | uint8_t *evt_buf, uint8_t hw_mode_idx, |
Rajeev Kumar | 0b6b285 | 2017-02-03 00:39:49 -0800 | [diff] [blame] | 1588 | struct wlan_psoc_host_hw_mode_caps *param); |
Kiran Venkatappa | 9c71b36 | 2016-08-10 23:55:40 +0530 | [diff] [blame] | 1589 | QDF_STATUS wmi_extract_mac_phy_cap_service_ready_ext( |
| 1590 | void *wmi_hdl, |
Kiran Venkatappa | 176fe6c | 2016-12-26 15:38:06 +0530 | [diff] [blame] | 1591 | uint8_t *evt_buf, |
| 1592 | uint8_t hw_mode_id, |
| 1593 | uint8_t phy_id, |
Rajeev Kumar | 0b6b285 | 2017-02-03 00:39:49 -0800 | [diff] [blame] | 1594 | struct wlan_psoc_host_mac_phy_caps *param); |
Kiran Venkatappa | 9c71b36 | 2016-08-10 23:55:40 +0530 | [diff] [blame] | 1595 | QDF_STATUS wmi_extract_reg_cap_service_ready_ext( |
| 1596 | void *wmi_hdl, |
| 1597 | uint8_t *evt_buf, uint8_t phy_idx, |
Rajeev Kumar | 0b6b285 | 2017-02-03 00:39:49 -0800 | [diff] [blame] | 1598 | struct wlan_psoc_host_hal_reg_capabilities_ext *param); |
Sathish Kumar | 3d3cf4f | 2017-11-17 17:30:41 +0530 | [diff] [blame] | 1599 | |
| 1600 | /** |
| 1601 | * wmi_extract_dbr_ring_cap_service_ready_ext: Extract direct buffer rx |
| 1602 | * capability received through |
| 1603 | * extended service ready event |
| 1604 | * @wmi_hdl: WMI handle |
| 1605 | * @evt_buf: Event buffer |
| 1606 | * @idx: Index of the module for which capability is received |
| 1607 | * @param: Pointer to direct buffer rx ring cap struct |
| 1608 | * |
| 1609 | * Return: QDF status of operation |
| 1610 | */ |
| 1611 | QDF_STATUS wmi_extract_dbr_ring_cap_service_ready_ext( |
| 1612 | void *wmi_hdl, |
| 1613 | uint8_t *evt_buf, uint8_t idx, |
| 1614 | struct wlan_psoc_host_dbr_ring_caps *param); |
| 1615 | |
| 1616 | /** |
| 1617 | * wmi_extract_dbr_buf_release_fixed : Extract direct buffer rx fixed param |
| 1618 | * from buffer release event |
| 1619 | * @wmi_hdl: WMI handle |
| 1620 | * @evt_buf: Event buffer |
| 1621 | * @param: Pointer to direct buffer rx response struct |
| 1622 | * |
| 1623 | * Return: QDF status of operation |
| 1624 | */ |
| 1625 | QDF_STATUS wmi_extract_dbr_buf_release_fixed( |
| 1626 | void *wmi_hdl, |
| 1627 | uint8_t *evt_buf, |
| 1628 | struct direct_buf_rx_rsp *param); |
| 1629 | |
| 1630 | /** |
| 1631 | * wmi_extract_dbr_buf_release_entry: Extract direct buffer rx buffer tlv |
| 1632 | * |
| 1633 | * @wmi_hdl: WMI handle |
| 1634 | * @evt_buf: Event buffer |
| 1635 | * @idx: Index of the module for which capability is received |
| 1636 | * @param: Pointer to direct buffer rx entry |
| 1637 | * |
| 1638 | * Return: QDF status of operation |
| 1639 | */ |
| 1640 | QDF_STATUS wmi_extract_dbr_buf_release_entry( |
| 1641 | void *wmi_hdl, |
| 1642 | uint8_t *evt_buf, uint8_t idx, |
| 1643 | struct direct_buf_rx_entry *param); |
Sathish Kumar | 617535c | 2017-01-24 17:51:26 +0530 | [diff] [blame] | 1644 | QDF_STATUS wmi_extract_pdev_utf_event(void *wmi_hdl, |
| 1645 | uint8_t *evt_buf, |
| 1646 | struct wmi_host_pdev_utf_event *param); |
Vijay Pamidipati | add0ba7 | 2017-01-17 12:53:05 +0530 | [diff] [blame] | 1647 | |
Kiran Venkatappa | 3d51498 | 2017-02-28 14:19:17 +0530 | [diff] [blame] | 1648 | QDF_STATUS wmi_extract_pdev_qvit_event(void *wmi_hdl, |
| 1649 | uint8_t *evt_buf, |
| 1650 | struct wmi_host_pdev_qvit_event *param); |
| 1651 | |
Vijay Pamidipati | add0ba7 | 2017-01-17 12:53:05 +0530 | [diff] [blame] | 1652 | QDF_STATUS wmi_extract_peer_delete_response_event(void *wmi_hdl, |
| 1653 | uint8_t *evt_buf, |
| 1654 | struct wmi_host_peer_delete_response_event *param); |
Arif Hussain | 85604fb | 2017-01-07 18:21:55 -0800 | [diff] [blame] | 1655 | |
Vikram Kandukuri | c83feb6 | 2017-03-07 18:40:13 +0530 | [diff] [blame] | 1656 | QDF_STATUS wmi_extract_chainmask_tables(void *wmi_hdl, uint8_t *evt_buf, |
| 1657 | struct wlan_psoc_host_chainmask_table *chainmask_table); |
Arif Hussain | 85604fb | 2017-01-07 18:21:55 -0800 | [diff] [blame] | 1658 | /** |
| 1659 | * wmi_unified_dfs_phyerr_offload_en_cmd() - enable dfs phyerr offload |
| 1660 | * @wmi_handle: wmi handle |
| 1661 | * @pdev_id: pdev id |
| 1662 | * |
| 1663 | * Return: QDF_STATUS |
| 1664 | */ |
| 1665 | QDF_STATUS wmi_unified_dfs_phyerr_offload_en_cmd(void *wmi_hdl, |
| 1666 | uint32_t pdev_id); |
| 1667 | |
| 1668 | /** |
| 1669 | * wmi_unified_dfs_phyerr_offload_dis_cmd() - disable dfs phyerr offload |
| 1670 | * @wmi_handle: wmi handle |
| 1671 | * @pdev_id: pdev id |
| 1672 | * |
| 1673 | * Return: QDF_STATUS |
| 1674 | */ |
| 1675 | QDF_STATUS wmi_unified_dfs_phyerr_offload_dis_cmd(void *wmi_hdl, |
| 1676 | uint32_t pdev_id); |
Dustin Brown | e58fbc7 | 2017-04-03 17:00:07 -0700 | [diff] [blame] | 1677 | |
Kiran Kumar Lokere | e70e605 | 2017-04-24 00:56:03 -0700 | [diff] [blame] | 1678 | QDF_STATUS wmi_unified_set_country_cmd_send(void *wmi_hdl, |
| 1679 | struct set_country *param); |
Vignesh Viswanathan | 90cd774 | 2017-09-25 14:36:38 +0530 | [diff] [blame] | 1680 | /* |
| 1681 | * wmi_unified_set_del_pmkid_cache() - set delete PMKID |
| 1682 | * @wmi_hdl: wma handle |
| 1683 | * @pmksa: pointer to pmk cache entry |
| 1684 | * |
| 1685 | * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure |
| 1686 | */ |
| 1687 | QDF_STATUS wmi_unified_set_del_pmkid_cache(void *wmi_hdl, |
| 1688 | struct wmi_unified_pmk_cache *pmksa); |
| 1689 | |
| 1690 | #if defined(WLAN_FEATURE_FILS_SK) |
| 1691 | /* |
| 1692 | * wmi_unified_roam_send_hlp_cmd() -send HLP command info |
| 1693 | * @wmi_hdl: wma handle |
| 1694 | * @req_buf: Pointer to HLP params |
| 1695 | * |
| 1696 | * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure |
| 1697 | */ |
| 1698 | QDF_STATUS wmi_unified_roam_send_hlp_cmd(void *wmi_hdl, |
| 1699 | struct hlp_params *req_buf); |
| 1700 | #endif |
Kiran Kumar Lokere | e70e605 | 2017-04-24 00:56:03 -0700 | [diff] [blame] | 1701 | |
Rajeev Kumar Sirasanagandla | cddf6fe | 2016-11-22 21:28:54 +0530 | [diff] [blame] | 1702 | /** |
| 1703 | * wmi_unified_send_request_get_rcpi_cmd() - command to request rcpi value |
| 1704 | * @wmi_hdl: wma handle |
| 1705 | * @get_rcpi_param: rcpi params |
| 1706 | * |
| 1707 | * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure |
| 1708 | */ |
| 1709 | QDF_STATUS wmi_unified_send_request_get_rcpi_cmd(void *wmi_hdl, |
| 1710 | struct rcpi_req *get_rcpi_param); |
| 1711 | |
| 1712 | /** |
| 1713 | * wmi_extract_rcpi_response_event - api to extract RCPI event params |
| 1714 | * @wmi_handle: wma handle |
| 1715 | * @evt_buf: pointer to event buffer |
| 1716 | * @res: pointer to hold rcpi response from firmware |
| 1717 | * |
| 1718 | * Return: QDF_STATUS_SUCCESS for successful event parse |
| 1719 | * else QDF_STATUS_E_INVAL or QDF_STATUS_E_FAILURE |
| 1720 | */ |
| 1721 | QDF_STATUS wmi_extract_rcpi_response_event(void *wmi_hdl, void *evt_buf, |
| 1722 | struct rcpi_res *res); |
| 1723 | |
Dustin Brown | e58fbc7 | 2017-04-03 17:00:07 -0700 | [diff] [blame] | 1724 | #ifdef WMI_INTERFACE_EVENT_LOGGING |
| 1725 | void wmi_print_cmd_log(wmi_unified_t wmi, uint32_t count, |
| 1726 | qdf_abstract_print *print, void *print_priv); |
| 1727 | |
| 1728 | void wmi_print_cmd_tx_cmp_log(wmi_unified_t wmi, uint32_t count, |
| 1729 | qdf_abstract_print *print, void *print_priv); |
| 1730 | |
| 1731 | void wmi_print_mgmt_cmd_log(wmi_unified_t wmi, uint32_t count, |
| 1732 | qdf_abstract_print *print, void *print_priv); |
| 1733 | |
| 1734 | void wmi_print_mgmt_cmd_tx_cmp_log(wmi_unified_t wmi, uint32_t count, |
| 1735 | qdf_abstract_print *print, void *print_priv); |
| 1736 | |
| 1737 | void wmi_print_event_log(wmi_unified_t wmi, uint32_t count, |
| 1738 | qdf_abstract_print *print, void *print_priv); |
| 1739 | |
| 1740 | void wmi_print_rx_event_log(wmi_unified_t wmi, uint32_t count, |
| 1741 | qdf_abstract_print *print, void *print_priv); |
| 1742 | |
| 1743 | void wmi_print_mgmt_event_log(wmi_unified_t wmi, uint32_t count, |
| 1744 | qdf_abstract_print *print, void *print_priv); |
Kiran Kumar Lokere | e70e605 | 2017-04-24 00:56:03 -0700 | [diff] [blame] | 1745 | |
Dustin Brown | e58fbc7 | 2017-04-03 17:00:07 -0700 | [diff] [blame] | 1746 | #endif /* WMI_INTERFACE_EVENT_LOGGING */ |
| 1747 | |
Nitesh Shah | fb9e88b | 2017-05-22 15:49:00 +0530 | [diff] [blame] | 1748 | QDF_STATUS wmi_unified_send_dbs_scan_sel_params_cmd(void *wmi_hdl, |
| 1749 | struct wmi_dbs_scan_sel_params *wmi_param); |
Ganesh Kondabattini | 20b086b | 2017-07-10 11:54:11 +0530 | [diff] [blame] | 1750 | |
| 1751 | QDF_STATUS wmi_unified_send_limit_off_chan_cmd(void *wmi_hdl, |
| 1752 | struct wmi_limit_off_chan_param *wmi_param); |
Anurag Chouhan | c170542 | 2017-09-11 14:56:30 +0530 | [diff] [blame] | 1753 | QDF_STATUS wmi_unified_set_arp_stats_req(void *wmi_hdl, |
| 1754 | struct set_arp_stats *req_buf); |
| 1755 | QDF_STATUS wmi_unified_get_arp_stats_req(void *wmi_hdl, |
| 1756 | struct get_arp_stats *req_buf); |
Kiran Venkatappa | f9b1de3 | 2017-11-08 19:32:23 +0530 | [diff] [blame] | 1757 | |
| 1758 | /** |
| 1759 | * wmi_send_bcn_offload_control_cmd - send beacon ofload control cmd to fw |
| 1760 | * @wmi_hdl: wmi handle |
| 1761 | * @bcn_ctrl_param: pointer to bcn_offload_control param |
| 1762 | * |
| 1763 | * Return: QDF_STATUS_SUCCESS for success or error code |
| 1764 | */ |
| 1765 | QDF_STATUS wmi_send_bcn_offload_control_cmd(void *wmi_hdl, |
| 1766 | struct bcn_offload_control *bcn_ctrl_param); |
Rathees kumar Chinannan | aff64b0 | 2017-11-22 17:03:57 +0530 | [diff] [blame] | 1767 | /** |
| 1768 | * wmi_unified_send_wds_entry_list_cmd() - WMI function to get list of |
| 1769 | * wds entries from FW |
Arif Hussain | 2cfde1d | 2017-12-27 16:23:45 -0800 | [diff] [blame] | 1770 | * @wmi_hdl: wmi handle |
Rathees kumar Chinannan | aff64b0 | 2017-11-22 17:03:57 +0530 | [diff] [blame] | 1771 | * |
| 1772 | * Send WMI_PDEV_WDS_ENTRY_LIST_CMDID parameters to fw. |
| 1773 | * |
| 1774 | * Return: QDF_STATUS_SUCCESS on success, QDF_STATUS_E_** on error |
| 1775 | */ |
| 1776 | |
| 1777 | QDF_STATUS wmi_unified_send_dump_wds_table_cmd(void *wmi_hdl); |
| 1778 | |
| 1779 | /** |
| 1780 | * wmi_extract_wds_entry - api to extract wds entry |
Arif Hussain | 2cfde1d | 2017-12-27 16:23:45 -0800 | [diff] [blame] | 1781 | * @wmi_hdl: wmi handle |
Rathees kumar Chinannan | aff64b0 | 2017-11-22 17:03:57 +0530 | [diff] [blame] | 1782 | * @evt_buf: pointer to event buffer |
| 1783 | * @wds_entry: wds entry |
| 1784 | * @idx: index to point wds entry in event buffer |
| 1785 | * |
| 1786 | * Return: QDF_STATUS_SUCCESS for successful event parse |
| 1787 | * else QDF_STATUS_E_INVAL or QDF_STATUS_E_FAILURE |
| 1788 | */ |
| 1789 | |
| 1790 | QDF_STATUS wmi_extract_wds_entry(void *wmi_hdl, uint8_t *evt_buf, |
| 1791 | struct wdsentry *wds_entry, u_int32_t idx); |
Naveen Rawat | 79a787c | 2017-12-14 13:24:31 -0800 | [diff] [blame] | 1792 | |
| 1793 | #ifdef WLAN_FEATURE_NAN_CONVERGENCE |
| 1794 | /** |
| 1795 | * wmi_unified_ndp_initiator_req_cmd_send - api to send initiator request to FW |
| 1796 | * @wmi_hdl: wma handle |
| 1797 | * @req: pointer to request buffer |
| 1798 | * |
| 1799 | * Return: status of operation |
| 1800 | */ |
| 1801 | QDF_STATUS wmi_unified_ndp_initiator_req_cmd_send(void *wmi_hdl, |
| 1802 | struct nan_datapath_initiator_req *req); |
| 1803 | |
| 1804 | /** |
| 1805 | * wmi_unified_ndp_responder_req_cmd_send - api to send responder request to FW |
| 1806 | * @wmi_hdl: wma handle |
| 1807 | * @req: pointer to request buffer |
| 1808 | * |
| 1809 | * Return: status of operation |
| 1810 | */ |
| 1811 | QDF_STATUS wmi_unified_ndp_responder_req_cmd_send(void *wmi_hdl, |
| 1812 | struct nan_datapath_responder_req *req); |
| 1813 | |
| 1814 | /** |
| 1815 | * wmi_unified_ndp_end_req_cmd_send - api to send end request to FW |
| 1816 | * @wmi_hdl: wma handle |
| 1817 | * @req: pointer to request buffer |
| 1818 | * |
| 1819 | * Return: status of operation |
| 1820 | */ |
| 1821 | QDF_STATUS wmi_unified_ndp_end_req_cmd_send(void *wmi_hdl, |
| 1822 | struct nan_datapath_end_req *req); |
| 1823 | |
| 1824 | /** |
| 1825 | * wmi_extract_ndp_initiator_rsp - api to extract initiator rsp from even buffer |
| 1826 | * @wmi_hdl: wma handle |
| 1827 | * @data: event buffer |
| 1828 | * @rsp: buffer to populate |
| 1829 | * |
| 1830 | * Return: status of operation |
| 1831 | */ |
| 1832 | QDF_STATUS wmi_extract_ndp_initiator_rsp(wmi_unified_t wmi_handle, |
| 1833 | uint8_t *data, struct nan_datapath_initiator_rsp **rsp); |
| 1834 | |
| 1835 | /** |
| 1836 | * wmi_extract_ndp_ind - api to extract ndp indication struct from even buffer |
| 1837 | * @wmi_hdl: wma handle |
| 1838 | * @data: event buffer |
| 1839 | * @ind: buffer to populate |
| 1840 | * |
| 1841 | * Return: status of operation |
| 1842 | */ |
| 1843 | QDF_STATUS wmi_extract_ndp_ind(wmi_unified_t wmi_handle, uint8_t *data, |
| 1844 | struct nan_datapath_indication_event **ind); |
| 1845 | |
| 1846 | /** |
| 1847 | * wmi_extract_ndp_confirm - api to extract ndp confim struct from even buffer |
| 1848 | * @wmi_hdl: wma handle |
| 1849 | * @data: event buffer |
| 1850 | * @ev: buffer to populate |
| 1851 | * |
| 1852 | * Return: status of operation |
| 1853 | */ |
| 1854 | QDF_STATUS wmi_extract_ndp_confirm(wmi_unified_t wmi_handle, uint8_t *data, |
| 1855 | struct nan_datapath_confirm_event **ev); |
| 1856 | |
| 1857 | /** |
| 1858 | * wmi_extract_ndp_responder_rsp - api to extract responder rsp from even buffer |
| 1859 | * @wmi_hdl: wma handle |
| 1860 | * @data: event buffer |
| 1861 | * @rsp: buffer to populate |
| 1862 | * |
| 1863 | * Return: status of operation |
| 1864 | */ |
| 1865 | QDF_STATUS wmi_extract_ndp_responder_rsp(wmi_unified_t wmi_handle, |
| 1866 | uint8_t *data, struct nan_datapath_responder_rsp **rsp); |
| 1867 | |
| 1868 | /** |
| 1869 | * wmi_extract_ndp_end_rsp - api to extract ndp end rsp from even buffer |
| 1870 | * @wmi_hdl: wma handle |
| 1871 | * @data: event buffer |
| 1872 | * @rsp: buffer to populate |
| 1873 | * |
| 1874 | * Return: status of operation |
| 1875 | */ |
| 1876 | QDF_STATUS wmi_extract_ndp_end_rsp(wmi_unified_t wmi_handle, uint8_t *data, |
| 1877 | struct nan_datapath_end_rsp_event **rsp); |
| 1878 | |
| 1879 | /** |
| 1880 | * wmi_extract_ndp_end_ind - api to extract ndp end indication from even buffer |
| 1881 | * @wmi_hdl: wma handle |
| 1882 | * @data: event buffer |
| 1883 | * @ind: buffer to populate |
| 1884 | * |
| 1885 | * Return: status of operation |
| 1886 | */ |
| 1887 | QDF_STATUS wmi_extract_ndp_end_ind(wmi_unified_t wmi_handle, uint8_t *data, |
| 1888 | struct nan_datapath_end_indication_event **ind); |
| 1889 | |
| 1890 | #endif |
Subrat Mishra | 7c9427e | 2017-09-27 14:41:20 +0530 | [diff] [blame^] | 1891 | |
yeshwanth sriram guntuka | 230af89 | 2017-09-01 17:56:07 +0530 | [diff] [blame] | 1892 | /** |
| 1893 | * wmi_unified_send_btm_config() - Send BTM config to fw |
| 1894 | * @wmi_hdl: wmi handle |
| 1895 | * @params: pointer to wmi_btm_config |
| 1896 | * |
| 1897 | * Return: QDF_STATUS |
| 1898 | */ |
| 1899 | QDF_STATUS wmi_unified_send_btm_config(void *wmi_hdl, |
| 1900 | struct wmi_btm_config *params); |
Arif Hussain | 2cfde1d | 2017-12-27 16:23:45 -0800 | [diff] [blame] | 1901 | |
| 1902 | /** |
| 1903 | * wmi_unified_send_obss_detection_cfg_cmd() - WMI function to send obss |
| 1904 | * detection configuration to FW. |
| 1905 | * @wmi_hdl: wmi handle |
| 1906 | * @cfg: obss detection configuration |
| 1907 | * |
| 1908 | * Send WMI_SAP_OBSS_DETECTION_CFG_CMDID parameters to fw. |
| 1909 | * |
| 1910 | * Return: QDF_STATUS |
| 1911 | */ |
| 1912 | |
| 1913 | QDF_STATUS wmi_unified_send_obss_detection_cfg_cmd(void *wmi_hdl, |
| 1914 | struct wmi_obss_detection_cfg_param *cfg); |
Arif Hussain | f9f26b5 | 2018-01-12 13:15:04 -0800 | [diff] [blame] | 1915 | |
| 1916 | /** |
| 1917 | * wmi_unified_extract_obss_detection_info() - WMI function to extract obss |
| 1918 | * detection info from FW. |
| 1919 | * @wmi_hdl: wmi handle |
| 1920 | * @data: event data from firmware |
| 1921 | * @info: Pointer to hold obss detection info |
| 1922 | * |
| 1923 | * This function is used to extract obss info from firmware. |
| 1924 | * |
| 1925 | * Return: QDF_STATUS |
| 1926 | */ |
| 1927 | |
| 1928 | QDF_STATUS wmi_unified_extract_obss_detection_info(void *wmi_hdl, |
| 1929 | uint8_t *data, |
| 1930 | struct wmi_obss_detect_info |
| 1931 | *info); |
| 1932 | |
Subrat Mishra | 7c9427e | 2017-09-27 14:41:20 +0530 | [diff] [blame^] | 1933 | #ifdef WLAN_SUPPORT_FILS |
| 1934 | /** |
| 1935 | * wmi_unified_fils_vdev_config_send_cmd() - send FILS config cmd to fw |
| 1936 | * @wmi_hdl: wmi handle |
| 1937 | * @param: fils config params |
| 1938 | * |
| 1939 | * Return: QDF_STATUS_SUCCESS for success or error code |
| 1940 | */ |
| 1941 | QDF_STATUS |
| 1942 | wmi_unified_fils_vdev_config_send_cmd(void *wmi_hdl, |
| 1943 | struct config_fils_params *param); |
| 1944 | |
| 1945 | /** |
| 1946 | * wmi_extract_swfda_vdev_id() - api to extract vdev id |
| 1947 | * @wmi_hdl: wmi handle |
| 1948 | * @evt_buf: pointer to event buffer |
| 1949 | * @vdev_id: pointer to vdev id |
| 1950 | * |
| 1951 | * Return: QDF_STATUS_SUCCESS for success or error code |
| 1952 | */ |
| 1953 | QDF_STATUS wmi_extract_swfda_vdev_id(void *wmi_hdl, void *evt_buf, |
| 1954 | uint32_t *vdev_id); |
| 1955 | |
| 1956 | /** |
| 1957 | * wmi_unified_fils_discovery_send_cmd() - send FILS discovery cmd to fw |
| 1958 | * @wmi_hdl: wmi handle |
| 1959 | * @param: fils discovery params |
| 1960 | * |
| 1961 | * Return: QDF_STATUS_SUCCESS for success or error code |
| 1962 | */ |
| 1963 | QDF_STATUS wmi_unified_fils_discovery_send_cmd(void *wmi_hdl, |
| 1964 | struct fd_params *param); |
| 1965 | #endif /* WLAN_SUPPORT_FILS */ |
Govind Singh | d475ea9 | 2016-03-06 19:55:02 +0530 | [diff] [blame] | 1966 | #endif /* _WMI_UNIFIED_API_H_ */ |