wmi_unified_api.h 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695
  1. /*
  2. * Copyright (c) 2013-2017 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. /*
  27. * This file contains the API definitions for the Unified Wireless Module
  28. * Interface (WMI).
  29. */
  30. #ifndef _WMI_UNIFIED_API_H_
  31. #define _WMI_UNIFIED_API_H_
  32. #include <osdep.h>
  33. #ifdef CONFIG_MCL
  34. #include "wmi.h"
  35. #endif
  36. #include "htc_api.h"
  37. #include "wmi_unified_param.h"
  38. #include "wlan_objmgr_psoc_obj.h"
  39. #include "wlan_mgmt_txrx_utils_api.h"
  40. #ifdef WLAN_PMO_ENABLE
  41. #include "wmi_unified_pmo_api.h"
  42. #endif
  43. #ifdef CONVERGED_P2P_ENABLE
  44. #include "wlan_p2p_public_struct.h"
  45. #endif
  46. #include "wlan_scan_public_structs.h"
  47. typedef qdf_nbuf_t wmi_buf_t;
  48. #define wmi_buf_data(_buf) qdf_nbuf_data(_buf)
  49. #define WMI_LOGD(args ...) \
  50. QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_DEBUG, ## args)
  51. #define WMI_LOGI(args ...) \
  52. QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_INFO, ## args)
  53. #define WMI_LOGW(args ...) \
  54. QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_WARN, ## args)
  55. #define WMI_LOGE(args ...) \
  56. QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_ERROR, ## args)
  57. #define WMI_LOGP(args ...) \
  58. QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_FATAL, ## args)
  59. #define WMI_DEBUG_ALWAYS
  60. #ifdef WMI_DEBUG_ALWAYS
  61. #define WMI_LOGA(args ...) \
  62. QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_FATAL, ## args)
  63. #else
  64. #define WMI_LOGA(args ...)
  65. #endif
  66. struct wmi_soc;
  67. /**
  68. * struct wmi_ops - service callbacks to upper layer
  69. * @service_ready_cbk: service ready callback
  70. * @service_ready_ext_cbk: service ready ext callback
  71. * @ready_cbk: ready calback
  72. * @wma_process_fw_event_handler_cbk: generic event handler callback
  73. */
  74. struct wmi_rx_ops {
  75. int (*wma_process_fw_event_handler_cbk)(void *ctx,
  76. void *ev, uint8_t rx_ctx);
  77. };
  78. /**
  79. * enum wmi_target_type - type of supported wmi command
  80. * @WMI_TLV_TARGET: tlv based target
  81. * @WMI_NON_TLV_TARGET: non-tlv based target
  82. *
  83. */
  84. enum wmi_target_type {
  85. WMI_TLV_TARGET,
  86. WMI_NON_TLV_TARGET
  87. };
  88. /**
  89. * enum wmi_rx_exec_ctx - wmi rx execution context
  90. * @WMI_RX_WORK_CTX: work queue context execution provided by WMI layer
  91. * @WMI_RX_UMAC_CTX: execution context provided by umac layer
  92. *
  93. */
  94. enum wmi_rx_exec_ctx {
  95. WMI_RX_WORK_CTX,
  96. WMI_RX_UMAC_CTX
  97. };
  98. /**
  99. * attach for unified WMI
  100. *
  101. * @param scn_handle : handle to SCN.
  102. * @param target_type : type of supported wmi command
  103. * @param use_cookie : flag to indicate cookie based allocation
  104. * @param ops : handle to wmi ops
  105. * @psoc : objmgr psoc
  106. * @return opaque handle.
  107. */
  108. void *wmi_unified_attach(void *scn_handle,
  109. osdev_t osdev, enum wmi_target_type target_type,
  110. bool use_cookie, struct wmi_rx_ops *ops,
  111. struct wlan_objmgr_psoc *psoc);
  112. /**
  113. * wmi_mgmt_cmd_record() - Wrapper function for mgmt command logging macro
  114. *
  115. * @wmi_handle: wmi handle
  116. * @cmd: mgmt command
  117. * @header: pointer to 802.11 header
  118. * @vdev_id: vdev id
  119. * @chanfreq: channel frequency
  120. *
  121. * Return: none
  122. */
  123. void wmi_mgmt_cmd_record(wmi_unified_t wmi_handle, uint32_t cmd,
  124. void *header, uint32_t vdev_id, uint32_t chanfreq);
  125. /**
  126. * detach for unified WMI
  127. *
  128. * @param wmi_handle : handle to WMI.
  129. * @return void.
  130. */
  131. void wmi_unified_detach(struct wmi_unified *wmi_handle);
  132. void
  133. wmi_unified_remove_work(struct wmi_unified *wmi_handle);
  134. /**
  135. * generic function to allocate WMI buffer
  136. *
  137. * @param wmi_handle : handle to WMI.
  138. * @param len : length of the buffer
  139. * @return wmi_buf_t.
  140. */
  141. #ifdef MEMORY_DEBUG
  142. #define wmi_buf_alloc(h, l) wmi_buf_alloc_debug(h, l, __FILE__, __LINE__)
  143. wmi_buf_t
  144. wmi_buf_alloc_debug(wmi_unified_t wmi_handle, uint16_t len,
  145. uint8_t *file_name, uint32_t line_num);
  146. #else
  147. wmi_buf_t wmi_buf_alloc(wmi_unified_t wmi_handle, uint16_t len);
  148. #endif
  149. /**
  150. * generic function frees WMI net buffer
  151. *
  152. * @param net_buf : Pointer ot net_buf to be freed
  153. */
  154. void wmi_buf_free(wmi_buf_t net_buf);
  155. /**
  156. * generic function to send unified WMI command
  157. *
  158. * @param wmi_handle : handle to WMI.
  159. * @param buf : wmi command buffer
  160. * @param buflen : wmi command buffer length
  161. * @param cmd_id : WMI cmd id
  162. * @return 0 on success and -ve on failure.
  163. */
  164. QDF_STATUS
  165. wmi_unified_cmd_send(wmi_unified_t wmi_handle, wmi_buf_t buf, uint32_t buflen,
  166. uint32_t cmd_id);
  167. /**
  168. * wmi_unified_register_event() - WMI event handler
  169. * registration function for converged components
  170. *
  171. * @wmi_handle: handle to WMI.
  172. * @event_id: WMI event ID
  173. * @handler_func: Event handler call back function
  174. *
  175. * @return 0 on success and -ve on failure.
  176. */
  177. int
  178. wmi_unified_register_event(wmi_unified_t wmi_handle,
  179. uint32_t event_id,
  180. wmi_unified_event_handler handler_func);
  181. /**
  182. * wmi_unified_register_event_handler() - WMI event handler
  183. * registration function
  184. *
  185. * @wmi_handle: handle to WMI.
  186. * @event_id: WMI event ID
  187. * @handler_func: Event handler call back function
  188. * @rx_ctx: rx event processing context
  189. *
  190. * @return 0 on success and -ve on failure.
  191. */
  192. int
  193. wmi_unified_register_event_handler(wmi_unified_t wmi_handle,
  194. wmi_conv_event_id event_id,
  195. wmi_unified_event_handler handler_func,
  196. uint8_t rx_ctx);
  197. /**
  198. * WMI event handler unregister function for converged componets
  199. *
  200. * @param wmi_handle : handle to WMI.
  201. * @param event_id : WMI event ID
  202. * @return 0 on success and -ve on failure.
  203. */
  204. int
  205. wmi_unified_unregister_event(wmi_unified_t wmi_handle,
  206. uint32_t event_id);
  207. /**
  208. * WMI event handler unregister function
  209. *
  210. * @param wmi_handle : handle to WMI.
  211. * @param event_id : WMI event ID
  212. * @return 0 on success and -ve on failure.
  213. */
  214. int
  215. wmi_unified_unregister_event_handler(wmi_unified_t wmi_handle,
  216. wmi_conv_event_id event_id);
  217. /**
  218. * request wmi to connet its htc service.
  219. * @param wmi_handle : handle to WMI.
  220. * @param htc_handle : handle to HTC.
  221. * @return void
  222. */
  223. QDF_STATUS
  224. wmi_unified_connect_htc_service(struct wmi_unified *wmi_handle,
  225. void *htc_handle);
  226. /*
  227. * WMI API to verify the host has enough credits to suspend
  228. * @param wmi_handle : handle to WMI.
  229. */
  230. int wmi_is_suspend_ready(wmi_unified_t wmi_handle);
  231. /**
  232. * WMI API to get updated host_credits
  233. * @param wmi_handle : handle to WMI.
  234. */
  235. int wmi_get_host_credits(wmi_unified_t wmi_handle);
  236. /**
  237. * WMI API to get WMI Pending Commands in the HTC queue
  238. * @param wmi_handle : handle to WMI.
  239. */
  240. int wmi_get_pending_cmds(wmi_unified_t wmi_handle);
  241. /**
  242. * WMI API to set target suspend state
  243. * @param wmi_handle : handle to WMI.
  244. * @param val : suspend state boolean
  245. */
  246. void wmi_set_target_suspend(wmi_unified_t wmi_handle, bool val);
  247. /**
  248. * WMI API to set bus suspend state
  249. * @param wmi_handle: handle to WMI.
  250. * @param val: suspend state boolean
  251. */
  252. void wmi_set_is_wow_bus_suspended(wmi_unified_t wmi_handle, A_BOOL val);
  253. /**
  254. * WMI API to set crash injection state
  255. * @param wmi_handle: handle to WMI.
  256. * @param val: crash injection state boolean
  257. */
  258. void wmi_tag_crash_inject(wmi_unified_t wmi_handle, A_BOOL flag);
  259. /**
  260. * WMI API to set target assert
  261. * @param wmi_handle: handle to WMI.
  262. * @param val: target assert config value.
  263. *
  264. * Return: none.
  265. */
  266. void wmi_set_tgt_assert(wmi_unified_t wmi_handle, bool val);
  267. /**
  268. * generic function to block unified WMI command
  269. * @param wmi_handle : handle to WMI.
  270. * @return 0 on success and -ve on failure.
  271. */
  272. int
  273. wmi_stop(wmi_unified_t wmi_handle);
  274. /**
  275. * API to flush all the previous packets associated with the wmi endpoint
  276. *
  277. * @param wmi_handle : handle to WMI.
  278. */
  279. void
  280. wmi_flush_endpoint(wmi_unified_t wmi_handle);
  281. /**
  282. * wmi_pdev_id_conversion_enable() - API to enable pdev_id conversion in WMI
  283. * By default pdev_id conversion is not done in WMI.
  284. * This API can be used enable conversion in WMI.
  285. * @param wmi_handle : handle to WMI
  286. * Return none
  287. */
  288. void wmi_pdev_id_conversion_enable(wmi_unified_t wmi_handle);
  289. /**
  290. * API to handle wmi rx event after UMAC has taken care of execution
  291. * context
  292. *
  293. * @param wmi_handle : handle to WMI.
  294. * @param evt_buf : wmi event buffer
  295. */
  296. void __wmi_control_rx(struct wmi_unified *wmi_handle, wmi_buf_t evt_buf);
  297. #ifdef FEATURE_RUNTIME_PM
  298. void
  299. wmi_set_runtime_pm_inprogress(wmi_unified_t wmi_handle, bool val);
  300. bool wmi_get_runtime_pm_inprogress(wmi_unified_t wmi_handle);
  301. #else
  302. static inline void
  303. wmi_set_runtime_pm_inprogress(wmi_unified_t wmi_handle, bool val)
  304. {
  305. return;
  306. }
  307. static inline bool wmi_get_runtime_pm_inprogress(wmi_unified_t wmi_handle)
  308. {
  309. return false;
  310. }
  311. #endif
  312. void *wmi_unified_get_soc_handle(struct wmi_unified *wmi_handle);
  313. void *wmi_unified_get_pdev_handle(struct wmi_soc *soc, uint32_t pdev_idx);
  314. /**
  315. * UMAC Callback to process fw event.
  316. * @param wmi_handle : handle to WMI.
  317. * @param evt_buf : wmi event buffer
  318. */
  319. void wmi_process_fw_event(struct wmi_unified *wmi_handle, wmi_buf_t evt_buf);
  320. uint16_t wmi_get_max_msg_len(wmi_unified_t wmi_handle);
  321. QDF_STATUS wmi_unified_vdev_create_send(void *wmi_hdl,
  322. uint8_t macaddr[IEEE80211_ADDR_LEN],
  323. struct vdev_create_params *param);
  324. QDF_STATUS wmi_unified_vdev_delete_send(void *wmi_hdl,
  325. uint8_t if_id);
  326. QDF_STATUS wmi_unified_vdev_restart_send(void *wmi_hdl,
  327. uint8_t macaddr[IEEE80211_ADDR_LEN],
  328. struct vdev_start_params *param);
  329. QDF_STATUS wmi_unified_vdev_stop_send(void *wmi_hdl,
  330. uint8_t vdev_id);
  331. QDF_STATUS wmi_unified_vdev_up_send(void *wmi_hdl,
  332. uint8_t bssid[IEEE80211_ADDR_LEN],
  333. struct vdev_up_params *params);
  334. QDF_STATUS wmi_unified_vdev_down_send(void *wmi_hdl,
  335. uint8_t vdev_id);
  336. QDF_STATUS wmi_unified_vdev_start_send(void *wmi_hdl,
  337. struct vdev_start_params *req);
  338. QDF_STATUS wmi_unified_hidden_ssid_vdev_restart_send(void *wmi_hdl,
  339. struct hidden_ssid_vdev_restart_params *restart_params);
  340. QDF_STATUS wmi_unified_vdev_set_param_send(void *wmi_hdl,
  341. struct vdev_set_params *param);
  342. QDF_STATUS wmi_unified_peer_delete_send(void *wmi_hdl,
  343. uint8_t
  344. peer_addr[IEEE80211_ADDR_LEN],
  345. uint8_t vdev_id);
  346. QDF_STATUS wmi_unified_peer_flush_tids_send(void *wmi_hdl,
  347. uint8_t peer_addr[IEEE80211_ADDR_LEN],
  348. struct peer_flush_params *param);
  349. QDF_STATUS wmi_set_peer_param_send(void *wmi_hdl,
  350. uint8_t peer_addr[IEEE80211_ADDR_LEN],
  351. struct peer_set_params *param);
  352. QDF_STATUS wmi_unified_peer_create_send(void *wmi_hdl,
  353. struct peer_create_params *param);
  354. QDF_STATUS wmi_unified_stats_request_send(void *wmi_hdl,
  355. uint8_t macaddr[IEEE80211_ADDR_LEN],
  356. struct stats_request_params *param);
  357. QDF_STATUS wmi_unified_green_ap_ps_send(void *wmi_hdl,
  358. uint32_t value, uint8_t mac_id);
  359. #ifdef FEATURE_WLAN_D0WOW
  360. QDF_STATUS wmi_unified_d0wow_enable_send(void *wmi_hdl,
  361. uint8_t mac_id);
  362. QDF_STATUS wmi_unified_d0wow_disable_send(void *wmi_hdl,
  363. uint8_t mac_id);
  364. #endif
  365. QDF_STATUS wmi_unified_wow_enable_send(void *wmi_hdl,
  366. struct wow_cmd_params *param,
  367. uint8_t mac_id);
  368. QDF_STATUS wmi_unified_wow_wakeup_send(void *wmi_hdl);
  369. QDF_STATUS wmi_unified_wow_add_wakeup_event_send(void *wmi_hdl,
  370. struct wow_add_wakeup_params *param);
  371. QDF_STATUS wmi_unified_wow_add_wakeup_pattern_send(void *wmi_hdl,
  372. struct wow_add_wakeup_pattern_params *param);
  373. QDF_STATUS wmi_unified_wow_remove_wakeup_pattern_send(void *wmi_hdl,
  374. struct wow_remove_wakeup_pattern_params *param);
  375. #ifndef CONFIG_MCL
  376. QDF_STATUS wmi_unified_packet_log_enable_send(void *wmi_hdl,
  377. WMI_HOST_PKTLOG_EVENT PKTLOG_EVENT, uint8_t mac_id);
  378. #else
  379. QDF_STATUS wmi_unified_packet_log_enable_send(void *wmi_hdl,
  380. uint8_t macaddr[IEEE80211_ADDR_LEN],
  381. struct packet_enable_params *param);
  382. #endif
  383. QDF_STATUS wmi_unified_packet_log_disable_send(void *wmi_hdl, uint8_t mac_id);
  384. QDF_STATUS wmi_unified_suspend_send(void *wmi_hdl,
  385. struct suspend_params *param,
  386. uint8_t mac_id);
  387. QDF_STATUS wmi_unified_resume_send(void *wmi_hdl,
  388. uint8_t mac_id);
  389. QDF_STATUS
  390. wmi_unified_pdev_param_send(void *wmi_hdl,
  391. struct pdev_params *param,
  392. uint8_t mac_id);
  393. QDF_STATUS wmi_unified_beacon_tmpl_send_cmd(void *wmi_hdl,
  394. struct beacon_tmpl_params *param);
  395. QDF_STATUS wmi_unified_beacon_send_cmd(void *wmi_hdl,
  396. struct beacon_params *param);
  397. QDF_STATUS wmi_unified_peer_assoc_send(void *wmi_hdl,
  398. struct peer_assoc_params *param);
  399. QDF_STATUS wmi_unified_sta_ps_cmd_send(void *wmi_hdl,
  400. struct sta_ps_params *param);
  401. QDF_STATUS wmi_unified_ap_ps_cmd_send(void *wmi_hdl,
  402. uint8_t macaddr[IEEE80211_ADDR_LEN],
  403. struct ap_ps_params *param);
  404. QDF_STATUS wmi_unified_scan_start_cmd_send(void *wmi_hdl,
  405. struct scan_req_params *param);
  406. QDF_STATUS wmi_unified_scan_stop_cmd_send(void *wmi_hdl,
  407. struct scan_cancel_param *param);
  408. QDF_STATUS wmi_unified_scan_chan_list_cmd_send(void *wmi_hdl,
  409. struct scan_chan_list_params *param);
  410. QDF_STATUS wmi_crash_inject(void *wmi_hdl,
  411. struct crash_inject *param);
  412. QDF_STATUS wmi_unified_pdev_utf_cmd_send(void *wmi_hdl,
  413. struct pdev_utf_params *param,
  414. uint8_t mac_id);
  415. QDF_STATUS wmi_unified_dbglog_cmd_send(void *wmi_hdl,
  416. struct dbglog_params *param);
  417. QDF_STATUS wmi_mgmt_unified_cmd_send(void *wmi_hdl,
  418. struct wmi_mgmt_params *param);
  419. QDF_STATUS wmi_offchan_data_tx_cmd_send(void *wmi_hdl,
  420. struct wmi_offchan_data_tx_params *param);
  421. QDF_STATUS wmi_unified_modem_power_state(void *wmi_hdl,
  422. uint32_t param_value);
  423. QDF_STATUS wmi_unified_set_sta_ps_mode(void *wmi_hdl,
  424. uint32_t vdev_id, uint8_t val);
  425. QDF_STATUS
  426. wmi_unified_set_sta_uapsd_auto_trig_cmd(void *wmi_hdl,
  427. struct sta_uapsd_trig_params *param);
  428. QDF_STATUS wmi_unified_get_temperature(void *wmi_hdl);
  429. QDF_STATUS wmi_unified_set_p2pgo_oppps_req(void *wmi_hdl,
  430. struct p2p_ps_params *oppps);
  431. QDF_STATUS wmi_unified_set_p2pgo_noa_req_cmd(void *wmi_hdl,
  432. struct p2p_ps_params *noa);
  433. #ifdef CONVERGED_P2P_ENABLE
  434. QDF_STATUS wmi_unified_p2p_lo_start_cmd(void *wmi_hdl,
  435. struct p2p_lo_start *param);
  436. QDF_STATUS wmi_unified_p2p_lo_stop_cmd(void *wmi_hdl, uint8_t vdev_id);
  437. #endif
  438. QDF_STATUS wmi_unified_set_smps_params(void *wmi_hdl, uint8_t vdev_id,
  439. int value);
  440. QDF_STATUS wmi_unified_set_mimops(void *wmi_hdl, uint8_t vdev_id, int value);
  441. QDF_STATUS wmi_unified_ocb_set_utc_time(void *wmi_hdl,
  442. struct ocb_utc_param *utc);
  443. QDF_STATUS wmi_unified_ocb_start_timing_advert(void *wmi_hdl,
  444. struct ocb_timing_advert_param *timing_advert);
  445. QDF_STATUS wmi_unified_ocb_stop_timing_advert(void *wmi_hdl,
  446. struct ocb_timing_advert_param *timing_advert);
  447. QDF_STATUS wmi_unified_ocb_set_config(void *wmi_hdl,
  448. struct ocb_config_param *config, uint32_t *ch_mhz);
  449. QDF_STATUS wmi_unified_ocb_get_tsf_timer(void *wmi_hdl,
  450. uint8_t vdev_id);
  451. QDF_STATUS wmi_unified_lro_config_cmd(void *wmi_hdl,
  452. struct wmi_lro_config_cmd_t *wmi_lro_cmd);
  453. QDF_STATUS wmi_unified_set_thermal_mgmt_cmd(void *wmi_hdl,
  454. struct thermal_cmd_params *thermal_info);
  455. QDF_STATUS wmi_unified_peer_rate_report_cmd(void *wmi_hdl,
  456. struct wmi_peer_rate_report_params *rate_report_params);
  457. QDF_STATUS wmi_unified_set_mcc_channel_time_quota_cmd
  458. (void *wmi_hdl,
  459. uint32_t adapter_1_chan_freq,
  460. uint32_t adapter_1_quota, uint32_t adapter_2_chan_freq);
  461. QDF_STATUS wmi_unified_set_mcc_channel_time_latency_cmd
  462. (void *wmi_hdl,
  463. uint32_t mcc_channel_freq, uint32_t mcc_channel_time_latency);
  464. QDF_STATUS wmi_unified_set_enable_disable_mcc_adaptive_scheduler_cmd(
  465. void *wmi_hdl, uint32_t mcc_adaptive_scheduler,
  466. uint32_t pdev_id);
  467. #ifdef CONFIG_MCL
  468. QDF_STATUS wmi_unified_bcn_buf_ll_cmd(void *wmi_hdl,
  469. wmi_bcn_send_from_host_cmd_fixed_param *param);
  470. #endif
  471. QDF_STATUS wmi_unified_set_sta_sa_query_param_cmd(void *wmi_hdl,
  472. uint8_t vdev_id, uint32_t max_retries,
  473. uint32_t retry_interval);
  474. QDF_STATUS wmi_unified_set_sta_keep_alive_cmd(void *wmi_hdl,
  475. struct sta_params *params);
  476. QDF_STATUS wmi_unified_vdev_set_gtx_cfg_cmd(void *wmi_hdl, uint32_t if_id,
  477. struct wmi_gtx_config *gtx_info);
  478. QDF_STATUS wmi_unified_process_update_edca_param(void *wmi_hdl,
  479. uint8_t vdev_id,
  480. struct wmi_host_wme_vparams wmm_vparams[WMI_MAX_NUM_AC]);
  481. QDF_STATUS wmi_unified_probe_rsp_tmpl_send_cmd(void *wmi_hdl,
  482. uint8_t vdev_id,
  483. struct wmi_probe_resp_params *probe_rsp_info,
  484. uint8_t *frm);
  485. QDF_STATUS wmi_unified_setup_install_key_cmd(void *wmi_hdl,
  486. struct set_key_params *key_params);
  487. QDF_STATUS wmi_unified_encrypt_decrypt_send_cmd(void *wmi_hdl,
  488. struct encrypt_decrypt_req_params *params);
  489. QDF_STATUS wmi_unified_p2p_go_set_beacon_ie_cmd(void *wmi_hdl,
  490. A_UINT32 vdev_id, uint8_t *p2p_ie);
  491. QDF_STATUS wmi_unified_set_gateway_params_cmd(void *wmi_hdl,
  492. struct gateway_update_req_param *req);
  493. QDF_STATUS wmi_unified_set_rssi_monitoring_cmd(void *wmi_hdl,
  494. struct rssi_monitor_param *req);
  495. QDF_STATUS wmi_unified_scan_probe_setoui_cmd(void *wmi_hdl,
  496. struct scan_mac_oui *psetoui);
  497. QDF_STATUS wmi_unified_reset_passpoint_network_list_cmd(void *wmi_hdl,
  498. struct wifi_passpoint_req_param *req);
  499. QDF_STATUS wmi_unified_set_passpoint_network_list_cmd(void *wmi_hdl,
  500. struct wifi_passpoint_req_param *req);
  501. #ifdef CONFIG_MCL
  502. QDF_STATUS wmi_unified_roam_scan_offload_mode_cmd(void *wmi_hdl,
  503. wmi_start_scan_cmd_fixed_param *scan_cmd_fp,
  504. struct roam_offload_scan_params *roam_req);
  505. #endif
  506. /**
  507. * wmi_unified_roam_mawc_params_cmd() - configure roaming MAWC parameters
  508. * @wmi_hdl: wmi handle
  509. * @params: Parameters to be configured
  510. *
  511. * Pass the MAWC(Motion Aided wireless connectivity) related roaming
  512. * parameters from the host to the target
  513. *
  514. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  515. */
  516. QDF_STATUS wmi_unified_roam_mawc_params_cmd(void *wmi_hdl,
  517. struct wmi_mawc_roam_params *params);
  518. QDF_STATUS wmi_unified_roam_scan_offload_rssi_thresh_cmd(void *wmi_hdl,
  519. struct roam_offload_scan_rssi_params *roam_req);
  520. QDF_STATUS wmi_unified_roam_scan_filter_cmd(void *wmi_hdl,
  521. struct roam_scan_filter_params *roam_req);
  522. QDF_STATUS wmi_unified_set_epno_network_list_cmd(void *wmi_hdl,
  523. struct wifi_enhanched_pno_params *req);
  524. QDF_STATUS wmi_unified_ipa_offload_control_cmd(void *wmi_hdl,
  525. struct ipa_offload_control_params *ipa_offload);
  526. QDF_STATUS wmi_unified_extscan_get_capabilities_cmd(void *wmi_hdl,
  527. struct extscan_capabilities_params *pgetcapab);
  528. QDF_STATUS wmi_unified_extscan_get_cached_results_cmd(void *wmi_hdl,
  529. struct extscan_cached_result_params *pcached_results);
  530. QDF_STATUS wmi_unified_extscan_stop_change_monitor_cmd(void *wmi_hdl,
  531. struct extscan_capabilities_reset_params *reset_req);
  532. QDF_STATUS wmi_unified_extscan_start_change_monitor_cmd(void *wmi_hdl,
  533. struct extscan_set_sig_changereq_params *
  534. psigchange);
  535. QDF_STATUS wmi_unified_extscan_stop_hotlist_monitor_cmd(void *wmi_hdl,
  536. struct extscan_bssid_hotlist_reset_params *photlist_reset);
  537. QDF_STATUS wmi_unified_stop_extscan_cmd(void *wmi_hdl,
  538. struct extscan_stop_req_params *pstopcmd);
  539. QDF_STATUS wmi_unified_start_extscan_cmd(void *wmi_hdl,
  540. struct wifi_scan_cmd_req_params *pstart);
  541. QDF_STATUS wmi_unified_plm_stop_cmd(void *wmi_hdl,
  542. const struct plm_req_params *plm);
  543. QDF_STATUS wmi_unified_plm_start_cmd(void *wmi_hdl,
  544. const struct plm_req_params *plm,
  545. uint32_t *gchannel_list);
  546. QDF_STATUS wmi_unified_pno_stop_cmd(void *wmi_hdl, uint8_t vdev_id);
  547. #ifdef FEATURE_WLAN_SCAN_PNO
  548. QDF_STATUS wmi_unified_pno_start_cmd(void *wmi_hdl,
  549. struct pno_scan_req_params *pno);
  550. #endif
  551. QDF_STATUS wmi_unified_nlo_mawc_cmd(void *wmi_hdl,
  552. struct nlo_mawc_params *params);
  553. QDF_STATUS wmi_unified_set_ric_req_cmd(void *wmi_hdl, void *msg,
  554. uint8_t is_add_ts);
  555. QDF_STATUS wmi_unified_process_ll_stats_clear_cmd
  556. (void *wmi_hdl, const struct ll_stats_clear_params *clear_req,
  557. uint8_t addr[IEEE80211_ADDR_LEN]);
  558. QDF_STATUS wmi_unified_process_ll_stats_set_cmd
  559. (void *wmi_hdl, const struct ll_stats_set_params *set_req);
  560. QDF_STATUS wmi_unified_process_ll_stats_get_cmd
  561. (void *wmi_hdl, const struct ll_stats_get_params *get_req,
  562. uint8_t addr[IEEE80211_ADDR_LEN]);
  563. /**
  564. * wmi_unified_congestion_request_cmd() - send request to fw to get CCA
  565. * @wmi_hdl: wma handle
  566. * @vdev_id: vdev id
  567. *
  568. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  569. */
  570. QDF_STATUS wmi_unified_congestion_request_cmd(void *wmi_hdl,
  571. uint8_t vdev_id);
  572. QDF_STATUS wmi_unified_snr_request_cmd(void *wmi_hdl);
  573. QDF_STATUS wmi_unified_snr_cmd(void *wmi_hdl, uint8_t vdev_id);
  574. QDF_STATUS wmi_unified_link_status_req_cmd(void *wmi_hdl,
  575. struct link_status_params *link_status);
  576. #ifdef CONFIG_MCL
  577. QDF_STATUS wmi_unified_process_dhcp_ind(void *wmi_hdl,
  578. wmi_peer_set_param_cmd_fixed_param *ta_dhcp_ind);
  579. QDF_STATUS wmi_unified_get_link_speed_cmd(void *wmi_hdl,
  580. wmi_mac_addr peer_macaddr);
  581. QDF_STATUS wmi_unified_egap_conf_params_cmd(void *wmi_hdl,
  582. wmi_ap_ps_egap_param_cmd_fixed_param *egap_params);
  583. #endif
  584. QDF_STATUS wmi_unified_fw_profiling_data_cmd(void *wmi_hdl,
  585. uint32_t cmd, uint32_t value1, uint32_t value2);
  586. QDF_STATUS wmi_unified_wow_timer_pattern_cmd(void *wmi_hdl, uint8_t vdev_id,
  587. uint32_t cookie, uint32_t time);
  588. QDF_STATUS wmi_unified_nat_keepalive_en_cmd(void *wmi_hdl, uint8_t vdev_id);
  589. /**
  590. * wmi_unified_set_latency_config_cmd()
  591. * @wmi_handle: wmi handle
  592. * @param: WLM parameters
  593. *
  594. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  595. */
  596. QDF_STATUS wmi_unified_wlm_latency_level_cmd(void *wmi_hdl,
  597. struct wlm_latency_level_param *param);
  598. QDF_STATUS wmi_unified_csa_offload_enable(void *wmi_hdl, uint8_t vdev_id);
  599. #ifdef WLAN_FEATURE_CIF_CFR
  600. /**
  601. * wmi_unified_oem_dma_ring_cfg() - configure OEM DMA rings
  602. * @wmi_handle: wmi handle
  603. * @data_len: len of dma cfg req
  604. * @data: dma cfg req
  605. *
  606. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  607. */
  608. QDF_STATUS wmi_unified_oem_dma_ring_cfg(void *wmi_hdl,
  609. wmi_oem_dma_ring_cfg_req_fixed_param *cfg);
  610. #endif
  611. QDF_STATUS wmi_unified_start_oem_data_cmd(void *wmi_hdl,
  612. uint32_t data_len,
  613. uint8_t *data);
  614. QDF_STATUS wmi_unified_dfs_phyerr_filter_offload_en_cmd(void *wmi_hdl,
  615. bool dfs_phyerr_filter_offload);
  616. #ifdef CONFIG_MCL
  617. QDF_STATUS wmi_unified_pktlog_wmi_send_cmd(void *wmi_hdl,
  618. WMI_PKTLOG_EVENT pktlog_event,
  619. uint32_t cmd_id,
  620. uint8_t user_triggered);
  621. #endif
  622. QDF_STATUS wmi_unified_wow_delete_pattern_cmd(void *wmi_hdl, uint8_t ptrn_id,
  623. uint8_t vdev_id);
  624. QDF_STATUS wmi_unified_host_wakeup_ind_to_fw_cmd(void *wmi_hdl);
  625. QDF_STATUS wmi_unified_del_ts_cmd(void *wmi_hdl, uint8_t vdev_id,
  626. uint8_t ac);
  627. QDF_STATUS wmi_unified_aggr_qos_cmd(void *wmi_hdl,
  628. struct aggr_add_ts_param *aggr_qos_rsp_msg);
  629. QDF_STATUS wmi_unified_add_ts_cmd(void *wmi_hdl,
  630. struct add_ts_param *msg);
  631. QDF_STATUS wmi_unified_process_add_periodic_tx_ptrn_cmd(void *wmi_hdl,
  632. struct periodic_tx_pattern *
  633. pAddPeriodicTxPtrnParams,
  634. uint8_t vdev_id);
  635. QDF_STATUS wmi_unified_process_del_periodic_tx_ptrn_cmd(void *wmi_hdl,
  636. uint8_t vdev_id,
  637. uint8_t pattern_id);
  638. QDF_STATUS wmi_unified_stats_ext_req_cmd(void *wmi_hdl,
  639. struct stats_ext_params *preq);
  640. QDF_STATUS wmi_unified_enable_ext_wow_cmd(void *wmi_hdl,
  641. struct ext_wow_params *params);
  642. QDF_STATUS wmi_unified_set_app_type2_params_in_fw_cmd(void *wmi_hdl,
  643. struct app_type2_params *appType2Params);
  644. QDF_STATUS wmi_unified_set_auto_shutdown_timer_cmd(void *wmi_hdl,
  645. uint32_t timer_val);
  646. QDF_STATUS wmi_unified_nan_req_cmd(void *wmi_hdl,
  647. struct nan_req_params *nan_req);
  648. QDF_STATUS wmi_unified_process_dhcpserver_offload_cmd(void *wmi_hdl,
  649. struct dhcp_offload_info_params *params);
  650. QDF_STATUS wmi_unified_process_ch_avoid_update_cmd(void *wmi_hdl);
  651. QDF_STATUS wmi_unified_send_regdomain_info_to_fw_cmd(void *wmi_hdl,
  652. uint32_t reg_dmn, uint16_t regdmn2G,
  653. uint16_t regdmn5G, uint8_t ctl2G,
  654. uint8_t ctl5G);
  655. QDF_STATUS wmi_unified_set_tdls_offchan_mode_cmd(void *wmi_hdl,
  656. struct tdls_channel_switch_params *chan_switch_params);
  657. QDF_STATUS wmi_unified_update_fw_tdls_state_cmd(void *wmi_hdl,
  658. void *tdls_param, uint8_t tdls_state);
  659. QDF_STATUS wmi_unified_update_tdls_peer_state_cmd(void *wmi_hdl,
  660. struct tdls_peer_state_params *peerStateParams,
  661. uint32_t *ch_mhz);
  662. QDF_STATUS wmi_unified_process_fw_mem_dump_cmd(void *wmi_hdl,
  663. struct fw_dump_req_param *mem_dump_req);
  664. QDF_STATUS wmi_unified_process_set_ie_info_cmd(void *wmi_hdl,
  665. struct vdev_ie_info_param *ie_info);
  666. QDF_STATUS wmi_unified_ocb_set_utc_time_cmd(void *wmi_hdl,
  667. struct ocb_utc_param *utc);
  668. QDF_STATUS wmi_unified_dcc_get_stats_cmd(void *wmi_hdl,
  669. struct dcc_get_stats_param *get_stats_param);
  670. QDF_STATUS wmi_unified_dcc_clear_stats(void *wmi_hdl,
  671. uint32_t vdev_id, uint32_t dcc_stats_bitmap);
  672. QDF_STATUS wmi_unified_dcc_update_ndl(void *wmi_hdl,
  673. struct dcc_update_ndl_param *update_ndl_param);
  674. QDF_STATUS wmi_unified_save_fw_version_cmd(void *wmi_hdl,
  675. void *evt_buf);
  676. QDF_STATUS wmi_unified_set_base_macaddr_indicate_cmd(void *wmi_hdl,
  677. uint8_t *custom_addr);
  678. QDF_STATUS wmi_unified_log_supported_evt_cmd(void *wmi_hdl,
  679. uint8_t *event,
  680. uint32_t len);
  681. QDF_STATUS wmi_unified_enable_specific_fw_logs_cmd(void *wmi_hdl,
  682. struct wmi_wifi_start_log *start_log);
  683. QDF_STATUS wmi_unified_flush_logs_to_fw_cmd(void *wmi_hdl);
  684. QDF_STATUS wmi_unified_pdev_set_pcl_cmd(void *wmi_hdl,
  685. struct wmi_pcl_chan_weights *msg);
  686. QDF_STATUS wmi_unified_soc_set_hw_mode_cmd(void *wmi_hdl,
  687. uint32_t hw_mode_index);
  688. QDF_STATUS wmi_unified_pdev_set_dual_mac_config_cmd(void *wmi_hdl,
  689. struct wmi_dual_mac_config *msg);
  690. QDF_STATUS wmi_unified_set_led_flashing_cmd(void *wmi_hdl,
  691. struct flashing_req_params *flashing);
  692. QDF_STATUS wmi_unified_app_type1_params_in_fw_cmd(void *wmi_hdl,
  693. struct app_type1_params *app_type1_params);
  694. QDF_STATUS wmi_unified_set_ssid_hotlist_cmd(void *wmi_hdl,
  695. struct ssid_hotlist_request_params *request);
  696. QDF_STATUS wmi_unified_roam_synch_complete_cmd(void *wmi_hdl,
  697. uint8_t vdev_id);
  698. QDF_STATUS wmi_unified_unit_test_cmd(void *wmi_hdl,
  699. struct wmi_unit_test_cmd *wmi_utest);
  700. QDF_STATUS wmi_unified_roam_invoke_cmd(void *wmi_hdl,
  701. struct wmi_roam_invoke_cmd *roaminvoke,
  702. uint32_t ch_hz);
  703. QDF_STATUS wmi_unified_roam_scan_offload_cmd(void *wmi_hdl,
  704. uint32_t command, uint32_t vdev_id);
  705. #ifdef CONFIG_MCL
  706. QDF_STATUS wmi_unified_send_roam_scan_offload_ap_cmd(void *wmi_hdl,
  707. struct ap_profile_params *ap_profile);
  708. #endif
  709. QDF_STATUS wmi_unified_roam_scan_offload_scan_period(void *wmi_hdl,
  710. uint32_t scan_period,
  711. uint32_t scan_age,
  712. uint32_t vdev_id);
  713. QDF_STATUS wmi_unified_roam_scan_offload_chan_list_cmd(void *wmi_hdl,
  714. uint8_t chan_count,
  715. uint32_t *chan_list,
  716. uint8_t list_type, uint32_t vdev_id);
  717. QDF_STATUS wmi_unified_roam_scan_offload_rssi_change_cmd(void *wmi_hdl,
  718. uint32_t vdev_id,
  719. int32_t rssi_change_thresh,
  720. uint32_t bcn_rssi_weight,
  721. uint32_t hirssi_delay_btw_scans);
  722. /**
  723. * wmi_unified_set_per_roam_config() - set PER roam config in FW
  724. * @wmi_hdl: wmi handle
  725. * @req_buf: per roam config request buffer
  726. *
  727. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  728. */
  729. QDF_STATUS wmi_unified_set_per_roam_config(void *wmi_hdl,
  730. struct wmi_per_roam_config_req *req_buf);
  731. QDF_STATUS wmi_unified_get_buf_extscan_hotlist_cmd(void *wmi_hdl,
  732. struct ext_scan_setbssi_hotlist_params *
  733. photlist, int *buf_len);
  734. /**
  735. * wmi_unified_set_active_bpf_mode_cmd() - config active BPF mode in FW
  736. * @wmi_hdl: the WMI handle
  737. * @vdev_id: the Id of the vdev to apply the configuration to
  738. * @ucast_mode: the active BPF mode to configure for unicast packets
  739. * @mcast_bcast_mode: the active BPF mode to configure for multicast/broadcast
  740. * packets
  741. */
  742. QDF_STATUS wmi_unified_set_active_bpf_mode_cmd(void *wmi_hdl,
  743. uint8_t vdev_id,
  744. enum wmi_host_active_bpf_mode ucast_mode,
  745. enum wmi_host_active_bpf_mode mcast_bcast_mode);
  746. QDF_STATUS wmi_unified_stats_request_send(void *wmi_hdl,
  747. uint8_t macaddr[IEEE80211_ADDR_LEN],
  748. struct stats_request_params *param);
  749. QDF_STATUS wmi_unified_pdev_get_tpc_config_cmd_send(void *wmi_hdl,
  750. uint32_t param);
  751. QDF_STATUS wmi_unified_set_bwf_cmd_send(void *wmi_hdl,
  752. struct set_bwf_params *param);
  753. QDF_STATUS wmi_send_get_user_position_cmd(void *wmi_hdl, uint32_t value);
  754. QDF_STATUS wmi_send_get_peer_mumimo_tx_count_cmd(void *wmi_hdl, uint32_t value);
  755. QDF_STATUS wmi_send_reset_peer_mumimo_tx_count_cmd(void *wmi_hdl,
  756. uint32_t value);
  757. QDF_STATUS wmi_send_pdev_caldata_version_check_cmd(void *wmi_hdl,
  758. uint32_t value);
  759. QDF_STATUS wmi_unified_send_btcoex_wlan_priority_cmd(void *wmi_hdl,
  760. struct btcoex_cfg_params *param);
  761. QDF_STATUS wmi_unified_send_btcoex_duty_cycle_cmd(void *wmi_hdl,
  762. struct btcoex_cfg_params *param);
  763. QDF_STATUS wmi_unified_send_coex_ver_cfg_cmd(void *wmi_hdl,
  764. coex_ver_cfg_t *param);
  765. QDF_STATUS wmi_unified_send_coex_config_cmd(void *wmi_hdl,
  766. struct coex_config_params *param);
  767. QDF_STATUS wmi_unified_set_atf_cmd_send(void *wmi_hdl,
  768. struct set_atf_params *param);
  769. QDF_STATUS wmi_unified_pdev_fips_cmd_send(void *wmi_hdl,
  770. struct fips_params *param);
  771. QDF_STATUS wmi_unified_wlan_profile_enable_cmd_send(void *wmi_hdl,
  772. struct wlan_profile_params *param);
  773. QDF_STATUS wmi_unified_wlan_profile_trigger_cmd_send(void *wmi_hdl,
  774. struct wlan_profile_params *param);
  775. QDF_STATUS wmi_unified_set_chan_cmd_send(void *wmi_hdl,
  776. struct channel_param *param);
  777. QDF_STATUS wmi_unified_set_ht_ie_cmd_send(void *wmi_hdl,
  778. struct ht_ie_params *param);
  779. QDF_STATUS wmi_unified_set_vht_ie_cmd_send(void *wmi_hdl,
  780. struct vht_ie_params *param);
  781. QDF_STATUS wmi_unified_wmm_update_cmd_send(void *wmi_hdl,
  782. struct wmm_update_params *param);
  783. QDF_STATUS wmi_unified_set_ant_switch_tbl_cmd_send(void *wmi_hdl,
  784. struct ant_switch_tbl_params *param);
  785. QDF_STATUS wmi_unified_set_ratepwr_table_cmd_send(void *wmi_hdl,
  786. struct ratepwr_table_params *param);
  787. QDF_STATUS wmi_unified_get_ratepwr_table_cmd_send(void *wmi_hdl);
  788. QDF_STATUS wmi_unified_set_ctl_table_cmd_send(void *wmi_hdl,
  789. struct ctl_table_params *param);
  790. QDF_STATUS wmi_unified_set_mimogain_table_cmd_send(void *wmi_hdl,
  791. struct mimogain_table_params *param);
  792. QDF_STATUS wmi_unified_set_ratepwr_chainmsk_cmd_send(void *wmi_hdl,
  793. struct ratepwr_chainmsk_params *param);
  794. QDF_STATUS wmi_unified_set_macaddr_cmd_send(void *wmi_hdl,
  795. struct macaddr_params *param);
  796. QDF_STATUS wmi_unified_pdev_scan_start_cmd_send(void *wmi_hdl);
  797. QDF_STATUS wmi_unified_pdev_scan_end_cmd_send(void *wmi_hdl);
  798. QDF_STATUS wmi_unified_set_acparams_cmd_send(void *wmi_hdl,
  799. struct acparams_params *param);
  800. QDF_STATUS wmi_unified_set_vap_dscp_tid_map_cmd_send(void *wmi_hdl,
  801. struct vap_dscp_tid_map_params *param);
  802. QDF_STATUS wmi_unified_proxy_ast_reserve_cmd_send(void *wmi_hdl,
  803. struct proxy_ast_reserve_params *param);
  804. QDF_STATUS wmi_unified_pdev_qvit_cmd_send(void *wmi_hdl,
  805. struct pdev_qvit_params *param);
  806. QDF_STATUS wmi_unified_mcast_group_update_cmd_send(void *wmi_hdl,
  807. struct mcast_group_update_params *param);
  808. QDF_STATUS wmi_unified_peer_add_wds_entry_cmd_send(void *wmi_hdl,
  809. struct peer_add_wds_entry_params *param);
  810. QDF_STATUS wmi_unified_peer_del_wds_entry_cmd_send(void *wmi_hdl,
  811. struct peer_del_wds_entry_params *param);
  812. /**
  813. * wmi_unified_set_bridge_mac_addr_cmd_send() - WMI set bridge mac addr cmd function
  814. * @param wmi_hdl : handle to WMI.
  815. * @param param : pointer to hold bridge mac addr param
  816. *
  817. * @return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  818. */
  819. QDF_STATUS wmi_unified_set_bridge_mac_addr_cmd_send(void *wmi_hdl,
  820. struct set_bridge_mac_addr_params *param);
  821. QDF_STATUS wmi_unified_peer_update_wds_entry_cmd_send(void *wmi_hdl,
  822. struct peer_update_wds_entry_params *param);
  823. QDF_STATUS wmi_unified_phyerr_enable_cmd_send(void *wmi_hdl);
  824. QDF_STATUS wmi_unified_phyerr_enable_cmd_send(void *wmi_hdl);
  825. QDF_STATUS wmi_unified_phyerr_disable_cmd_send(void *wmi_hdl);
  826. QDF_STATUS wmi_unified_smart_ant_enable_cmd_send(void *wmi_hdl,
  827. struct smart_ant_enable_params *param);
  828. QDF_STATUS wmi_unified_smart_ant_set_rx_ant_cmd_send(void *wmi_hdl,
  829. struct smart_ant_rx_ant_params *param);
  830. QDF_STATUS wmi_unified_smart_ant_set_tx_ant_cmd_send(void *wmi_hdl,
  831. uint8_t macaddr[IEEE80211_ADDR_LEN],
  832. struct smart_ant_tx_ant_params *param);
  833. QDF_STATUS wmi_unified_smart_ant_set_training_info_cmd_send(void *wmi_hdl,
  834. uint8_t macaddr[IEEE80211_ADDR_LEN],
  835. struct smart_ant_training_info_params *param);
  836. QDF_STATUS wmi_unified_smart_ant_node_config_cmd_send(void *wmi_hdl,
  837. uint8_t macaddr[IEEE80211_ADDR_LEN],
  838. struct smart_ant_node_config_params *param);
  839. QDF_STATUS wmi_unified_smart_ant_enable_tx_feedback_cmd_send(void *wmi_hdl,
  840. struct smart_ant_enable_tx_feedback_params *param);
  841. QDF_STATUS wmi_unified_vdev_spectral_configure_cmd_send(void *wmi_hdl,
  842. struct vdev_spectral_configure_params *param);
  843. QDF_STATUS wmi_unified_vdev_spectral_enable_cmd_send(void *wmi_hdl,
  844. struct vdev_spectral_enable_params *param);
  845. QDF_STATUS wmi_unified_bss_chan_info_request_cmd_send(void *wmi_hdl,
  846. struct bss_chan_info_request_params *param);
  847. QDF_STATUS wmi_unified_thermal_mitigation_param_cmd_send(void *wmi_hdl,
  848. struct thermal_mitigation_params *param);
  849. QDF_STATUS wmi_unified_vdev_set_neighbour_rx_cmd_send(void *wmi_hdl,
  850. uint8_t macaddr[IEEE80211_ADDR_LEN],
  851. struct set_neighbour_rx_params *param);
  852. QDF_STATUS wmi_unified_vdev_set_fwtest_param_cmd_send(void *wmi_hdl,
  853. struct set_fwtest_params *param);
  854. QDF_STATUS wmi_unified_vdev_config_ratemask_cmd_send(void *wmi_hdl,
  855. struct config_ratemask_params *param);
  856. /**
  857. * wmi_unified_vdev_set_custom_aggr_size_cmd_send() - WMI set custom aggr
  858. * size command
  859. * @param wmi_hdl : handle to WMI.
  860. * @param param : pointer to hold custom aggr size param
  861. *
  862. * @return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  863. */
  864. QDF_STATUS wmi_unified_vdev_set_custom_aggr_size_cmd_send(void *wmi_hdl,
  865. struct set_custom_aggr_size_params *param);
  866. QDF_STATUS wmi_unified_pdev_set_regdomain_cmd_send(void *wmi_hdl,
  867. struct pdev_set_regdomain_params *param);
  868. QDF_STATUS wmi_unified_set_quiet_mode_cmd_send(void *wmi_hdl,
  869. struct set_quiet_mode_params *param);
  870. QDF_STATUS wmi_unified_set_beacon_filter_cmd_send(void *wmi_hdl,
  871. struct set_beacon_filter_params *param);
  872. QDF_STATUS wmi_unified_remove_beacon_filter_cmd_send(void *wmi_hdl,
  873. struct remove_beacon_filter_params *param);
  874. QDF_STATUS wmi_unified_addba_clearresponse_cmd_send(void *wmi_hdl,
  875. uint8_t macaddr[IEEE80211_ADDR_LEN],
  876. struct addba_clearresponse_params *param);
  877. QDF_STATUS wmi_unified_addba_send_cmd_send(void *wmi_hdl,
  878. uint8_t macaddr[IEEE80211_ADDR_LEN],
  879. struct addba_send_params *param);
  880. QDF_STATUS wmi_unified_delba_send_cmd_send(void *wmi_hdl,
  881. uint8_t macaddr[IEEE80211_ADDR_LEN],
  882. struct delba_send_params *param);
  883. QDF_STATUS wmi_unified_addba_setresponse_cmd_send(void *wmi_hdl,
  884. uint8_t macaddr[IEEE80211_ADDR_LEN],
  885. struct addba_setresponse_params *param);
  886. QDF_STATUS wmi_unified_singleamsdu_cmd_send(void *wmi_hdl,
  887. uint8_t macaddr[IEEE80211_ADDR_LEN],
  888. struct singleamsdu_params *param);
  889. QDF_STATUS wmi_unified_set_qboost_param_cmd_send(void *wmi_hdl,
  890. uint8_t macaddr[IEEE80211_ADDR_LEN],
  891. struct set_qboost_params *param);
  892. QDF_STATUS wmi_unified_mu_scan_cmd_send(void *wmi_hdl,
  893. struct mu_scan_params *param);
  894. QDF_STATUS wmi_unified_lteu_config_cmd_send(void *wmi_hdl,
  895. struct lteu_config_params *param);
  896. QDF_STATUS wmi_unified_set_psmode_cmd_send(void *wmi_hdl,
  897. struct set_ps_mode_params *param);
  898. QDF_STATUS wmi_unified_init_cmd_send(void *wmi_hdl,
  899. struct wmi_init_cmd_param *param);
  900. bool wmi_service_enabled(void *wmi_hdl, uint32_t service_id);
  901. /**
  902. * wmi_save_service_bitmap() - save service bitmap
  903. * @wmi_handle: wmi handle
  904. * @param evt_buf: pointer to event buffer
  905. *
  906. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS failure code
  907. */
  908. QDF_STATUS wmi_save_service_bitmap(void *wmi_hdl, void *evt_buf,
  909. void *bitmap_buf);
  910. /**
  911. * wmi_save_ext_service_bitmap() - save extended service bitmap
  912. * @wmi_handle: wmi handle
  913. * @param evt_buf: pointer to event buffer
  914. *
  915. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS failure code
  916. */
  917. QDF_STATUS wmi_save_ext_service_bitmap(void *wmi_hdl, void *evt_buf,
  918. void *bitmap_buf);
  919. QDF_STATUS wmi_save_fw_version(void *wmi_hdl, void *evt_buf);
  920. QDF_STATUS wmi_get_target_cap_from_service_ready(void *wmi_hdl,
  921. void *evt_buf,
  922. struct wlan_psoc_target_capability_info *ev);
  923. QDF_STATUS wmi_extract_hal_reg_cap(void *wmi_hdl, void *evt_buf,
  924. struct wlan_psoc_hal_reg_capability *hal_reg_cap);
  925. host_mem_req *wmi_extract_host_mem_req_from_service_ready(void *wmi_hdl,
  926. void *evt_buf, uint8_t *num_entries);
  927. uint32_t wmi_ready_extract_init_status(void *wmi_hdl, void *ev);
  928. QDF_STATUS wmi_ready_extract_mac_addr(void *wmi_hdl,
  929. void *ev, uint8_t *macaddr);
  930. wmi_host_mac_addr *wmi_ready_extract_mac_addr_list(void *wmi_hdl, void *ev,
  931. uint8_t *num_mac_addr);
  932. /**
  933. * wmi_extract_ready_params() - Extract data from ready event apart from
  934. * status, macaddr and version.
  935. * @wmi_handle: Pointer to WMI handle.
  936. * @evt_buf: Pointer to Ready event buffer.
  937. * @ev_param: Pointer to host defined struct to copy the data from event.
  938. *
  939. * Return: QDF_STATUS_SUCCESS on success.
  940. */
  941. QDF_STATUS wmi_extract_ready_event_params(void *wmi_hdl,
  942. void *evt_buf, struct wmi_host_ready_ev_param *ev_param);
  943. QDF_STATUS wmi_extract_fw_version(void *wmi_hdl,
  944. void *ev, struct wmi_host_fw_ver *fw_ver);
  945. QDF_STATUS wmi_extract_fw_abi_version(void *wmi_hdl,
  946. void *ev, struct wmi_host_fw_abi_ver *fw_ver);
  947. QDF_STATUS wmi_check_and_update_fw_version(void *wmi_hdl, void *ev);
  948. uint8_t *wmi_extract_dbglog_data_len(void *wmi_hdl,
  949. void *evt_b, uint32_t *len);
  950. QDF_STATUS wmi_send_ext_resource_config(void *wmi_hdl,
  951. wmi_host_ext_resource_config *ext_cfg);
  952. QDF_STATUS wmi_unified_nf_dbr_dbm_info_get_cmd_send(void *wmi_hdl);
  953. QDF_STATUS wmi_unified_packet_power_info_get_cmd_send(void *wmi_hdl,
  954. struct packet_power_info_params *param);
  955. QDF_STATUS wmi_unified_gpio_config_cmd_send(void *wmi_hdl,
  956. struct gpio_config_params *param);
  957. QDF_STATUS wmi_unified_gpio_output_cmd_send(void *wmi_hdl,
  958. struct gpio_output_params *param);
  959. QDF_STATUS wmi_unified_rtt_meas_req_test_cmd_send(void *wmi_hdl,
  960. struct rtt_meas_req_test_params *param);
  961. QDF_STATUS wmi_unified_rtt_meas_req_cmd_send(void *wmi_hdl,
  962. struct rtt_meas_req_params *param);
  963. QDF_STATUS wmi_unified_rtt_keepalive_req_cmd_send(void *wmi_hdl,
  964. struct rtt_keepalive_req_params *param);
  965. QDF_STATUS wmi_unified_lci_set_cmd_send(void *wmi_hdl,
  966. struct lci_set_params *param);
  967. QDF_STATUS wmi_unified_lcr_set_cmd_send(void *wmi_hdl,
  968. struct lcr_set_params *param);
  969. QDF_STATUS wmi_unified_send_periodic_chan_stats_config_cmd(void *wmi_hdl,
  970. struct periodic_chan_stats_params *param);
  971. QDF_STATUS
  972. wmi_send_atf_peer_request_cmd(void *wmi_hdl,
  973. struct atf_peer_request_params *param);
  974. QDF_STATUS
  975. wmi_send_set_atf_grouping_cmd(void *wmi_hdl,
  976. struct atf_grouping_params *param);
  977. /* Extract APIs */
  978. QDF_STATUS wmi_extract_wds_addr_event(void *wmi_hdl,
  979. void *evt_buf, uint16_t len, wds_addr_event_t *wds_ev);
  980. QDF_STATUS wmi_extract_dcs_interference_type(void *wmi_hdl,
  981. void *evt_buf, struct wmi_host_dcs_interference_param *param);
  982. QDF_STATUS wmi_extract_dcs_cw_int(void *wmi_hdl, void *evt_buf,
  983. wmi_host_ath_dcs_cw_int *cw_int);
  984. QDF_STATUS wmi_extract_dcs_im_tgt_stats(void *wmi_hdl, void *evt_buf,
  985. wmi_host_dcs_im_tgt_stats_t *wlan_stat);
  986. QDF_STATUS wmi_extract_fips_event_data(void *wmi_hdl, void *evt_buf,
  987. struct wmi_host_fips_event_param *param);
  988. QDF_STATUS wmi_extract_vdev_start_resp(void *wmi_hdl, void *evt_buf,
  989. wmi_host_vdev_start_resp *vdev_rsp);
  990. /**
  991. * wmi_extract_vdev_delete_resp - api to extract vdev delete
  992. * response event params
  993. * @wmi_handle: wma handle
  994. * @evt_buf: pointer to event buffer
  995. * @delele_rsp: pointer to hold delete response from firmware
  996. *
  997. * Return: QDF_STATUS_SUCCESS for successful event parse
  998. * else QDF_STATUS_E_INVAL or QDF_STATUS_E_FAILURE
  999. */
  1000. QDF_STATUS wmi_extract_vdev_delete_resp(void *wmi_hdl, void *evt_buf,
  1001. struct wmi_host_vdev_delete_resp *delele_rsp);
  1002. QDF_STATUS wmi_extract_tbttoffset_update_params(void *wmi_hdl, void *evt_buf,
  1003. uint8_t idx, struct tbttoffset_params *tbtt_param);
  1004. QDF_STATUS wmi_extract_ext_tbttoffset_update_params(void *wmi_hdl,
  1005. void *evt_buf, uint8_t idx,
  1006. struct tbttoffset_params *tbtt_param);
  1007. QDF_STATUS wmi_extract_tbttoffset_num_vdevs(void *wmi_hdl, void *evt_buf,
  1008. uint32_t *num_vdevs);
  1009. QDF_STATUS wmi_extract_ext_tbttoffset_num_vdevs(void *wmi_hdl, void *evt_buf,
  1010. uint32_t *num_vdevs);
  1011. QDF_STATUS wmi_extract_mgmt_rx_params(void *wmi_hdl, void *evt_buf,
  1012. struct mgmt_rx_event_params *hdr, uint8_t **bufp);
  1013. QDF_STATUS wmi_extract_vdev_stopped_param(void *wmi_hdl, void *evt_buf,
  1014. uint32_t *vdev_id);
  1015. QDF_STATUS wmi_extract_vdev_roam_param(void *wmi_hdl, void *evt_buf,
  1016. wmi_host_roam_event *ev);
  1017. QDF_STATUS wmi_extract_vdev_scan_ev_param(void *wmi_hdl, void *evt_buf,
  1018. struct scan_event *param);
  1019. #ifdef CONVERGED_TDLS_ENABLE
  1020. /**
  1021. * wmi_extract_vdev_tdls_ev_param - extract vdev tdls param from event
  1022. * @wmi_handle: wmi handle
  1023. * @param evt_buf: pointer to event buffer
  1024. * @param param: Pointer to hold vdev tdls param
  1025. *
  1026. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1027. */
  1028. QDF_STATUS wmi_extract_vdev_tdls_ev_param(void *wmi_hdl, void *evt_buf,
  1029. struct tdls_event_info *param);
  1030. #endif
  1031. QDF_STATUS wmi_extract_mu_ev_param(void *wmi_hdl, void *evt_buf,
  1032. wmi_host_mu_report_event *param);
  1033. QDF_STATUS wmi_extract_mu_db_entry(void *wmi_hdl, void *evt_buf,
  1034. uint8_t idx, wmi_host_mu_db_entry *param);
  1035. QDF_STATUS wmi_extract_mumimo_tx_count_ev_param(void *wmi_hdl, void *evt_buf,
  1036. wmi_host_peer_txmu_cnt_event *param);
  1037. QDF_STATUS wmi_extract_peer_gid_userpos_list_ev_param(void *wmi_hdl,
  1038. void *evt_buf, wmi_host_peer_gid_userpos_list_event *param);
  1039. QDF_STATUS wmi_extract_pdev_caldata_version_check_ev_param(void *wmi_hdl,
  1040. void *evt_buf, wmi_host_pdev_check_cal_version_event *param);
  1041. QDF_STATUS wmi_extract_pdev_tpc_config_ev_param(void *wmi_hdl, void *evt_buf,
  1042. wmi_host_pdev_tpc_config_event *param);
  1043. QDF_STATUS wmi_extract_gpio_input_ev_param(void *wmi_hdl,
  1044. void *evt_buf, uint32_t *gpio_num);
  1045. QDF_STATUS wmi_extract_pdev_reserve_ast_ev_param(void *wmi_hdl,
  1046. void *evt_buf, struct wmi_host_proxy_ast_reserve_param *param);
  1047. QDF_STATUS wmi_extract_nfcal_power_ev_param(void *wmi_hdl, void *evt_buf,
  1048. wmi_host_pdev_nfcal_power_all_channels_event *param);
  1049. QDF_STATUS wmi_extract_pdev_tpc_ev_param(void *wmi_hdl, void *evt_buf,
  1050. wmi_host_pdev_tpc_event *param);
  1051. QDF_STATUS wmi_extract_pdev_generic_buffer_ev_param(void *wmi_hdl,
  1052. void *evt_buf,
  1053. wmi_host_pdev_generic_buffer_event *param);
  1054. QDF_STATUS wmi_extract_mgmt_tx_compl_param(void *wmi_hdl, void *evt_buf,
  1055. wmi_host_mgmt_tx_compl_event *param);
  1056. QDF_STATUS wmi_extract_offchan_data_tx_compl_param(void *wmi_hdl, void *evt_buf,
  1057. struct wmi_host_offchan_data_tx_compl_event *param);
  1058. QDF_STATUS wmi_extract_pdev_csa_switch_count_status(void *wmi_hdl,
  1059. void *evt_buf,
  1060. struct pdev_csa_switch_count_status *param);
  1061. QDF_STATUS wmi_extract_swba_num_vdevs(void *wmi_hdl, void *evt_buf,
  1062. uint32_t *num_vdevs);
  1063. QDF_STATUS wmi_extract_swba_tim_info(void *wmi_hdl, void *evt_buf,
  1064. uint32_t idx, wmi_host_tim_info *tim_info);
  1065. QDF_STATUS wmi_extract_swba_noa_info(void *wmi_hdl, void *evt_buf,
  1066. uint32_t idx, wmi_host_p2p_noa_info *p2p_desc);
  1067. #ifdef CONVERGED_P2P_ENABLE
  1068. QDF_STATUS wmi_extract_p2p_lo_stop_ev_param(void *wmi_hdl,
  1069. void *evt_buf, struct p2p_lo_event *param);
  1070. QDF_STATUS wmi_extract_p2p_noa_ev_param(void *wmi_hdl,
  1071. void *evt_buf, struct p2p_noa_info *param);
  1072. #endif
  1073. QDF_STATUS wmi_extract_peer_sta_ps_statechange_ev(void *wmi_hdl,
  1074. void *evt_buf, wmi_host_peer_sta_ps_statechange_event *ev);
  1075. QDF_STATUS wmi_extract_peer_sta_kickout_ev(void *wmi_hdl, void *evt_buf,
  1076. wmi_host_peer_sta_kickout_event *ev);
  1077. QDF_STATUS wmi_extract_peer_ratecode_list_ev(void *wmi_hdl, void *evt_buf,
  1078. uint8_t *peer_mac, wmi_sa_rate_cap *rate_cap);
  1079. QDF_STATUS wmi_extract_bcnflt_stats(void *wmi_hdl, void *evt_buf,
  1080. uint32_t index, wmi_host_bcnflt_stats *bcnflt_stats);
  1081. QDF_STATUS wmi_extract_rtt_hdr(void *wmi_hdl, void *evt_buf,
  1082. wmi_host_rtt_event_hdr *ev);
  1083. QDF_STATUS wmi_extract_rtt_ev(void *wmi_hdl, void *evt_buf,
  1084. wmi_host_rtt_meas_event *ev, uint8_t *hdump,
  1085. uint16_t hdump_len);
  1086. QDF_STATUS wmi_extract_rtt_error_report_ev(void *wmi_hdl, void *evt_buf,
  1087. wmi_host_rtt_error_report_event *ev);
  1088. QDF_STATUS wmi_extract_chan_stats(void *wmi_hdl, void *evt_buf,
  1089. uint32_t index, wmi_host_chan_stats *chan_stats);
  1090. QDF_STATUS wmi_extract_thermal_stats(void *wmi_hdl, void *evt_buf,
  1091. uint32_t *temp, uint32_t *level, uint32_t *pdev_id);
  1092. QDF_STATUS wmi_extract_thermal_level_stats(void *wmi_hdl, void *evt_buf,
  1093. uint8_t idx, uint32_t *levelcount, uint32_t *dccount);
  1094. QDF_STATUS wmi_extract_comb_phyerr(void *wmi_hdl, void *evt_buf,
  1095. uint16_t datalen, uint16_t *buf_offset,
  1096. wmi_host_phyerr_t *phyerr);
  1097. QDF_STATUS wmi_extract_single_phyerr(void *wmi_hdl, void *evt_buf,
  1098. uint16_t datalen, uint16_t *buf_offset,
  1099. wmi_host_phyerr_t *phyerr);
  1100. QDF_STATUS wmi_extract_composite_phyerr(void *wmi_hdl, void *evt_buf,
  1101. uint16_t datalen, wmi_host_phyerr_t *phyerr);
  1102. QDF_STATUS wmi_extract_profile_ctx(void *wmi_hdl, void *evt_buf,
  1103. wmi_host_wlan_profile_ctx_t *profile_ctx);
  1104. QDF_STATUS wmi_extract_profile_data(void *wmi_hdl, void *evt_buf, uint8_t idx,
  1105. wmi_host_wlan_profile_t *profile_data);
  1106. QDF_STATUS wmi_extract_chan_info_event(void *wmi_hdl, void *evt_buf,
  1107. wmi_host_chan_info_event *chan_info);
  1108. QDF_STATUS wmi_extract_channel_hopping_event(void *wmi_hdl, void *evt_buf,
  1109. wmi_host_pdev_channel_hopping_event *ch_hopping);
  1110. QDF_STATUS wmi_extract_stats_param(void *wmi_hdl, void *evt_buf,
  1111. wmi_host_stats_event *stats_param);
  1112. QDF_STATUS wmi_extract_pdev_stats(void *wmi_hdl, void *evt_buf,
  1113. uint32_t index,
  1114. wmi_host_pdev_stats *pdev_stats);
  1115. QDF_STATUS wmi_extract_unit_test(void *wmi_hdl, void *evt_buf,
  1116. wmi_unit_test_event *unit_test, uint32_t maxspace);
  1117. QDF_STATUS wmi_extract_pdev_ext_stats(void *wmi_hdl, void *evt_buf,
  1118. uint32_t index,
  1119. wmi_host_pdev_ext_stats *pdev_ext_stats);
  1120. QDF_STATUS wmi_extract_peer_extd_stats(void *wmi_hdl, void *evt_buf,
  1121. uint32_t index,
  1122. wmi_host_peer_extd_stats *peer_extd_stats);
  1123. QDF_STATUS wmi_extract_bss_chan_info_event(void *wmi_hdl, void *evt_buf,
  1124. wmi_host_pdev_bss_chan_info_event *bss_chan_info);
  1125. QDF_STATUS wmi_extract_inst_rssi_stats_event(void *wmi_hdl, void *evt_buf,
  1126. wmi_host_inst_stats_resp *inst_rssi_resp);
  1127. QDF_STATUS wmi_extract_peer_stats(void *wmi_hdl, void *evt_buf,
  1128. uint32_t index, wmi_host_peer_stats *peer_stats);
  1129. QDF_STATUS wmi_extract_tx_data_traffic_ctrl_ev(void *wmi_hdl, void *evt_buf,
  1130. wmi_host_tx_data_traffic_ctrl_event *ev);
  1131. QDF_STATUS wmi_extract_atf_peer_stats_ev(void *wmi_hdl, void *evt_buf,
  1132. wmi_host_atf_peer_stats_event *ev);
  1133. QDF_STATUS wmi_extract_atf_token_info_ev(void *wmi_hdl, void *evt_buf,
  1134. uint8_t idx, wmi_host_atf_peer_stats_info *atf_token_info);
  1135. QDF_STATUS wmi_extract_vdev_stats(void *wmi_hdl, void *evt_buf,
  1136. uint32_t index, wmi_host_vdev_stats *vdev_stats);
  1137. QDF_STATUS wmi_extract_vdev_extd_stats(void *wmi_hdl, void *evt_buf,
  1138. uint32_t index, wmi_host_vdev_extd_stats *vdev_extd_stats);
  1139. QDF_STATUS wmi_extract_bcn_stats(void *wmi_hdl, void *evt_buf,
  1140. uint32_t index, wmi_host_bcn_stats *vdev_bcn_stats);
  1141. QDF_STATUS wmi_unified_send_power_dbg_cmd(void *wmi_hdl,
  1142. struct wmi_power_dbg_params *param);
  1143. QDF_STATUS wmi_unified_send_multiple_vdev_restart_req_cmd(void *wmi_hdl,
  1144. struct multiple_vdev_restart_params *param);
  1145. QDF_STATUS wmi_unified_send_sar_limit_cmd(void *wmi_hdl,
  1146. struct sar_limit_cmd_params *params);
  1147. QDF_STATUS wmi_unified_send_adapt_dwelltime_params_cmd(void *wmi_hdl,
  1148. struct wmi_adaptive_dwelltime_params *
  1149. wmi_param);
  1150. QDF_STATUS wmi_unified_fw_test_cmd(void *wmi_hdl,
  1151. struct set_fwtest_params *wmi_fwtest);
  1152. QDF_STATUS wmi_unified_peer_rx_reorder_queue_setup_send(void *wmi_hdl,
  1153. struct rx_reorder_queue_setup_params *param);
  1154. QDF_STATUS wmi_unified_peer_rx_reorder_queue_remove_send(void *wmi_hdl,
  1155. struct rx_reorder_queue_remove_params *param);
  1156. QDF_STATUS wmi_extract_service_ready_ext(void *wmi_hdl, uint8_t *evt_buf,
  1157. struct wlan_psoc_host_service_ext_param *param);
  1158. QDF_STATUS wmi_extract_hw_mode_cap_service_ready_ext(
  1159. void *wmi_hdl,
  1160. uint8_t *evt_buf, uint8_t hw_mode_idx,
  1161. struct wlan_psoc_host_hw_mode_caps *param);
  1162. QDF_STATUS wmi_extract_mac_phy_cap_service_ready_ext(
  1163. void *wmi_hdl,
  1164. uint8_t *evt_buf,
  1165. uint8_t hw_mode_id,
  1166. uint8_t phy_id,
  1167. struct wlan_psoc_host_mac_phy_caps *param);
  1168. QDF_STATUS wmi_extract_reg_cap_service_ready_ext(
  1169. void *wmi_hdl,
  1170. uint8_t *evt_buf, uint8_t phy_idx,
  1171. struct wlan_psoc_host_hal_reg_capabilities_ext *param);
  1172. QDF_STATUS wmi_extract_pdev_utf_event(void *wmi_hdl,
  1173. uint8_t *evt_buf,
  1174. struct wmi_host_pdev_utf_event *param);
  1175. QDF_STATUS wmi_extract_pdev_qvit_event(void *wmi_hdl,
  1176. uint8_t *evt_buf,
  1177. struct wmi_host_pdev_qvit_event *param);
  1178. QDF_STATUS wmi_extract_peer_delete_response_event(void *wmi_hdl,
  1179. uint8_t *evt_buf,
  1180. struct wmi_host_peer_delete_response_event *param);
  1181. QDF_STATUS wmi_extract_chainmask_tables(void *wmi_hdl, uint8_t *evt_buf,
  1182. struct wlan_psoc_host_chainmask_table *chainmask_table);
  1183. /**
  1184. * wmi_unified_dfs_phyerr_offload_en_cmd() - enable dfs phyerr offload
  1185. * @wmi_handle: wmi handle
  1186. * @pdev_id: pdev id
  1187. *
  1188. * Return: QDF_STATUS
  1189. */
  1190. QDF_STATUS wmi_unified_dfs_phyerr_offload_en_cmd(void *wmi_hdl,
  1191. uint32_t pdev_id);
  1192. /**
  1193. * wmi_unified_dfs_phyerr_offload_dis_cmd() - disable dfs phyerr offload
  1194. * @wmi_handle: wmi handle
  1195. * @pdev_id: pdev id
  1196. *
  1197. * Return: QDF_STATUS
  1198. */
  1199. QDF_STATUS wmi_unified_dfs_phyerr_offload_dis_cmd(void *wmi_hdl,
  1200. uint32_t pdev_id);
  1201. QDF_STATUS wmi_unified_set_country_cmd_send(void *wmi_hdl,
  1202. struct set_country *param);
  1203. /*
  1204. * wmi_unified_set_del_pmkid_cache() - set delete PMKID
  1205. * @wmi_hdl: wma handle
  1206. * @pmksa: pointer to pmk cache entry
  1207. *
  1208. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1209. */
  1210. QDF_STATUS wmi_unified_set_del_pmkid_cache(void *wmi_hdl,
  1211. struct wmi_unified_pmk_cache *pmksa);
  1212. #if defined(WLAN_FEATURE_FILS_SK)
  1213. /*
  1214. * wmi_unified_roam_send_hlp_cmd() -send HLP command info
  1215. * @wmi_hdl: wma handle
  1216. * @req_buf: Pointer to HLP params
  1217. *
  1218. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1219. */
  1220. QDF_STATUS wmi_unified_roam_send_hlp_cmd(void *wmi_hdl,
  1221. struct hlp_params *req_buf);
  1222. #endif
  1223. /**
  1224. * wmi_unified_send_request_get_rcpi_cmd() - command to request rcpi value
  1225. * @wmi_hdl: wma handle
  1226. * @get_rcpi_param: rcpi params
  1227. *
  1228. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1229. */
  1230. QDF_STATUS wmi_unified_send_request_get_rcpi_cmd(void *wmi_hdl,
  1231. struct rcpi_req *get_rcpi_param);
  1232. /**
  1233. * wmi_extract_rcpi_response_event - api to extract RCPI event params
  1234. * @wmi_handle: wma handle
  1235. * @evt_buf: pointer to event buffer
  1236. * @res: pointer to hold rcpi response from firmware
  1237. *
  1238. * Return: QDF_STATUS_SUCCESS for successful event parse
  1239. * else QDF_STATUS_E_INVAL or QDF_STATUS_E_FAILURE
  1240. */
  1241. QDF_STATUS wmi_extract_rcpi_response_event(void *wmi_hdl, void *evt_buf,
  1242. struct rcpi_res *res);
  1243. #ifdef WMI_INTERFACE_EVENT_LOGGING
  1244. void wmi_print_cmd_log(wmi_unified_t wmi, uint32_t count,
  1245. qdf_abstract_print *print, void *print_priv);
  1246. void wmi_print_cmd_tx_cmp_log(wmi_unified_t wmi, uint32_t count,
  1247. qdf_abstract_print *print, void *print_priv);
  1248. void wmi_print_mgmt_cmd_log(wmi_unified_t wmi, uint32_t count,
  1249. qdf_abstract_print *print, void *print_priv);
  1250. void wmi_print_mgmt_cmd_tx_cmp_log(wmi_unified_t wmi, uint32_t count,
  1251. qdf_abstract_print *print, void *print_priv);
  1252. void wmi_print_event_log(wmi_unified_t wmi, uint32_t count,
  1253. qdf_abstract_print *print, void *print_priv);
  1254. void wmi_print_rx_event_log(wmi_unified_t wmi, uint32_t count,
  1255. qdf_abstract_print *print, void *print_priv);
  1256. void wmi_print_mgmt_event_log(wmi_unified_t wmi, uint32_t count,
  1257. qdf_abstract_print *print, void *print_priv);
  1258. #endif /* WMI_INTERFACE_EVENT_LOGGING */
  1259. QDF_STATUS wmi_unified_send_dbs_scan_sel_params_cmd(void *wmi_hdl,
  1260. struct wmi_dbs_scan_sel_params *wmi_param);
  1261. QDF_STATUS wmi_unified_send_limit_off_chan_cmd(void *wmi_hdl,
  1262. struct wmi_limit_off_chan_param *wmi_param);
  1263. QDF_STATUS wmi_unified_set_arp_stats_req(void *wmi_hdl,
  1264. struct set_arp_stats *req_buf);
  1265. QDF_STATUS wmi_unified_get_arp_stats_req(void *wmi_hdl,
  1266. struct get_arp_stats *req_buf);
  1267. /**
  1268. * wmi_send_bcn_offload_control_cmd - send beacon ofload control cmd to fw
  1269. * @wmi_hdl: wmi handle
  1270. * @bcn_ctrl_param: pointer to bcn_offload_control param
  1271. *
  1272. * Return: QDF_STATUS_SUCCESS for success or error code
  1273. */
  1274. QDF_STATUS wmi_send_bcn_offload_control_cmd(void *wmi_hdl,
  1275. struct bcn_offload_control *bcn_ctrl_param);
  1276. /**
  1277. * wmi_unified_send_wds_entry_list_cmd() - WMI function to get list of
  1278. * wds entries from FW
  1279. * @wmi_handle: wmi handle
  1280. *
  1281. * Send WMI_PDEV_WDS_ENTRY_LIST_CMDID parameters to fw.
  1282. *
  1283. * Return: QDF_STATUS_SUCCESS on success, QDF_STATUS_E_** on error
  1284. */
  1285. QDF_STATUS wmi_unified_send_dump_wds_table_cmd(void *wmi_hdl);
  1286. /**
  1287. * wmi_extract_wds_entry - api to extract wds entry
  1288. * @wmi_handle: wma handle
  1289. * @evt_buf: pointer to event buffer
  1290. * @wds_entry: wds entry
  1291. * @idx: index to point wds entry in event buffer
  1292. *
  1293. * Return: QDF_STATUS_SUCCESS for successful event parse
  1294. * else QDF_STATUS_E_INVAL or QDF_STATUS_E_FAILURE
  1295. */
  1296. QDF_STATUS wmi_extract_wds_entry(void *wmi_hdl, uint8_t *evt_buf,
  1297. struct wdsentry *wds_entry, u_int32_t idx);
  1298. #endif /* _WMI_UNIFIED_API_H_ */