wmi_unified_tlv.h 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  1. /*
  2. * Copyright (c) 2016 The Linux Foundation. All rights reserved.
  3. *
  4. * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  5. *
  6. *
  7. * Permission to use, copy, modify, and/or distribute this software for
  8. * any purpose with or without fee is hereby granted, provided that the
  9. * above copyright notice and this permission notice appear in all
  10. * copies.
  11. *
  12. * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
  13. * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
  14. * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
  15. * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  16. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  17. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  18. * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  19. * PERFORMANCE OF THIS SOFTWARE.
  20. */
  21. /*
  22. * This file was originally distributed by Qualcomm Atheros, Inc.
  23. * under proprietary terms before Copyright ownership was assigned
  24. * to the Linux Foundation.
  25. */
  26. #ifndef _WMI_UNIFIED_TLV_H_
  27. #define _WMI_UNIFIED_TLV_H_
  28. #include <osdep.h>
  29. #include "a_types.h"
  30. #include "wmi_unified_param.h"
  31. #include "ol_defines.h" /* Fix Me: wmi_unified_t structure definition */
  32. CDF_STATUS send_vdev_create_cmd_tlv(wmi_unified_t wmi_handle,
  33. uint8_t macaddr[IEEE80211_ADDR_LEN],
  34. struct vdev_create_params *param);
  35. CDF_STATUS send_vdev_delete_cmd_tlv(wmi_unified_t wmi_handle,
  36. uint8_t if_id);
  37. CDF_STATUS send_vdev_stop_cmd_tlv(wmi_unified_t wmi,
  38. uint8_t vdev_id);
  39. CDF_STATUS send_vdev_down_cmd_tlv(wmi_unified_t wmi,
  40. uint8_t vdev_id);
  41. CDF_STATUS send_peer_flush_tids_cmd_tlv(wmi_unified_t wmi,
  42. uint8_t peer_addr[IEEE80211_ADDR_LEN],
  43. struct peer_flush_params *param);
  44. CDF_STATUS send_peer_delete_cmd_tlv(wmi_unified_t wmi,
  45. uint8_t peer_addr[IEEE80211_ADDR_LEN],
  46. uint8_t vdev_id);
  47. CDF_STATUS send_peer_param_cmd_tlv(wmi_unified_t wmi,
  48. uint8_t peer_addr[IEEE80211_ADDR_LEN],
  49. struct peer_set_params *param);
  50. CDF_STATUS send_vdev_up_cmd_tlv(wmi_unified_t wmi,
  51. uint8_t bssid[IEEE80211_ADDR_LEN],
  52. struct vdev_up_params *params);
  53. CDF_STATUS send_peer_create_cmd_tlv(wmi_unified_t wmi,
  54. struct peer_create_params *param);
  55. CDF_STATUS send_green_ap_ps_cmd_tlv(wmi_unified_t wmi_handle,
  56. uint32_t value, uint8_t mac_id);
  57. CDF_STATUS
  58. send_pdev_utf_cmd_tlv(wmi_unified_t wmi_handle,
  59. struct pdev_utf_params *param,
  60. uint8_t mac_id);
  61. CDF_STATUS
  62. send_pdev_param_cmd_tlv(wmi_unified_t wmi_handle,
  63. struct pdev_params *param,
  64. uint8_t mac_id);
  65. CDF_STATUS send_suspend_cmd_tlv(wmi_unified_t wmi_handle,
  66. struct suspend_params *param,
  67. uint8_t mac_id);
  68. CDF_STATUS send_resume_cmd_tlv(wmi_unified_t wmi_handle,
  69. uint8_t mac_id);
  70. CDF_STATUS send_wow_enable_cmd_tlv(wmi_unified_t wmi_handle,
  71. struct wow_cmd_params *param,
  72. uint8_t mac_id);
  73. CDF_STATUS send_set_ap_ps_param_cmd_tlv(wmi_unified_t wmi_handle,
  74. uint8_t *peer_addr,
  75. struct ap_ps_params *param);
  76. CDF_STATUS send_set_sta_ps_param_cmd_tlv(wmi_unified_t wmi_handle,
  77. struct sta_ps_params *param);
  78. CDF_STATUS send_crash_inject_cmd_tlv(wmi_unified_t wmi_handle,
  79. struct crash_inject *param);
  80. CDF_STATUS
  81. send_dbglog_cmd_tlv(wmi_unified_t wmi_handle,
  82. struct dbglog_params *dbglog_param);
  83. CDF_STATUS send_vdev_set_param_cmd_tlv(wmi_unified_t wmi_handle,
  84. struct vdev_set_params *param);
  85. CDF_STATUS send_stats_request_cmd_tlv(wmi_unified_t wmi_handle,
  86. uint8_t macaddr[IEEE80211_ADDR_LEN],
  87. struct stats_request_params *param);
  88. CDF_STATUS send_packet_log_enable_cmd_tlv(wmi_unified_t wmi_handle,
  89. uint8_t macaddr[IEEE80211_ADDR_LEN],
  90. struct packet_enable_params *param);
  91. CDF_STATUS send_beacon_send_cmd_tlv(wmi_unified_t wmi_handle,
  92. struct beacon_params *param);
  93. CDF_STATUS send_peer_assoc_cmd_tlv(wmi_unified_t wmi_handle,
  94. struct peer_assoc_params *param);
  95. CDF_STATUS send_scan_start_cmd_tlv(wmi_unified_t wmi_handle,
  96. struct scan_start_params *param);
  97. CDF_STATUS send_scan_stop_cmd_tlv(wmi_unified_t wmi_handle,
  98. struct scan_stop_params *param);
  99. CDF_STATUS send_scan_chan_list_cmd_tlv(wmi_unified_t wmi_handle,
  100. struct scan_chan_list_params *param);
  101. CDF_STATUS send_mgmt_cmd_tlv(wmi_unified_t wmi_handle,
  102. struct wmi_mgmt_params *param);
  103. CDF_STATUS send_modem_power_state_cmd_tlv(wmi_unified_t wmi_handle,
  104. uint32_t param_value);
  105. CDF_STATUS send_set_sta_ps_mode_cmd_tlv(wmi_unified_t wmi_handle,
  106. uint32_t vdev_id, uint8_t val);
  107. CDF_STATUS send_set_sta_uapsd_auto_trig_cmd_tlv(wmi_unified_t wmi_handle,
  108. struct sta_uapsd_trig_params *param);
  109. CDF_STATUS send_get_temperature_cmd_tlv(wmi_unified_t wmi_handle);
  110. CDF_STATUS send_set_p2pgo_oppps_req_cmd_tlv(wmi_unified_t wmi_handle,
  111. struct p2p_ps_params *oppps);
  112. CDF_STATUS send_set_p2pgo_noa_req_cmd_tlv(wmi_unified_t wmi_handle,
  113. struct p2p_ps_params *noa);
  114. CDF_STATUS send_set_smps_params_cmd_tlv(wmi_unified_t wmi_handle,
  115. uint8_t vdev_id,
  116. int value);
  117. CDF_STATUS send_set_mimops_cmd_tlv(wmi_unified_t wmi_handle,
  118. uint8_t vdev_id, int value);
  119. CDF_STATUS send_ocb_set_utc_time_cmd_tlv(wmi_unified_t wmi_handle,
  120. struct ocb_utc_param *utc);
  121. CDF_STATUS send_ocb_start_timing_advert_cmd_tlv(wmi_unified_t wmi_handle,
  122. struct ocb_timing_advert_param *timing_advert);
  123. CDF_STATUS send_ocb_stop_timing_advert_cmd_tlv(wmi_unified_t wmi_handle,
  124. struct ocb_timing_advert_param *timing_advert);
  125. CDF_STATUS send_ocb_get_tsf_timer_cmd_tlv(wmi_unified_t wmi_handle,
  126. uint8_t vdev_id);
  127. CDF_STATUS send_dcc_get_stats_cmd_tlv(wmi_unified_t wmi_handle,
  128. struct dcc_get_stats_param *get_stats_param);
  129. CDF_STATUS send_dcc_clear_stats_cmd_tlv(wmi_unified_t wmi_handle,
  130. uint32_t vdev_id, uint32_t dcc_stats_bitmap);
  131. CDF_STATUS send_dcc_update_ndl_cmd_tlv(wmi_unified_t wmi_handle,
  132. struct dcc_update_ndl_param *update_ndl_param);
  133. CDF_STATUS send_ocb_set_config_cmd_tlv(wmi_unified_t wmi_handle,
  134. struct ocb_config_param *config, uint32_t *ch_mhz);
  135. CDF_STATUS send_lro_config_cmd_tlv(wmi_unified_t wmi_handle,
  136. struct wmi_lro_config_cmd_t *wmi_lro_cmd);
  137. CDF_STATUS send_set_thermal_mgmt_cmd_tlv(wmi_unified_t wmi_handle,
  138. struct thermal_cmd_params *thermal_info);
  139. CDF_STATUS send_set_mcc_channel_time_quota_cmd_tlv
  140. (wmi_unified_t wmi_handle,
  141. uint32_t adapter_1_chan_freq,
  142. uint32_t adapter_1_quota, uint32_t adapter_2_chan_freq);
  143. CDF_STATUS send_set_mcc_channel_time_latency_cmd_tlv
  144. (wmi_unified_t wmi_handle,
  145. uint32_t mcc_channel_freq, uint32_t mcc_channel_time_latency);
  146. CDF_STATUS send_set_enable_disable_mcc_adaptive_scheduler_cmd_tlv(
  147. wmi_unified_t wmi_handle, uint32_t mcc_adaptive_scheduler);
  148. CDF_STATUS send_p2p_go_set_beacon_ie_cmd_tlv(wmi_unified_t wmi_handle,
  149. A_UINT32 vdev_id, uint8_t *p2p_ie);
  150. CDF_STATUS send_probe_rsp_tmpl_send_cmd_tlv(wmi_unified_t wmi_handle,
  151. uint8_t vdev_id,
  152. struct wmi_probe_resp_params *probe_rsp_info,
  153. uint8_t *frm);
  154. CDF_STATUS send_process_update_edca_param_cmd_tlv(wmi_unified_t wmi_handle,
  155. uint8_t vdev_id,
  156. wmi_wmm_vparams gwmm_param[WMI_MAX_NUM_AC]);
  157. CDF_STATUS send_vdev_set_gtx_cfg_cmd_tlv(wmi_unified_t wmi_handle,
  158. uint32_t if_id,
  159. struct wmi_gtx_config *gtx_info);
  160. CDF_STATUS send_set_sta_keep_alive_cmd_tlv(wmi_unified_t wmi_handle,
  161. struct sta_params *params);
  162. CDF_STATUS send_set_sta_sa_query_param_cmd_tlv(wmi_unified_t wmi_handle,
  163. uint8_t vdev_id, uint32_t max_retries,
  164. uint32_t retry_interval);
  165. CDF_STATUS send_bcn_buf_ll_cmd_tlv(wmi_unified_t wmi_handle,
  166. wmi_bcn_send_from_host_cmd_fixed_param *param);
  167. CDF_STATUS send_set_gateway_params_cmd_tlv(wmi_unified_t wmi_handle,
  168. struct gateway_update_req_param *req);
  169. CDF_STATUS send_set_rssi_monitoring_cmd_tlv(wmi_unified_t wmi_handle,
  170. struct rssi_monitor_param *req);
  171. CDF_STATUS send_ipa_offload_control_cmd_tlv(wmi_unified_t wmi_handle,
  172. struct ipa_offload_control_params *ipa_offload);
  173. CDF_STATUS send_scan_probe_setoui_cmd_tlv(wmi_unified_t wmi_handle,
  174. struct scan_mac_oui *psetoui);
  175. CDF_STATUS send_reset_passpoint_network_list_cmd_tlv(wmi_unified_t wmi_handle,
  176. struct wifi_passpoint_req_param *req);
  177. CDF_STATUS send_set_passpoint_network_list_cmd_tlv(wmi_unified_t wmi_handle,
  178. struct wifi_passpoint_req_param *req);
  179. CDF_STATUS send_set_ric_req_cmd_tlv(wmi_unified_t wmi_handle, void *msg,
  180. uint8_t is_add_ts);
  181. CDF_STATUS send_set_epno_network_list_cmd_tlv(wmi_unified_t wmi_handle,
  182. struct wifi_enhanched_pno_params *req);
  183. CDF_STATUS send_extscan_get_capabilities_cmd_tlv(wmi_unified_t wmi_handle,
  184. struct extscan_capabilities_params *pgetcapab);
  185. CDF_STATUS send_extscan_get_cached_results_cmd_tlv(wmi_unified_t wmi_handle,
  186. struct extscan_cached_result_params *pcached_results);
  187. CDF_STATUS send_extscan_stop_change_monitor_cmd_tlv(wmi_unified_t wmi_handle,
  188. struct extscan_capabilities_reset_params *reset_req);
  189. CDF_STATUS send_extscan_start_change_monitor_cmd_tlv(wmi_unified_t wmi_handle,
  190. struct extscan_set_sig_changereq_params *
  191. psigchange);
  192. CDF_STATUS send_extscan_stop_hotlist_monitor_cmd_tlv(wmi_unified_t wmi_handle,
  193. struct extscan_bssid_hotlist_reset_params *photlist_reset);
  194. CDF_STATUS send_stop_extscan_cmd_tlv(wmi_unified_t wmi_handle,
  195. struct extscan_stop_req_params *pstopcmd);
  196. CDF_STATUS send_start_extscan_cmd_tlv(wmi_unified_t wmi_handle,
  197. struct wifi_scan_cmd_req_params *pstart);
  198. CDF_STATUS send_plm_stop_cmd_tlv(wmi_unified_t wmi_handle,
  199. const struct plm_req_params *plm);
  200. CDF_STATUS send_plm_start_cmd_tlv(wmi_unified_t wmi_handle,
  201. const struct plm_req_params *plm,
  202. uint32_t *gchannel_list);
  203. CDF_STATUS send_pno_stop_cmd_tlv(wmi_unified_t wmi_handle, uint8_t vdev_id);
  204. CDF_STATUS send_pno_start_cmd_tlv(wmi_unified_t wmi_handle,
  205. struct pno_scan_req_params *pno,
  206. uint32_t *gchannel_freq_list);
  207. CDF_STATUS send_process_ll_stats_clear_cmd_tlv
  208. (wmi_unified_t wmi_handle,
  209. const struct ll_stats_clear_params *clear_req,
  210. uint8_t addr[IEEE80211_ADDR_LEN]);
  211. CDF_STATUS send_process_ll_stats_set_cmd_tlv
  212. (wmi_unified_t wmi_handle, const struct ll_stats_set_params *set_req);
  213. CDF_STATUS send_process_ll_stats_get_cmd_tlv
  214. (wmi_unified_t wmi_handle, const struct ll_stats_get_params *get_req,
  215. uint8_t addr[IEEE80211_ADDR_LEN]);
  216. CDF_STATUS send_get_stats_cmd_tlv(wmi_unified_t wmi_handle,
  217. struct pe_stats_req *get_stats_param,
  218. uint8_t addr[IEEE80211_ADDR_LEN]);
  219. CDF_STATUS send_snr_request_cmd_tlv(wmi_unified_t wmi_handle);
  220. CDF_STATUS send_snr_cmd_tlv(wmi_unified_t wmi_handle, uint8_t vdev_id);
  221. CDF_STATUS send_link_status_req_cmd_tlv(wmi_unified_t wmi_handle,
  222. struct link_status_params *link_status);
  223. CDF_STATUS send_lphb_config_hbenable_cmd_tlv(wmi_unified_t wmi_handle,
  224. wmi_hb_set_enable_cmd_fixed_param *params);
  225. CDF_STATUS send_lphb_config_tcp_params_cmd_tlv(wmi_unified_t wmi_handle,
  226. wmi_hb_set_tcp_params_cmd_fixed_param *lphb_conf_req);
  227. CDF_STATUS send_lphb_config_tcp_pkt_filter_cmd_tlv(wmi_unified_t wmi_handle,
  228. wmi_hb_set_tcp_pkt_filter_cmd_fixed_param *g_hb_tcp_filter_fp);
  229. CDF_STATUS send_lphb_config_udp_params_cmd_tlv(wmi_unified_t wmi_handle,
  230. wmi_hb_set_udp_params_cmd_fixed_param *lphb_conf_req);
  231. CDF_STATUS send_lphb_config_udp_pkt_filter_cmd_tlv(wmi_unified_t wmi_handle,
  232. wmi_hb_set_udp_pkt_filter_cmd_fixed_param *lphb_conf_req);
  233. CDF_STATUS send_process_dhcp_ind_cmd_tlv(wmi_unified_t wmi_handle,
  234. wmi_peer_set_param_cmd_fixed_param *ta_dhcp_ind);
  235. CDF_STATUS send_get_link_speed_cmd_tlv(wmi_unified_t wmi_handle,
  236. wmi_mac_addr peer_macaddr);
  237. CDF_STATUS send_egap_conf_params_cmd_tlv(wmi_unified_t wmi_handle,
  238. wmi_ap_ps_egap_param_cmd_fixed_param *egap_params);
  239. CDF_STATUS send_fw_profiling_cmd_tlv(wmi_unified_t wmi_handle,
  240. uint32_t cmd, uint32_t value1, uint32_t value2);
  241. CDF_STATUS send_wow_sta_ra_filter_cmd_tlv(wmi_unified_t wmi_handle,
  242. uint8_t vdev_id, uint8_t default_pattern,
  243. uint16_t rate_limit_interval);
  244. CDF_STATUS send_nat_keepalive_en_cmd_tlv(wmi_unified_t wmi_handle, uint8_t vdev_id);
  245. CDF_STATUS send_csa_offload_enable_cmd_tlv(wmi_unified_t wmi_handle,
  246. uint8_t vdev_id);
  247. CDF_STATUS send_start_oem_data_cmd_tlv(wmi_unified_t wmi_handle,
  248. uint8_t data_len,
  249. uint8_t *data);
  250. CDF_STATUS
  251. send_dfs_phyerr_filter_offload_en_cmd_tlv(wmi_unified_t wmi_handle,
  252. bool dfs_phyerr_filter_offload);
  253. CDF_STATUS send_pktlog_wmi_send_cmd_tlv(wmi_unified_t wmi_handle,
  254. WMI_PKTLOG_EVENT pktlog_event,
  255. WMI_CMD_ID cmd_id);
  256. CDF_STATUS send_add_wow_wakeup_event_cmd_tlv(wmi_unified_t wmi_handle,
  257. uint32_t vdev_id,
  258. uint32_t bitmap,
  259. bool enable);
  260. CDF_STATUS send_wow_patterns_to_fw_cmd_tlv(wmi_unified_t wmi_handle,
  261. uint8_t vdev_id, uint8_t ptrn_id,
  262. const uint8_t *ptrn, uint8_t ptrn_len,
  263. uint8_t ptrn_offset, const uint8_t *mask,
  264. uint8_t mask_len, bool user,
  265. uint8_t default_patterns);
  266. CDF_STATUS send_wow_delete_pattern_cmd_tlv(wmi_unified_t wmi_handle, uint8_t ptrn_id,
  267. uint8_t vdev_id);
  268. CDF_STATUS send_host_wakeup_ind_to_fw_cmd_tlv(wmi_unified_t wmi_handle);
  269. CDF_STATUS send_del_ts_cmd_tlv(wmi_unified_t wmi_handle, uint8_t vdev_id,
  270. uint8_t ac);
  271. CDF_STATUS send_aggr_qos_cmd_tlv(wmi_unified_t wmi_handle,
  272. struct aggr_add_ts_param *aggr_qos_rsp_msg);
  273. CDF_STATUS send_add_ts_cmd_tlv(wmi_unified_t wmi_handle,
  274. struct add_ts_param *msg);
  275. CDF_STATUS send_enable_disable_packet_filter_cmd_tlv(wmi_unified_t wmi_handle,
  276. uint8_t vdev_id, bool enable);
  277. CDF_STATUS send_config_packet_filter_cmd_tlv(wmi_unified_t wmi_handle,
  278. uint8_t vdev_id, struct rcv_pkt_filter_config *rcv_filter_param,
  279. uint8_t filter_id, bool enable);
  280. CDF_STATUS send_add_clear_mcbc_filter_cmd_tlv(wmi_unified_t wmi_handle,
  281. uint8_t vdev_id,
  282. struct cdf_mac_addr multicast_addr,
  283. bool clearList);
  284. CDF_STATUS send_gtk_offload_cmd_tlv(wmi_unified_t wmi_handle, uint8_t vdev_id,
  285. struct gtk_offload_params *params,
  286. bool enable_offload,
  287. uint32_t gtk_offload_opcode);
  288. CDF_STATUS send_process_gtk_offload_getinfo_cmd_tlv(wmi_unified_t wmi_handle,
  289. uint8_t vdev_id,
  290. uint64_t offload_req_opcode);
  291. CDF_STATUS send_process_add_periodic_tx_ptrn_cmd_tlv(wmi_unified_t wmi_handle,
  292. struct periodic_tx_pattern *
  293. pAddPeriodicTxPtrnParams,
  294. uint8_t vdev_id);
  295. CDF_STATUS send_process_del_periodic_tx_ptrn_cmd_tlv(wmi_unified_t wmi_handle,
  296. uint8_t vdev_id,
  297. uint8_t pattern_id);
  298. CDF_STATUS send_stats_ext_req_cmd_tlv(wmi_unified_t wmi_handle,
  299. struct stats_ext_params *preq);
  300. CDF_STATUS send_enable_ext_wow_cmd_tlv(wmi_unified_t wmi_handle,
  301. struct ext_wow_params *params);
  302. CDF_STATUS send_set_app_type2_params_in_fw_cmd_tlv(wmi_unified_t wmi_handle,
  303. struct app_type2_params *appType2Params);
  304. CDF_STATUS send_set_auto_shutdown_timer_cmd_tlv(wmi_unified_t wmi_handle,
  305. uint32_t timer_val);
  306. CDF_STATUS send_nan_req_cmd_tlv(wmi_unified_t wmi_handle,
  307. struct nan_req_params *nan_req);
  308. CDF_STATUS send_process_dhcpserver_offload_cmd_tlv(wmi_unified_t wmi_handle,
  309. struct dhcp_offload_info_params *pDhcpSrvOffloadInfo);
  310. CDF_STATUS send_process_ch_avoid_update_cmd_tlv(wmi_unified_t wmi_handle);
  311. CDF_STATUS send_regdomain_info_to_fw_cmd_tlv(wmi_unified_t wmi_handle,
  312. uint32_t reg_dmn, uint16_t regdmn2G,
  313. uint16_t regdmn5G, int8_t ctl2G,
  314. int8_t ctl5G);
  315. CDF_STATUS send_set_tdls_offchan_mode_cmd_tlv(wmi_unified_t wmi_handle,
  316. struct tdls_channel_switch_params *chan_switch_params);
  317. CDF_STATUS send_update_fw_tdls_state_cmd_tlv(wmi_unified_t wmi_handle,
  318. void *tdls_param, uint8_t tdls_state);
  319. CDF_STATUS send_update_tdls_peer_state_cmd_tlv(wmi_unified_t wmi_handle,
  320. struct tdls_peer_state_params *peerStateParams,
  321. uint32_t *ch_mhz);
  322. CDF_STATUS send_process_fw_mem_dump_cmd_tlv(wmi_unified_t wmi_handle,
  323. struct fw_dump_req_param *mem_dump_req);
  324. CDF_STATUS send_process_set_ie_info_cmd_tlv(wmi_unified_t wmi_handle,
  325. struct vdev_ie_info_param *ie_info);
  326. CDF_STATUS send_init_cmd_tlv(wmi_unified_t wmi_handle,
  327. wmi_resource_config *res_cfg,
  328. uint8_t num_mem_chunks, struct wmi_host_mem_chunk *mem_chunk,
  329. bool action);
  330. CDF_STATUS send_saved_init_cmd_tlv(wmi_unified_t wmi_handle);
  331. CDF_STATUS save_fw_version_cmd_tlv(wmi_unified_t wmi_handle, void *evt_buf);