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