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