wmi_unified_api.h 51 KB

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