wmi_unified_api.h 52 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702
  1. /*
  2. * Copyright (c) 2013-2019 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, __func__, __LINE__)
  202. wmi_buf_t
  203. wmi_buf_alloc_debug(wmi_unified_t wmi_handle, uint32_t len,
  204. const char *func_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. /**
  467. * wmi_unified_peer_based_pktlog_send() - WMI request enable peer
  468. * based filtering
  469. * @wmi_handle: handle to WMI.
  470. * @macaddr: PEER mac address to be filtered
  471. * @mac_id: Mac id
  472. * @enb_dsb: Enable or Disable peer based pktlog
  473. * filtering
  474. *
  475. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  476. */
  477. QDF_STATUS wmi_unified_peer_based_pktlog_send(void *wmi_hdl,
  478. uint8_t *macaddr,
  479. uint8_t mac_id,
  480. uint8_t enb_dsb);
  481. #else
  482. QDF_STATUS wmi_unified_packet_log_enable_send(void *wmi_hdl,
  483. uint8_t macaddr[IEEE80211_ADDR_LEN],
  484. struct packet_enable_params *param);
  485. #endif
  486. QDF_STATUS wmi_unified_packet_log_disable_send(void *wmi_hdl, uint8_t mac_id);
  487. QDF_STATUS wmi_unified_suspend_send(void *wmi_hdl,
  488. struct suspend_params *param,
  489. uint8_t mac_id);
  490. QDF_STATUS wmi_unified_resume_send(void *wmi_hdl,
  491. uint8_t mac_id);
  492. QDF_STATUS
  493. wmi_unified_pdev_param_send(void *wmi_hdl,
  494. struct pdev_params *param,
  495. uint8_t mac_id);
  496. QDF_STATUS wmi_unified_beacon_tmpl_send_cmd(void *wmi_hdl,
  497. struct beacon_tmpl_params *param);
  498. QDF_STATUS wmi_unified_peer_assoc_send(void *wmi_hdl,
  499. struct peer_assoc_params *param);
  500. QDF_STATUS wmi_unified_sta_ps_cmd_send(void *wmi_hdl,
  501. struct sta_ps_params *param);
  502. QDF_STATUS wmi_unified_ap_ps_cmd_send(void *wmi_hdl,
  503. uint8_t macaddr[IEEE80211_ADDR_LEN],
  504. struct ap_ps_params *param);
  505. QDF_STATUS wmi_unified_scan_start_cmd_send(void *wmi_hdl,
  506. struct scan_req_params *param);
  507. QDF_STATUS wmi_unified_scan_stop_cmd_send(void *wmi_hdl,
  508. struct scan_cancel_param *param);
  509. QDF_STATUS wmi_unified_scan_chan_list_cmd_send(void *wmi_hdl,
  510. struct scan_chan_list_params *param);
  511. QDF_STATUS wmi_crash_inject(void *wmi_hdl,
  512. struct crash_inject *param);
  513. QDF_STATUS wmi_unified_pdev_utf_cmd_send(void *wmi_hdl,
  514. struct pdev_utf_params *param,
  515. uint8_t mac_id);
  516. #ifdef FEATURE_FW_LOG_PARSING
  517. QDF_STATUS wmi_unified_dbglog_cmd_send(void *wmi_hdl,
  518. struct dbglog_params *param);
  519. #else
  520. static inline QDF_STATUS
  521. wmi_unified_dbglog_cmd_send(void *wmi_hdl,
  522. struct dbglog_params *param)
  523. {
  524. return QDF_STATUS_SUCCESS;
  525. }
  526. #endif
  527. QDF_STATUS wmi_mgmt_unified_cmd_send(void *wmi_hdl,
  528. struct wmi_mgmt_params *param);
  529. QDF_STATUS wmi_offchan_data_tx_cmd_send(void *wmi_hdl,
  530. struct wmi_offchan_data_tx_params *param);
  531. QDF_STATUS wmi_unified_modem_power_state(void *wmi_hdl,
  532. uint32_t param_value);
  533. QDF_STATUS wmi_unified_set_sta_ps_mode(void *wmi_hdl,
  534. uint32_t vdev_id, uint8_t val);
  535. QDF_STATUS
  536. wmi_unified_set_sta_uapsd_auto_trig_cmd(void *wmi_hdl,
  537. struct sta_uapsd_trig_params *param);
  538. QDF_STATUS wmi_unified_get_temperature(void *wmi_hdl);
  539. QDF_STATUS wmi_unified_set_smps_params(void *wmi_hdl, uint8_t vdev_id,
  540. int value);
  541. QDF_STATUS wmi_unified_set_mimops(void *wmi_hdl, uint8_t vdev_id, int value);
  542. QDF_STATUS wmi_unified_lro_config_cmd(void *wmi_hdl,
  543. struct wmi_lro_config_cmd_t *wmi_lro_cmd);
  544. QDF_STATUS wmi_unified_set_thermal_mgmt_cmd(void *wmi_hdl,
  545. struct thermal_cmd_params *thermal_info);
  546. QDF_STATUS wmi_unified_peer_rate_report_cmd(void *wmi_hdl,
  547. struct wmi_peer_rate_report_params *rate_report_params);
  548. QDF_STATUS wmi_unified_process_update_edca_param(void *wmi_hdl,
  549. uint8_t vdev_id, bool mu_edca_param,
  550. struct wmi_host_wme_vparams wmm_vparams[WMI_MAX_NUM_AC]);
  551. QDF_STATUS wmi_unified_probe_rsp_tmpl_send_cmd(void *wmi_hdl,
  552. uint8_t vdev_id,
  553. struct wmi_probe_resp_params *probe_rsp_info);
  554. QDF_STATUS wmi_unified_setup_install_key_cmd(void *wmi_hdl,
  555. struct set_key_params *key_params);
  556. QDF_STATUS wmi_unified_p2p_go_set_beacon_ie_cmd(void *wmi_hdl,
  557. uint32_t vdev_id, uint8_t *p2p_ie);
  558. QDF_STATUS wmi_unified_scan_probe_setoui_cmd(void *wmi_hdl,
  559. struct scan_mac_oui *psetoui);
  560. #ifdef IPA_OFFLOAD
  561. QDF_STATUS wmi_unified_ipa_offload_control_cmd(void *wmi_hdl,
  562. struct ipa_uc_offload_control_params *ipa_offload);
  563. #endif
  564. QDF_STATUS wmi_unified_pno_stop_cmd(void *wmi_hdl, uint8_t vdev_id);
  565. #ifdef FEATURE_WLAN_SCAN_PNO
  566. QDF_STATUS wmi_unified_pno_start_cmd(void *wmi_hdl,
  567. struct pno_scan_req_params *pno);
  568. #endif
  569. QDF_STATUS wmi_unified_nlo_mawc_cmd(void *wmi_hdl,
  570. struct nlo_mawc_params *params);
  571. QDF_STATUS wmi_unified_process_ll_stats_clear_cmd
  572. (void *wmi_hdl, const struct ll_stats_clear_params *clear_req,
  573. uint8_t addr[IEEE80211_ADDR_LEN]);
  574. QDF_STATUS wmi_unified_process_ll_stats_set_cmd
  575. (void *wmi_hdl, const struct ll_stats_set_params *set_req);
  576. QDF_STATUS wmi_unified_process_ll_stats_get_cmd
  577. (void *wmi_hdl, const struct ll_stats_get_params *get_req,
  578. uint8_t addr[IEEE80211_ADDR_LEN]);
  579. /**
  580. * wmi_unified_congestion_request_cmd() - send request to fw to get CCA
  581. * @wmi_hdl: wma handle
  582. * @vdev_id: vdev id
  583. *
  584. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  585. */
  586. QDF_STATUS wmi_unified_congestion_request_cmd(void *wmi_hdl,
  587. uint8_t vdev_id);
  588. QDF_STATUS wmi_unified_snr_request_cmd(void *wmi_hdl);
  589. QDF_STATUS wmi_unified_snr_cmd(void *wmi_hdl, uint8_t vdev_id);
  590. QDF_STATUS wmi_unified_link_status_req_cmd(void *wmi_hdl,
  591. struct link_status_params *link_status);
  592. #ifdef WLAN_SUPPORT_GREEN_AP
  593. QDF_STATUS wmi_unified_egap_conf_params_cmd(void *wmi_hdl,
  594. struct wlan_green_ap_egap_params *egap_params);
  595. #endif
  596. QDF_STATUS wmi_unified_csa_offload_enable(void *wmi_hdl, uint8_t vdev_id);
  597. #ifdef WLAN_FEATURE_CIF_CFR
  598. /**
  599. * wmi_unified_oem_dma_ring_cfg() - configure OEM DMA rings
  600. * @wmi_handle: wmi handle
  601. * @data_len: len of dma cfg req
  602. * @data: dma cfg req
  603. *
  604. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  605. */
  606. QDF_STATUS wmi_unified_oem_dma_ring_cfg(void *wmi_hdl,
  607. wmi_oem_dma_ring_cfg_req_fixed_param *cfg);
  608. #endif
  609. QDF_STATUS wmi_unified_start_oem_data_cmd(void *wmi_hdl,
  610. uint32_t data_len,
  611. uint8_t *data);
  612. QDF_STATUS wmi_unified_dfs_phyerr_filter_offload_en_cmd(void *wmi_hdl,
  613. bool dfs_phyerr_filter_offload);
  614. #ifdef CONFIG_MCL
  615. QDF_STATUS wmi_unified_pktlog_wmi_send_cmd(void *wmi_hdl,
  616. WMI_PKTLOG_EVENT pktlog_event,
  617. uint32_t cmd_id,
  618. uint8_t user_triggered);
  619. #endif
  620. QDF_STATUS wmi_unified_stats_ext_req_cmd(void *wmi_hdl,
  621. struct stats_ext_params *preq);
  622. QDF_STATUS wmi_unified_process_dhcpserver_offload_cmd(void *wmi_hdl,
  623. struct dhcp_offload_info_params *params);
  624. QDF_STATUS wmi_unified_send_regdomain_info_to_fw_cmd(void *wmi_hdl,
  625. uint32_t reg_dmn, uint16_t regdmn2G,
  626. uint16_t regdmn5G, uint8_t ctl2G,
  627. uint8_t ctl5G);
  628. QDF_STATUS wmi_unified_process_fw_mem_dump_cmd(void *wmi_hdl,
  629. struct fw_dump_req_param *mem_dump_req);
  630. QDF_STATUS wmi_unified_cfg_action_frm_tb_ppdu_cmd(void *wmi_hdl,
  631. struct cfg_action_frm_tb_ppdu_param *cfg_info);
  632. QDF_STATUS wmi_unified_save_fw_version_cmd(void *wmi_hdl,
  633. void *evt_buf);
  634. QDF_STATUS wmi_unified_log_supported_evt_cmd(void *wmi_hdl,
  635. uint8_t *event,
  636. uint32_t len);
  637. QDF_STATUS wmi_unified_enable_specific_fw_logs_cmd(void *wmi_hdl,
  638. struct wmi_wifi_start_log *start_log);
  639. QDF_STATUS wmi_unified_flush_logs_to_fw_cmd(void *wmi_hdl);
  640. QDF_STATUS wmi_unified_unit_test_cmd(void *wmi_hdl,
  641. struct wmi_unit_test_cmd *wmi_utest);
  642. #ifdef FEATURE_WLAN_APF
  643. /**
  644. * wmi_unified_set_active_apf_mode_cmd() - config active APF mode in FW
  645. * @wmi: the WMI handle
  646. * @vdev_id: the Id of the vdev to apply the configuration to
  647. * @ucast_mode: the active APF mode to configure for unicast packets
  648. * @mcast_bcast_mode: the active APF mode to configure for multicast/broadcast
  649. * packets
  650. */
  651. QDF_STATUS
  652. wmi_unified_set_active_apf_mode_cmd(wmi_unified_t wmi, uint8_t vdev_id,
  653. enum wmi_host_active_apf_mode ucast_mode,
  654. enum wmi_host_active_apf_mode
  655. mcast_bcast_mode);
  656. /**
  657. * wmi_unified_send_apf_enable_cmd() - send apf enable/disable cmd
  658. * @wmi: wmi handle
  659. * @vdev_id: VDEV id
  660. * @enable: true: enable, false: disable
  661. *
  662. * This function passes the apf enable command to fw
  663. *
  664. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  665. */
  666. QDF_STATUS wmi_unified_send_apf_enable_cmd(wmi_unified_t wmi,
  667. uint32_t vdev_id, bool enable);
  668. /**
  669. * wmi_unified_send_apf_write_work_memory_cmd() - send cmd to write into the APF
  670. * work memory.
  671. * @wmi: wmi handle
  672. * @write_params: parameters and buffer pointer for the write
  673. *
  674. * This function passes the write apf work mem command to fw
  675. *
  676. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  677. */
  678. QDF_STATUS wmi_unified_send_apf_write_work_memory_cmd(wmi_unified_t wmi,
  679. struct wmi_apf_write_memory_params *write_params);
  680. /**
  681. * wmi_unified_send_apf_read_work_memory_cmd() - send cmd to read part of APF
  682. * work memory
  683. * @wmi: wmi handle
  684. * @read_params: contains relative address and length to read from
  685. *
  686. * This function passes the read apf work mem command to fw
  687. *
  688. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  689. */
  690. QDF_STATUS wmi_unified_send_apf_read_work_memory_cmd(wmi_unified_t wmi,
  691. struct wmi_apf_read_memory_params *read_params);
  692. /**
  693. * wmi_extract_apf_read_memory_resp_event() - exctract read mem resp event
  694. * @wmi: wmi handle
  695. * @evt_buf: Pointer to the event buffer
  696. * @resp: pointer to memory to extract event parameters into
  697. *
  698. * This function exctracts read mem response event into the given structure ptr
  699. *
  700. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  701. */
  702. QDF_STATUS
  703. wmi_extract_apf_read_memory_resp_event(wmi_unified_t wmi, void *evt_buf,
  704. struct wmi_apf_read_memory_resp_event_params
  705. *read_mem_evt);
  706. #endif /* FEATURE_WLAN_APF */
  707. QDF_STATUS wmi_unified_stats_request_send(void *wmi_hdl,
  708. uint8_t macaddr[IEEE80211_ADDR_LEN],
  709. struct stats_request_params *param);
  710. QDF_STATUS wmi_send_get_user_position_cmd(void *wmi_hdl, uint32_t value);
  711. QDF_STATUS wmi_send_get_peer_mumimo_tx_count_cmd(void *wmi_hdl, uint32_t value);
  712. QDF_STATUS wmi_send_reset_peer_mumimo_tx_count_cmd(void *wmi_hdl,
  713. uint32_t value);
  714. QDF_STATUS wmi_unified_send_btcoex_wlan_priority_cmd(void *wmi_hdl,
  715. struct btcoex_cfg_params *param);
  716. QDF_STATUS wmi_unified_send_btcoex_duty_cycle_cmd(void *wmi_hdl,
  717. struct btcoex_cfg_params *param);
  718. QDF_STATUS wmi_unified_send_coex_ver_cfg_cmd(void *wmi_hdl,
  719. coex_ver_cfg_t *param);
  720. QDF_STATUS wmi_unified_send_coex_config_cmd(void *wmi_hdl,
  721. struct coex_config_params *param);
  722. QDF_STATUS wmi_unified_pdev_fips_cmd_send(void *wmi_hdl,
  723. struct fips_params *param);
  724. QDF_STATUS wmi_unified_wlan_profile_enable_cmd_send(void *wmi_hdl,
  725. struct wlan_profile_params *param);
  726. QDF_STATUS wmi_unified_wlan_profile_trigger_cmd_send(void *wmi_hdl,
  727. struct wlan_profile_params *param);
  728. QDF_STATUS wmi_unified_set_chan_cmd_send(void *wmi_hdl,
  729. struct channel_param *param);
  730. QDF_STATUS wmi_unified_set_ratepwr_table_cmd_send(void *wmi_hdl,
  731. struct ratepwr_table_params *param);
  732. QDF_STATUS wmi_unified_get_ratepwr_table_cmd_send(void *wmi_hdl);
  733. QDF_STATUS wmi_unified_set_ratepwr_chainmsk_cmd_send(void *wmi_hdl,
  734. struct ratepwr_chainmsk_params *param);
  735. QDF_STATUS wmi_unified_set_macaddr_cmd_send(void *wmi_hdl,
  736. struct macaddr_params *param);
  737. QDF_STATUS wmi_unified_pdev_scan_start_cmd_send(void *wmi_hdl);
  738. QDF_STATUS wmi_unified_pdev_scan_end_cmd_send(void *wmi_hdl);
  739. QDF_STATUS wmi_unified_set_acparams_cmd_send(void *wmi_hdl,
  740. struct acparams_params *param);
  741. QDF_STATUS wmi_unified_set_vap_dscp_tid_map_cmd_send(void *wmi_hdl,
  742. struct vap_dscp_tid_map_params *param);
  743. QDF_STATUS wmi_unified_proxy_ast_reserve_cmd_send(void *wmi_hdl,
  744. struct proxy_ast_reserve_params *param);
  745. /**
  746. * wmi_unified_set_bridge_mac_addr_cmd_send() - WMI set bridge mac addr cmd function
  747. * @param wmi_hdl : handle to WMI.
  748. * @param param : pointer to hold bridge mac addr param
  749. *
  750. * @return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  751. */
  752. QDF_STATUS wmi_unified_set_bridge_mac_addr_cmd_send(void *wmi_hdl,
  753. struct set_bridge_mac_addr_params *param);
  754. QDF_STATUS wmi_unified_phyerr_enable_cmd_send(void *wmi_hdl);
  755. QDF_STATUS wmi_unified_phyerr_enable_cmd_send(void *wmi_hdl);
  756. QDF_STATUS wmi_unified_phyerr_disable_cmd_send(void *wmi_hdl);
  757. QDF_STATUS wmi_unified_smart_ant_enable_tx_feedback_cmd_send(void *wmi_hdl,
  758. struct smart_ant_enable_tx_feedback_params *param);
  759. QDF_STATUS wmi_unified_vdev_spectral_configure_cmd_send(void *wmi_hdl,
  760. struct vdev_spectral_configure_params *param);
  761. QDF_STATUS wmi_unified_vdev_spectral_enable_cmd_send(void *wmi_hdl,
  762. struct vdev_spectral_enable_params *param);
  763. QDF_STATUS wmi_unified_bss_chan_info_request_cmd_send(void *wmi_hdl,
  764. struct bss_chan_info_request_params *param);
  765. QDF_STATUS wmi_unified_thermal_mitigation_param_cmd_send(void *wmi_hdl,
  766. struct thermal_mitigation_params *param);
  767. QDF_STATUS wmi_unified_vdev_set_fwtest_param_cmd_send(void *wmi_hdl,
  768. struct set_fwtest_params *param);
  769. /**
  770. * wmi_unified_vdev_set_custom_aggr_size_cmd_send() - WMI set custom aggr
  771. * size command
  772. * @param wmi_hdl : handle to WMI.
  773. * @param param : pointer to hold custom aggr size param
  774. *
  775. * @return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  776. */
  777. QDF_STATUS wmi_unified_vdev_set_custom_aggr_size_cmd_send(void *wmi_hdl,
  778. struct set_custom_aggr_size_params *param);
  779. /**
  780. * wmi_unified_vdev_set_qdepth_thresh_cmd_send() - WMI set qdepth threshold
  781. * @param wmi_hdl : handle to WMI.
  782. * @param param : pointer to hold set qdepth thresh param
  783. *
  784. * @return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  785. */
  786. QDF_STATUS wmi_unified_vdev_set_qdepth_thresh_cmd_send(void *wmi_hdl,
  787. struct set_qdepth_thresh_params *param);
  788. QDF_STATUS wmi_unified_pdev_set_regdomain_cmd_send(void *wmi_hdl,
  789. struct pdev_set_regdomain_params *param);
  790. QDF_STATUS wmi_unified_set_beacon_filter_cmd_send(void *wmi_hdl,
  791. struct set_beacon_filter_params *param);
  792. QDF_STATUS wmi_unified_remove_beacon_filter_cmd_send(void *wmi_hdl,
  793. struct remove_beacon_filter_params *param);
  794. QDF_STATUS wmi_unified_addba_clearresponse_cmd_send(void *wmi_hdl,
  795. uint8_t macaddr[IEEE80211_ADDR_LEN],
  796. struct addba_clearresponse_params *param);
  797. QDF_STATUS wmi_unified_addba_send_cmd_send(void *wmi_hdl,
  798. uint8_t macaddr[IEEE80211_ADDR_LEN],
  799. struct addba_send_params *param);
  800. QDF_STATUS wmi_unified_delba_send_cmd_send(void *wmi_hdl,
  801. uint8_t macaddr[IEEE80211_ADDR_LEN],
  802. struct delba_send_params *param);
  803. QDF_STATUS wmi_unified_addba_setresponse_cmd_send(void *wmi_hdl,
  804. uint8_t macaddr[IEEE80211_ADDR_LEN],
  805. struct addba_setresponse_params *param);
  806. QDF_STATUS wmi_unified_singleamsdu_cmd_send(void *wmi_hdl,
  807. uint8_t macaddr[IEEE80211_ADDR_LEN],
  808. struct singleamsdu_params *param);
  809. QDF_STATUS wmi_unified_mu_scan_cmd_send(void *wmi_hdl,
  810. struct mu_scan_params *param);
  811. QDF_STATUS wmi_unified_lteu_config_cmd_send(void *wmi_hdl,
  812. struct lteu_config_params *param);
  813. QDF_STATUS wmi_unified_set_psmode_cmd_send(void *wmi_hdl,
  814. struct set_ps_mode_params *param);
  815. QDF_STATUS wmi_unified_init_cmd_send(void *wmi_hdl,
  816. struct wmi_init_cmd_param *param);
  817. bool wmi_service_enabled(void *wmi_hdl, uint32_t service_id);
  818. /**
  819. * wmi_save_service_bitmap() - save service bitmap
  820. * @wmi_handle: wmi handle
  821. * @param evt_buf: pointer to event buffer
  822. *
  823. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS failure code
  824. */
  825. QDF_STATUS wmi_save_service_bitmap(void *wmi_hdl, void *evt_buf,
  826. void *bitmap_buf);
  827. /**
  828. * wmi_save_ext_service_bitmap() - save extended service bitmap
  829. * @wmi_handle: wmi handle
  830. * @param evt_buf: pointer to event buffer
  831. *
  832. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS failure code
  833. */
  834. QDF_STATUS wmi_save_ext_service_bitmap(void *wmi_hdl, void *evt_buf,
  835. void *bitmap_buf);
  836. QDF_STATUS wmi_save_fw_version(void *wmi_hdl, void *evt_buf);
  837. QDF_STATUS wmi_get_target_cap_from_service_ready(void *wmi_hdl,
  838. void *evt_buf,
  839. struct wlan_psoc_target_capability_info *ev);
  840. QDF_STATUS wmi_extract_hal_reg_cap(void *wmi_hdl, void *evt_buf,
  841. struct wlan_psoc_hal_reg_capability *hal_reg_cap);
  842. host_mem_req *wmi_extract_host_mem_req_from_service_ready(void *wmi_hdl,
  843. void *evt_buf, uint8_t *num_entries);
  844. uint32_t wmi_ready_extract_init_status(void *wmi_hdl, void *ev);
  845. QDF_STATUS wmi_ready_extract_mac_addr(void *wmi_hdl,
  846. void *ev, uint8_t *macaddr);
  847. wmi_host_mac_addr *wmi_ready_extract_mac_addr_list(void *wmi_hdl, void *ev,
  848. uint8_t *num_mac_addr);
  849. /**
  850. * wmi_extract_ready_params() - Extract data from ready event apart from
  851. * status, macaddr and version.
  852. * @wmi_handle: Pointer to WMI handle.
  853. * @evt_buf: Pointer to Ready event buffer.
  854. * @ev_param: Pointer to host defined struct to copy the data from event.
  855. *
  856. * Return: QDF_STATUS_SUCCESS on success.
  857. */
  858. QDF_STATUS wmi_extract_ready_event_params(void *wmi_hdl,
  859. void *evt_buf, struct wmi_host_ready_ev_param *ev_param);
  860. QDF_STATUS wmi_extract_fw_version(void *wmi_hdl,
  861. void *ev, struct wmi_host_fw_ver *fw_ver);
  862. QDF_STATUS wmi_extract_fw_abi_version(void *wmi_hdl,
  863. void *ev, struct wmi_host_fw_abi_ver *fw_ver);
  864. QDF_STATUS wmi_check_and_update_fw_version(void *wmi_hdl, void *ev);
  865. uint8_t *wmi_extract_dbglog_data_len(void *wmi_hdl,
  866. void *evt_b, uint32_t *len);
  867. QDF_STATUS wmi_send_ext_resource_config(void *wmi_hdl,
  868. wmi_host_ext_resource_config *ext_cfg);
  869. QDF_STATUS wmi_unified_rtt_meas_req_test_cmd_send(void *wmi_hdl,
  870. struct rtt_meas_req_test_params *param);
  871. QDF_STATUS wmi_unified_rtt_meas_req_cmd_send(void *wmi_hdl,
  872. struct rtt_meas_req_params *param);
  873. QDF_STATUS wmi_unified_rtt_keepalive_req_cmd_send(void *wmi_hdl,
  874. struct rtt_keepalive_req_params *param);
  875. QDF_STATUS wmi_unified_lci_set_cmd_send(void *wmi_hdl,
  876. struct lci_set_params *param);
  877. QDF_STATUS wmi_unified_lcr_set_cmd_send(void *wmi_hdl,
  878. struct lcr_set_params *param);
  879. QDF_STATUS wmi_unified_send_periodic_chan_stats_config_cmd(void *wmi_hdl,
  880. struct periodic_chan_stats_params *param);
  881. /* Extract APIs */
  882. QDF_STATUS wmi_extract_fips_event_data(void *wmi_hdl, void *evt_buf,
  883. struct wmi_host_fips_event_param *param);
  884. QDF_STATUS wmi_extract_mgmt_rx_params(void *wmi_hdl, void *evt_buf,
  885. struct mgmt_rx_event_params *hdr, uint8_t **bufp);
  886. QDF_STATUS wmi_extract_vdev_roam_param(void *wmi_hdl, void *evt_buf,
  887. wmi_host_roam_event *ev);
  888. QDF_STATUS wmi_extract_vdev_scan_ev_param(void *wmi_hdl, void *evt_buf,
  889. struct scan_event *param);
  890. QDF_STATUS wmi_extract_mu_ev_param(void *wmi_hdl, void *evt_buf,
  891. wmi_host_mu_report_event *param);
  892. QDF_STATUS wmi_extract_mu_db_entry(void *wmi_hdl, void *evt_buf,
  893. uint8_t idx, wmi_host_mu_db_entry *param);
  894. QDF_STATUS wmi_extract_mumimo_tx_count_ev_param(void *wmi_hdl, void *evt_buf,
  895. wmi_host_peer_txmu_cnt_event *param);
  896. QDF_STATUS wmi_extract_peer_gid_userpos_list_ev_param(void *wmi_hdl,
  897. void *evt_buf, wmi_host_peer_gid_userpos_list_event *param);
  898. QDF_STATUS
  899. wmi_extract_esp_estimate_ev_param(void *wmi_hdl, void *evt_buf,
  900. struct esp_estimation_event *param);
  901. QDF_STATUS wmi_extract_gpio_input_ev_param(void *wmi_hdl,
  902. void *evt_buf, uint32_t *gpio_num);
  903. QDF_STATUS wmi_extract_pdev_reserve_ast_ev_param(void *wmi_hdl,
  904. void *evt_buf, struct wmi_host_proxy_ast_reserve_param *param);
  905. QDF_STATUS wmi_extract_pdev_generic_buffer_ev_param(void *wmi_hdl,
  906. void *evt_buf,
  907. wmi_host_pdev_generic_buffer_event *param);
  908. QDF_STATUS wmi_extract_peer_ratecode_list_ev(void *wmi_hdl, void *evt_buf,
  909. uint8_t *peer_mac, wmi_sa_rate_cap *rate_cap);
  910. QDF_STATUS wmi_extract_bcnflt_stats(void *wmi_hdl, void *evt_buf,
  911. uint32_t index, wmi_host_bcnflt_stats *bcnflt_stats);
  912. QDF_STATUS wmi_extract_rtt_hdr(void *wmi_hdl, void *evt_buf,
  913. wmi_host_rtt_event_hdr *ev);
  914. QDF_STATUS wmi_extract_rtt_ev(void *wmi_hdl, void *evt_buf,
  915. wmi_host_rtt_meas_event *ev, uint8_t *hdump,
  916. uint16_t hdump_len);
  917. QDF_STATUS wmi_extract_rtt_error_report_ev(void *wmi_hdl, void *evt_buf,
  918. wmi_host_rtt_error_report_event *ev);
  919. QDF_STATUS wmi_extract_chan_stats(void *wmi_hdl, void *evt_buf,
  920. uint32_t index, wmi_host_chan_stats *chan_stats);
  921. QDF_STATUS wmi_extract_thermal_stats(void *wmi_hdl, void *evt_buf,
  922. uint32_t *temp, uint32_t *level, uint32_t *pdev_id);
  923. QDF_STATUS wmi_extract_thermal_level_stats(void *wmi_hdl, void *evt_buf,
  924. uint8_t idx, uint32_t *levelcount, uint32_t *dccount);
  925. QDF_STATUS wmi_extract_comb_phyerr(void *wmi_hdl, void *evt_buf,
  926. uint16_t datalen, uint16_t *buf_offset,
  927. wmi_host_phyerr_t *phyerr);
  928. QDF_STATUS wmi_extract_single_phyerr(void *wmi_hdl, void *evt_buf,
  929. uint16_t datalen, uint16_t *buf_offset,
  930. wmi_host_phyerr_t *phyerr);
  931. QDF_STATUS wmi_extract_composite_phyerr(void *wmi_hdl, void *evt_buf,
  932. uint16_t datalen, wmi_host_phyerr_t *phyerr);
  933. QDF_STATUS wmi_extract_profile_ctx(void *wmi_hdl, void *evt_buf,
  934. wmi_host_wlan_profile_ctx_t *profile_ctx);
  935. QDF_STATUS wmi_extract_profile_data(void *wmi_hdl, void *evt_buf, uint8_t idx,
  936. wmi_host_wlan_profile_t *profile_data);
  937. QDF_STATUS wmi_extract_stats_param(void *wmi_hdl, void *evt_buf,
  938. wmi_host_stats_event *stats_param);
  939. QDF_STATUS wmi_extract_pdev_stats(void *wmi_hdl, void *evt_buf,
  940. uint32_t index,
  941. wmi_host_pdev_stats *pdev_stats);
  942. QDF_STATUS wmi_extract_unit_test(void *wmi_hdl, void *evt_buf,
  943. wmi_unit_test_event *unit_test, uint32_t maxspace);
  944. QDF_STATUS wmi_extract_pdev_ext_stats(void *wmi_hdl, void *evt_buf,
  945. uint32_t index,
  946. wmi_host_pdev_ext_stats *pdev_ext_stats);
  947. QDF_STATUS wmi_extract_peer_extd_stats(void *wmi_hdl, void *evt_buf,
  948. uint32_t index,
  949. wmi_host_peer_extd_stats *peer_extd_stats);
  950. QDF_STATUS wmi_extract_bss_chan_info_event(void *wmi_hdl, void *evt_buf,
  951. wmi_host_pdev_bss_chan_info_event *bss_chan_info);
  952. QDF_STATUS wmi_extract_peer_stats(void *wmi_hdl, void *evt_buf,
  953. uint32_t index, wmi_host_peer_stats *peer_stats);
  954. QDF_STATUS wmi_extract_tx_data_traffic_ctrl_ev(void *wmi_hdl, void *evt_buf,
  955. wmi_host_tx_data_traffic_ctrl_event *ev);
  956. QDF_STATUS wmi_extract_vdev_stats(void *wmi_hdl, void *evt_buf,
  957. uint32_t index, wmi_host_vdev_stats *vdev_stats);
  958. QDF_STATUS wmi_extract_per_chain_rssi_stats(void *wmi_hdl, void *evt_buf,
  959. uint32_t index, struct wmi_host_per_chain_rssi_stats *rssi_stats);
  960. QDF_STATUS wmi_extract_vdev_extd_stats(void *wmi_hdl, void *evt_buf,
  961. uint32_t index, wmi_host_vdev_extd_stats *vdev_extd_stats);
  962. QDF_STATUS wmi_extract_bcn_stats(void *wmi_hdl, void *evt_buf,
  963. uint32_t index, wmi_host_bcn_stats *vdev_bcn_stats);
  964. /**
  965. * wmi_extract_vdev_nac_rssi_stats() - extract NAC_RSSI stats from event
  966. * @wmi_handle: wmi handle
  967. * @param evt_buf: pointer to event buffer
  968. * @param vdev_extd_stats: Pointer to hold nac rssi stats
  969. *
  970. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  971. */
  972. QDF_STATUS wmi_extract_vdev_nac_rssi_stats(void *wmi_hdl, void *evt_buf,
  973. struct wmi_host_vdev_nac_rssi_event *vdev_nac_rssi_stats);
  974. /**
  975. * wmi_extract_peer_retry_stats() - extract peer retry stats from event
  976. * @wmi_handle: wmi handle
  977. * @evt_buf: pointer to event buffer
  978. * @index: Index into peer retry stats
  979. * @peer_retry_stats: Pointer to hold peer retry stats
  980. *
  981. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  982. */
  983. QDF_STATUS wmi_extract_peer_retry_stats(void *wmi_hdl, void *evt_buf,
  984. uint32_t index, struct wmi_host_peer_retry_stats *peer_retry_stats);
  985. QDF_STATUS wmi_unified_send_power_dbg_cmd(void *wmi_hdl,
  986. struct wmi_power_dbg_params *param);
  987. /**
  988. * wmi_extract_sar_cap_service_ready_ext() - extract SAR cap from
  989. * FW service ready event
  990. * @wmi_hdl: wmi handle
  991. * @evt_buf: event buffer received from firmware
  992. * @ext_param: extended target info
  993. *
  994. * Return: QDF_STATUS_SUCCESS for success or error code
  995. */
  996. QDF_STATUS wmi_extract_sar_cap_service_ready_ext(
  997. void *wmi_hdl,
  998. uint8_t *evt_buf,
  999. struct wlan_psoc_host_service_ext_param *ext_param);
  1000. QDF_STATUS wmi_unified_fw_test_cmd(void *wmi_hdl,
  1001. struct set_fwtest_params *wmi_fwtest);
  1002. QDF_STATUS wmi_unified_peer_rx_reorder_queue_setup_send(void *wmi_hdl,
  1003. struct rx_reorder_queue_setup_params *param);
  1004. QDF_STATUS wmi_unified_peer_rx_reorder_queue_remove_send(void *wmi_hdl,
  1005. struct rx_reorder_queue_remove_params *param);
  1006. QDF_STATUS wmi_extract_service_ready_ext(void *wmi_hdl, uint8_t *evt_buf,
  1007. struct wlan_psoc_host_service_ext_param *param);
  1008. QDF_STATUS wmi_extract_hw_mode_cap_service_ready_ext(
  1009. void *wmi_hdl,
  1010. uint8_t *evt_buf, uint8_t hw_mode_idx,
  1011. struct wlan_psoc_host_hw_mode_caps *param);
  1012. QDF_STATUS wmi_extract_mac_phy_cap_service_ready_ext(
  1013. void *wmi_hdl,
  1014. uint8_t *evt_buf,
  1015. uint8_t hw_mode_id,
  1016. uint8_t phy_id,
  1017. struct wlan_psoc_host_mac_phy_caps *param);
  1018. QDF_STATUS wmi_extract_reg_cap_service_ready_ext(
  1019. void *wmi_hdl,
  1020. uint8_t *evt_buf, uint8_t phy_idx,
  1021. struct wlan_psoc_host_hal_reg_capabilities_ext *param);
  1022. /**
  1023. * wmi_extract_dbr_ring_cap_service_ready_ext: Extract direct buffer rx
  1024. * capability received through
  1025. * extended service ready event
  1026. * @wmi_hdl: WMI handle
  1027. * @evt_buf: Event buffer
  1028. * @idx: Index of the module for which capability is received
  1029. * @param: Pointer to direct buffer rx ring cap struct
  1030. *
  1031. * Return: QDF status of operation
  1032. */
  1033. QDF_STATUS wmi_extract_dbr_ring_cap_service_ready_ext(
  1034. void *wmi_hdl,
  1035. uint8_t *evt_buf, uint8_t idx,
  1036. struct wlan_psoc_host_dbr_ring_caps *param);
  1037. QDF_STATUS wmi_extract_pdev_utf_event(void *wmi_hdl,
  1038. uint8_t *evt_buf,
  1039. struct wmi_host_pdev_utf_event *param);
  1040. QDF_STATUS wmi_extract_pdev_qvit_event(void *wmi_hdl,
  1041. uint8_t *evt_buf,
  1042. struct wmi_host_pdev_qvit_event *param);
  1043. QDF_STATUS wmi_extract_chainmask_tables(void *wmi_hdl, uint8_t *evt_buf,
  1044. struct wlan_psoc_host_chainmask_table *chainmask_table);
  1045. /**
  1046. * wmi_unified_dfs_phyerr_offload_en_cmd() - enable dfs phyerr offload
  1047. * @wmi_handle: wmi handle
  1048. * @pdev_id: pdev id
  1049. *
  1050. * Return: QDF_STATUS
  1051. */
  1052. QDF_STATUS wmi_unified_dfs_phyerr_offload_en_cmd(void *wmi_hdl,
  1053. uint32_t pdev_id);
  1054. /**
  1055. * wmi_unified_dfs_phyerr_offload_dis_cmd() - disable dfs phyerr offload
  1056. * @wmi_handle: wmi handle
  1057. * @pdev_id: pdev id
  1058. *
  1059. * Return: QDF_STATUS
  1060. */
  1061. QDF_STATUS wmi_unified_dfs_phyerr_offload_dis_cmd(void *wmi_hdl,
  1062. uint32_t pdev_id);
  1063. QDF_STATUS wmi_unified_set_country_cmd_send(void *wmi_hdl,
  1064. struct set_country *param);
  1065. #ifdef WLAN_FEATURE_ACTION_OUI
  1066. /**
  1067. * wmi_unified_send_action_oui_cmd() - send action oui cmd to fw
  1068. * @wmi_hdl: wma handle
  1069. * @req: wmi action oui message to be send
  1070. *
  1071. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1072. */
  1073. QDF_STATUS
  1074. wmi_unified_send_action_oui_cmd(void *wmi_hdl,
  1075. struct action_oui_request *req);
  1076. #endif /* WLAN_FEATURE_ACTION_OUI */
  1077. /**
  1078. * wmi_unified_send_request_get_rcpi_cmd() - command to request rcpi value
  1079. * @wmi_hdl: wma handle
  1080. * @get_rcpi_param: rcpi params
  1081. *
  1082. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1083. */
  1084. QDF_STATUS wmi_unified_send_request_get_rcpi_cmd(void *wmi_hdl,
  1085. struct rcpi_req *get_rcpi_param);
  1086. /**
  1087. * wmi_extract_rcpi_response_event - api to extract RCPI event params
  1088. * @wmi_handle: wma handle
  1089. * @evt_buf: pointer to event buffer
  1090. * @res: pointer to hold rcpi response from firmware
  1091. *
  1092. * Return: QDF_STATUS_SUCCESS for successful event parse
  1093. * else QDF_STATUS_E_INVAL or QDF_STATUS_E_FAILURE
  1094. */
  1095. QDF_STATUS wmi_extract_rcpi_response_event(void *wmi_hdl, void *evt_buf,
  1096. struct rcpi_res *res);
  1097. #ifdef WMI_INTERFACE_EVENT_LOGGING
  1098. void wmi_print_cmd_log(wmi_unified_t wmi, uint32_t count,
  1099. qdf_abstract_print *print, void *print_priv);
  1100. void wmi_print_cmd_tx_cmp_log(wmi_unified_t wmi, uint32_t count,
  1101. qdf_abstract_print *print, void *print_priv);
  1102. void wmi_print_mgmt_cmd_log(wmi_unified_t wmi, uint32_t count,
  1103. qdf_abstract_print *print, void *print_priv);
  1104. void wmi_print_mgmt_cmd_tx_cmp_log(wmi_unified_t wmi, uint32_t count,
  1105. qdf_abstract_print *print, void *print_priv);
  1106. void wmi_print_event_log(wmi_unified_t wmi, uint32_t count,
  1107. qdf_abstract_print *print, void *print_priv);
  1108. void wmi_print_rx_event_log(wmi_unified_t wmi, uint32_t count,
  1109. qdf_abstract_print *print, void *print_priv);
  1110. void wmi_print_mgmt_event_log(wmi_unified_t wmi, uint32_t count,
  1111. qdf_abstract_print *print, void *print_priv);
  1112. #endif /* WMI_INTERFACE_EVENT_LOGGING */
  1113. /**
  1114. * wmi_unified_send_wds_entry_list_cmd() - WMI function to get list of
  1115. * wds entries from FW
  1116. * @wmi_hdl: wmi handle
  1117. *
  1118. * Send WMI_PDEV_WDS_ENTRY_LIST_CMDID parameters to fw.
  1119. *
  1120. * Return: QDF_STATUS_SUCCESS on success, QDF_STATUS_E_** on error
  1121. */
  1122. QDF_STATUS wmi_unified_send_dump_wds_table_cmd(void *wmi_hdl);
  1123. /**
  1124. * wmi_extract_wds_entry - api to extract wds entry
  1125. * @wmi_hdl: wmi handle
  1126. * @evt_buf: pointer to event buffer
  1127. * @wds_entry: wds entry
  1128. * @idx: index to point wds entry in event buffer
  1129. *
  1130. * Return: QDF_STATUS_SUCCESS for successful event parse
  1131. * else QDF_STATUS_E_INVAL or QDF_STATUS_E_FAILURE
  1132. */
  1133. QDF_STATUS wmi_extract_wds_entry(void *wmi_hdl, uint8_t *evt_buf,
  1134. struct wdsentry *wds_entry, u_int32_t idx);
  1135. /**
  1136. * wmi_unified_send_obss_detection_cfg_cmd() - WMI function to send obss
  1137. * detection configuration to FW.
  1138. * @wmi_hdl: wmi handle
  1139. * @cfg: obss detection configuration
  1140. *
  1141. * Send WMI_SAP_OBSS_DETECTION_CFG_CMDID parameters to fw.
  1142. *
  1143. * Return: QDF_STATUS
  1144. */
  1145. QDF_STATUS wmi_unified_send_obss_detection_cfg_cmd(void *wmi_hdl,
  1146. struct wmi_obss_detection_cfg_param *cfg);
  1147. /**
  1148. * wmi_unified_extract_obss_detection_info() - WMI function to extract obss
  1149. * detection info from FW.
  1150. * @wmi_hdl: wmi handle
  1151. * @data: event data from firmware
  1152. * @info: Pointer to hold obss detection info
  1153. *
  1154. * This function is used to extract obss info from firmware.
  1155. *
  1156. * Return: QDF_STATUS
  1157. */
  1158. QDF_STATUS wmi_unified_extract_obss_detection_info(void *wmi_hdl,
  1159. uint8_t *data,
  1160. struct wmi_obss_detect_info
  1161. *info);
  1162. #ifdef WLAN_SUPPORT_GREEN_AP
  1163. QDF_STATUS wmi_extract_green_ap_egap_status_info(
  1164. void *wmi_hdl, uint8_t *evt_buf,
  1165. struct wlan_green_ap_egap_status_info *egap_status_info_params);
  1166. #endif
  1167. /**
  1168. * wmi_unified_send_roam_scan_stats_cmd() - Wrapper to request roam scan stats
  1169. * @wmi_hdl: wmi handle
  1170. * @params: request params
  1171. *
  1172. * This function is used to send the roam scan stats request command to
  1173. * firmware.
  1174. *
  1175. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1176. */
  1177. QDF_STATUS
  1178. wmi_unified_send_roam_scan_stats_cmd(void *wmi_hdl,
  1179. struct wmi_roam_scan_stats_req *params);
  1180. /**
  1181. * wmi_extract_roam_scan_stats_res_evt() - API to extract roam scan stats res
  1182. * @wmi: wmi handle
  1183. * @evt_buf: pointer to the event buffer
  1184. * @vdev_id: output pointer to hold vdev id
  1185. * @res_param: output pointer to hold extracted memory
  1186. *
  1187. * Return: QDF_STATUS
  1188. */
  1189. QDF_STATUS
  1190. wmi_extract_roam_scan_stats_res_evt(wmi_unified_t wmi, void *evt_buf,
  1191. uint32_t *vdev_id,
  1192. struct wmi_roam_scan_stats_res **res_param);
  1193. /**
  1194. * wmi_extract_offload_bcn_tx_status_evt() - API to extract bcn tx status event
  1195. * @wmi: wmi handle
  1196. * @evt_buf: pointer to the event buffer
  1197. * @vdev_id: output pointer to hold vdev id
  1198. * @tx_status: output pointer to hold bcn tx status
  1199. *
  1200. * Return: QDF_STATUS
  1201. */
  1202. QDF_STATUS
  1203. wmi_extract_offload_bcn_tx_status_evt(void *wmi_hdl, void *evt_buf,
  1204. uint32_t *vdev_id, uint32_t *tx_status);
  1205. /* wmi_get_ch_width_from_phy_mode() - convert phy mode to channel width
  1206. * @wmi_hdl: wmi handle
  1207. * @phymode: phy mode
  1208. *
  1209. * Return: wmi channel width
  1210. */
  1211. wmi_host_channel_width wmi_get_ch_width_from_phy_mode(void *wmi_hdl,
  1212. WMI_HOST_WLAN_PHY_MODE phymode);
  1213. #ifdef QCA_SUPPORT_CP_STATS
  1214. /**
  1215. * wmi_extract_cca_stats() - api to extract congestion stats from event buffer
  1216. * @wmi_handle: wma handle
  1217. * @evt_buf: event buffer
  1218. * @datalen: length of buffer
  1219. * @stats: buffer to populated after stats extraction
  1220. *
  1221. * Return: status of operation
  1222. */
  1223. QDF_STATUS wmi_extract_cca_stats(wmi_unified_t wmi_handle, void *evt_buf,
  1224. struct wmi_host_congestion_stats *stats);
  1225. #endif /* QCA_SUPPORT_CP_STATS */
  1226. #if defined(WLAN_DFS_PARTIAL_OFFLOAD) && defined(HOST_DFS_SPOOF_TEST)
  1227. /**
  1228. * wmi_unified_dfs_send_avg_params_cmd() - send average radar parameters cmd.
  1229. * @wmi_hdl: wmi handle
  1230. * @params: radar found params
  1231. *
  1232. * This function passes the average radar parameters to fw
  1233. *
  1234. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1235. */
  1236. QDF_STATUS
  1237. wmi_unified_dfs_send_avg_params_cmd(void *wmi_hdl,
  1238. struct dfs_radar_found_params *params);
  1239. /**
  1240. * wmi_extract_dfs_status_from_fw() - extract host dfs status from fw.
  1241. * @wmi_hdl: wmi handle
  1242. * @evt_buf: pointer to event buffer
  1243. * @dfs_status_check: pointer to the host dfs status
  1244. *
  1245. * This function extracts the result of host dfs from fw
  1246. *
  1247. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1248. */
  1249. QDF_STATUS wmi_extract_dfs_status_from_fw(void *wmi_hdl, void *evt_buf,
  1250. uint32_t *dfs_status_check);
  1251. #endif
  1252. #ifdef OL_ATH_SMART_LOGGING
  1253. /**
  1254. * wmi_unified_send_smart_logging_enable_cmd() - send smart logging enable cmd
  1255. * @wmi_hdl: wmi handle
  1256. * @params: enable/disable
  1257. *
  1258. * This function enables/disable the smart logging feature
  1259. *
  1260. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1261. */
  1262. QDF_STATUS wmi_unified_send_smart_logging_enable_cmd(void *wmi_hdl,
  1263. uint32_t param);
  1264. /**
  1265. * wmi_unified_send_smart_logging_fatal_cmd() - send smart logging fatal cmd
  1266. * @wmi_hdl: wmi handle
  1267. * @param: Fatal event
  1268. *
  1269. * This function sends the smart log fatal events to the FW
  1270. *
  1271. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1272. */
  1273. QDF_STATUS wmi_unified_send_smart_logging_fatal_cmd
  1274. (void *wmi_hdl,
  1275. struct wmi_debug_fatal_events *param);
  1276. /**
  1277. * wmi_extract_smartlog_ev() - extract smartlog event info from event
  1278. * @wmi_handle: wmi handle
  1279. * @param evt_buf: pointer to event buffer
  1280. * @param ev: Pointer to hold fatal events
  1281. *
  1282. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1283. */
  1284. QDF_STATUS wmi_extract_smartlog_ev
  1285. (void *wmi_hdl, void *evt_buf,
  1286. struct wmi_debug_fatal_events *ev);
  1287. #endif /* OL_ATH_SMART_LOGGING */
  1288. void wmi_process_fw_event_worker_thread_ctx(struct wmi_unified *wmi_handle,
  1289. HTC_PACKET * htc_packet);
  1290. /**
  1291. * wmi_extract_ctl_failsafe_check_ev_param() - extract ctl failsafe
  1292. * status from event
  1293. * @wmi_handle: wmi handle
  1294. * @param evt_buf: pointer to event buffer
  1295. * @param ev: Pointer to hold ctl status
  1296. *
  1297. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1298. */
  1299. QDF_STATUS
  1300. wmi_extract_ctl_failsafe_check_ev_param(void *wmi_hdl,
  1301. void *evt_buf,
  1302. struct wmi_host_pdev_ctl_failsafe_event
  1303. *param);
  1304. #ifdef OBSS_PD
  1305. /**
  1306. * wmi_unified_send_obss_spatial_reuse_set_cmd() - send obss pd offset
  1307. * @wmi_handle: wmi handle
  1308. * @oobss_spatial_reuse_param: Pointer to obsspd min max offset
  1309. *
  1310. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1311. */
  1312. QDF_STATUS wmi_unified_send_obss_spatial_reuse_set_cmd(void *wmi_handle,
  1313. struct wmi_host_obss_spatial_reuse_set_param *obss_spatial_reuse_param);
  1314. /**
  1315. * wmi_unified_send_obss_spatial_reuse_set_def_thresh_cmd() - send def thresh
  1316. * @wmi_handle: wmi handle
  1317. * @thresh: Pointer to def thresh
  1318. *
  1319. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1320. */
  1321. QDF_STATUS wmi_unified_send_obss_spatial_reuse_set_def_thresh_cmd(void *wmi_hdl,
  1322. struct wmi_host_obss_spatial_reuse_set_def_thresh *thresh);
  1323. #endif /* OBSS_PD */
  1324. /**
  1325. * wmi_convert_pdev_id_host_to_target() - Convert pdev_id from host to target
  1326. * defines. For legacy there is not conversion required. Just return pdev_id as
  1327. * it is.
  1328. * @wmi_hdl: wmi handle
  1329. * @host_pdev_id: host pdev_id to be converted.
  1330. * @target_pdev_id: Output target pdev id.
  1331. *
  1332. * Return: QDF_STATUS
  1333. */
  1334. QDF_STATUS wmi_convert_pdev_id_host_to_target(void *wmi_hdl,
  1335. uint32_t host_pdev_id,
  1336. uint32_t *target_pdev_id);
  1337. /**
  1338. * wmi_unified_send_bss_color_change_enable_cmd() - WMI function to send bss
  1339. * color change enable to FW.
  1340. * @wmi_hdl: wmi handle
  1341. * @vdev_id: vdev ID
  1342. * @enable: enable or disable color change handeling within firmware
  1343. *
  1344. * Send WMI_BSS_COLOR_CHANGE_ENABLE_CMDID parameters to fw,
  1345. * thereby firmware updates bss color when AP announces bss color change.
  1346. *
  1347. * Return: QDF_STATUS
  1348. */
  1349. QDF_STATUS wmi_unified_send_bss_color_change_enable_cmd(void *wmi_hdl,
  1350. uint32_t vdev_id,
  1351. bool enable);
  1352. /**
  1353. * wmi_unified_send_obss_color_collision_cfg_cmd() - WMI function to send bss
  1354. * color collision detection configuration to FW.
  1355. * @wmi_hdl: wmi handle
  1356. * @cfg: obss color collision detection configuration
  1357. *
  1358. * Send WMI_OBSS_COLOR_COLLISION_DET_CONFIG_CMDID parameters to fw.
  1359. *
  1360. * Return: QDF_STATUS
  1361. */
  1362. QDF_STATUS wmi_unified_send_obss_color_collision_cfg_cmd(void *wmi_hdl,
  1363. struct wmi_obss_color_collision_cfg_param *cfg);
  1364. /**
  1365. * wmi_unified_extract_obss_color_collision_info() - WMI function to extract
  1366. * obss color collision info from FW.
  1367. * @wmi_hdl: wmi handle
  1368. * @data: event data from firmware
  1369. * @info: Pointer to hold bss color collision info
  1370. *
  1371. * This function is used to extract bss collision info from firmware.
  1372. *
  1373. * Return: QDF_STATUS
  1374. */
  1375. QDF_STATUS wmi_unified_extract_obss_color_collision_info(void *wmi_hdl,
  1376. uint8_t *data, struct wmi_obss_color_collision_info *info);
  1377. #ifdef CRYPTO_SET_KEY_CONVERGED
  1378. /**
  1379. * wlan_crypto_cipher_to_wmi_cipher() - Convert crypto cipher to WMI cipher
  1380. * @crypto_cipher: cipher type in crypto format
  1381. *
  1382. * Return: cipher type in WMI cipher type
  1383. */
  1384. uint8_t wlan_crypto_cipher_to_wmi_cipher(
  1385. enum wlan_crypto_cipher_type crypto_cipher);
  1386. /**
  1387. * wlan_crypto_cipher_to_cdp_sec_type() - Convert crypto cipher to CDP type
  1388. * @crypto_cipher: cipher type in crypto format
  1389. *
  1390. * Return: security type in cdp_sec_type data format type
  1391. */
  1392. enum cdp_sec_type wlan_crypto_cipher_to_cdp_sec_type(
  1393. enum wlan_crypto_cipher_type crypto_cipher);
  1394. #endif
  1395. #endif /* _WMI_UNIFIED_API_H_ */