wmi_unified_api.h 54 KB

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