wmi_services.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. /*
  2. * Copyright (c) 2011-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. #ifndef _WMI_SERVICES_H_
  27. #define _WMI_SERVICES_H_
  28. #ifdef __cplusplus
  29. extern "C" {
  30. #endif
  31. typedef enum {
  32. WMI_SERVICE_BEACON_OFFLOAD=0, /* beacon offload */
  33. WMI_SERVICE_SCAN_OFFLOAD=1, /* scan offload */
  34. WMI_SERVICE_ROAM_SCAN_OFFLOAD=2, /* roam scan offload */
  35. WMI_SERVICE_BCN_MISS_OFFLOAD=3, /* beacon miss offload */
  36. WMI_SERVICE_STA_PWRSAVE=4, /* fake sleep + basic power save */
  37. WMI_SERVICE_STA_ADVANCED_PWRSAVE=5, /* uapsd, pspoll, force sleep */
  38. WMI_SERVICE_AP_UAPSD=6, /* uapsd on AP */
  39. WMI_SERVICE_AP_DFS=7, /* DFS on AP */
  40. WMI_SERVICE_11AC=8, /* supports 11ac */
  41. WMI_SERVICE_BLOCKACK=9, /* Supports triggering ADDBA/DELBA from host*/
  42. WMI_SERVICE_PHYERR=10, /* PHY error */
  43. WMI_SERVICE_BCN_FILTER=11, /* Beacon filter support */
  44. WMI_SERVICE_RTT=12, /* RTT (round trip time) support */
  45. WMI_SERVICE_WOW=13, /* WOW Support */
  46. WMI_SERVICE_RATECTRL_CACHE=14, /* Rate-control caching */
  47. WMI_SERVICE_IRAM_TIDS=15, /* TIDs in IRAM */
  48. WMI_SERVICE_ARPNS_OFFLOAD=16, /* ARP NS Offload support for STA vdev */
  49. WMI_SERVICE_NLO=17, /* Network list offload service */
  50. WMI_SERVICE_GTK_OFFLOAD=18, /* GTK offload */
  51. WMI_SERVICE_SCAN_SCH=19, /* Scan Scheduler Service */
  52. WMI_SERVICE_CSA_OFFLOAD=20, /* CSA offload service */
  53. WMI_SERVICE_CHATTER=21, /* Chatter service */
  54. WMI_SERVICE_COEX_FREQAVOID=22, /* FW report freq range to avoid */
  55. WMI_SERVICE_PACKET_POWER_SAVE=23, /* packet power save service */
  56. WMI_SERVICE_FORCE_FW_HANG=24, /* Service to test the firmware recovery mechanism */
  57. WMI_SERVICE_GPIO=25, /* GPIO service */
  58. WMI_SERVICE_STA_DTIM_PS_MODULATED_DTIM=26, /* Modulated DTIM support */
  59. WMI_STA_UAPSD_BASIC_AUTO_TRIG=27, /* Basic version of station UAPSD AC Trigger Generation Method with
  60. * variable tigger periods (service, delay, and suspend intervals) */
  61. WMI_STA_UAPSD_VAR_AUTO_TRIG=28, /* Station UAPSD AC Trigger Generation Method with variable
  62. * trigger periods (service, delay, and suspend intervals) */
  63. WMI_SERVICE_STA_KEEP_ALIVE=29, /* Serivce to support the STA KEEP ALIVE mechanism */
  64. WMI_SERVICE_TX_ENCAP=30, /* Packet type for TX encapsulation */
  65. WMI_SERVICE_AP_PS_DETECT_OUT_OF_SYNC=31, /* detect out-of-sync sleeping stations */
  66. WMI_SERVICE_EARLY_RX=32, /* adaptive early-rx feature */
  67. WMI_SERVICE_STA_SMPS=33, /* STA MIMO-PS */
  68. WMI_SERVICE_FWTEST=34, /* Firmware test service */
  69. WMI_SERVICE_STA_WMMAC=35, /* STA WMMAC */
  70. WMI_SERVICE_TDLS=36, /* TDLS support */
  71. WMI_SERVICE_BURST=37, /* SIFS spaced burst support */
  72. WMI_SERVICE_MCC_BCN_INTERVAL_CHANGE=38, /* Dynamic beaocn interval change for SAP/P2p GO in MCC scenario */
  73. WMI_SERVICE_ADAPTIVE_OCS=39, /* Service to support adaptive off-channel scheduler */
  74. WMI_SERVICE_BA_SSN_SUPPORT=40, /* target will provide Sequence number for the peer/tid combo */
  75. WMI_SERVICE_FILTER_IPSEC_NATKEEPALIVE=41,
  76. WMI_SERVICE_WLAN_HB=42, /* wlan HB service */
  77. WMI_SERVICE_LTE_ANT_SHARE_SUPPORT=43, /* support LTE/WLAN antenna sharing */
  78. WMI_SERVICE_BATCH_SCAN=44, /* Service to support batch scan */
  79. WMI_SERVICE_QPOWER=45, /* QPower service */
  80. WMI_SERVICE_PLMREQ=46,
  81. WMI_SERVICE_THERMAL_MGMT=47, /* thermal throttling support */
  82. WMI_SERVICE_RMC=48, /* RMC support */
  83. WMI_SERVICE_MHF_OFFLOAD=49, /* multi-hop forwarding offload */
  84. WMI_SERVICE_COEX_SAR=50, /* target support SAR tx limit from WMI_PDEV_PARAM_TXPOWER_LIMITxG */
  85. WMI_SERVICE_BCN_TXRATE_OVERRIDE=51, /* Will support the bcn/prb rsp rate override */
  86. WMI_SERVICE_NAN=52, /* Neighbor Awareness Network */
  87. WMI_SERVICE_L1SS_STAT=53, /* L1SS statistics counter report */
  88. WMI_SERVICE_ESTIMATE_LINKSPEED=54, /* Linkspeed Estimation per peer */
  89. WMI_SERVICE_OBSS_SCAN=55, /* Service to support OBSS scan */
  90. WMI_SERVICE_TDLS_OFFCHAN=56, /* TDLS off channel support */
  91. WMI_SERVICE_TDLS_UAPSD_BUFFER_STA=57, /* TDLS UAPSD Buffer STA support */
  92. WMI_SERVICE_TDLS_UAPSD_SLEEP_STA=58, /* TDLS UAPSD Sleep STA support */
  93. WMI_SERVICE_IBSS_PWRSAVE=59, /* IBSS power save support */
  94. WMI_SERVICE_LPASS=60, /* Service to support LPASS */
  95. WMI_SERVICE_EXTSCAN=61, /* Extended Scans */
  96. WMI_SERVICE_D0WOW=62, /* D0-WOW Support */
  97. WMI_SERVICE_HSOFFLOAD=63, /* Hotspot offload feature Support */
  98. WMI_SERVICE_ROAM_HO_OFFLOAD=64, /* roam handover offload */
  99. WMI_SERVICE_RX_FULL_REORDER=65, /* target-based Rx full reorder */
  100. WMI_SERVICE_DHCP_OFFLOAD=66, /* DHCP offload support */
  101. WMI_SERVICE_STA_RX_IPA_OFFLOAD_SUPPORT=67, /* STA RX DATA offload to IPA support */
  102. WMI_SERVICE_MDNS_OFFLOAD=68, /* mDNS responder offload support */
  103. WMI_SERVICE_SAP_AUTH_OFFLOAD=69, /* softap auth offload */
  104. WMI_SERVICE_DUAL_BAND_SIMULTANEOUS_SUPPORT=70, /* Dual Band Simultaneous support */
  105. WMI_SERVICE_OCB=71, /* OCB mode support */
  106. WMI_SERVICE_AP_ARPNS_OFFLOAD=72, /* arp offload support for ap mode vdev */
  107. WMI_SERVICE_PER_BAND_CHAINMASK_SUPPORT=73, /* Per band chainmask support */
  108. WMI_SERVICE_PACKET_FILTER_OFFLOAD=74, /* Per vdev packet filters */
  109. WMI_SERVICE_MGMT_TX_HTT=75, /* Mgmt Tx via HTT interface */
  110. WMI_SERVICE_MGMT_TX_WMI=76, /* Mgmt Tx via WMI interface */
  111. WMI_SERVICE_EXT_MSG=77, /* WMI_SERVICE_READY_EXT msg follows */
  112. WMI_SERVICE_MAWC=78, /* Motion Aided WiFi Connectivity (MAWC)*/
  113. WMI_SERVICE_PEER_ASSOC_CONF=79, /* target will send ASSOC_CONF after ASSOC_CMD is processed */
  114. WMI_SERVICE_EGAP=80, /* enhanced green ap support */
  115. WMI_SERVICE_STA_PMF_OFFLOAD=81, /* FW supports 11W PMF Offload for STA */
  116. WMI_SERVICE_UNIFIED_WOW_CAPABILITY=82, /* FW supports unified D0 and D3 wow */
  117. WMI_SERVICE_ENHANCED_PROXY_STA=83, /* Enhanced ProxySTA mode support */
  118. WMI_SERVICE_ATF=84, /* Air Time Fairness support */
  119. WMI_SERVICE_COEX_GPIO=85, /* BTCOEX GPIO support */
  120. WMI_SERVICE_AUX_SPECTRAL_INTF=86, /* Aux Radio enhancement support for ignoring spectral scan intf from main radios */
  121. WMI_SERVICE_AUX_CHAN_LOAD_INTF=87, /* Aux Radio enhancement support for ignoring chan load intf from main radios*/
  122. WMI_SERVICE_BSS_CHANNEL_INFO_64=88, /* BSS channel info (freq, noise floor, 64-bit counters) event support */
  123. WMI_SERVICE_ENTERPRISE_MESH=89, /* Enterprise MESH Service Support */
  124. WMI_SERVICE_RESTRT_CHNL_SUPPORT=90, /* Restricted Channel Support */
  125. WMI_SERVICE_BPF_OFFLOAD=91, /* FW supports bpf offload */
  126. WMI_SERVICE_SYNC_DELETE_CMDS=92, /* FW sends response event for Peer, Vdev delete commands */
  127. WMI_SERVICE_SMART_ANTENNA_SW_SUPPORT=93,
  128. WMI_SERVICE_SMART_ANTENNA_HW_SUPPORT=94,
  129. WMI_SERVICE_RATECTRL_LIMIT_MAX_MIN_RATES=95, /* allow per-peer tx MCS min/max limits by host */
  130. WMI_SERVICE_NAN_DATA=96, /* FW supports NAN data */
  131. WMI_SERVICE_NAN_RTT=97, /* FW supports NAN RTT */
  132. WMI_SERVICE_11AX=98, /* FW supports 802.11ax */
  133. /* WMI_SERVICE_DEPRECATED_REPLACE
  134. * FW supports these new WMI commands, to be used rather than
  135. * deprecated matching commands:
  136. * - WMI_PDEV_SET_PCL_CMDID (vs. WMI_SOC_SET_PCL_CMDID)
  137. * - WMI_PDEV_SET_HW_MODE_CMDID (vs. WMI_SOC_SET_HW_MODE_CMDID)
  138. * - WMI_PDEV_SET_MAC_CONFIG_CMDID (vs. WMI_SOC_SET_DUAL_MAC_CONFIG_CMDID)
  139. * - WMI_PDEV_SET_ANTENNA_MODE_CMDID (vs. WMI_SOC_SET_ANTENNA_MODE_CMDID)
  140. * - WMI_VDEV_SET_DSCP_TID_MAP_CMDID (vs. WMI_VDEV_SET_WMM_PARAMS_CMDID)
  141. */
  142. WMI_SERVICE_DEPRECATED_REPLACE=99,
  143. WMI_SERVICE_TDLS_CONN_TRACKER_IN_HOST_MODE=100, /* FW supports a new mode that allows to run connection tracker in host */
  144. WMI_SERVICE_ENHANCED_MCAST_FILTER=101, /* FW supports enhanced multicast filtering (of mcast IP inside ucast WLAN) */
  145. WMI_SERVICE_PERIODIC_CHAN_STAT_SUPPORT=102, /* periodic channel stats service */
  146. WMI_SERVICE_MESH_11S=103, /* 11s mesh service support */
  147. WMI_SERVICE_HALF_RATE_QUARTER_RATE_SUPPORT=104, /* FW+HW supports 10 MHz (half rate) and 5 MHz (quarter rate) channel bandwidth */
  148. WMI_SERVICE_VDEV_RX_FILTER=105, /* Support per-vdev specs of which rx frames to filter out */
  149. WMI_SERVICE_P2P_LISTEN_OFFLOAD_SUPPORT=106,
  150. WMI_SERVICE_MARK_FIRST_WAKEUP_PACKET=107, /* FW supports marking the first data packet which wakes the host from suspend */
  151. WMI_SERVICE_MULTIPLE_MCAST_FILTER_SET=108, /* FW supports command that can add/delete multiple mcast filters */
  152. /* WMI_SERVICE_HOST_MANAGED_RX_REORDER -
  153. * FW supports host-managed RX reorder.
  154. * Host managed RX reorder involves RX BA state machine handling
  155. * on peer/TID basis, REO configuration for HW based reordering/PN
  156. * check and processing reorder exceptions generated by HW.
  157. */
  158. WMI_SERVICE_HOST_MANAGED_RX_REORDER=109,
  159. /* Specify whether the target supports the following WMI messages for
  160. * reading / writing its flash memory:
  161. * WMI_READ_DATA_FROM_FLASH_CMDID,
  162. * WMI_READ_DATA_FROM_FLASH_EVENTID,
  163. * WMI_TRANSFER_DATA_TO_FLASH_CMDID,
  164. * WMI_TRANSFER_DATA_TO_FLASH_COMPLETE_EVENTID,
  165. */
  166. WMI_SERVICE_FLASH_RDWR_SUPPORT=110,
  167. WMI_SERVICE_WLAN_STATS_REPORT=111, /* support WLAN stats report */
  168. /* WMI_SERVICE_TX_MSDU_ID_NEW_PARTITION_SUPPORT -
  169. * FW supports bigger MSDU ID partition which is defined as HTT_TX_IPA_NEW_MSDU_ID_SPACE_BEGIN
  170. * When both host and FW support new partition, FW uses HTT_TX_IPA_NEW_MSDU_ID_SPACE_BEGIN
  171. * If host doesn't support, FW falls back to HTT_TX_IPA_MSDU_ID_SPACE_BEGIN
  172. * Handshaking is done through WMI_INIT and WMI service ready
  173. */
  174. WMI_SERVICE_TX_MSDU_ID_NEW_PARTITION_SUPPORT=112, /* support bigger MSDU ID partition */
  175. WMI_SERVICE_DFS_PHYERR_OFFLOAD=113,
  176. WMI_SERVICE_RCPI_SUPPORT=114,
  177. WMI_SERVICE_FW_MEM_DUMP_SUPPORT=115, /* Support FW Memory dump */
  178. WMI_SERVICE_PEER_STATS_INFO=116, /* support per peer stats info */
  179. WMI_SERVICE_REGULATORY_DB=117, /* support regulatory database in FW */
  180. WMI_SERVICE_11D_OFFLOAD=118, /* support 11D scan offload in FW */
  181. /******* ADD NEW SERVICES HERE UNTIL ALL VALUES UP TO 128 ARE USED *******/
  182. WMI_MAX_SERVICE=128, /* max service */
  183. /* NOTE:
  184. * The above service flags are delivered in the wmi_service_bitmap field
  185. * of the WMI_SERVICE_READY_EVENT message.
  186. * The below service flags are delivered in a WMI_SERVICE_AVAILABLE_EVENT
  187. * message rather than in the WMI_SERVICE_READY_EVENT message's
  188. * wmi_service_bitmap field.
  189. * The WMI_SERVICE_AVAILABLE_EVENT message immediately precedes the
  190. * WMI_SERVICE_READY_EVENT message.
  191. */
  192. /*PUT 1ST EXT SERVICE HERE:*//*WMI_SERVICE_xxxxxxxx=128,*/
  193. /*PUT 2ND EXT SERVICE HERE:*//*WMI_SERVICE_yyyyyyyy=129,*/
  194. WMI_MAX_EXT_SERVICE
  195. } WMI_SERVICE;
  196. #define WMI_SERVICE_BM_SIZE ((WMI_MAX_SERVICE + sizeof(A_UINT32)- 1)/sizeof(A_UINT32))
  197. #define WMI_NUM_EXT_SERVICES (WMI_MAX_EXT_SERVICE - WMI_MAX_SERVICE)
  198. #define WMI_SERVICE_EXT_BM_SIZE32 ((WMI_NUM_EXT_SERVICES + 31) / 32)
  199. #define WMI_SERVICE_ROAM_OFFLOAD WMI_SERVICE_ROAM_SCAN_OFFLOAD /* depreciated the name WMI_SERVICE_ROAM_OFFLOAD, but here to help compiling with old host driver */
  200. /*
  201. * turn on the WMI service bit corresponding to the WMI service.
  202. */
  203. #define WMI_SERVICE_ENABLE(pwmi_svc_bmap,svc_id) \
  204. ( (pwmi_svc_bmap)[(svc_id)/(sizeof(A_UINT32))] |= \
  205. (1 << ((svc_id)%(sizeof(A_UINT32)))) )
  206. #define WMI_SERVICE_DISABLE(pwmi_svc_bmap,svc_id) \
  207. ( (pwmi_svc_bmap)[(svc_id)/(sizeof(A_UINT32))] &= \
  208. ( ~(1 << ((svc_id)%(sizeof(A_UINT32)))) ) )
  209. #define WMI_SERVICE_IS_ENABLED(pwmi_svc_bmap,svc_id) \
  210. ( ((pwmi_svc_bmap)[(svc_id)/(sizeof(A_UINT32))] & \
  211. (1 << ((svc_id)%(sizeof(A_UINT32)))) ) != 0)
  212. #define WMI_SERVICE_EXT_ENABLE(pwmi_svc_bmap, pwmi_svc_ext_bmap, svc_id) \
  213. do { \
  214. if (svc_id < WMI_MAX_SERVICE) { \
  215. WMI_SERVICE_ENABLE(pwmi_svc_bmap, svc_id); \
  216. } else { \
  217. int word = ((svc_id) - WMI_MAX_SERVICE) / 32; \
  218. int bit = (svc_id) & 0x1f; /* svc_id mod 32 */ \
  219. (pwmi_svc_ext_bmap)[word] |= (1 << bit); \
  220. } \
  221. } while (0)
  222. #define WMI_SERVICE_EXT_DISABLE(pwmi_svc_bmap, pwmi_svc_ext_bmap, svc_id) \
  223. do { \
  224. if (svc_id < WMI_MAX_SERVICE) { \
  225. WMI_SERVICE_DISABLE(pwmi_svc_bmap, svc_id); \
  226. } else { \
  227. int word = ((svc_id) - WMI_MAX_SERVICE) / 32; \
  228. int bit = (svc_id) & 0x1f; /* svc_id mod 32 */ \
  229. (pwmi_svc_ext_bmap)[word] &= ~(1 << bit); \
  230. } \
  231. } while (0)
  232. #define WMI_SERVICE_EXT_IS_ENABLED(pwmi_svc_bmap, pwmi_svc_ext_bmap, svc_id) \
  233. /* If the service ID is beyond the known limit, treat it as disabled */ \
  234. ((svc_id) >= WMI_MAX_EXT_SERVICE ? 0 : \
  235. /* If service ID is in the non-extension range, use the old check */ \
  236. (svc_id) < WMI_MAX_SERVICE ? \
  237. WMI_SERVICE_IS_ENABLED(pwmi_svc_bmap, svc_id) : \
  238. /* If service ID is in the extended range, check ext_bmap */ \
  239. (pwmi_svc_ext_bmap)[((svc_id) - WMI_MAX_SERVICE) / 32] >> \
  240. ((svc_id) & 0x1f))
  241. #ifdef __cplusplus
  242. }
  243. #endif
  244. #endif /*_WMI_SERVICES_H_*/