wmi_unified_api.h 51 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610
  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. uint32_t 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. uint32_t 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. QDF_STATUS wmi_unified_wow_enable_send(void *wmi_hdl,
  360. struct wow_cmd_params *param,
  361. uint8_t mac_id);
  362. QDF_STATUS wmi_unified_wow_wakeup_send(void *wmi_hdl);
  363. QDF_STATUS wmi_unified_wow_add_wakeup_event_send(void *wmi_hdl,
  364. struct wow_add_wakeup_params *param);
  365. QDF_STATUS wmi_unified_wow_add_wakeup_pattern_send(void *wmi_hdl,
  366. struct wow_add_wakeup_pattern_params *param);
  367. QDF_STATUS wmi_unified_wow_remove_wakeup_pattern_send(void *wmi_hdl,
  368. struct wow_remove_wakeup_pattern_params *param);
  369. #ifndef CONFIG_MCL
  370. QDF_STATUS wmi_unified_packet_log_enable_send(void *wmi_hdl,
  371. WMI_HOST_PKTLOG_EVENT PKTLOG_EVENT, uint8_t mac_id);
  372. #else
  373. QDF_STATUS wmi_unified_packet_log_enable_send(void *wmi_hdl,
  374. uint8_t macaddr[IEEE80211_ADDR_LEN],
  375. struct packet_enable_params *param);
  376. #endif
  377. QDF_STATUS wmi_unified_packet_log_disable_send(void *wmi_hdl, uint8_t mac_id);
  378. QDF_STATUS wmi_unified_suspend_send(void *wmi_hdl,
  379. struct suspend_params *param,
  380. uint8_t mac_id);
  381. QDF_STATUS wmi_unified_resume_send(void *wmi_hdl,
  382. uint8_t mac_id);
  383. QDF_STATUS
  384. wmi_unified_pdev_param_send(void *wmi_hdl,
  385. struct pdev_params *param,
  386. uint8_t mac_id);
  387. QDF_STATUS wmi_unified_beacon_tmpl_send_cmd(void *wmi_hdl,
  388. struct beacon_tmpl_params *param);
  389. QDF_STATUS wmi_unified_beacon_send_cmd(void *wmi_hdl,
  390. struct beacon_params *param);
  391. QDF_STATUS wmi_unified_peer_assoc_send(void *wmi_hdl,
  392. struct peer_assoc_params *param);
  393. QDF_STATUS wmi_unified_sta_ps_cmd_send(void *wmi_hdl,
  394. struct sta_ps_params *param);
  395. QDF_STATUS wmi_unified_ap_ps_cmd_send(void *wmi_hdl,
  396. uint8_t macaddr[IEEE80211_ADDR_LEN],
  397. struct ap_ps_params *param);
  398. QDF_STATUS wmi_unified_scan_start_cmd_send(void *wmi_hdl,
  399. struct scan_req_params *param);
  400. QDF_STATUS wmi_unified_scan_stop_cmd_send(void *wmi_hdl,
  401. struct scan_cancel_param *param);
  402. QDF_STATUS wmi_unified_scan_chan_list_cmd_send(void *wmi_hdl,
  403. struct scan_chan_list_params *param);
  404. QDF_STATUS wmi_crash_inject(void *wmi_hdl,
  405. struct crash_inject *param);
  406. QDF_STATUS wmi_unified_pdev_utf_cmd_send(void *wmi_hdl,
  407. struct pdev_utf_params *param,
  408. uint8_t mac_id);
  409. QDF_STATUS wmi_unified_dbglog_cmd_send(void *wmi_hdl,
  410. struct dbglog_params *param);
  411. QDF_STATUS wmi_mgmt_unified_cmd_send(void *wmi_hdl,
  412. struct wmi_mgmt_params *param);
  413. QDF_STATUS wmi_offchan_data_tx_cmd_send(void *wmi_hdl,
  414. struct wmi_offchan_data_tx_params *param);
  415. QDF_STATUS wmi_unified_modem_power_state(void *wmi_hdl,
  416. uint32_t param_value);
  417. QDF_STATUS wmi_unified_set_sta_ps_mode(void *wmi_hdl,
  418. uint32_t vdev_id, uint8_t val);
  419. QDF_STATUS
  420. wmi_unified_set_sta_uapsd_auto_trig_cmd(void *wmi_hdl,
  421. struct sta_uapsd_trig_params *param);
  422. QDF_STATUS wmi_unified_get_temperature(void *wmi_hdl);
  423. QDF_STATUS wmi_unified_set_p2pgo_oppps_req(void *wmi_hdl,
  424. struct p2p_ps_params *oppps);
  425. QDF_STATUS wmi_unified_set_p2pgo_noa_req_cmd(void *wmi_hdl,
  426. struct p2p_ps_params *noa);
  427. #ifdef CONVERGED_P2P_ENABLE
  428. QDF_STATUS wmi_unified_p2p_lo_start_cmd(void *wmi_hdl,
  429. struct p2p_lo_start *param);
  430. QDF_STATUS wmi_unified_p2p_lo_stop_cmd(void *wmi_hdl, uint8_t vdev_id);
  431. #endif
  432. QDF_STATUS wmi_unified_set_smps_params(void *wmi_hdl, uint8_t vdev_id,
  433. int value);
  434. QDF_STATUS wmi_unified_set_mimops(void *wmi_hdl, uint8_t vdev_id, int value);
  435. QDF_STATUS wmi_unified_ocb_set_utc_time(void *wmi_hdl,
  436. struct ocb_utc_param *utc);
  437. QDF_STATUS wmi_unified_ocb_start_timing_advert(void *wmi_hdl,
  438. struct ocb_timing_advert_param *timing_advert);
  439. QDF_STATUS wmi_unified_ocb_stop_timing_advert(void *wmi_hdl,
  440. struct ocb_timing_advert_param *timing_advert);
  441. QDF_STATUS wmi_unified_ocb_set_config(void *wmi_hdl,
  442. struct ocb_config_param *config, uint32_t *ch_mhz);
  443. QDF_STATUS wmi_unified_ocb_get_tsf_timer(void *wmi_hdl,
  444. uint8_t vdev_id);
  445. QDF_STATUS wmi_unified_lro_config_cmd(void *wmi_hdl,
  446. struct wmi_lro_config_cmd_t *wmi_lro_cmd);
  447. QDF_STATUS wmi_unified_set_thermal_mgmt_cmd(void *wmi_hdl,
  448. struct thermal_cmd_params *thermal_info);
  449. QDF_STATUS wmi_unified_peer_rate_report_cmd(void *wmi_hdl,
  450. struct wmi_peer_rate_report_params *rate_report_params);
  451. QDF_STATUS wmi_unified_set_mcc_channel_time_quota_cmd
  452. (void *wmi_hdl,
  453. uint32_t adapter_1_chan_freq,
  454. uint32_t adapter_1_quota, uint32_t adapter_2_chan_freq);
  455. QDF_STATUS wmi_unified_set_mcc_channel_time_latency_cmd
  456. (void *wmi_hdl,
  457. uint32_t mcc_channel_freq, uint32_t mcc_channel_time_latency);
  458. QDF_STATUS wmi_unified_set_enable_disable_mcc_adaptive_scheduler_cmd(
  459. void *wmi_hdl, uint32_t mcc_adaptive_scheduler,
  460. uint32_t pdev_id);
  461. #ifdef CONFIG_MCL
  462. QDF_STATUS wmi_unified_bcn_buf_ll_cmd(void *wmi_hdl,
  463. wmi_bcn_send_from_host_cmd_fixed_param *param);
  464. #endif
  465. QDF_STATUS wmi_unified_set_sta_sa_query_param_cmd(void *wmi_hdl,
  466. uint8_t vdev_id, uint32_t max_retries,
  467. uint32_t retry_interval);
  468. QDF_STATUS wmi_unified_set_sta_keep_alive_cmd(void *wmi_hdl,
  469. struct sta_params *params);
  470. QDF_STATUS wmi_unified_vdev_set_gtx_cfg_cmd(void *wmi_hdl, uint32_t if_id,
  471. struct wmi_gtx_config *gtx_info);
  472. QDF_STATUS wmi_unified_process_update_edca_param(void *wmi_hdl,
  473. uint8_t vdev_id,
  474. struct wmi_host_wme_vparams wmm_vparams[WMI_MAX_NUM_AC]);
  475. QDF_STATUS wmi_unified_probe_rsp_tmpl_send_cmd(void *wmi_hdl,
  476. uint8_t vdev_id,
  477. struct wmi_probe_resp_params *probe_rsp_info,
  478. uint8_t *frm);
  479. QDF_STATUS wmi_unified_setup_install_key_cmd(void *wmi_hdl,
  480. struct set_key_params *key_params);
  481. QDF_STATUS wmi_unified_encrypt_decrypt_send_cmd(void *wmi_hdl,
  482. struct encrypt_decrypt_req_params *params);
  483. QDF_STATUS wmi_unified_p2p_go_set_beacon_ie_cmd(void *wmi_hdl,
  484. A_UINT32 vdev_id, uint8_t *p2p_ie);
  485. QDF_STATUS wmi_unified_set_gateway_params_cmd(void *wmi_hdl,
  486. struct gateway_update_req_param *req);
  487. QDF_STATUS wmi_unified_set_rssi_monitoring_cmd(void *wmi_hdl,
  488. struct rssi_monitor_param *req);
  489. QDF_STATUS wmi_unified_scan_probe_setoui_cmd(void *wmi_hdl,
  490. struct scan_mac_oui *psetoui);
  491. QDF_STATUS wmi_unified_reset_passpoint_network_list_cmd(void *wmi_hdl,
  492. struct wifi_passpoint_req_param *req);
  493. QDF_STATUS wmi_unified_set_passpoint_network_list_cmd(void *wmi_hdl,
  494. struct wifi_passpoint_req_param *req);
  495. #ifdef CONFIG_MCL
  496. QDF_STATUS wmi_unified_roam_scan_offload_mode_cmd(void *wmi_hdl,
  497. wmi_start_scan_cmd_fixed_param *scan_cmd_fp,
  498. struct roam_offload_scan_params *roam_req);
  499. #endif
  500. /**
  501. * wmi_unified_roam_mawc_params_cmd() - configure roaming MAWC parameters
  502. * @wmi_hdl: wmi handle
  503. * @params: Parameters to be configured
  504. *
  505. * Pass the MAWC(Motion Aided wireless connectivity) related roaming
  506. * parameters from the host to the target
  507. *
  508. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  509. */
  510. QDF_STATUS wmi_unified_roam_mawc_params_cmd(void *wmi_hdl,
  511. struct wmi_mawc_roam_params *params);
  512. QDF_STATUS wmi_unified_roam_scan_offload_rssi_thresh_cmd(void *wmi_hdl,
  513. struct roam_offload_scan_rssi_params *roam_req);
  514. QDF_STATUS wmi_unified_roam_scan_filter_cmd(void *wmi_hdl,
  515. struct roam_scan_filter_params *roam_req);
  516. QDF_STATUS wmi_unified_set_epno_network_list_cmd(void *wmi_hdl,
  517. struct wifi_enhanched_pno_params *req);
  518. QDF_STATUS wmi_unified_ipa_offload_control_cmd(void *wmi_hdl,
  519. struct ipa_offload_control_params *ipa_offload);
  520. QDF_STATUS wmi_unified_extscan_get_capabilities_cmd(void *wmi_hdl,
  521. struct extscan_capabilities_params *pgetcapab);
  522. QDF_STATUS wmi_unified_extscan_get_cached_results_cmd(void *wmi_hdl,
  523. struct extscan_cached_result_params *pcached_results);
  524. QDF_STATUS wmi_unified_extscan_stop_change_monitor_cmd(void *wmi_hdl,
  525. struct extscan_capabilities_reset_params *reset_req);
  526. QDF_STATUS wmi_unified_extscan_start_change_monitor_cmd(void *wmi_hdl,
  527. struct extscan_set_sig_changereq_params *
  528. psigchange);
  529. QDF_STATUS wmi_unified_extscan_stop_hotlist_monitor_cmd(void *wmi_hdl,
  530. struct extscan_bssid_hotlist_reset_params *photlist_reset);
  531. QDF_STATUS wmi_unified_stop_extscan_cmd(void *wmi_hdl,
  532. struct extscan_stop_req_params *pstopcmd);
  533. QDF_STATUS wmi_unified_start_extscan_cmd(void *wmi_hdl,
  534. struct wifi_scan_cmd_req_params *pstart);
  535. QDF_STATUS wmi_unified_plm_stop_cmd(void *wmi_hdl,
  536. const struct plm_req_params *plm);
  537. QDF_STATUS wmi_unified_plm_start_cmd(void *wmi_hdl,
  538. const struct plm_req_params *plm,
  539. uint32_t *gchannel_list);
  540. QDF_STATUS wmi_unified_pno_stop_cmd(void *wmi_hdl, uint8_t vdev_id);
  541. #ifdef FEATURE_WLAN_SCAN_PNO
  542. QDF_STATUS wmi_unified_pno_start_cmd(void *wmi_hdl,
  543. struct pno_scan_req_params *pno);
  544. #endif
  545. QDF_STATUS wmi_unified_nlo_mawc_cmd(void *wmi_hdl,
  546. struct nlo_mawc_params *params);
  547. QDF_STATUS wmi_unified_set_ric_req_cmd(void *wmi_hdl, void *msg,
  548. uint8_t is_add_ts);
  549. QDF_STATUS wmi_unified_process_ll_stats_clear_cmd
  550. (void *wmi_hdl, const struct ll_stats_clear_params *clear_req,
  551. uint8_t addr[IEEE80211_ADDR_LEN]);
  552. QDF_STATUS wmi_unified_process_ll_stats_set_cmd
  553. (void *wmi_hdl, const struct ll_stats_set_params *set_req);
  554. QDF_STATUS wmi_unified_process_ll_stats_get_cmd
  555. (void *wmi_hdl, const struct ll_stats_get_params *get_req,
  556. uint8_t addr[IEEE80211_ADDR_LEN]);
  557. /**
  558. * wmi_unified_congestion_request_cmd() - send request to fw to get CCA
  559. * @wmi_hdl: wma handle
  560. * @vdev_id: vdev id
  561. *
  562. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  563. */
  564. QDF_STATUS wmi_unified_congestion_request_cmd(void *wmi_hdl,
  565. uint8_t vdev_id);
  566. QDF_STATUS wmi_unified_snr_request_cmd(void *wmi_hdl);
  567. QDF_STATUS wmi_unified_snr_cmd(void *wmi_hdl, uint8_t vdev_id);
  568. QDF_STATUS wmi_unified_link_status_req_cmd(void *wmi_hdl,
  569. struct link_status_params *link_status);
  570. #ifdef CONFIG_MCL
  571. QDF_STATUS wmi_unified_process_dhcp_ind(void *wmi_hdl,
  572. wmi_peer_set_param_cmd_fixed_param *ta_dhcp_ind);
  573. QDF_STATUS wmi_unified_get_link_speed_cmd(void *wmi_hdl,
  574. wmi_mac_addr peer_macaddr);
  575. QDF_STATUS wmi_unified_egap_conf_params_cmd(void *wmi_hdl,
  576. wmi_ap_ps_egap_param_cmd_fixed_param *egap_params);
  577. #endif
  578. QDF_STATUS wmi_unified_fw_profiling_data_cmd(void *wmi_hdl,
  579. uint32_t cmd, uint32_t value1, uint32_t value2);
  580. QDF_STATUS wmi_unified_nat_keepalive_en_cmd(void *wmi_hdl, uint8_t vdev_id);
  581. QDF_STATUS wmi_unified_csa_offload_enable(void *wmi_hdl, uint8_t vdev_id);
  582. #ifdef WLAN_FEATURE_CIF_CFR
  583. /**
  584. * wmi_unified_oem_dma_ring_cfg() - configure OEM DMA rings
  585. * @wmi_handle: wmi handle
  586. * @data_len: len of dma cfg req
  587. * @data: dma cfg req
  588. *
  589. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  590. */
  591. QDF_STATUS wmi_unified_oem_dma_ring_cfg(void *wmi_hdl,
  592. wmi_oem_dma_ring_cfg_req_fixed_param *cfg);
  593. #endif
  594. QDF_STATUS wmi_unified_start_oem_data_cmd(void *wmi_hdl,
  595. uint32_t data_len,
  596. uint8_t *data);
  597. QDF_STATUS wmi_unified_dfs_phyerr_filter_offload_en_cmd(void *wmi_hdl,
  598. bool dfs_phyerr_filter_offload);
  599. #ifdef CONFIG_MCL
  600. QDF_STATUS wmi_unified_pktlog_wmi_send_cmd(void *wmi_hdl,
  601. WMI_PKTLOG_EVENT pktlog_event,
  602. uint32_t cmd_id,
  603. uint8_t user_triggered);
  604. #endif
  605. QDF_STATUS wmi_unified_wow_delete_pattern_cmd(void *wmi_hdl, uint8_t ptrn_id,
  606. uint8_t vdev_id);
  607. QDF_STATUS wmi_unified_host_wakeup_ind_to_fw_cmd(void *wmi_hdl);
  608. QDF_STATUS wmi_unified_del_ts_cmd(void *wmi_hdl, uint8_t vdev_id,
  609. uint8_t ac);
  610. QDF_STATUS wmi_unified_aggr_qos_cmd(void *wmi_hdl,
  611. struct aggr_add_ts_param *aggr_qos_rsp_msg);
  612. QDF_STATUS wmi_unified_add_ts_cmd(void *wmi_hdl,
  613. struct add_ts_param *msg);
  614. QDF_STATUS wmi_unified_process_add_periodic_tx_ptrn_cmd(void *wmi_hdl,
  615. struct periodic_tx_pattern *
  616. pAddPeriodicTxPtrnParams,
  617. uint8_t vdev_id);
  618. QDF_STATUS wmi_unified_process_del_periodic_tx_ptrn_cmd(void *wmi_hdl,
  619. uint8_t vdev_id,
  620. uint8_t pattern_id);
  621. QDF_STATUS wmi_unified_stats_ext_req_cmd(void *wmi_hdl,
  622. struct stats_ext_params *preq);
  623. QDF_STATUS wmi_unified_enable_ext_wow_cmd(void *wmi_hdl,
  624. struct ext_wow_params *params);
  625. QDF_STATUS wmi_unified_set_app_type2_params_in_fw_cmd(void *wmi_hdl,
  626. struct app_type2_params *appType2Params);
  627. QDF_STATUS wmi_unified_set_auto_shutdown_timer_cmd(void *wmi_hdl,
  628. uint32_t timer_val);
  629. QDF_STATUS wmi_unified_nan_req_cmd(void *wmi_hdl,
  630. struct nan_req_params *nan_req);
  631. QDF_STATUS wmi_unified_process_dhcpserver_offload_cmd(void *wmi_hdl,
  632. struct dhcp_offload_info_params *params);
  633. QDF_STATUS wmi_unified_process_ch_avoid_update_cmd(void *wmi_hdl);
  634. QDF_STATUS wmi_unified_send_regdomain_info_to_fw_cmd(void *wmi_hdl,
  635. uint32_t reg_dmn, uint16_t regdmn2G,
  636. uint16_t regdmn5G, uint8_t ctl2G,
  637. uint8_t ctl5G);
  638. QDF_STATUS wmi_unified_set_tdls_offchan_mode_cmd(void *wmi_hdl,
  639. struct tdls_channel_switch_params *chan_switch_params);
  640. QDF_STATUS wmi_unified_update_fw_tdls_state_cmd(void *wmi_hdl,
  641. void *tdls_param, uint8_t tdls_state);
  642. QDF_STATUS wmi_unified_update_tdls_peer_state_cmd(void *wmi_hdl,
  643. struct tdls_peer_state_params *peerStateParams,
  644. uint32_t *ch_mhz);
  645. QDF_STATUS wmi_unified_process_fw_mem_dump_cmd(void *wmi_hdl,
  646. struct fw_dump_req_param *mem_dump_req);
  647. QDF_STATUS wmi_unified_process_set_ie_info_cmd(void *wmi_hdl,
  648. struct vdev_ie_info_param *ie_info);
  649. QDF_STATUS wmi_unified_ocb_set_utc_time_cmd(void *wmi_hdl,
  650. struct ocb_utc_param *utc);
  651. QDF_STATUS wmi_unified_dcc_get_stats_cmd(void *wmi_hdl,
  652. struct dcc_get_stats_param *get_stats_param);
  653. QDF_STATUS wmi_unified_dcc_clear_stats(void *wmi_hdl,
  654. uint32_t vdev_id, uint32_t dcc_stats_bitmap);
  655. QDF_STATUS wmi_unified_dcc_update_ndl(void *wmi_hdl,
  656. struct dcc_update_ndl_param *update_ndl_param);
  657. QDF_STATUS wmi_unified_save_fw_version_cmd(void *wmi_hdl,
  658. void *evt_buf);
  659. QDF_STATUS wmi_unified_set_base_macaddr_indicate_cmd(void *wmi_hdl,
  660. uint8_t *custom_addr);
  661. QDF_STATUS wmi_unified_log_supported_evt_cmd(void *wmi_hdl,
  662. uint8_t *event,
  663. uint32_t len);
  664. QDF_STATUS wmi_unified_enable_specific_fw_logs_cmd(void *wmi_hdl,
  665. struct wmi_wifi_start_log *start_log);
  666. QDF_STATUS wmi_unified_flush_logs_to_fw_cmd(void *wmi_hdl);
  667. QDF_STATUS wmi_unified_pdev_set_pcl_cmd(void *wmi_hdl,
  668. struct wmi_pcl_chan_weights *msg);
  669. QDF_STATUS wmi_unified_soc_set_hw_mode_cmd(void *wmi_hdl,
  670. uint32_t hw_mode_index);
  671. QDF_STATUS wmi_unified_pdev_set_dual_mac_config_cmd(void *wmi_hdl,
  672. struct wmi_dual_mac_config *msg);
  673. QDF_STATUS wmi_unified_set_led_flashing_cmd(void *wmi_hdl,
  674. struct flashing_req_params *flashing);
  675. QDF_STATUS wmi_unified_app_type1_params_in_fw_cmd(void *wmi_hdl,
  676. struct app_type1_params *app_type1_params);
  677. QDF_STATUS wmi_unified_set_ssid_hotlist_cmd(void *wmi_hdl,
  678. struct ssid_hotlist_request_params *request);
  679. QDF_STATUS wmi_unified_roam_synch_complete_cmd(void *wmi_hdl,
  680. uint8_t vdev_id);
  681. QDF_STATUS wmi_unified_unit_test_cmd(void *wmi_hdl,
  682. struct wmi_unit_test_cmd *wmi_utest);
  683. QDF_STATUS wmi_unified_roam_invoke_cmd(void *wmi_hdl,
  684. struct wmi_roam_invoke_cmd *roaminvoke,
  685. uint32_t ch_hz);
  686. QDF_STATUS wmi_unified_roam_scan_offload_cmd(void *wmi_hdl,
  687. uint32_t command, uint32_t vdev_id);
  688. #ifdef CONFIG_MCL
  689. QDF_STATUS wmi_unified_send_roam_scan_offload_ap_cmd(void *wmi_hdl,
  690. struct ap_profile_params *ap_profile);
  691. #endif
  692. QDF_STATUS wmi_unified_roam_scan_offload_scan_period(void *wmi_hdl,
  693. uint32_t scan_period,
  694. uint32_t scan_age,
  695. uint32_t vdev_id);
  696. QDF_STATUS wmi_unified_roam_scan_offload_chan_list_cmd(void *wmi_hdl,
  697. uint8_t chan_count,
  698. uint32_t *chan_list,
  699. uint8_t list_type, uint32_t vdev_id);
  700. QDF_STATUS wmi_unified_roam_scan_offload_rssi_change_cmd(void *wmi_hdl,
  701. uint32_t vdev_id,
  702. int32_t rssi_change_thresh,
  703. uint32_t bcn_rssi_weight,
  704. uint32_t hirssi_delay_btw_scans);
  705. /**
  706. * wmi_unified_set_per_roam_config() - set PER roam config in FW
  707. * @wmi_hdl: wmi handle
  708. * @req_buf: per roam config request buffer
  709. *
  710. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  711. */
  712. QDF_STATUS wmi_unified_set_per_roam_config(void *wmi_hdl,
  713. struct wmi_per_roam_config_req *req_buf);
  714. QDF_STATUS wmi_unified_get_buf_extscan_hotlist_cmd(void *wmi_hdl,
  715. struct ext_scan_setbssi_hotlist_params *
  716. photlist, int *buf_len);
  717. /**
  718. * wmi_unified_set_active_bpf_mode_cmd() - config active BPF mode in FW
  719. * @wmi_hdl: the WMI handle
  720. * @vdev_id: the Id of the vdev to apply the configuration to
  721. * @ucast_mode: the active BPF mode to configure for unicast packets
  722. * @mcast_bcast_mode: the active BPF mode to configure for multicast/broadcast
  723. * packets
  724. */
  725. QDF_STATUS wmi_unified_set_active_bpf_mode_cmd(void *wmi_hdl,
  726. uint8_t vdev_id,
  727. enum wmi_host_active_bpf_mode ucast_mode,
  728. enum wmi_host_active_bpf_mode mcast_bcast_mode);
  729. QDF_STATUS wmi_unified_stats_request_send(void *wmi_hdl,
  730. uint8_t macaddr[IEEE80211_ADDR_LEN],
  731. struct stats_request_params *param);
  732. QDF_STATUS wmi_unified_pdev_get_tpc_config_cmd_send(void *wmi_hdl,
  733. uint32_t param);
  734. QDF_STATUS wmi_unified_set_bwf_cmd_send(void *wmi_hdl,
  735. struct set_bwf_params *param);
  736. QDF_STATUS wmi_send_get_user_position_cmd(void *wmi_hdl, uint32_t value);
  737. QDF_STATUS wmi_send_get_peer_mumimo_tx_count_cmd(void *wmi_hdl, uint32_t value);
  738. QDF_STATUS wmi_send_reset_peer_mumimo_tx_count_cmd(void *wmi_hdl,
  739. uint32_t value);
  740. QDF_STATUS wmi_send_pdev_caldata_version_check_cmd(void *wmi_hdl,
  741. uint32_t value);
  742. QDF_STATUS wmi_unified_send_btcoex_wlan_priority_cmd(void *wmi_hdl,
  743. struct btcoex_cfg_params *param);
  744. QDF_STATUS wmi_unified_send_btcoex_duty_cycle_cmd(void *wmi_hdl,
  745. struct btcoex_cfg_params *param);
  746. QDF_STATUS wmi_unified_send_coex_ver_cfg_cmd(void *wmi_hdl,
  747. coex_ver_cfg_t *param);
  748. QDF_STATUS wmi_unified_send_coex_config_cmd(void *wmi_hdl,
  749. struct coex_config_params *param);
  750. QDF_STATUS wmi_unified_set_atf_cmd_send(void *wmi_hdl,
  751. struct set_atf_params *param);
  752. QDF_STATUS wmi_unified_pdev_fips_cmd_send(void *wmi_hdl,
  753. struct fips_params *param);
  754. QDF_STATUS wmi_unified_wlan_profile_enable_cmd_send(void *wmi_hdl,
  755. struct wlan_profile_params *param);
  756. QDF_STATUS wmi_unified_wlan_profile_trigger_cmd_send(void *wmi_hdl,
  757. struct wlan_profile_params *param);
  758. QDF_STATUS wmi_unified_set_chan_cmd_send(void *wmi_hdl,
  759. struct channel_param *param);
  760. QDF_STATUS wmi_unified_set_ht_ie_cmd_send(void *wmi_hdl,
  761. struct ht_ie_params *param);
  762. QDF_STATUS wmi_unified_set_vht_ie_cmd_send(void *wmi_hdl,
  763. struct vht_ie_params *param);
  764. QDF_STATUS wmi_unified_wmm_update_cmd_send(void *wmi_hdl,
  765. struct wmm_update_params *param);
  766. QDF_STATUS wmi_unified_set_ant_switch_tbl_cmd_send(void *wmi_hdl,
  767. struct ant_switch_tbl_params *param);
  768. QDF_STATUS wmi_unified_set_ratepwr_table_cmd_send(void *wmi_hdl,
  769. struct ratepwr_table_params *param);
  770. QDF_STATUS wmi_unified_get_ratepwr_table_cmd_send(void *wmi_hdl);
  771. QDF_STATUS wmi_unified_set_ctl_table_cmd_send(void *wmi_hdl,
  772. struct ctl_table_params *param);
  773. QDF_STATUS wmi_unified_set_mimogain_table_cmd_send(void *wmi_hdl,
  774. struct mimogain_table_params *param);
  775. QDF_STATUS wmi_unified_set_ratepwr_chainmsk_cmd_send(void *wmi_hdl,
  776. struct ratepwr_chainmsk_params *param);
  777. QDF_STATUS wmi_unified_set_macaddr_cmd_send(void *wmi_hdl,
  778. struct macaddr_params *param);
  779. QDF_STATUS wmi_unified_pdev_scan_start_cmd_send(void *wmi_hdl);
  780. QDF_STATUS wmi_unified_pdev_scan_end_cmd_send(void *wmi_hdl);
  781. QDF_STATUS wmi_unified_set_acparams_cmd_send(void *wmi_hdl,
  782. struct acparams_params *param);
  783. QDF_STATUS wmi_unified_set_vap_dscp_tid_map_cmd_send(void *wmi_hdl,
  784. struct vap_dscp_tid_map_params *param);
  785. QDF_STATUS wmi_unified_proxy_ast_reserve_cmd_send(void *wmi_hdl,
  786. struct proxy_ast_reserve_params *param);
  787. QDF_STATUS wmi_unified_pdev_qvit_cmd_send(void *wmi_hdl,
  788. struct pdev_qvit_params *param);
  789. QDF_STATUS wmi_unified_mcast_group_update_cmd_send(void *wmi_hdl,
  790. struct mcast_group_update_params *param);
  791. QDF_STATUS wmi_unified_peer_add_wds_entry_cmd_send(void *wmi_hdl,
  792. struct peer_add_wds_entry_params *param);
  793. QDF_STATUS wmi_unified_peer_del_wds_entry_cmd_send(void *wmi_hdl,
  794. struct peer_del_wds_entry_params *param);
  795. /**
  796. * wmi_unified_set_bridge_mac_addr_cmd_send() - WMI set bridge mac addr cmd function
  797. * @param wmi_hdl : handle to WMI.
  798. * @param param : pointer to hold bridge mac addr param
  799. *
  800. * @return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  801. */
  802. QDF_STATUS wmi_unified_set_bridge_mac_addr_cmd_send(void *wmi_hdl,
  803. struct set_bridge_mac_addr_params *param);
  804. QDF_STATUS wmi_unified_peer_update_wds_entry_cmd_send(void *wmi_hdl,
  805. struct peer_update_wds_entry_params *param);
  806. QDF_STATUS wmi_unified_phyerr_enable_cmd_send(void *wmi_hdl);
  807. QDF_STATUS wmi_unified_phyerr_enable_cmd_send(void *wmi_hdl);
  808. QDF_STATUS wmi_unified_phyerr_disable_cmd_send(void *wmi_hdl);
  809. QDF_STATUS wmi_unified_smart_ant_enable_cmd_send(void *wmi_hdl,
  810. struct smart_ant_enable_params *param);
  811. QDF_STATUS wmi_unified_smart_ant_set_rx_ant_cmd_send(void *wmi_hdl,
  812. struct smart_ant_rx_ant_params *param);
  813. QDF_STATUS wmi_unified_smart_ant_set_tx_ant_cmd_send(void *wmi_hdl,
  814. uint8_t macaddr[IEEE80211_ADDR_LEN],
  815. struct smart_ant_tx_ant_params *param);
  816. QDF_STATUS wmi_unified_smart_ant_set_training_info_cmd_send(void *wmi_hdl,
  817. uint8_t macaddr[IEEE80211_ADDR_LEN],
  818. struct smart_ant_training_info_params *param);
  819. QDF_STATUS wmi_unified_smart_ant_node_config_cmd_send(void *wmi_hdl,
  820. uint8_t macaddr[IEEE80211_ADDR_LEN],
  821. struct smart_ant_node_config_params *param);
  822. QDF_STATUS wmi_unified_smart_ant_enable_tx_feedback_cmd_send(void *wmi_hdl,
  823. struct smart_ant_enable_tx_feedback_params *param);
  824. QDF_STATUS wmi_unified_vdev_spectral_configure_cmd_send(void *wmi_hdl,
  825. struct vdev_spectral_configure_params *param);
  826. QDF_STATUS wmi_unified_vdev_spectral_enable_cmd_send(void *wmi_hdl,
  827. struct vdev_spectral_enable_params *param);
  828. QDF_STATUS wmi_unified_bss_chan_info_request_cmd_send(void *wmi_hdl,
  829. struct bss_chan_info_request_params *param);
  830. QDF_STATUS wmi_unified_thermal_mitigation_param_cmd_send(void *wmi_hdl,
  831. struct thermal_mitigation_params *param);
  832. QDF_STATUS wmi_unified_vdev_set_neighbour_rx_cmd_send(void *wmi_hdl,
  833. uint8_t macaddr[IEEE80211_ADDR_LEN],
  834. struct set_neighbour_rx_params *param);
  835. QDF_STATUS wmi_unified_vdev_set_fwtest_param_cmd_send(void *wmi_hdl,
  836. struct set_fwtest_params *param);
  837. QDF_STATUS wmi_unified_vdev_config_ratemask_cmd_send(void *wmi_hdl,
  838. struct config_ratemask_params *param);
  839. /**
  840. * wmi_unified_vdev_set_custom_aggr_size_cmd_send() - WMI set custom aggr
  841. * size command
  842. * @param wmi_hdl : handle to WMI.
  843. * @param param : pointer to hold custom aggr size param
  844. *
  845. * @return QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  846. */
  847. QDF_STATUS wmi_unified_vdev_set_custom_aggr_size_cmd_send(void *wmi_hdl,
  848. struct set_custom_aggr_size_params *param);
  849. QDF_STATUS wmi_unified_pdev_set_regdomain_cmd_send(void *wmi_hdl,
  850. struct pdev_set_regdomain_params *param);
  851. QDF_STATUS wmi_unified_set_quiet_mode_cmd_send(void *wmi_hdl,
  852. struct set_quiet_mode_params *param);
  853. QDF_STATUS wmi_unified_set_beacon_filter_cmd_send(void *wmi_hdl,
  854. struct set_beacon_filter_params *param);
  855. QDF_STATUS wmi_unified_remove_beacon_filter_cmd_send(void *wmi_hdl,
  856. struct remove_beacon_filter_params *param);
  857. QDF_STATUS wmi_unified_addba_clearresponse_cmd_send(void *wmi_hdl,
  858. uint8_t macaddr[IEEE80211_ADDR_LEN],
  859. struct addba_clearresponse_params *param);
  860. QDF_STATUS wmi_unified_addba_send_cmd_send(void *wmi_hdl,
  861. uint8_t macaddr[IEEE80211_ADDR_LEN],
  862. struct addba_send_params *param);
  863. QDF_STATUS wmi_unified_delba_send_cmd_send(void *wmi_hdl,
  864. uint8_t macaddr[IEEE80211_ADDR_LEN],
  865. struct delba_send_params *param);
  866. QDF_STATUS wmi_unified_addba_setresponse_cmd_send(void *wmi_hdl,
  867. uint8_t macaddr[IEEE80211_ADDR_LEN],
  868. struct addba_setresponse_params *param);
  869. QDF_STATUS wmi_unified_singleamsdu_cmd_send(void *wmi_hdl,
  870. uint8_t macaddr[IEEE80211_ADDR_LEN],
  871. struct singleamsdu_params *param);
  872. QDF_STATUS wmi_unified_set_qboost_param_cmd_send(void *wmi_hdl,
  873. uint8_t macaddr[IEEE80211_ADDR_LEN],
  874. struct set_qboost_params *param);
  875. QDF_STATUS wmi_unified_mu_scan_cmd_send(void *wmi_hdl,
  876. struct mu_scan_params *param);
  877. QDF_STATUS wmi_unified_lteu_config_cmd_send(void *wmi_hdl,
  878. struct lteu_config_params *param);
  879. QDF_STATUS wmi_unified_set_psmode_cmd_send(void *wmi_hdl,
  880. struct set_ps_mode_params *param);
  881. QDF_STATUS wmi_unified_init_cmd_send(void *wmi_hdl,
  882. struct wmi_init_cmd_param *param);
  883. bool wmi_service_enabled(void *wmi_hdl, uint32_t service_id);
  884. /**
  885. * wmi_save_service_bitmap() - save service bitmap
  886. * @wmi_handle: wmi handle
  887. * @param evt_buf: pointer to event buffer
  888. *
  889. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS failure code
  890. */
  891. QDF_STATUS wmi_save_service_bitmap(void *wmi_hdl, void *evt_buf,
  892. void *bitmap_buf);
  893. /**
  894. * wmi_save_ext_service_bitmap() - save extended service bitmap
  895. * @wmi_handle: wmi handle
  896. * @param evt_buf: pointer to event buffer
  897. *
  898. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS failure code
  899. */
  900. QDF_STATUS wmi_save_ext_service_bitmap(void *wmi_hdl, void *evt_buf,
  901. void *bitmap_buf);
  902. QDF_STATUS wmi_save_fw_version(void *wmi_hdl, void *evt_buf);
  903. QDF_STATUS wmi_get_target_cap_from_service_ready(void *wmi_hdl,
  904. void *evt_buf,
  905. struct wlan_psoc_target_capability_info *ev);
  906. QDF_STATUS wmi_extract_hal_reg_cap(void *wmi_hdl, void *evt_buf,
  907. struct wlan_psoc_hal_reg_capability *hal_reg_cap);
  908. host_mem_req *wmi_extract_host_mem_req_from_service_ready(void *wmi_hdl,
  909. void *evt_buf, uint8_t *num_entries);
  910. uint32_t wmi_ready_extract_init_status(void *wmi_hdl, void *ev);
  911. QDF_STATUS wmi_ready_extract_mac_addr(void *wmi_hdl,
  912. void *ev, uint8_t *macaddr);
  913. wmi_host_mac_addr *wmi_ready_extract_mac_addr_list(void *wmi_hdl, void *ev,
  914. uint8_t *num_mac_addr);
  915. QDF_STATUS wmi_extract_fw_version(void *wmi_hdl,
  916. void *ev, struct wmi_host_fw_ver *fw_ver);
  917. QDF_STATUS wmi_extract_fw_abi_version(void *wmi_hdl,
  918. void *ev, struct wmi_host_fw_abi_ver *fw_ver);
  919. QDF_STATUS wmi_check_and_update_fw_version(void *wmi_hdl, void *ev);
  920. uint8_t *wmi_extract_dbglog_data_len(void *wmi_hdl,
  921. void *evt_b, uint32_t *len);
  922. QDF_STATUS wmi_send_ext_resource_config(void *wmi_hdl,
  923. wmi_host_ext_resource_config *ext_cfg);
  924. QDF_STATUS wmi_unified_nf_dbr_dbm_info_get_cmd_send(void *wmi_hdl);
  925. QDF_STATUS wmi_unified_packet_power_info_get_cmd_send(void *wmi_hdl,
  926. struct packet_power_info_params *param);
  927. QDF_STATUS wmi_unified_gpio_config_cmd_send(void *wmi_hdl,
  928. struct gpio_config_params *param);
  929. QDF_STATUS wmi_unified_gpio_output_cmd_send(void *wmi_hdl,
  930. struct gpio_output_params *param);
  931. QDF_STATUS wmi_unified_rtt_meas_req_test_cmd_send(void *wmi_hdl,
  932. struct rtt_meas_req_test_params *param);
  933. QDF_STATUS wmi_unified_rtt_meas_req_cmd_send(void *wmi_hdl,
  934. struct rtt_meas_req_params *param);
  935. QDF_STATUS wmi_unified_rtt_keepalive_req_cmd_send(void *wmi_hdl,
  936. struct rtt_keepalive_req_params *param);
  937. QDF_STATUS wmi_unified_lci_set_cmd_send(void *wmi_hdl,
  938. struct lci_set_params *param);
  939. QDF_STATUS wmi_unified_lcr_set_cmd_send(void *wmi_hdl,
  940. struct lcr_set_params *param);
  941. QDF_STATUS wmi_unified_send_periodic_chan_stats_config_cmd(void *wmi_hdl,
  942. struct periodic_chan_stats_params *param);
  943. QDF_STATUS
  944. wmi_send_atf_peer_request_cmd(void *wmi_hdl,
  945. struct atf_peer_request_params *param);
  946. QDF_STATUS
  947. wmi_send_set_atf_grouping_cmd(void *wmi_hdl,
  948. struct atf_grouping_params *param);
  949. /* Extract APIs */
  950. QDF_STATUS wmi_extract_wds_addr_event(void *wmi_hdl,
  951. void *evt_buf, uint16_t len, wds_addr_event_t *wds_ev);
  952. QDF_STATUS wmi_extract_dcs_interference_type(void *wmi_hdl,
  953. void *evt_buf, struct wmi_host_dcs_interference_param *param);
  954. QDF_STATUS wmi_extract_dcs_cw_int(void *wmi_hdl, void *evt_buf,
  955. wmi_host_ath_dcs_cw_int *cw_int);
  956. QDF_STATUS wmi_extract_dcs_im_tgt_stats(void *wmi_hdl, void *evt_buf,
  957. wmi_host_dcs_im_tgt_stats_t *wlan_stat);
  958. QDF_STATUS wmi_extract_fips_event_data(void *wmi_hdl, void *evt_buf,
  959. struct wmi_host_fips_event_param *param);
  960. QDF_STATUS wmi_extract_vdev_start_resp(void *wmi_hdl, void *evt_buf,
  961. wmi_host_vdev_start_resp *vdev_rsp);
  962. QDF_STATUS wmi_extract_tbttoffset_update_params(void *wmi_hdl, void *evt_buf,
  963. uint8_t idx, struct tbttoffset_params *tbtt_param);
  964. QDF_STATUS wmi_extract_ext_tbttoffset_update_params(void *wmi_hdl,
  965. void *evt_buf, uint8_t idx,
  966. struct tbttoffset_params *tbtt_param);
  967. QDF_STATUS wmi_extract_tbttoffset_num_vdevs(void *wmi_hdl, void *evt_buf,
  968. uint32_t *num_vdevs);
  969. QDF_STATUS wmi_extract_ext_tbttoffset_num_vdevs(void *wmi_hdl, void *evt_buf,
  970. uint32_t *num_vdevs);
  971. QDF_STATUS wmi_extract_mgmt_rx_params(void *wmi_hdl, void *evt_buf,
  972. struct mgmt_rx_event_params *hdr, uint8_t **bufp);
  973. QDF_STATUS wmi_extract_vdev_stopped_param(void *wmi_hdl, void *evt_buf,
  974. uint32_t *vdev_id);
  975. QDF_STATUS wmi_extract_vdev_roam_param(void *wmi_hdl, void *evt_buf,
  976. wmi_host_roam_event *ev);
  977. QDF_STATUS wmi_extract_vdev_scan_ev_param(void *wmi_hdl, void *evt_buf,
  978. struct scan_event *param);
  979. #ifdef CONVERGED_TDLS_ENABLE
  980. /**
  981. * wmi_extract_vdev_tdls_ev_param - extract vdev tdls param from event
  982. * @wmi_handle: wmi handle
  983. * @param evt_buf: pointer to event buffer
  984. * @param param: Pointer to hold vdev tdls param
  985. *
  986. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  987. */
  988. QDF_STATUS wmi_extract_vdev_tdls_ev_param(void *wmi_hdl, void *evt_buf,
  989. struct tdls_event_info *param);
  990. #endif
  991. QDF_STATUS wmi_extract_mu_ev_param(void *wmi_hdl, void *evt_buf,
  992. wmi_host_mu_report_event *param);
  993. QDF_STATUS wmi_extract_mu_db_entry(void *wmi_hdl, void *evt_buf,
  994. uint8_t idx, wmi_host_mu_db_entry *param);
  995. QDF_STATUS wmi_extract_mumimo_tx_count_ev_param(void *wmi_hdl, void *evt_buf,
  996. wmi_host_peer_txmu_cnt_event *param);
  997. QDF_STATUS wmi_extract_peer_gid_userpos_list_ev_param(void *wmi_hdl,
  998. void *evt_buf, wmi_host_peer_gid_userpos_list_event *param);
  999. QDF_STATUS wmi_extract_pdev_caldata_version_check_ev_param(void *wmi_hdl,
  1000. void *evt_buf, wmi_host_pdev_check_cal_version_event *param);
  1001. QDF_STATUS wmi_extract_pdev_tpc_config_ev_param(void *wmi_hdl, void *evt_buf,
  1002. wmi_host_pdev_tpc_config_event *param);
  1003. QDF_STATUS wmi_extract_gpio_input_ev_param(void *wmi_hdl,
  1004. void *evt_buf, uint32_t *gpio_num);
  1005. QDF_STATUS wmi_extract_pdev_reserve_ast_ev_param(void *wmi_hdl,
  1006. void *evt_buf, struct wmi_host_proxy_ast_reserve_param *param);
  1007. QDF_STATUS wmi_extract_nfcal_power_ev_param(void *wmi_hdl, void *evt_buf,
  1008. wmi_host_pdev_nfcal_power_all_channels_event *param);
  1009. QDF_STATUS wmi_extract_pdev_tpc_ev_param(void *wmi_hdl, void *evt_buf,
  1010. wmi_host_pdev_tpc_event *param);
  1011. QDF_STATUS wmi_extract_pdev_generic_buffer_ev_param(void *wmi_hdl,
  1012. void *evt_buf,
  1013. wmi_host_pdev_generic_buffer_event *param);
  1014. QDF_STATUS wmi_extract_mgmt_tx_compl_param(void *wmi_hdl, void *evt_buf,
  1015. wmi_host_mgmt_tx_compl_event *param);
  1016. QDF_STATUS wmi_extract_offchan_data_tx_compl_param(void *wmi_hdl, void *evt_buf,
  1017. struct wmi_host_offchan_data_tx_compl_event *param);
  1018. QDF_STATUS wmi_extract_pdev_csa_switch_count_status(void *wmi_hdl,
  1019. void *evt_buf,
  1020. struct pdev_csa_switch_count_status *param);
  1021. QDF_STATUS wmi_extract_swba_num_vdevs(void *wmi_hdl, void *evt_buf,
  1022. uint32_t *num_vdevs);
  1023. QDF_STATUS wmi_extract_swba_tim_info(void *wmi_hdl, void *evt_buf,
  1024. uint32_t idx, wmi_host_tim_info *tim_info);
  1025. QDF_STATUS wmi_extract_swba_noa_info(void *wmi_hdl, void *evt_buf,
  1026. uint32_t idx, wmi_host_p2p_noa_info *p2p_desc);
  1027. #ifdef CONVERGED_P2P_ENABLE
  1028. QDF_STATUS wmi_extract_p2p_lo_stop_ev_param(void *wmi_hdl,
  1029. void *evt_buf, struct p2p_lo_event *param);
  1030. QDF_STATUS wmi_extract_p2p_noa_ev_param(void *wmi_hdl,
  1031. void *evt_buf, struct p2p_noa_info *param);
  1032. #endif
  1033. QDF_STATUS wmi_extract_peer_sta_ps_statechange_ev(void *wmi_hdl,
  1034. void *evt_buf, wmi_host_peer_sta_ps_statechange_event *ev);
  1035. QDF_STATUS wmi_extract_peer_sta_kickout_ev(void *wmi_hdl, void *evt_buf,
  1036. wmi_host_peer_sta_kickout_event *ev);
  1037. QDF_STATUS wmi_extract_peer_ratecode_list_ev(void *wmi_hdl, void *evt_buf,
  1038. uint8_t *peer_mac, wmi_sa_rate_cap *rate_cap);
  1039. QDF_STATUS wmi_extract_bcnflt_stats(void *wmi_hdl, void *evt_buf,
  1040. uint32_t index, wmi_host_bcnflt_stats *bcnflt_stats);
  1041. QDF_STATUS wmi_extract_rtt_hdr(void *wmi_hdl, void *evt_buf,
  1042. wmi_host_rtt_event_hdr *ev);
  1043. QDF_STATUS wmi_extract_rtt_ev(void *wmi_hdl, void *evt_buf,
  1044. wmi_host_rtt_meas_event *ev, uint8_t *hdump,
  1045. uint16_t hdump_len);
  1046. QDF_STATUS wmi_extract_rtt_error_report_ev(void *wmi_hdl, void *evt_buf,
  1047. wmi_host_rtt_error_report_event *ev);
  1048. QDF_STATUS wmi_extract_chan_stats(void *wmi_hdl, void *evt_buf,
  1049. uint32_t index, wmi_host_chan_stats *chan_stats);
  1050. QDF_STATUS wmi_extract_thermal_stats(void *wmi_hdl, void *evt_buf,
  1051. uint32_t *temp, uint32_t *level, uint32_t *pdev_id);
  1052. QDF_STATUS wmi_extract_thermal_level_stats(void *wmi_hdl, void *evt_buf,
  1053. uint8_t idx, uint32_t *levelcount, uint32_t *dccount);
  1054. QDF_STATUS wmi_extract_comb_phyerr(void *wmi_hdl, void *evt_buf,
  1055. uint16_t datalen, uint16_t *buf_offset,
  1056. wmi_host_phyerr_t *phyerr);
  1057. QDF_STATUS wmi_extract_single_phyerr(void *wmi_hdl, void *evt_buf,
  1058. uint16_t datalen, uint16_t *buf_offset,
  1059. wmi_host_phyerr_t *phyerr);
  1060. QDF_STATUS wmi_extract_composite_phyerr(void *wmi_hdl, void *evt_buf,
  1061. uint16_t datalen, wmi_host_phyerr_t *phyerr);
  1062. QDF_STATUS wmi_extract_profile_ctx(void *wmi_hdl, void *evt_buf,
  1063. wmi_host_wlan_profile_ctx_t *profile_ctx);
  1064. QDF_STATUS wmi_extract_profile_data(void *wmi_hdl, void *evt_buf, uint8_t idx,
  1065. wmi_host_wlan_profile_t *profile_data);
  1066. QDF_STATUS wmi_extract_chan_info_event(void *wmi_hdl, void *evt_buf,
  1067. wmi_host_chan_info_event *chan_info);
  1068. QDF_STATUS wmi_extract_channel_hopping_event(void *wmi_hdl, void *evt_buf,
  1069. wmi_host_pdev_channel_hopping_event *ch_hopping);
  1070. QDF_STATUS wmi_extract_stats_param(void *wmi_hdl, void *evt_buf,
  1071. wmi_host_stats_event *stats_param);
  1072. QDF_STATUS wmi_extract_pdev_stats(void *wmi_hdl, void *evt_buf,
  1073. uint32_t index,
  1074. wmi_host_pdev_stats *pdev_stats);
  1075. QDF_STATUS wmi_extract_pdev_ext_stats(void *wmi_hdl, void *evt_buf,
  1076. uint32_t index,
  1077. wmi_host_pdev_ext_stats *pdev_ext_stats);
  1078. QDF_STATUS wmi_extract_peer_extd_stats(void *wmi_hdl, void *evt_buf,
  1079. uint32_t index,
  1080. wmi_host_peer_extd_stats *peer_extd_stats);
  1081. QDF_STATUS wmi_extract_bss_chan_info_event(void *wmi_hdl, void *evt_buf,
  1082. wmi_host_pdev_bss_chan_info_event *bss_chan_info);
  1083. QDF_STATUS wmi_extract_inst_rssi_stats_event(void *wmi_hdl, void *evt_buf,
  1084. wmi_host_inst_stats_resp *inst_rssi_resp);
  1085. QDF_STATUS wmi_extract_peer_stats(void *wmi_hdl, void *evt_buf,
  1086. uint32_t index, wmi_host_peer_stats *peer_stats);
  1087. QDF_STATUS wmi_extract_tx_data_traffic_ctrl_ev(void *wmi_hdl, void *evt_buf,
  1088. wmi_host_tx_data_traffic_ctrl_event *ev);
  1089. QDF_STATUS wmi_extract_atf_peer_stats_ev(void *wmi_hdl, void *evt_buf,
  1090. wmi_host_atf_peer_stats_event *ev);
  1091. QDF_STATUS wmi_extract_atf_token_info_ev(void *wmi_hdl, void *evt_buf,
  1092. uint8_t idx, wmi_host_atf_peer_stats_info *atf_token_info);
  1093. QDF_STATUS wmi_extract_vdev_stats(void *wmi_hdl, void *evt_buf,
  1094. uint32_t index, wmi_host_vdev_stats *vdev_stats);
  1095. QDF_STATUS wmi_extract_vdev_extd_stats(void *wmi_hdl, void *evt_buf,
  1096. uint32_t index, wmi_host_vdev_extd_stats *vdev_extd_stats);
  1097. QDF_STATUS wmi_unified_send_power_dbg_cmd(void *wmi_hdl,
  1098. struct wmi_power_dbg_params *param);
  1099. QDF_STATUS wmi_unified_send_multiple_vdev_restart_req_cmd(void *wmi_hdl,
  1100. struct multiple_vdev_restart_params *param);
  1101. QDF_STATUS wmi_unified_send_sar_limit_cmd(void *wmi_hdl,
  1102. struct sar_limit_cmd_params *params);
  1103. QDF_STATUS wmi_unified_send_adapt_dwelltime_params_cmd(void *wmi_hdl,
  1104. struct wmi_adaptive_dwelltime_params *
  1105. wmi_param);
  1106. QDF_STATUS wmi_unified_fw_test_cmd(void *wmi_hdl,
  1107. struct set_fwtest_params *wmi_fwtest);
  1108. QDF_STATUS wmi_unified_peer_rx_reorder_queue_setup_send(void *wmi_hdl,
  1109. struct rx_reorder_queue_setup_params *param);
  1110. QDF_STATUS wmi_unified_peer_rx_reorder_queue_remove_send(void *wmi_hdl,
  1111. struct rx_reorder_queue_remove_params *param);
  1112. QDF_STATUS wmi_extract_service_ready_ext(void *wmi_hdl, uint8_t *evt_buf,
  1113. struct wlan_psoc_host_service_ext_param *param);
  1114. QDF_STATUS wmi_extract_hw_mode_cap_service_ready_ext(
  1115. void *wmi_hdl,
  1116. uint8_t *evt_buf, uint8_t hw_mode_idx,
  1117. struct wlan_psoc_host_hw_mode_caps *param);
  1118. QDF_STATUS wmi_extract_mac_phy_cap_service_ready_ext(
  1119. void *wmi_hdl,
  1120. uint8_t *evt_buf,
  1121. uint8_t hw_mode_id,
  1122. uint8_t phy_id,
  1123. struct wlan_psoc_host_mac_phy_caps *param);
  1124. QDF_STATUS wmi_extract_reg_cap_service_ready_ext(
  1125. void *wmi_hdl,
  1126. uint8_t *evt_buf, uint8_t phy_idx,
  1127. struct wlan_psoc_host_hal_reg_capabilities_ext *param);
  1128. QDF_STATUS wmi_extract_pdev_utf_event(void *wmi_hdl,
  1129. uint8_t *evt_buf,
  1130. struct wmi_host_pdev_utf_event *param);
  1131. QDF_STATUS wmi_extract_pdev_qvit_event(void *wmi_hdl,
  1132. uint8_t *evt_buf,
  1133. struct wmi_host_pdev_qvit_event *param);
  1134. QDF_STATUS wmi_extract_peer_delete_response_event(void *wmi_hdl,
  1135. uint8_t *evt_buf,
  1136. struct wmi_host_peer_delete_response_event *param);
  1137. QDF_STATUS wmi_extract_chainmask_tables(void *wmi_hdl, uint8_t *evt_buf,
  1138. struct wlan_psoc_host_chainmask_table *chainmask_table);
  1139. /**
  1140. * wmi_unified_dfs_phyerr_offload_en_cmd() - enable dfs phyerr offload
  1141. * @wmi_handle: wmi handle
  1142. * @pdev_id: pdev id
  1143. *
  1144. * Return: QDF_STATUS
  1145. */
  1146. QDF_STATUS wmi_unified_dfs_phyerr_offload_en_cmd(void *wmi_hdl,
  1147. uint32_t pdev_id);
  1148. /**
  1149. * wmi_unified_dfs_phyerr_offload_dis_cmd() - disable dfs phyerr offload
  1150. * @wmi_handle: wmi handle
  1151. * @pdev_id: pdev id
  1152. *
  1153. * Return: QDF_STATUS
  1154. */
  1155. QDF_STATUS wmi_unified_dfs_phyerr_offload_dis_cmd(void *wmi_hdl,
  1156. uint32_t pdev_id);
  1157. QDF_STATUS wmi_unified_set_country_cmd_send(void *wmi_hdl,
  1158. struct set_country *param);
  1159. /*
  1160. * wmi_unified_set_del_pmkid_cache() - set delete PMKID
  1161. * @wmi_hdl: wma handle
  1162. * @pmksa: pointer to pmk cache entry
  1163. *
  1164. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1165. */
  1166. QDF_STATUS wmi_unified_set_del_pmkid_cache(void *wmi_hdl,
  1167. struct wmi_unified_pmk_cache *pmksa);
  1168. #if defined(WLAN_FEATURE_FILS_SK)
  1169. /*
  1170. * wmi_unified_roam_send_hlp_cmd() -send HLP command info
  1171. * @wmi_hdl: wma handle
  1172. * @req_buf: Pointer to HLP params
  1173. *
  1174. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1175. */
  1176. QDF_STATUS wmi_unified_roam_send_hlp_cmd(void *wmi_hdl,
  1177. struct hlp_params *req_buf);
  1178. #endif
  1179. /**
  1180. * wmi_unified_send_request_get_rcpi_cmd() - command to request rcpi value
  1181. * @wmi_hdl: wma handle
  1182. * @get_rcpi_param: rcpi params
  1183. *
  1184. * Return: QDF_STATUS_SUCCESS on success and QDF_STATUS_E_FAILURE for failure
  1185. */
  1186. QDF_STATUS wmi_unified_send_request_get_rcpi_cmd(void *wmi_hdl,
  1187. struct rcpi_req *get_rcpi_param);
  1188. /**
  1189. * wmi_extract_rcpi_response_event - api to extract RCPI event params
  1190. * @wmi_handle: wma handle
  1191. * @evt_buf: pointer to event buffer
  1192. * @res: pointer to hold rcpi response from firmware
  1193. *
  1194. * Return: QDF_STATUS_SUCCESS for successful event parse
  1195. * else QDF_STATUS_E_INVAL or QDF_STATUS_E_FAILURE
  1196. */
  1197. QDF_STATUS wmi_extract_rcpi_response_event(void *wmi_hdl, void *evt_buf,
  1198. struct rcpi_res *res);
  1199. #ifdef WMI_INTERFACE_EVENT_LOGGING
  1200. void wmi_print_cmd_log(wmi_unified_t wmi, uint32_t count,
  1201. qdf_abstract_print *print, void *print_priv);
  1202. void wmi_print_cmd_tx_cmp_log(wmi_unified_t wmi, uint32_t count,
  1203. qdf_abstract_print *print, void *print_priv);
  1204. void wmi_print_mgmt_cmd_log(wmi_unified_t wmi, uint32_t count,
  1205. qdf_abstract_print *print, void *print_priv);
  1206. void wmi_print_mgmt_cmd_tx_cmp_log(wmi_unified_t wmi, uint32_t count,
  1207. qdf_abstract_print *print, void *print_priv);
  1208. void wmi_print_event_log(wmi_unified_t wmi, uint32_t count,
  1209. qdf_abstract_print *print, void *print_priv);
  1210. void wmi_print_rx_event_log(wmi_unified_t wmi, uint32_t count,
  1211. qdf_abstract_print *print, void *print_priv);
  1212. void wmi_print_mgmt_event_log(wmi_unified_t wmi, uint32_t count,
  1213. qdf_abstract_print *print, void *print_priv);
  1214. #endif /* WMI_INTERFACE_EVENT_LOGGING */
  1215. QDF_STATUS wmi_unified_send_dbs_scan_sel_params_cmd(void *wmi_hdl,
  1216. struct wmi_dbs_scan_sel_params *wmi_param);
  1217. QDF_STATUS wmi_unified_send_limit_off_chan_cmd(void *wmi_hdl,
  1218. struct wmi_limit_off_chan_param *wmi_param);
  1219. QDF_STATUS wmi_unified_set_arp_stats_req(void *wmi_hdl,
  1220. struct set_arp_stats *req_buf);
  1221. QDF_STATUS wmi_unified_get_arp_stats_req(void *wmi_hdl,
  1222. struct get_arp_stats *req_buf);
  1223. #endif /* _WMI_UNIFIED_API_H_ */