wmi_unified_api.h 51 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671
  1. /*
  2. * Copyright (c) 2013-2018 The Linux Foundation. All rights reserved.
  3. *
  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. * This file contains the API definitions for the Unified Wireless Module
  20. * Interface (WMI).
  21. */
  22. #ifndef _WMI_UNIFIED_API_H_
  23. #define _WMI_UNIFIED_API_H_
  24. #include <osdep.h>
  25. #ifdef CONFIG_MCL
  26. #include "wmi.h"
  27. #endif
  28. #include "htc_api.h"
  29. #include "wmi_unified_param.h"
  30. #include "service_ready_param.h"
  31. #include "wlan_objmgr_psoc_obj.h"
  32. #include "wlan_mgmt_txrx_utils_api.h"
  33. #ifdef WLAN_POWER_MANAGEMENT_OFFLOAD
  34. #include "wmi_unified_pmo_api.h"
  35. #endif
  36. #include "wlan_scan_public_structs.h"
  37. #ifdef WLAN_FEATURE_DISA
  38. #include "wlan_disa_public_struct.h"
  39. #endif
  40. #ifdef WLAN_FEATURE_ACTION_OUI
  41. #include "wlan_action_oui_public_struct.h"
  42. #endif
  43. #ifdef WLAN_SUPPORT_GREEN_AP
  44. #include "wlan_green_ap_api.h"
  45. #endif
  46. #ifdef WLAN_FEATURE_DSRC
  47. #include "wlan_ocb_public_structs.h"
  48. #endif
  49. #ifdef WLAN_SUPPORT_TWT
  50. #include "wmi_unified_twt_param.h"
  51. #include "wmi_unified_twt_api.h"
  52. #endif
  53. #ifdef FEATURE_WLAN_EXTSCAN
  54. #include "wmi_unified_extscan_api.h"
  55. #endif
  56. #ifdef IPA_OFFLOAD
  57. #include "wlan_ipa_public_struct.h"
  58. #endif
  59. #ifdef WMI_SMART_ANT_SUPPORT
  60. #include "wmi_unified_smart_ant_api.h"
  61. #endif
  62. #ifdef WMI_DBR_SUPPORT
  63. #include "wmi_unified_dbr_api.h"
  64. #endif
  65. #ifdef WMI_ATF_SUPPORT
  66. #include "wmi_unified_atf_api.h"
  67. #endif
  68. #ifdef WMI_AP_SUPPORT
  69. #include "wmi_unified_ap_api.h"
  70. #endif
  71. #ifdef WLAN_FEATURE_DSRC
  72. #include "wmi_unified_ocb_api.h"
  73. #endif
  74. #ifdef WLAN_FEATURE_NAN_CONVERGENCE
  75. #include "wmi_unified_nan_api.h"
  76. #endif
  77. #ifdef CONVERGED_P2P_ENABLE
  78. #include <wmi_unified_p2p_api.h>
  79. #endif
  80. #ifdef WMI_ROAM_SUPPORT
  81. #include "wmi_unified_roam_api.h"
  82. #endif
  83. #ifdef WMI_CONCURRENCY_SUPPORT
  84. #include "wmi_unified_concurrency_api.h"
  85. #endif
  86. #ifdef WMI_STA_SUPPORT
  87. #include "wmi_unified_sta_api.h"
  88. #endif
  89. typedef qdf_nbuf_t wmi_buf_t;
  90. #define wmi_buf_data(_buf) qdf_nbuf_data(_buf)
  91. #define WMI_LOGD(args ...) \
  92. QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_DEBUG, ## args)
  93. #define WMI_LOGI(args ...) \
  94. QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_INFO, ## args)
  95. #define WMI_LOGW(args ...) \
  96. QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_WARN, ## args)
  97. #define WMI_LOGE(args ...) \
  98. QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_ERROR, ## args)
  99. #define WMI_LOGP(args ...) \
  100. QDF_TRACE(QDF_MODULE_ID_WMI, QDF_TRACE_LEVEL_FATAL, ## args)
  101. #define PHYERROR_MAX_BUFFER_LENGTH 0x7F000000
  102. struct wmi_soc;
  103. struct policy_mgr_dual_mac_config;
  104. /**
  105. * struct wmi_ops - service callbacks to upper layer
  106. * @service_ready_cbk: service ready callback
  107. * @service_ready_ext_cbk: service ready ext callback
  108. * @ready_cbk: ready calback
  109. * @wma_process_fw_event_handler_cbk: generic event handler callback
  110. */
  111. struct wmi_rx_ops {
  112. int (*wma_process_fw_event_handler_cbk)(void *ctx,
  113. void *ev, uint8_t rx_ctx);
  114. };
  115. /**
  116. * enum wmi_target_type - type of supported wmi command
  117. * @WMI_TLV_TARGET: tlv based target
  118. * @WMI_NON_TLV_TARGET: non-tlv based target
  119. *
  120. */
  121. enum wmi_target_type {
  122. WMI_TLV_TARGET,
  123. WMI_NON_TLV_TARGET,
  124. WMI_MAX_TARGET_TYPE
  125. };
  126. /**
  127. * enum wmi_rx_exec_ctx - wmi rx execution context
  128. * @WMI_RX_WORK_CTX: work queue context execution provided by WMI layer
  129. * @WMI_RX_UMAC_CTX: execution context provided by umac layer
  130. *
  131. */
  132. enum wmi_rx_exec_ctx {
  133. WMI_RX_WORK_CTX,
  134. WMI_RX_UMAC_CTX
  135. };
  136. /**
  137. * struct wmi_unified_attach_params - wmi init parameters
  138. * @param osdev : NIC device
  139. * @param target_type : type of supported wmi command
  140. * @param use_cookie : flag to indicate cookie based allocation
  141. * @param ops : handle to wmi ops
  142. * @psoc : objmgr psoc
  143. * @max_commands : max commands
  144. */
  145. struct wmi_unified_attach_params {
  146. osdev_t osdev;
  147. enum wmi_target_type target_type;
  148. bool use_cookie;
  149. bool is_async_ep;
  150. struct wmi_rx_ops *rx_ops;
  151. struct wlan_objmgr_psoc *psoc;
  152. uint16_t max_commands;
  153. uint32_t soc_id;
  154. };
  155. /**
  156. * attach for unified WMI
  157. *
  158. * @param scn_handle : handle to SCN.
  159. * @param params : attach params for WMI
  160. *
  161. */
  162. void *wmi_unified_attach(void *scn_handle,
  163. struct wmi_unified_attach_params *params);
  164. /**
  165. * wmi_mgmt_cmd_record() - Wrapper function for mgmt command logging macro
  166. *
  167. * @wmi_handle: wmi handle
  168. * @cmd: mgmt command
  169. * @header: pointer to 802.11 header
  170. * @vdev_id: vdev id
  171. * @chanfreq: channel frequency
  172. *
  173. * Return: none
  174. */
  175. void wmi_mgmt_cmd_record(wmi_unified_t wmi_handle, uint32_t cmd,
  176. void *header, uint32_t vdev_id, uint32_t chanfreq);
  177. /**
  178. * detach for unified WMI
  179. *
  180. * @param wmi_handle : handle to WMI.
  181. * @return void.
  182. */
  183. void wmi_unified_detach(struct wmi_unified *wmi_handle);
  184. /**
  185. * API to sync time between host and firmware
  186. *
  187. * @param wmi_handle : handle to WMI.
  188. * @return void.
  189. */
  190. void wmi_send_time_stamp_sync_cmd_tlv(void *wmi_hdl);
  191. void
  192. wmi_unified_remove_work(struct wmi_unified *wmi_handle);
  193. /**
  194. * generic function to allocate WMI buffer
  195. *
  196. * @param wmi_handle : handle to WMI.
  197. * @param len : length of the buffer
  198. * @return wmi_buf_t.
  199. */
  200. #ifdef NBUF_MEMORY_DEBUG
  201. #define wmi_buf_alloc(h, l) wmi_buf_alloc_debug(h, l, __FILE__, __LINE__)
  202. wmi_buf_t
  203. wmi_buf_alloc_debug(wmi_unified_t wmi_handle, uint32_t len,
  204. uint8_t *file_name, uint32_t line_num);
  205. #else
  206. /**
  207. * wmi_buf_alloc() - generic function to allocate WMI buffer
  208. * @wmi_handle: handle to WMI.
  209. * @len: length of the buffer
  210. *
  211. * Return: return wmi_buf_t or null if memory alloc fails
  212. */
  213. #define wmi_buf_alloc(wmi_handle, len) \
  214. wmi_buf_alloc_fl(wmi_handle, len, __func__, __LINE__)
  215. wmi_buf_t wmi_buf_alloc_fl(wmi_unified_t wmi_handle, uint32_t len,
  216. const char *func, uint32_t line);
  217. #endif
  218. /**
  219. * generic function frees WMI net buffer
  220. *
  221. * @param net_buf : Pointer ot net_buf to be freed
  222. */
  223. void wmi_buf_free(wmi_buf_t net_buf);
  224. /**
  225. * wmi_unified_cmd_send() - generic function to send unified WMI command
  226. * @wmi_handle: handle to WMI.
  227. * @buf: wmi command buffer
  228. * @buflen: wmi command buffer length
  229. * @cmd_id: WMI cmd id
  230. *
  231. * Note, it is NOT safe to access buf after calling this function!
  232. *
  233. * Return: QDF_STATUS
  234. */
  235. #define wmi_unified_cmd_send(wmi_handle, buf, buflen, cmd_id) \
  236. wmi_unified_cmd_send_fl(wmi_handle, buf, buflen, \
  237. cmd_id, __func__, __LINE__)
  238. QDF_STATUS
  239. wmi_unified_cmd_send_fl(wmi_unified_t wmi_handle, wmi_buf_t buf,
  240. uint32_t buflen, uint32_t cmd_id,
  241. const char *func, uint32_t line);
  242. /**
  243. * wmi_unified_register_event() - WMI event handler
  244. * registration function for converged components
  245. *
  246. * @wmi_handle: handle to WMI.
  247. * @event_id: WMI event ID
  248. * @handler_func: Event handler call back function
  249. *
  250. * @return 0 on success and -ve on failure.
  251. */
  252. int
  253. wmi_unified_register_event(wmi_unified_t wmi_handle,
  254. uint32_t event_id,
  255. wmi_unified_event_handler handler_func);
  256. /**
  257. * wmi_unified_register_event_handler() - WMI event handler
  258. * registration function
  259. *
  260. * @wmi_handle: handle to WMI.
  261. * @event_id: WMI event ID
  262. * @handler_func: Event handler call back function
  263. * @rx_ctx: rx event processing context
  264. *
  265. * @return 0 on success and -ve on failure.
  266. */
  267. int
  268. wmi_unified_register_event_handler(wmi_unified_t wmi_handle,
  269. wmi_conv_event_id event_id,
  270. wmi_unified_event_handler handler_func,
  271. uint8_t rx_ctx);
  272. /**
  273. * WMI event handler unregister function for converged componets
  274. *
  275. * @param wmi_handle : handle to WMI.
  276. * @param event_id : WMI event ID
  277. * @return 0 on success and -ve on failure.
  278. */
  279. int
  280. wmi_unified_unregister_event(wmi_unified_t wmi_handle,
  281. uint32_t event_id);
  282. /**
  283. * WMI event handler unregister function
  284. *
  285. * @param wmi_handle : handle to WMI.
  286. * @param event_id : WMI event ID
  287. * @return 0 on success and -ve on failure.
  288. */
  289. int
  290. wmi_unified_unregister_event_handler(wmi_unified_t wmi_handle,
  291. wmi_conv_event_id event_id);
  292. /**
  293. * request wmi to connet its htc service.
  294. * @param wmi_handle : handle to WMI.
  295. * @param htc_handle : handle to HTC.
  296. * @return void
  297. */
  298. QDF_STATUS
  299. wmi_unified_connect_htc_service(struct wmi_unified *wmi_handle,
  300. void *htc_handle);
  301. /*
  302. * WMI API to verify the host has enough credits to suspend
  303. * @param wmi_handle : handle to WMI.
  304. */
  305. int wmi_is_suspend_ready(wmi_unified_t wmi_handle);
  306. /**
  307. * WMI API to get updated host_credits
  308. * @param wmi_handle : handle to WMI.
  309. */
  310. int wmi_get_host_credits(wmi_unified_t wmi_handle);
  311. /**
  312. * WMI API to get WMI Pending Commands in the HTC queue
  313. * @param wmi_handle : handle to WMI.
  314. */
  315. int wmi_get_pending_cmds(wmi_unified_t wmi_handle);
  316. /**
  317. * WMI API to set target suspend state
  318. * @param wmi_handle : handle to WMI.
  319. * @param val : suspend state boolean
  320. */
  321. void wmi_set_target_suspend(wmi_unified_t wmi_handle, bool val);
  322. /**
  323. * WMI API to set bus suspend state
  324. * @param wmi_handle: handle to WMI.
  325. * @param val: suspend state boolean
  326. */
  327. void wmi_set_is_wow_bus_suspended(wmi_unified_t wmi_handle, A_BOOL val);
  328. /**
  329. * WMI API to set crash injection state
  330. * @param wmi_handle: handle to WMI.
  331. * @param val: crash injection state boolean
  332. */
  333. void wmi_tag_crash_inject(wmi_unified_t wmi_handle, A_BOOL flag);
  334. /**
  335. * WMI API to set target assert
  336. * @param wmi_handle: handle to WMI.
  337. * @param val: target assert config value.
  338. *
  339. * Return: none.
  340. */
  341. void wmi_set_tgt_assert(wmi_unified_t wmi_handle, bool val);
  342. /**
  343. * generic function to block unified WMI command
  344. * @param wmi_handle : handle to WMI.
  345. * @return 0 on success and -ve on failure.
  346. */
  347. int
  348. wmi_stop(wmi_unified_t wmi_handle);
  349. /**
  350. * API to flush all the previous packets associated with the wmi endpoint
  351. *
  352. * @param wmi_handle : handle to WMI.
  353. */
  354. void
  355. wmi_flush_endpoint(wmi_unified_t wmi_handle);
  356. /**
  357. * wmi_pdev_id_conversion_enable() - API to enable pdev_id conversion in WMI
  358. * By default pdev_id conversion is not done in WMI.
  359. * This API can be used enable conversion in WMI.
  360. * @param wmi_handle : handle to WMI
  361. * Return none
  362. */
  363. void wmi_pdev_id_conversion_enable(wmi_unified_t wmi_handle);
  364. /**
  365. * API to handle wmi rx event after UMAC has taken care of execution
  366. * context
  367. *
  368. * @param wmi_handle : handle to WMI.
  369. * @param evt_buf : wmi event buffer
  370. */
  371. void __wmi_control_rx(struct wmi_unified *wmi_handle, wmi_buf_t evt_buf);
  372. #ifdef FEATURE_RUNTIME_PM
  373. void
  374. wmi_set_runtime_pm_inprogress(wmi_unified_t wmi_handle, bool val);
  375. bool wmi_get_runtime_pm_inprogress(wmi_unified_t wmi_handle);
  376. #else
  377. static inline void
  378. wmi_set_runtime_pm_inprogress(wmi_unified_t wmi_handle, bool val)
  379. {
  380. return;
  381. }
  382. static inline bool wmi_get_runtime_pm_inprogress(wmi_unified_t wmi_handle)
  383. {
  384. return false;
  385. }
  386. #endif
  387. void *wmi_unified_get_soc_handle(struct wmi_unified *wmi_handle);
  388. void *wmi_unified_get_pdev_handle(struct wmi_soc *soc, uint32_t pdev_idx);
  389. /**
  390. * UMAC Callback to process fw event.
  391. * @param wmi_handle : handle to WMI.
  392. * @param evt_buf : wmi event buffer
  393. */
  394. void wmi_process_fw_event(struct wmi_unified *wmi_handle, wmi_buf_t evt_buf);
  395. uint16_t wmi_get_max_msg_len(wmi_unified_t wmi_handle);
  396. QDF_STATUS wmi_unified_vdev_create_send(void *wmi_hdl,
  397. uint8_t macaddr[IEEE80211_ADDR_LEN],
  398. struct vdev_create_params *param);
  399. QDF_STATUS wmi_unified_vdev_delete_send(void *wmi_hdl,
  400. uint8_t if_id);
  401. /**
  402. * wmi_unified_vdev_nss_chain_params_send() - send VDEV nss chain params to fw
  403. * @wmi_handle: wmi handle
  404. * @vdev_id: vdev id
  405. * @nss_chains_user_cfg: user configured params to send
  406. *
  407. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  408. */
  409. QDF_STATUS wmi_unified_vdev_nss_chain_params_send(void *wmi_hdl,
  410. uint8_t vdev_id,
  411. struct vdev_nss_chains *nss_chains_user_cfg);
  412. QDF_STATUS wmi_unified_vdev_stop_send(void *wmi_hdl,
  413. uint8_t vdev_id);
  414. QDF_STATUS wmi_unified_vdev_up_send(void *wmi_hdl,
  415. uint8_t bssid[IEEE80211_ADDR_LEN],
  416. struct vdev_up_params *params);
  417. QDF_STATUS wmi_unified_vdev_down_send(void *wmi_hdl,
  418. uint8_t vdev_id);
  419. QDF_STATUS wmi_unified_vdev_start_send(void *wmi_hdl,
  420. struct vdev_start_params *req);
  421. /**
  422. * wmi_unified_vdev_set_nac_rssi_send() - send NAC_RSSI command to fw
  423. * @param wmi_handle : handle to WMI
  424. * @param req : pointer to hold nac rssi request data
  425. *
  426. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  427. */
  428. QDF_STATUS wmi_unified_vdev_set_nac_rssi_send(void *wmi_hdl,
  429. struct vdev_scan_nac_rssi_params *req);
  430. QDF_STATUS wmi_unified_hidden_ssid_vdev_restart_send(void *wmi_hdl,
  431. struct hidden_ssid_vdev_restart_params *restart_params);
  432. QDF_STATUS wmi_unified_vdev_set_param_send(void *wmi_hdl,
  433. struct vdev_set_params *param);
  434. QDF_STATUS wmi_unified_sifs_trigger_send(void *wmi_hdl,
  435. struct sifs_trigger_param *param);
  436. QDF_STATUS wmi_unified_peer_delete_send(void *wmi_hdl,
  437. uint8_t
  438. peer_addr[IEEE80211_ADDR_LEN],
  439. uint8_t vdev_id);
  440. QDF_STATUS wmi_unified_peer_flush_tids_send(void *wmi_hdl,
  441. uint8_t peer_addr[IEEE80211_ADDR_LEN],
  442. struct peer_flush_params *param);
  443. QDF_STATUS wmi_set_peer_param_send(void *wmi_hdl,
  444. uint8_t peer_addr[IEEE80211_ADDR_LEN],
  445. struct peer_set_params *param);
  446. QDF_STATUS wmi_unified_peer_create_send(void *wmi_hdl,
  447. struct peer_create_params *param);
  448. QDF_STATUS wmi_unified_stats_request_send(void *wmi_hdl,
  449. uint8_t macaddr[IEEE80211_ADDR_LEN],
  450. struct stats_request_params *param);
  451. QDF_STATUS wmi_unified_green_ap_ps_send(void *wmi_hdl,
  452. uint32_t value, uint8_t pdev_id);
  453. QDF_STATUS wmi_unified_wow_enable_send(void *wmi_hdl,
  454. struct wow_cmd_params *param,
  455. uint8_t mac_id);
  456. QDF_STATUS wmi_unified_wow_wakeup_send(void *wmi_hdl);
  457. QDF_STATUS wmi_unified_wow_add_wakeup_event_send(void *wmi_hdl,
  458. struct wow_add_wakeup_params *param);
  459. QDF_STATUS wmi_unified_wow_add_wakeup_pattern_send(void *wmi_hdl,
  460. struct wow_add_wakeup_pattern_params *param);
  461. QDF_STATUS wmi_unified_wow_remove_wakeup_pattern_send(void *wmi_hdl,
  462. struct wow_remove_wakeup_pattern_params *param);
  463. #ifndef CONFIG_MCL
  464. QDF_STATUS wmi_unified_packet_log_enable_send(void *wmi_hdl,
  465. WMI_HOST_PKTLOG_EVENT PKTLOG_EVENT, uint8_t mac_id);
  466. #else
  467. QDF_STATUS wmi_unified_packet_log_enable_send(void *wmi_hdl,
  468. uint8_t macaddr[IEEE80211_ADDR_LEN],
  469. struct packet_enable_params *param);
  470. #endif
  471. QDF_STATUS wmi_unified_packet_log_disable_send(void *wmi_hdl, uint8_t mac_id);
  472. QDF_STATUS wmi_unified_suspend_send(void *wmi_hdl,
  473. struct suspend_params *param,
  474. uint8_t mac_id);
  475. QDF_STATUS wmi_unified_resume_send(void *wmi_hdl,
  476. uint8_t mac_id);
  477. QDF_STATUS
  478. wmi_unified_pdev_param_send(void *wmi_hdl,
  479. struct pdev_params *param,
  480. uint8_t mac_id);
  481. QDF_STATUS wmi_unified_beacon_tmpl_send_cmd(void *wmi_hdl,
  482. struct beacon_tmpl_params *param);
  483. QDF_STATUS wmi_unified_peer_assoc_send(void *wmi_hdl,
  484. struct peer_assoc_params *param);
  485. QDF_STATUS wmi_unified_sta_ps_cmd_send(void *wmi_hdl,
  486. struct sta_ps_params *param);
  487. QDF_STATUS wmi_unified_ap_ps_cmd_send(void *wmi_hdl,
  488. uint8_t macaddr[IEEE80211_ADDR_LEN],
  489. struct ap_ps_params *param);
  490. QDF_STATUS wmi_unified_scan_start_cmd_send(void *wmi_hdl,
  491. struct scan_req_params *param);
  492. QDF_STATUS wmi_unified_scan_stop_cmd_send(void *wmi_hdl,
  493. struct scan_cancel_param *param);
  494. QDF_STATUS wmi_unified_scan_chan_list_cmd_send(void *wmi_hdl,
  495. struct scan_chan_list_params *param);
  496. QDF_STATUS wmi_crash_inject(void *wmi_hdl,
  497. struct crash_inject *param);
  498. QDF_STATUS wmi_unified_pdev_utf_cmd_send(void *wmi_hdl,
  499. struct pdev_utf_params *param,
  500. uint8_t mac_id);
  501. #ifdef FEATURE_FW_LOG_PARSING
  502. QDF_STATUS wmi_unified_dbglog_cmd_send(void *wmi_hdl,
  503. struct dbglog_params *param);
  504. #else
  505. static inline QDF_STATUS
  506. wmi_unified_dbglog_cmd_send(void *wmi_hdl,
  507. struct dbglog_params *param)
  508. {
  509. return QDF_STATUS_SUCCESS;
  510. }
  511. #endif
  512. QDF_STATUS wmi_mgmt_unified_cmd_send(void *wmi_hdl,
  513. struct wmi_mgmt_params *param);
  514. QDF_STATUS wmi_offchan_data_tx_cmd_send(void *wmi_hdl,
  515. struct wmi_offchan_data_tx_params *param);
  516. QDF_STATUS wmi_unified_modem_power_state(void *wmi_hdl,
  517. uint32_t param_value);
  518. QDF_STATUS wmi_unified_set_sta_ps_mode(void *wmi_hdl,
  519. uint32_t vdev_id, uint8_t val);
  520. QDF_STATUS
  521. wmi_unified_set_sta_uapsd_auto_trig_cmd(void *wmi_hdl,
  522. struct sta_uapsd_trig_params *param);
  523. QDF_STATUS wmi_unified_get_temperature(void *wmi_hdl);
  524. QDF_STATUS wmi_unified_set_smps_params(void *wmi_hdl, uint8_t vdev_id,
  525. int value);
  526. QDF_STATUS wmi_unified_set_mimops(void *wmi_hdl, uint8_t vdev_id, int value);
  527. QDF_STATUS wmi_unified_lro_config_cmd(void *wmi_hdl,
  528. struct wmi_lro_config_cmd_t *wmi_lro_cmd);
  529. QDF_STATUS wmi_unified_set_thermal_mgmt_cmd(void *wmi_hdl,
  530. struct thermal_cmd_params *thermal_info);
  531. QDF_STATUS wmi_unified_peer_rate_report_cmd(void *wmi_hdl,
  532. struct wmi_peer_rate_report_params *rate_report_params);
  533. #ifdef CONFIG_MCL
  534. QDF_STATUS wmi_unified_bcn_buf_ll_cmd(void *wmi_hdl,
  535. wmi_bcn_send_from_host_cmd_fixed_param *param);
  536. #endif
  537. QDF_STATUS wmi_unified_process_update_edca_param(void *wmi_hdl,
  538. uint8_t vdev_id, bool mu_edca_param,
  539. struct wmi_host_wme_vparams wmm_vparams[WMI_MAX_NUM_AC]);
  540. QDF_STATUS wmi_unified_probe_rsp_tmpl_send_cmd(void *wmi_hdl,
  541. uint8_t vdev_id,
  542. struct wmi_probe_resp_params *probe_rsp_info);
  543. QDF_STATUS wmi_unified_setup_install_key_cmd(void *wmi_hdl,
  544. struct set_key_params *key_params);
  545. QDF_STATUS wmi_unified_p2p_go_set_beacon_ie_cmd(void *wmi_hdl,
  546. uint32_t vdev_id, uint8_t *p2p_ie);
  547. QDF_STATUS wmi_unified_scan_probe_setoui_cmd(void *wmi_hdl,
  548. struct scan_mac_oui *psetoui);
  549. #ifdef IPA_OFFLOAD
  550. QDF_STATUS wmi_unified_ipa_offload_control_cmd(void *wmi_hdl,
  551. struct ipa_uc_offload_control_params *ipa_offload);
  552. #endif
  553. QDF_STATUS wmi_unified_pno_stop_cmd(void *wmi_hdl, uint8_t vdev_id);
  554. #ifdef FEATURE_WLAN_SCAN_PNO
  555. QDF_STATUS wmi_unified_pno_start_cmd(void *wmi_hdl,
  556. struct pno_scan_req_params *pno);
  557. #endif
  558. QDF_STATUS wmi_unified_nlo_mawc_cmd(void *wmi_hdl,
  559. struct nlo_mawc_params *params);
  560. QDF_STATUS wmi_unified_process_ll_stats_clear_cmd
  561. (void *wmi_hdl, const struct ll_stats_clear_params *clear_req,
  562. uint8_t addr[IEEE80211_ADDR_LEN]);
  563. QDF_STATUS wmi_unified_process_ll_stats_set_cmd
  564. (void *wmi_hdl, const struct ll_stats_set_params *set_req);
  565. QDF_STATUS wmi_unified_process_ll_stats_get_cmd
  566. (void *wmi_hdl, const struct ll_stats_get_params *get_req,
  567. uint8_t addr[IEEE80211_ADDR_LEN]);
  568. /**
  569. * wmi_unified_congestion_request_cmd() - send request to fw to get CCA
  570. * @wmi_hdl: wma handle
  571. * @vdev_id: vdev id
  572. *
  573. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  574. */
  575. QDF_STATUS wmi_unified_congestion_request_cmd(void *wmi_hdl,
  576. uint8_t vdev_id);
  577. QDF_STATUS wmi_unified_snr_request_cmd(void *wmi_hdl);
  578. QDF_STATUS wmi_unified_snr_cmd(void *wmi_hdl, uint8_t vdev_id);
  579. QDF_STATUS wmi_unified_link_status_req_cmd(void *wmi_hdl,
  580. struct link_status_params *link_status);
  581. #ifdef WLAN_SUPPORT_GREEN_AP
  582. QDF_STATUS wmi_unified_egap_conf_params_cmd(void *wmi_hdl,
  583. struct wlan_green_ap_egap_params *egap_params);
  584. #endif
  585. QDF_STATUS wmi_unified_csa_offload_enable(void *wmi_hdl, uint8_t vdev_id);
  586. #ifdef WLAN_FEATURE_CIF_CFR
  587. /**
  588. * wmi_unified_oem_dma_ring_cfg() - configure OEM DMA rings
  589. * @wmi_handle: wmi handle
  590. * @data_len: len of dma cfg req
  591. * @data: dma cfg req
  592. *
  593. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  594. */
  595. QDF_STATUS wmi_unified_oem_dma_ring_cfg(void *wmi_hdl,
  596. wmi_oem_dma_ring_cfg_req_fixed_param *cfg);
  597. #endif
  598. QDF_STATUS wmi_unified_start_oem_data_cmd(void *wmi_hdl,
  599. uint32_t data_len,
  600. uint8_t *data);
  601. QDF_STATUS wmi_unified_dfs_phyerr_filter_offload_en_cmd(void *wmi_hdl,
  602. bool dfs_phyerr_filter_offload);
  603. #ifdef CONFIG_MCL
  604. QDF_STATUS wmi_unified_pktlog_wmi_send_cmd(void *wmi_hdl,
  605. WMI_PKTLOG_EVENT pktlog_event,
  606. uint32_t cmd_id,
  607. uint8_t user_triggered);
  608. #endif
  609. QDF_STATUS wmi_unified_stats_ext_req_cmd(void *wmi_hdl,
  610. struct stats_ext_params *preq);
  611. QDF_STATUS wmi_unified_process_dhcpserver_offload_cmd(void *wmi_hdl,
  612. struct dhcp_offload_info_params *params);
  613. QDF_STATUS wmi_unified_send_regdomain_info_to_fw_cmd(void *wmi_hdl,
  614. uint32_t reg_dmn, uint16_t regdmn2G,
  615. uint16_t regdmn5G, uint8_t ctl2G,
  616. uint8_t ctl5G);
  617. QDF_STATUS wmi_unified_process_fw_mem_dump_cmd(void *wmi_hdl,
  618. struct fw_dump_req_param *mem_dump_req);
  619. QDF_STATUS wmi_unified_save_fw_version_cmd(void *wmi_hdl,
  620. void *evt_buf);
  621. QDF_STATUS wmi_unified_log_supported_evt_cmd(void *wmi_hdl,
  622. uint8_t *event,
  623. uint32_t len);
  624. QDF_STATUS wmi_unified_enable_specific_fw_logs_cmd(void *wmi_hdl,
  625. struct wmi_wifi_start_log *start_log);
  626. QDF_STATUS wmi_unified_flush_logs_to_fw_cmd(void *wmi_hdl);
  627. QDF_STATUS wmi_unified_set_ssid_hotlist_cmd(void *wmi_hdl,
  628. struct ssid_hotlist_request_params *request);
  629. QDF_STATUS wmi_unified_unit_test_cmd(void *wmi_hdl,
  630. struct wmi_unit_test_cmd *wmi_utest);
  631. #ifdef FEATURE_WLAN_APF
  632. /**
  633. * wmi_unified_set_active_apf_mode_cmd() - config active APF mode in FW
  634. * @wmi: the WMI handle
  635. * @vdev_id: the Id of the vdev to apply the configuration to
  636. * @ucast_mode: the active APF mode to configure for unicast packets
  637. * @mcast_bcast_mode: the active APF mode to configure for multicast/broadcast
  638. * packets
  639. */
  640. QDF_STATUS
  641. wmi_unified_set_active_apf_mode_cmd(wmi_unified_t wmi, uint8_t vdev_id,
  642. enum wmi_host_active_apf_mode ucast_mode,
  643. enum wmi_host_active_apf_mode
  644. mcast_bcast_mode);
  645. /**
  646. * wmi_unified_send_apf_enable_cmd() - send apf enable/disable cmd
  647. * @wmi: wmi handle
  648. * @vdev_id: VDEV id
  649. * @enable: true: enable, false: disable
  650. *
  651. * This function passes the apf enable command to fw
  652. *
  653. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  654. */
  655. QDF_STATUS wmi_unified_send_apf_enable_cmd(wmi_unified_t wmi,
  656. uint32_t vdev_id, bool enable);
  657. /**
  658. * wmi_unified_send_apf_write_work_memory_cmd() - send cmd to write into the APF
  659. * work memory.
  660. * @wmi: wmi handle
  661. * @write_params: parameters and buffer pointer for the write
  662. *
  663. * This function passes the write apf work mem command to fw
  664. *
  665. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  666. */
  667. QDF_STATUS wmi_unified_send_apf_write_work_memory_cmd(wmi_unified_t wmi,
  668. struct wmi_apf_write_memory_params *write_params);
  669. /**
  670. * wmi_unified_send_apf_read_work_memory_cmd() - send cmd to read part of APF
  671. * work memory
  672. * @wmi: wmi handle
  673. * @read_params: contains relative address and length to read from
  674. *
  675. * This function passes the read apf work mem command to fw
  676. *
  677. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  678. */
  679. QDF_STATUS wmi_unified_send_apf_read_work_memory_cmd(wmi_unified_t wmi,
  680. struct wmi_apf_read_memory_params *read_params);
  681. /**
  682. * wmi_extract_apf_read_memory_resp_event() - exctract read mem resp event
  683. * @wmi: wmi handle
  684. * @evt_buf: Pointer to the event buffer
  685. * @resp: pointer to memory to extract event parameters into
  686. *
  687. * This function exctracts read mem response event into the given structure ptr
  688. *
  689. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  690. */
  691. QDF_STATUS
  692. wmi_extract_apf_read_memory_resp_event(wmi_unified_t wmi, void *evt_buf,
  693. struct wmi_apf_read_memory_resp_event_params
  694. *read_mem_evt);
  695. #endif /* FEATURE_WLAN_APF */
  696. QDF_STATUS wmi_unified_stats_request_send(void *wmi_hdl,
  697. uint8_t macaddr[IEEE80211_ADDR_LEN],
  698. struct stats_request_params *param);
  699. QDF_STATUS wmi_send_get_user_position_cmd(void *wmi_hdl, uint32_t value);
  700. QDF_STATUS wmi_send_get_peer_mumimo_tx_count_cmd(void *wmi_hdl, uint32_t value);
  701. QDF_STATUS wmi_send_reset_peer_mumimo_tx_count_cmd(void *wmi_hdl,
  702. uint32_t value);
  703. QDF_STATUS wmi_unified_send_btcoex_wlan_priority_cmd(void *wmi_hdl,
  704. struct btcoex_cfg_params *param);
  705. QDF_STATUS wmi_unified_send_btcoex_duty_cycle_cmd(void *wmi_hdl,
  706. struct btcoex_cfg_params *param);
  707. QDF_STATUS wmi_unified_send_coex_ver_cfg_cmd(void *wmi_hdl,
  708. coex_ver_cfg_t *param);
  709. QDF_STATUS wmi_unified_send_coex_config_cmd(void *wmi_hdl,
  710. struct coex_config_params *param);
  711. QDF_STATUS wmi_unified_pdev_fips_cmd_send(void *wmi_hdl,
  712. struct fips_params *param);
  713. QDF_STATUS wmi_unified_wlan_profile_enable_cmd_send(void *wmi_hdl,
  714. struct wlan_profile_params *param);
  715. QDF_STATUS wmi_unified_wlan_profile_trigger_cmd_send(void *wmi_hdl,
  716. struct wlan_profile_params *param);
  717. QDF_STATUS wmi_unified_set_chan_cmd_send(void *wmi_hdl,
  718. struct channel_param *param);
  719. QDF_STATUS wmi_unified_set_ratepwr_table_cmd_send(void *wmi_hdl,
  720. struct ratepwr_table_params *param);
  721. QDF_STATUS wmi_unified_get_ratepwr_table_cmd_send(void *wmi_hdl);
  722. QDF_STATUS wmi_unified_set_ratepwr_chainmsk_cmd_send(void *wmi_hdl,
  723. struct ratepwr_chainmsk_params *param);
  724. QDF_STATUS wmi_unified_set_macaddr_cmd_send(void *wmi_hdl,
  725. struct macaddr_params *param);
  726. QDF_STATUS wmi_unified_pdev_scan_start_cmd_send(void *wmi_hdl);
  727. QDF_STATUS wmi_unified_pdev_scan_end_cmd_send(void *wmi_hdl);
  728. QDF_STATUS wmi_unified_set_acparams_cmd_send(void *wmi_hdl,
  729. struct acparams_params *param);
  730. QDF_STATUS wmi_unified_set_vap_dscp_tid_map_cmd_send(void *wmi_hdl,
  731. struct vap_dscp_tid_map_params *param);
  732. QDF_STATUS wmi_unified_proxy_ast_reserve_cmd_send(void *wmi_hdl,
  733. struct proxy_ast_reserve_params *param);
  734. /**
  735. * wmi_unified_set_bridge_mac_addr_cmd_send() - WMI set bridge mac addr cmd function
  736. * @param wmi_hdl : handle to WMI.
  737. * @param param : pointer to hold bridge mac addr param
  738. *
  739. * @return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  740. */
  741. QDF_STATUS wmi_unified_set_bridge_mac_addr_cmd_send(void *wmi_hdl,
  742. struct set_bridge_mac_addr_params *param);
  743. QDF_STATUS wmi_unified_phyerr_enable_cmd_send(void *wmi_hdl);
  744. QDF_STATUS wmi_unified_phyerr_enable_cmd_send(void *wmi_hdl);
  745. QDF_STATUS wmi_unified_phyerr_disable_cmd_send(void *wmi_hdl);
  746. QDF_STATUS wmi_unified_smart_ant_enable_tx_feedback_cmd_send(void *wmi_hdl,
  747. struct smart_ant_enable_tx_feedback_params *param);
  748. QDF_STATUS wmi_unified_vdev_spectral_configure_cmd_send(void *wmi_hdl,
  749. struct vdev_spectral_configure_params *param);
  750. QDF_STATUS wmi_unified_vdev_spectral_enable_cmd_send(void *wmi_hdl,
  751. struct vdev_spectral_enable_params *param);
  752. QDF_STATUS wmi_unified_bss_chan_info_request_cmd_send(void *wmi_hdl,
  753. struct bss_chan_info_request_params *param);
  754. QDF_STATUS wmi_unified_thermal_mitigation_param_cmd_send(void *wmi_hdl,
  755. struct thermal_mitigation_params *param);
  756. QDF_STATUS wmi_unified_vdev_set_fwtest_param_cmd_send(void *wmi_hdl,
  757. struct set_fwtest_params *param);
  758. /**
  759. * wmi_unified_vdev_set_custom_aggr_size_cmd_send() - WMI set custom aggr
  760. * size command
  761. * @param wmi_hdl : handle to WMI.
  762. * @param param : pointer to hold custom aggr size param
  763. *
  764. * @return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  765. */
  766. QDF_STATUS wmi_unified_vdev_set_custom_aggr_size_cmd_send(void *wmi_hdl,
  767. struct set_custom_aggr_size_params *param);
  768. /**
  769. * wmi_unified_vdev_set_qdepth_thresh_cmd_send() - WMI set qdepth threshold
  770. * @param wmi_hdl : handle to WMI.
  771. * @param param : pointer to hold set qdepth thresh param
  772. *
  773. * @return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  774. */
  775. QDF_STATUS wmi_unified_vdev_set_qdepth_thresh_cmd_send(void *wmi_hdl,
  776. struct set_qdepth_thresh_params *param);
  777. QDF_STATUS wmi_unified_pdev_set_regdomain_cmd_send(void *wmi_hdl,
  778. struct pdev_set_regdomain_params *param);
  779. QDF_STATUS wmi_unified_set_beacon_filter_cmd_send(void *wmi_hdl,
  780. struct set_beacon_filter_params *param);
  781. QDF_STATUS wmi_unified_remove_beacon_filter_cmd_send(void *wmi_hdl,
  782. struct remove_beacon_filter_params *param);
  783. QDF_STATUS wmi_unified_addba_clearresponse_cmd_send(void *wmi_hdl,
  784. uint8_t macaddr[IEEE80211_ADDR_LEN],
  785. struct addba_clearresponse_params *param);
  786. QDF_STATUS wmi_unified_addba_send_cmd_send(void *wmi_hdl,
  787. uint8_t macaddr[IEEE80211_ADDR_LEN],
  788. struct addba_send_params *param);
  789. QDF_STATUS wmi_unified_delba_send_cmd_send(void *wmi_hdl,
  790. uint8_t macaddr[IEEE80211_ADDR_LEN],
  791. struct delba_send_params *param);
  792. QDF_STATUS wmi_unified_addba_setresponse_cmd_send(void *wmi_hdl,
  793. uint8_t macaddr[IEEE80211_ADDR_LEN],
  794. struct addba_setresponse_params *param);
  795. QDF_STATUS wmi_unified_singleamsdu_cmd_send(void *wmi_hdl,
  796. uint8_t macaddr[IEEE80211_ADDR_LEN],
  797. struct singleamsdu_params *param);
  798. QDF_STATUS wmi_unified_mu_scan_cmd_send(void *wmi_hdl,
  799. struct mu_scan_params *param);
  800. QDF_STATUS wmi_unified_lteu_config_cmd_send(void *wmi_hdl,
  801. struct lteu_config_params *param);
  802. QDF_STATUS wmi_unified_set_psmode_cmd_send(void *wmi_hdl,
  803. struct set_ps_mode_params *param);
  804. QDF_STATUS wmi_unified_init_cmd_send(void *wmi_hdl,
  805. struct wmi_init_cmd_param *param);
  806. bool wmi_service_enabled(void *wmi_hdl, uint32_t service_id);
  807. /**
  808. * wmi_save_service_bitmap() - save service bitmap
  809. * @wmi_handle: wmi handle
  810. * @param evt_buf: pointer to event buffer
  811. *
  812. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS failure code
  813. */
  814. QDF_STATUS wmi_save_service_bitmap(void *wmi_hdl, void *evt_buf,
  815. void *bitmap_buf);
  816. /**
  817. * wmi_save_ext_service_bitmap() - save extended service bitmap
  818. * @wmi_handle: wmi handle
  819. * @param evt_buf: pointer to event buffer
  820. *
  821. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS failure code
  822. */
  823. QDF_STATUS wmi_save_ext_service_bitmap(void *wmi_hdl, void *evt_buf,
  824. void *bitmap_buf);
  825. QDF_STATUS wmi_save_fw_version(void *wmi_hdl, void *evt_buf);
  826. QDF_STATUS wmi_get_target_cap_from_service_ready(void *wmi_hdl,
  827. void *evt_buf,
  828. struct wlan_psoc_target_capability_info *ev);
  829. QDF_STATUS wmi_extract_hal_reg_cap(void *wmi_hdl, void *evt_buf,
  830. struct wlan_psoc_hal_reg_capability *hal_reg_cap);
  831. host_mem_req *wmi_extract_host_mem_req_from_service_ready(void *wmi_hdl,
  832. void *evt_buf, uint8_t *num_entries);
  833. uint32_t wmi_ready_extract_init_status(void *wmi_hdl, void *ev);
  834. QDF_STATUS wmi_ready_extract_mac_addr(void *wmi_hdl,
  835. void *ev, uint8_t *macaddr);
  836. wmi_host_mac_addr *wmi_ready_extract_mac_addr_list(void *wmi_hdl, void *ev,
  837. uint8_t *num_mac_addr);
  838. /**
  839. * wmi_extract_ready_params() - Extract data from ready event apart from
  840. * status, macaddr and version.
  841. * @wmi_handle: Pointer to WMI handle.
  842. * @evt_buf: Pointer to Ready event buffer.
  843. * @ev_param: Pointer to host defined struct to copy the data from event.
  844. *
  845. * Return: QDF_STATUS_SUCCESS on success.
  846. */
  847. QDF_STATUS wmi_extract_ready_event_params(void *wmi_hdl,
  848. void *evt_buf, struct wmi_host_ready_ev_param *ev_param);
  849. QDF_STATUS wmi_extract_fw_version(void *wmi_hdl,
  850. void *ev, struct wmi_host_fw_ver *fw_ver);
  851. QDF_STATUS wmi_extract_fw_abi_version(void *wmi_hdl,
  852. void *ev, struct wmi_host_fw_abi_ver *fw_ver);
  853. QDF_STATUS wmi_check_and_update_fw_version(void *wmi_hdl, void *ev);
  854. uint8_t *wmi_extract_dbglog_data_len(void *wmi_hdl,
  855. void *evt_b, uint32_t *len);
  856. QDF_STATUS wmi_send_ext_resource_config(void *wmi_hdl,
  857. wmi_host_ext_resource_config *ext_cfg);
  858. QDF_STATUS wmi_unified_rtt_meas_req_test_cmd_send(void *wmi_hdl,
  859. struct rtt_meas_req_test_params *param);
  860. QDF_STATUS wmi_unified_rtt_meas_req_cmd_send(void *wmi_hdl,
  861. struct rtt_meas_req_params *param);
  862. QDF_STATUS wmi_unified_rtt_keepalive_req_cmd_send(void *wmi_hdl,
  863. struct rtt_keepalive_req_params *param);
  864. QDF_STATUS wmi_unified_lci_set_cmd_send(void *wmi_hdl,
  865. struct lci_set_params *param);
  866. QDF_STATUS wmi_unified_lcr_set_cmd_send(void *wmi_hdl,
  867. struct lcr_set_params *param);
  868. QDF_STATUS wmi_unified_send_periodic_chan_stats_config_cmd(void *wmi_hdl,
  869. struct periodic_chan_stats_params *param);
  870. /* Extract APIs */
  871. QDF_STATUS wmi_extract_fips_event_data(void *wmi_hdl, void *evt_buf,
  872. struct wmi_host_fips_event_param *param);
  873. QDF_STATUS wmi_extract_mgmt_rx_params(void *wmi_hdl, void *evt_buf,
  874. struct mgmt_rx_event_params *hdr, uint8_t **bufp);
  875. QDF_STATUS wmi_extract_vdev_roam_param(void *wmi_hdl, void *evt_buf,
  876. wmi_host_roam_event *ev);
  877. QDF_STATUS wmi_extract_vdev_scan_ev_param(void *wmi_hdl, void *evt_buf,
  878. struct scan_event *param);
  879. QDF_STATUS wmi_extract_mu_ev_param(void *wmi_hdl, void *evt_buf,
  880. wmi_host_mu_report_event *param);
  881. QDF_STATUS wmi_extract_mu_db_entry(void *wmi_hdl, void *evt_buf,
  882. uint8_t idx, wmi_host_mu_db_entry *param);
  883. QDF_STATUS wmi_extract_mumimo_tx_count_ev_param(void *wmi_hdl, void *evt_buf,
  884. wmi_host_peer_txmu_cnt_event *param);
  885. QDF_STATUS wmi_extract_peer_gid_userpos_list_ev_param(void *wmi_hdl,
  886. void *evt_buf, wmi_host_peer_gid_userpos_list_event *param);
  887. QDF_STATUS
  888. wmi_extract_esp_estimate_ev_param(void *wmi_hdl, void *evt_buf,
  889. struct esp_estimation_event *param);
  890. QDF_STATUS wmi_extract_gpio_input_ev_param(void *wmi_hdl,
  891. void *evt_buf, uint32_t *gpio_num);
  892. QDF_STATUS wmi_extract_pdev_reserve_ast_ev_param(void *wmi_hdl,
  893. void *evt_buf, struct wmi_host_proxy_ast_reserve_param *param);
  894. QDF_STATUS wmi_extract_pdev_generic_buffer_ev_param(void *wmi_hdl,
  895. void *evt_buf,
  896. wmi_host_pdev_generic_buffer_event *param);
  897. QDF_STATUS wmi_extract_peer_ratecode_list_ev(void *wmi_hdl, void *evt_buf,
  898. uint8_t *peer_mac, wmi_sa_rate_cap *rate_cap);
  899. QDF_STATUS wmi_extract_bcnflt_stats(void *wmi_hdl, void *evt_buf,
  900. uint32_t index, wmi_host_bcnflt_stats *bcnflt_stats);
  901. QDF_STATUS wmi_extract_rtt_hdr(void *wmi_hdl, void *evt_buf,
  902. wmi_host_rtt_event_hdr *ev);
  903. QDF_STATUS wmi_extract_rtt_ev(void *wmi_hdl, void *evt_buf,
  904. wmi_host_rtt_meas_event *ev, uint8_t *hdump,
  905. uint16_t hdump_len);
  906. QDF_STATUS wmi_extract_rtt_error_report_ev(void *wmi_hdl, void *evt_buf,
  907. wmi_host_rtt_error_report_event *ev);
  908. QDF_STATUS wmi_extract_chan_stats(void *wmi_hdl, void *evt_buf,
  909. uint32_t index, wmi_host_chan_stats *chan_stats);
  910. QDF_STATUS wmi_extract_thermal_stats(void *wmi_hdl, void *evt_buf,
  911. uint32_t *temp, uint32_t *level, uint32_t *pdev_id);
  912. QDF_STATUS wmi_extract_thermal_level_stats(void *wmi_hdl, void *evt_buf,
  913. uint8_t idx, uint32_t *levelcount, uint32_t *dccount);
  914. QDF_STATUS wmi_extract_comb_phyerr(void *wmi_hdl, void *evt_buf,
  915. uint16_t datalen, uint16_t *buf_offset,
  916. wmi_host_phyerr_t *phyerr);
  917. QDF_STATUS wmi_extract_single_phyerr(void *wmi_hdl, void *evt_buf,
  918. uint16_t datalen, uint16_t *buf_offset,
  919. wmi_host_phyerr_t *phyerr);
  920. QDF_STATUS wmi_extract_composite_phyerr(void *wmi_hdl, void *evt_buf,
  921. uint16_t datalen, wmi_host_phyerr_t *phyerr);
  922. QDF_STATUS wmi_extract_profile_ctx(void *wmi_hdl, void *evt_buf,
  923. wmi_host_wlan_profile_ctx_t *profile_ctx);
  924. QDF_STATUS wmi_extract_profile_data(void *wmi_hdl, void *evt_buf, uint8_t idx,
  925. wmi_host_wlan_profile_t *profile_data);
  926. QDF_STATUS wmi_extract_stats_param(void *wmi_hdl, void *evt_buf,
  927. wmi_host_stats_event *stats_param);
  928. QDF_STATUS wmi_extract_pdev_stats(void *wmi_hdl, void *evt_buf,
  929. uint32_t index,
  930. wmi_host_pdev_stats *pdev_stats);
  931. QDF_STATUS wmi_extract_unit_test(void *wmi_hdl, void *evt_buf,
  932. wmi_unit_test_event *unit_test, uint32_t maxspace);
  933. QDF_STATUS wmi_extract_pdev_ext_stats(void *wmi_hdl, void *evt_buf,
  934. uint32_t index,
  935. wmi_host_pdev_ext_stats *pdev_ext_stats);
  936. QDF_STATUS wmi_extract_peer_extd_stats(void *wmi_hdl, void *evt_buf,
  937. uint32_t index,
  938. wmi_host_peer_extd_stats *peer_extd_stats);
  939. QDF_STATUS wmi_extract_bss_chan_info_event(void *wmi_hdl, void *evt_buf,
  940. wmi_host_pdev_bss_chan_info_event *bss_chan_info);
  941. QDF_STATUS wmi_extract_peer_stats(void *wmi_hdl, void *evt_buf,
  942. uint32_t index, wmi_host_peer_stats *peer_stats);
  943. QDF_STATUS wmi_extract_tx_data_traffic_ctrl_ev(void *wmi_hdl, void *evt_buf,
  944. wmi_host_tx_data_traffic_ctrl_event *ev);
  945. QDF_STATUS wmi_extract_vdev_stats(void *wmi_hdl, void *evt_buf,
  946. uint32_t index, wmi_host_vdev_stats *vdev_stats);
  947. QDF_STATUS wmi_extract_per_chain_rssi_stats(void *wmi_hdl, void *evt_buf,
  948. uint32_t index, struct wmi_host_per_chain_rssi_stats *rssi_stats);
  949. QDF_STATUS wmi_extract_vdev_extd_stats(void *wmi_hdl, void *evt_buf,
  950. uint32_t index, wmi_host_vdev_extd_stats *vdev_extd_stats);
  951. QDF_STATUS wmi_extract_bcn_stats(void *wmi_hdl, void *evt_buf,
  952. uint32_t index, wmi_host_bcn_stats *vdev_bcn_stats);
  953. /**
  954. * wmi_extract_vdev_nac_rssi_stats() - extract NAC_RSSI stats from event
  955. * @wmi_handle: wmi handle
  956. * @param evt_buf: pointer to event buffer
  957. * @param vdev_extd_stats: Pointer to hold nac rssi stats
  958. *
  959. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  960. */
  961. QDF_STATUS wmi_extract_vdev_nac_rssi_stats(void *wmi_hdl, void *evt_buf,
  962. struct wmi_host_vdev_nac_rssi_event *vdev_nac_rssi_stats);
  963. /**
  964. * wmi_extract_peer_retry_stats() - extract peer retry stats from event
  965. * @wmi_handle: wmi handle
  966. * @evt_buf: pointer to event buffer
  967. * @index: Index into peer retry stats
  968. * @peer_retry_stats: Pointer to hold peer retry stats
  969. *
  970. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  971. */
  972. QDF_STATUS wmi_extract_peer_retry_stats(void *wmi_hdl, void *evt_buf,
  973. uint32_t index, struct wmi_host_peer_retry_stats *peer_retry_stats);
  974. QDF_STATUS wmi_unified_send_power_dbg_cmd(void *wmi_hdl,
  975. struct wmi_power_dbg_params *param);
  976. /**
  977. * wmi_extract_sar_cap_service_ready_ext() - extract SAR cap from
  978. * FW service ready event
  979. * @wmi_hdl: wmi handle
  980. * @evt_buf: event buffer received from firmware
  981. * @ext_param: extended target info
  982. *
  983. * Return: QDF_STATUS_SUCCESS for success or error code
  984. */
  985. QDF_STATUS wmi_extract_sar_cap_service_ready_ext(
  986. void *wmi_hdl,
  987. uint8_t *evt_buf,
  988. struct wlan_psoc_host_service_ext_param *ext_param);
  989. QDF_STATUS wmi_unified_fw_test_cmd(void *wmi_hdl,
  990. struct set_fwtest_params *wmi_fwtest);
  991. QDF_STATUS wmi_unified_peer_rx_reorder_queue_setup_send(void *wmi_hdl,
  992. struct rx_reorder_queue_setup_params *param);
  993. QDF_STATUS wmi_unified_peer_rx_reorder_queue_remove_send(void *wmi_hdl,
  994. struct rx_reorder_queue_remove_params *param);
  995. QDF_STATUS wmi_extract_service_ready_ext(void *wmi_hdl, uint8_t *evt_buf,
  996. struct wlan_psoc_host_service_ext_param *param);
  997. QDF_STATUS wmi_extract_hw_mode_cap_service_ready_ext(
  998. void *wmi_hdl,
  999. uint8_t *evt_buf, uint8_t hw_mode_idx,
  1000. struct wlan_psoc_host_hw_mode_caps *param);
  1001. QDF_STATUS wmi_extract_mac_phy_cap_service_ready_ext(
  1002. void *wmi_hdl,
  1003. uint8_t *evt_buf,
  1004. uint8_t hw_mode_id,
  1005. uint8_t phy_id,
  1006. struct wlan_psoc_host_mac_phy_caps *param);
  1007. QDF_STATUS wmi_extract_reg_cap_service_ready_ext(
  1008. void *wmi_hdl,
  1009. uint8_t *evt_buf, uint8_t phy_idx,
  1010. struct wlan_psoc_host_hal_reg_capabilities_ext *param);
  1011. /**
  1012. * wmi_extract_dbr_ring_cap_service_ready_ext: Extract direct buffer rx
  1013. * capability received through
  1014. * extended service ready event
  1015. * @wmi_hdl: WMI handle
  1016. * @evt_buf: Event buffer
  1017. * @idx: Index of the module for which capability is received
  1018. * @param: Pointer to direct buffer rx ring cap struct
  1019. *
  1020. * Return: QDF status of operation
  1021. */
  1022. QDF_STATUS wmi_extract_dbr_ring_cap_service_ready_ext(
  1023. void *wmi_hdl,
  1024. uint8_t *evt_buf, uint8_t idx,
  1025. struct wlan_psoc_host_dbr_ring_caps *param);
  1026. QDF_STATUS wmi_extract_pdev_utf_event(void *wmi_hdl,
  1027. uint8_t *evt_buf,
  1028. struct wmi_host_pdev_utf_event *param);
  1029. QDF_STATUS wmi_extract_pdev_qvit_event(void *wmi_hdl,
  1030. uint8_t *evt_buf,
  1031. struct wmi_host_pdev_qvit_event *param);
  1032. QDF_STATUS wmi_extract_chainmask_tables(void *wmi_hdl, uint8_t *evt_buf,
  1033. struct wlan_psoc_host_chainmask_table *chainmask_table);
  1034. /**
  1035. * wmi_unified_dfs_phyerr_offload_en_cmd() - enable dfs phyerr offload
  1036. * @wmi_handle: wmi handle
  1037. * @pdev_id: pdev id
  1038. *
  1039. * Return: QDF_STATUS
  1040. */
  1041. QDF_STATUS wmi_unified_dfs_phyerr_offload_en_cmd(void *wmi_hdl,
  1042. uint32_t pdev_id);
  1043. /**
  1044. * wmi_unified_dfs_phyerr_offload_dis_cmd() - disable dfs phyerr offload
  1045. * @wmi_handle: wmi handle
  1046. * @pdev_id: pdev id
  1047. *
  1048. * Return: QDF_STATUS
  1049. */
  1050. QDF_STATUS wmi_unified_dfs_phyerr_offload_dis_cmd(void *wmi_hdl,
  1051. uint32_t pdev_id);
  1052. QDF_STATUS wmi_unified_set_country_cmd_send(void *wmi_hdl,
  1053. struct set_country *param);
  1054. #ifdef WLAN_FEATURE_ACTION_OUI
  1055. /**
  1056. * wmi_unified_send_action_oui_cmd() - send action oui cmd to fw
  1057. * @wmi_hdl: wma handle
  1058. * @req: wmi action oui message to be send
  1059. *
  1060. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1061. */
  1062. QDF_STATUS
  1063. wmi_unified_send_action_oui_cmd(void *wmi_hdl,
  1064. struct action_oui_request *req);
  1065. #endif /* WLAN_FEATURE_ACTION_OUI */
  1066. /**
  1067. * wmi_unified_send_request_get_rcpi_cmd() - command to request rcpi value
  1068. * @wmi_hdl: wma handle
  1069. * @get_rcpi_param: rcpi params
  1070. *
  1071. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1072. */
  1073. QDF_STATUS wmi_unified_send_request_get_rcpi_cmd(void *wmi_hdl,
  1074. struct rcpi_req *get_rcpi_param);
  1075. /**
  1076. * wmi_extract_rcpi_response_event - api to extract RCPI event params
  1077. * @wmi_handle: wma handle
  1078. * @evt_buf: pointer to event buffer
  1079. * @res: pointer to hold rcpi response from firmware
  1080. *
  1081. * Return: QDF_STATUS_SUCCESS for successful event parse
  1082. * else QDF_STATUS_E_INVAL or QDF_STATUS_E_FAILURE
  1083. */
  1084. QDF_STATUS wmi_extract_rcpi_response_event(void *wmi_hdl, void *evt_buf,
  1085. struct rcpi_res *res);
  1086. #ifdef WMI_INTERFACE_EVENT_LOGGING
  1087. void wmi_print_cmd_log(wmi_unified_t wmi, uint32_t count,
  1088. qdf_abstract_print *print, void *print_priv);
  1089. void wmi_print_cmd_tx_cmp_log(wmi_unified_t wmi, uint32_t count,
  1090. qdf_abstract_print *print, void *print_priv);
  1091. void wmi_print_mgmt_cmd_log(wmi_unified_t wmi, uint32_t count,
  1092. qdf_abstract_print *print, void *print_priv);
  1093. void wmi_print_mgmt_cmd_tx_cmp_log(wmi_unified_t wmi, uint32_t count,
  1094. qdf_abstract_print *print, void *print_priv);
  1095. void wmi_print_event_log(wmi_unified_t wmi, uint32_t count,
  1096. qdf_abstract_print *print, void *print_priv);
  1097. void wmi_print_rx_event_log(wmi_unified_t wmi, uint32_t count,
  1098. qdf_abstract_print *print, void *print_priv);
  1099. void wmi_print_mgmt_event_log(wmi_unified_t wmi, uint32_t count,
  1100. qdf_abstract_print *print, void *print_priv);
  1101. #endif /* WMI_INTERFACE_EVENT_LOGGING */
  1102. /**
  1103. * wmi_unified_send_wds_entry_list_cmd() - WMI function to get list of
  1104. * wds entries from FW
  1105. * @wmi_hdl: wmi handle
  1106. *
  1107. * Send WMI_PDEV_WDS_ENTRY_LIST_CMDID parameters to fw.
  1108. *
  1109. * Return: QDF_STATUS_SUCCESS on success, QDF_STATUS_E_** on error
  1110. */
  1111. QDF_STATUS wmi_unified_send_dump_wds_table_cmd(void *wmi_hdl);
  1112. /**
  1113. * wmi_extract_wds_entry - api to extract wds entry
  1114. * @wmi_hdl: wmi handle
  1115. * @evt_buf: pointer to event buffer
  1116. * @wds_entry: wds entry
  1117. * @idx: index to point wds entry in event buffer
  1118. *
  1119. * Return: QDF_STATUS_SUCCESS for successful event parse
  1120. * else QDF_STATUS_E_INVAL or QDF_STATUS_E_FAILURE
  1121. */
  1122. QDF_STATUS wmi_extract_wds_entry(void *wmi_hdl, uint8_t *evt_buf,
  1123. struct wdsentry *wds_entry, u_int32_t idx);
  1124. /**
  1125. * wmi_unified_send_obss_detection_cfg_cmd() - WMI function to send obss
  1126. * detection configuration to FW.
  1127. * @wmi_hdl: wmi handle
  1128. * @cfg: obss detection configuration
  1129. *
  1130. * Send WMI_SAP_OBSS_DETECTION_CFG_CMDID parameters to fw.
  1131. *
  1132. * Return: QDF_STATUS
  1133. */
  1134. QDF_STATUS wmi_unified_send_obss_detection_cfg_cmd(void *wmi_hdl,
  1135. struct wmi_obss_detection_cfg_param *cfg);
  1136. /**
  1137. * wmi_unified_extract_obss_detection_info() - WMI function to extract obss
  1138. * detection info from FW.
  1139. * @wmi_hdl: wmi handle
  1140. * @data: event data from firmware
  1141. * @info: Pointer to hold obss detection info
  1142. *
  1143. * This function is used to extract obss info from firmware.
  1144. *
  1145. * Return: QDF_STATUS
  1146. */
  1147. QDF_STATUS wmi_unified_extract_obss_detection_info(void *wmi_hdl,
  1148. uint8_t *data,
  1149. struct wmi_obss_detect_info
  1150. *info);
  1151. #ifdef WLAN_SUPPORT_GREEN_AP
  1152. QDF_STATUS wmi_extract_green_ap_egap_status_info(
  1153. void *wmi_hdl, uint8_t *evt_buf,
  1154. struct wlan_green_ap_egap_status_info *egap_status_info_params);
  1155. #endif
  1156. /**
  1157. * wmi_unified_send_roam_scan_stats_cmd() - Wrapper to request roam scan stats
  1158. * @wmi_hdl: wmi handle
  1159. * @params: request params
  1160. *
  1161. * This function is used to send the roam scan stats request command to
  1162. * firmware.
  1163. *
  1164. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1165. */
  1166. QDF_STATUS
  1167. wmi_unified_send_roam_scan_stats_cmd(void *wmi_hdl,
  1168. struct wmi_roam_scan_stats_req *params);
  1169. /**
  1170. * wmi_extract_roam_scan_stats_res_evt() - API to extract roam scan stats res
  1171. * @wmi: wmi handle
  1172. * @evt_buf: pointer to the event buffer
  1173. * @vdev_id: output pointer to hold vdev id
  1174. * @res_param: output pointer to hold extracted memory
  1175. *
  1176. * Return: QDF_STATUS
  1177. */
  1178. QDF_STATUS
  1179. wmi_extract_roam_scan_stats_res_evt(wmi_unified_t wmi, void *evt_buf,
  1180. uint32_t *vdev_id,
  1181. struct wmi_roam_scan_stats_res **res_param);
  1182. /**
  1183. * wmi_extract_offload_bcn_tx_status_evt() - API to extract bcn tx status event
  1184. * @wmi: wmi handle
  1185. * @evt_buf: pointer to the event buffer
  1186. * @vdev_id: output pointer to hold vdev id
  1187. * @tx_status: output pointer to hold bcn tx status
  1188. *
  1189. * Return: QDF_STATUS
  1190. */
  1191. QDF_STATUS
  1192. wmi_extract_offload_bcn_tx_status_evt(void *wmi_hdl, void *evt_buf,
  1193. uint32_t *vdev_id, uint32_t *tx_status);
  1194. /* wmi_get_ch_width_from_phy_mode() - convert phy mode to channel width
  1195. * @wmi_hdl: wmi handle
  1196. * @phymode: phy mode
  1197. *
  1198. * Return: wmi channel width
  1199. */
  1200. wmi_host_channel_width wmi_get_ch_width_from_phy_mode(void *wmi_hdl,
  1201. WMI_HOST_WLAN_PHY_MODE phymode);
  1202. #ifdef QCA_SUPPORT_CP_STATS
  1203. /**
  1204. * wmi_extract_cca_stats() - api to extract congestion stats from event buffer
  1205. * @wmi_handle: wma handle
  1206. * @evt_buf: event buffer
  1207. * @datalen: length of buffer
  1208. * @stats: buffer to populated after stats extraction
  1209. *
  1210. * Return: status of operation
  1211. */
  1212. QDF_STATUS wmi_extract_cca_stats(wmi_unified_t wmi_handle, void *evt_buf,
  1213. struct wmi_host_congestion_stats *stats);
  1214. #endif /* QCA_SUPPORT_CP_STATS */
  1215. #if defined(WLAN_DFS_PARTIAL_OFFLOAD) && defined(HOST_DFS_SPOOF_TEST)
  1216. /**
  1217. * wmi_unified_dfs_send_avg_params_cmd() - send average radar parameters cmd.
  1218. * @wmi_hdl: wmi handle
  1219. * @params: radar found params
  1220. *
  1221. * This function passes the average radar parameters to fw
  1222. *
  1223. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1224. */
  1225. QDF_STATUS
  1226. wmi_unified_dfs_send_avg_params_cmd(void *wmi_hdl,
  1227. struct dfs_radar_found_params *params);
  1228. /**
  1229. * wmi_extract_dfs_status_from_fw() - extract host dfs status from fw.
  1230. * @wmi_hdl: wmi handle
  1231. * @evt_buf: pointer to event buffer
  1232. * @dfs_status_check: pointer to the host dfs status
  1233. *
  1234. * This function extracts the result of host dfs from fw
  1235. *
  1236. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1237. */
  1238. QDF_STATUS wmi_extract_dfs_status_from_fw(void *wmi_hdl, void *evt_buf,
  1239. uint32_t *dfs_status_check);
  1240. #endif
  1241. #ifdef OL_ATH_SMART_LOGGING
  1242. /**
  1243. * wmi_unified_send_smart_logging_enable_cmd() - send smart logging enable cmd
  1244. * @wmi_hdl: wmi handle
  1245. * @params: enable/disable
  1246. *
  1247. * This function enables/disable the smart logging feature
  1248. *
  1249. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1250. */
  1251. QDF_STATUS wmi_unified_send_smart_logging_enable_cmd(void *wmi_hdl,
  1252. uint32_t param);
  1253. /**
  1254. * wmi_unified_send_smart_logging_fatal_cmd() - send smart logging fatal cmd
  1255. * @wmi_hdl: wmi handle
  1256. * @param: Fatal event
  1257. *
  1258. * This function sends the smart log fatal events to the FW
  1259. *
  1260. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1261. */
  1262. QDF_STATUS wmi_unified_send_smart_logging_fatal_cmd
  1263. (void *wmi_hdl,
  1264. struct wmi_debug_fatal_events *param);
  1265. /**
  1266. * wmi_extract_smartlog_ev() - extract smartlog event info from event
  1267. * @wmi_handle: wmi handle
  1268. * @param evt_buf: pointer to event buffer
  1269. * @param ev: Pointer to hold fatal events
  1270. *
  1271. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1272. */
  1273. QDF_STATUS wmi_extract_smartlog_ev
  1274. (void *wmi_hdl, void *evt_buf,
  1275. struct wmi_debug_fatal_events *ev);
  1276. #endif /* OL_ATH_SMART_LOGGING */
  1277. void wmi_process_fw_event_worker_thread_ctx(struct wmi_unified *wmi_handle,
  1278. HTC_PACKET * htc_packet);
  1279. /**
  1280. * wmi_extract_ctl_failsafe_check_ev_param() - extract ctl failsafe
  1281. * status from event
  1282. * @wmi_handle: wmi handle
  1283. * @param evt_buf: pointer to event buffer
  1284. * @param ev: Pointer to hold ctl status
  1285. *
  1286. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1287. */
  1288. QDF_STATUS
  1289. wmi_extract_ctl_failsafe_check_ev_param(void *wmi_hdl,
  1290. void *evt_buf,
  1291. struct wmi_host_pdev_ctl_failsafe_event
  1292. *param);
  1293. #ifdef OBSS_PD
  1294. /**
  1295. * wmi_unified_send_obss_spatial_reuse_set_cmd() - send obss pd offset
  1296. * @wmi_handle: wmi handle
  1297. * @oobss_spatial_reuse_param: Pointer to obsspd min max offset
  1298. *
  1299. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1300. */
  1301. QDF_STATUS wmi_unified_send_obss_spatial_reuse_set_cmd(void *wmi_handle,
  1302. struct wmi_host_obss_spatial_reuse_set_param *obss_spatial_reuse_param);
  1303. /**
  1304. * wmi_unified_send_obss_spatial_reuse_set_def_thresh_cmd() - send def thresh
  1305. * @wmi_handle: wmi handle
  1306. * @thresh: Pointer to def thresh
  1307. *
  1308. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1309. */
  1310. QDF_STATUS wmi_unified_send_obss_spatial_reuse_set_def_thresh_cmd(void *wmi_hdl,
  1311. struct wmi_host_obss_spatial_reuse_set_def_thresh *thresh);
  1312. #endif /* OBSS_PD */
  1313. /**
  1314. * wmi_convert_pdev_id_host_to_target() - Convert pdev_id from host to target
  1315. * defines. For legacy there is not conversion required. Just return pdev_id as
  1316. * it is.
  1317. * @wmi_hdl: wmi handle
  1318. * @host_pdev_id: host pdev_id to be converted.
  1319. * @target_pdev_id: Output target pdev id.
  1320. *
  1321. * Return: QDF_STATUS
  1322. */
  1323. QDF_STATUS wmi_convert_pdev_id_host_to_target(void *wmi_hdl,
  1324. uint32_t host_pdev_id,
  1325. uint32_t *target_pdev_id);
  1326. /**
  1327. * wmi_unified_send_bss_color_change_enable_cmd() - WMI function to send bss
  1328. * color change enable to FW.
  1329. * @wmi_hdl: wmi handle
  1330. * @vdev_id: vdev ID
  1331. * @enable: enable or disable color change handeling within firmware
  1332. *
  1333. * Send WMI_BSS_COLOR_CHANGE_ENABLE_CMDID parameters to fw,
  1334. * thereby firmware updates bss color when AP announces bss color change.
  1335. *
  1336. * Return: QDF_STATUS
  1337. */
  1338. QDF_STATUS wmi_unified_send_bss_color_change_enable_cmd(void *wmi_hdl,
  1339. uint32_t vdev_id,
  1340. bool enable);
  1341. /**
  1342. * wmi_unified_send_obss_color_collision_cfg_cmd() - WMI function to send bss
  1343. * color collision detection configuration to FW.
  1344. * @wmi_hdl: wmi handle
  1345. * @cfg: obss color collision detection configuration
  1346. *
  1347. * Send WMI_OBSS_COLOR_COLLISION_DET_CONFIG_CMDID parameters to fw.
  1348. *
  1349. * Return: QDF_STATUS
  1350. */
  1351. QDF_STATUS wmi_unified_send_obss_color_collision_cfg_cmd(void *wmi_hdl,
  1352. struct wmi_obss_color_collision_cfg_param *cfg);
  1353. /**
  1354. * wmi_unified_extract_obss_color_collision_info() - WMI function to extract
  1355. * obss color collision info from FW.
  1356. * @wmi_hdl: wmi handle
  1357. * @data: event data from firmware
  1358. * @info: Pointer to hold bss color collision info
  1359. *
  1360. * This function is used to extract bss collision info from firmware.
  1361. *
  1362. * Return: QDF_STATUS
  1363. */
  1364. QDF_STATUS wmi_unified_extract_obss_color_collision_info(void *wmi_hdl,
  1365. uint8_t *data, struct wmi_obss_color_collision_info *info);
  1366. #endif /* _WMI_UNIFIED_API_H_ */