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