wmi_unified_priv.h 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. /*
  2. * Copyright (c) 2013-2016 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
  28. * Module Interface (WMI).
  29. */
  30. #ifndef _WMI_UNIFIED_PRIV_H_
  31. #define _WMI_UNIFIED_PRIV_H_
  32. #include <osdep.h>
  33. #include "a_types.h"
  34. #include "wmi.h"
  35. #include "wmi_unified.h"
  36. #include "cdf_atomic.h"
  37. #define WMI_UNIFIED_MAX_EVENT 0x100
  38. #define WMI_MAX_CMDS 1024
  39. typedef cdf_nbuf_t wmi_buf_t;
  40. #ifdef WMI_INTERFACE_EVENT_LOGGING
  41. #define WMI_EVENT_DEBUG_MAX_ENTRY (1024)
  42. struct wmi_command_debug {
  43. uint32_t command;
  44. uint32_t data[4]; /*16 bytes of WMI cmd excluding TLV and WMI headers */
  45. uint64_t time;
  46. };
  47. struct wmi_event_debug {
  48. uint32_t event;
  49. uint32_t data[4]; /*16 bytes of WMI event data excluding TLV header */
  50. uint64_t time;
  51. };
  52. #endif /*WMI_INTERFACE_EVENT_LOGGING */
  53. #ifdef WLAN_OPEN_SOURCE
  54. struct fwdebug {
  55. struct sk_buff_head fwlog_queue;
  56. struct completion fwlog_completion;
  57. A_BOOL fwlog_open;
  58. };
  59. #endif /* WLAN_OPEN_SOURCE */
  60. struct wmi_ops {
  61. int32_t (*send_vdev_create_cmd)(wmi_unified_t wmi_handle,
  62. uint8_t macaddr[IEEE80211_ADDR_LEN],
  63. struct vdev_create_params *param);
  64. int32_t (*send_vdev_delete_cmd)(wmi_unified_t wmi_handle,
  65. uint8_t if_id);
  66. int32_t (*send_vdev_stop_cmd)(wmi_unified_t wmi,
  67. uint8_t vdev_id);
  68. int32_t (*send_vdev_down_cmd)(wmi_unified_t wmi,
  69. uint8_t vdev_id);
  70. int32_t (*send_peer_flush_tids_cmd)(wmi_unified_t wmi,
  71. uint8_t peer_addr[IEEE80211_ADDR_LEN],
  72. struct peer_flush_params *param);
  73. int32_t (*send_peer_delete_cmd)(wmi_unified_t wmi,
  74. uint8_t peer_addr[IEEE80211_ADDR_LEN],
  75. uint8_t vdev_id);
  76. int32_t (*send_peer_param_cmd)(wmi_unified_t wmi,
  77. uint8_t peer_addr[IEEE80211_ADDR_LEN],
  78. struct peer_set_params *param);
  79. int32_t (*send_vdev_up_cmd)(wmi_unified_t wmi,
  80. uint8_t bssid[IEEE80211_ADDR_LEN],
  81. struct vdev_up_params *params);
  82. int32_t (*send_peer_create_cmd)(wmi_unified_t wmi,
  83. struct peer_create_params *param);
  84. int32_t (*send_green_ap_ps_cmd)(wmi_unified_t wmi_handle,
  85. uint32_t value, uint8_t mac_id);
  86. int32_t
  87. (*send_pdev_utf_cmd)(wmi_unified_t wmi_handle,
  88. struct pdev_utf_params *param,
  89. uint8_t mac_id);
  90. int32_t
  91. (*send_pdev_param_cmd)(wmi_unified_t wmi_handle,
  92. struct pdev_params *param,
  93. uint8_t mac_id);
  94. int32_t (*send_suspend_cmd)(wmi_unified_t wmi_handle,
  95. struct suspend_params *param,
  96. uint8_t mac_id);
  97. int32_t (*send_resume_cmd)(wmi_unified_t wmi_handle,
  98. uint8_t mac_id);
  99. int32_t (*send_wow_enable_cmd)(wmi_unified_t wmi_handle,
  100. struct wow_cmd_params *param,
  101. uint8_t mac_id);
  102. int32_t (*send_set_ap_ps_param_cmd)(wmi_unified_t wmi_handle,
  103. uint8_t *peer_addr,
  104. struct ap_ps_params *param);
  105. int32_t (*send_set_sta_ps_param_cmd)(wmi_unified_t wmi_handle,
  106. struct sta_ps_params *param);
  107. int32_t (*send_crash_inject_cmd)(wmi_unified_t wmi_handle,
  108. struct crash_inject *param);
  109. int32_t
  110. (*send_dbglog_cmd)(wmi_unified_t wmi_handle,
  111. struct dbglog_params *dbglog_param);
  112. int32_t (*send_vdev_set_param_cmd)(wmi_unified_t wmi_handle,
  113. struct vdev_set_params *param);
  114. int32_t (*send_stats_request_cmd)(wmi_unified_t wmi_handle,
  115. uint8_t macaddr[IEEE80211_ADDR_LEN],
  116. struct stats_request_params *param);
  117. int32_t (*send_packet_log_enable_cmd)(wmi_unified_t wmi_handle,
  118. uint8_t macaddr[IEEE80211_ADDR_LEN],
  119. struct packet_enable_params *param);
  120. int32_t (*send_beacon_send_cmd)(wmi_unified_t wmi_handle,
  121. struct beacon_params *param);
  122. int32_t (*send_peer_assoc_cmd)(wmi_unified_t wmi_handle,
  123. struct peer_assoc_params *param);
  124. int32_t (*send_scan_start_cmd)(wmi_unified_t wmi_handle,
  125. struct scan_start_params *param);
  126. int32_t (*send_scan_stop_cmd)(wmi_unified_t wmi_handle,
  127. struct scan_stop_params *param);
  128. int32_t (*send_scan_chan_list_cmd)(wmi_unified_t wmi_handle,
  129. struct scan_chan_list_params *param);
  130. };
  131. struct wmi_unified {
  132. ol_scn_t scn_handle; /* handle to device */
  133. osdev_t osdev; /* handle to use OS-independent services */
  134. cdf_atomic_t pending_cmds;
  135. HTC_ENDPOINT_ID wmi_endpoint_id;
  136. uint16_t max_msg_len;
  137. WMI_EVT_ID event_id[WMI_UNIFIED_MAX_EVENT];
  138. wmi_unified_event_handler event_handler[WMI_UNIFIED_MAX_EVENT];
  139. enum wmi_rx_exec_ctx ctx[WMI_UNIFIED_MAX_EVENT];
  140. uint32_t max_event_idx;
  141. void *htc_handle;
  142. cdf_spinlock_t eventq_lock;
  143. cdf_nbuf_queue_t event_queue;
  144. struct work_struct rx_event_work;
  145. int wmi_stop_in_progress;
  146. #ifdef WLAN_OPEN_SOURCE
  147. struct fwdebug dbglog;
  148. struct dentry *debugfs_phy;
  149. #endif /* WLAN_OPEN_SOURCE */
  150. #ifdef WMI_INTERFACE_EVENT_LOGGING
  151. cdf_spinlock_t wmi_record_lock;
  152. #endif /*WMI_INTERFACE_EVENT_LOGGING */
  153. cdf_atomic_t is_target_suspended;
  154. #ifdef FEATURE_RUNTIME_PM
  155. cdf_atomic_t runtime_pm_inprogress;
  156. #endif
  157. struct wmi_rx_ops rx_ops;
  158. struct wmi_ops *ops;
  159. void *event_handler_cookie[WMI_UNIFIED_MAX_EVENT];
  160. bool use_cookie;
  161. };
  162. struct wmi_ops *wmi_get_tlv_ops(void);
  163. struct wmi_ops *wmi_get_non_tlv_ops(void);
  164. #endif