xref: /wlan-dirver/qca-wifi-host-cmn/wmi/inc/wmi_unified_param.h (revision 11f5a63a6cbdda84849a730de22f0a71e635d58c)
1 /*
2  * Copyright (c) 2016-2019 The Linux Foundation. All rights reserved.
3  *
4  * Permission to use, copy, modify, and/or distribute this software for
5  * any purpose with or without fee is hereby granted, provided that the
6  * above copyright notice and this permission notice appear in all
7  * copies.
8  *
9  * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
10  * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
11  * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
12  * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
13  * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
14  * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
15  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
16  * PERFORMANCE OF THIS SOFTWARE.
17  */
18 
19 /*
20  * This file contains the API definitions for the Unified Wireless Module
21  * Interface (WMI).
22  */
23 
24 #ifndef _WMI_UNIFIED_PARAM_H_
25 #define _WMI_UNIFIED_PARAM_H_
26 
27 #include <wlan_scan_public_structs.h>
28 #ifdef FEATURE_WLAN_TDLS
29 #include <wlan_tdls_public_structs.h>
30 #endif
31 
32 #define MAC_MAX_KEY_LENGTH 32
33 #define MAC_PN_LENGTH 8
34 #define MAX_MAC_HEADER_LEN 32
35 #define MIN_MAC_HEADER_LEN 24
36 #define QOS_CONTROL_LEN 2
37 
38 #define WMI_MAC_MAX_SSID_LENGTH              32
39 #ifndef CONFIG_HL_SUPPORT
40 #define mgmt_tx_dl_frm_len 64
41 #else
42 #define mgmt_tx_dl_frm_len 1532
43 #endif
44 #define WMI_SMPS_MASK_LOWER_16BITS 0xFF
45 #define WMI_SMPS_MASK_UPPER_3BITS 0x7
46 #define WMI_SMPS_PARAM_VALUE_S 29
47 #define WMI_UNIT_TEST_MAX_NUM_ARGS 100
48 /* The size of the utc time in bytes. */
49 #define WMI_SIZE_UTC_TIME (10)
50 /* The size of the utc time error in bytes. */
51 #define WMI_SIZE_UTC_TIME_ERROR (5)
52 #define WMI_MCC_MIN_CHANNEL_QUOTA             20
53 #define WMI_MCC_MAX_CHANNEL_QUOTA             80
54 #define WMI_MCC_MIN_NON_ZERO_CHANNEL_LATENCY  30
55 #define WMI_BEACON_TX_BUFFER_SIZE             (512)
56 #define WMI_WIFI_SCANNING_MAC_OUI_LENGTH      3
57 #define WMI_EXTSCAN_MAX_SIGNIFICANT_CHANGE_APS   64
58 #define WMI_RSSI_THOLD_DEFAULT   -300
59 #define WMI_NLO_FREQ_THRESH          1000
60 #define WMI_SEC_TO_MSEC(sec)         (sec * 1000)
61 #define WMI_MSEC_TO_USEC(msec)	     (msec * 1000)
62 #define WMI_ETH_LEN      64
63 #define WMI_QOS_NUM_TSPEC_MAX 2
64 #define WMI_IPV4_ADDR_LEN       4
65 #define WMI_KEEP_ALIVE_NULL_PKT              1
66 #define WMI_KEEP_ALIVE_UNSOLICIT_ARP_RSP     2
67 #define WMI_MAC_MAX_KEY_LENGTH          32
68 #define WMI_KRK_KEY_LEN     16
69 #ifdef WLAN_FEATURE_ROAM_OFFLOAD
70 #define WMI_BTK_KEY_LEN     32
71 #define WMI_ROAM_R0KH_ID_MAX_LEN    48
72 #define WMI_ROAM_SCAN_PSK_SIZE    48
73 #endif
74 #define WMI_NOISE_FLOOR_DBM_DEFAULT      (-96)
75 #define WMI_EXTSCAN_MAX_HOTLIST_SSIDS                    8
76 #define WMI_ROAM_MAX_CHANNELS                            80
77 #ifdef FEATURE_WLAN_EXTSCAN
78 #define WMI_MAX_EXTSCAN_MSG_SIZE        1536
79 #define WMI_EXTSCAN_REST_TIME           100
80 #define WMI_EXTSCAN_MAX_SCAN_TIME       50000
81 #define WMI_EXTSCAN_BURST_DURATION      150
82 #endif
83 #define WMI_SCAN_NPROBES_DEFAULT            (2)
84 #define WMI_SEC_TO_MSEC(sec)         (sec * 1000)  /* sec to msec */
85 #define WMI_MSEC_TO_USEC(msec)       (msec * 1000) /* msec to usec */
86 #define WMI_NLO_FREQ_THRESH          1000       /* in MHz */
87 
88 #define WMI_SVC_MSG_MAX_SIZE   1536
89 #define MAX_UTF_EVENT_LENGTH	2048
90 #define MAX_WMI_UTF_LEN	252
91 #define MAX_WMI_QVIT_LEN	252
92 #define THERMAL_LEVELS	4
93 #define WMI_HOST_BCN_FLT_MAX_SUPPORTED_IES	256
94 #define WMI_HOST_BCN_FLT_MAX_ELEMS_IE_LIST \
95 			(WMI_HOST_BCN_FLT_MAX_SUPPORTED_IES/32)
96 #define LTEU_MAX_BINS	10
97 #define ATF_ACTIVED_MAX_CLIENTS   50
98 #define ATF_ACTIVED_MAX_ATFGROUPS 16
99 #define CTL_5G_SIZE 1536
100 #define CTL_2G_SIZE 684
101 #define MAX_CTL_SIZE (CTL_5G_SIZE > CTL_2G_SIZE ? CTL_5G_SIZE : CTL_2G_SIZE)
102 #define IEEE80211_MICBUF_SIZE   (8+8)
103 #define IEEE80211_TID_SIZE	17
104 #define WME_NUM_AC	4
105 #define SMART_ANT_MODE_SERIAL   0
106 #define SMART_ANT_MODE_PARALLEL   1
107 #define IEEE80211_WEP_NKID	4   /* number of key ids */
108 #define WPI_IV_LEN	16
109 #define WMI_SCAN_MAX_NUM_BSSID	10
110 #define MAX_CHANS	1023
111 #define TARGET_OEM_CONFIGURE_LCI	0x0A
112 #define RTT_LCI_ALTITUDE_MASK	0x3FFFFFFF
113 #define TARGET_OEM_CONFIGURE_LCR	0x09
114 #define RTT_TIMEOUT_MS 180
115 #define MAX_SUPPORTED_RATES 128
116 #define WMI_HOST_MAX_BUFFER_SIZE	1712
117 #define WMI_HAL_MAX_SANTENNA 4
118 #define WMI_HOST_PDEV_VI_PRIORITY_BIT     (1<<2)
119 #define WMI_HOST_PDEV_BEACON_PRIORITY_BIT (1<<4)
120 #define WMI_HOST_PDEV_MGMT_PRIORITY_BIT   (1<<5)
121 #define WMI_MAX_CMDS 1024
122 
123 #define FIPS_ALIGN 4
124 #define FIPS_ALIGNTO(__addr, __to) \
125 		((((unsigned long int)(__addr)) + (__to) -  1) & ~((__to) - 1))
126 #define FIPS_IS_ALIGNED(__addr, __to) \
127 		(!(((unsigned long int)(__addr)) & ((__to)-1)))
128 
129 #define WMI_HOST_MAX_SERIAL_ANTENNA 2
130 #define WMI_SMART_ANT_MAX_RATE_SERIES 2
131 
132 #define WMI_HOST_F_MS(_v, _f)	\
133 	(((_v) & (_f)) >> (_f##_S))
134 
135 #define WMI_HOST_F_RMW(_var, _v, _f)	\
136 	do {	\
137 		(_var) &= ~(_f);	\
138 		(_var) |= (((_v) << (_f##_S)) & (_f));	\
139 	} while (0)
140 
141 /* vdev capabilities bit mask */
142 #define WMI_HOST_VDEV_BEACON_SUPPORT  0x1
143 #define WMI_HOST_VDEV_WDS_LRN_ENABLED 0x2
144 #define WMI_HOST_VDEV_VOW_ENABLED     0x4
145 #define WMI_HOST_VDEV_IS_BEACON_SUPPORTED(param) \
146 	((param) & WMI_HOST_VDEV_BEACON_SUPPORT)
147 #define WMI_HOST_VDEV_IS_WDS_LRN_ENABLED(param) \
148 	((param) & WMI_HOST_VDEV_WDS_LRN_ENABLED)
149 #define WMI_HOST_VDEV_IS_VOW_ENABLED(param) \
150 	((param) & WMI_HOST_VDEV_VOW_ENABLED)
151 
152 /* TXBF capabilities masks */
153 #define WMI_HOST_TXBF_CONF_SU_TX_BFEE_S 0
154 #define WMI_HOST_TXBF_CONF_SU_TX_BFEE_M 0x1
155 #define WMI_HOST_TXBF_CONF_SU_TX_BFEE \
156 	(WMI_HOST_TXBF_CONF_SU_TX_BFEE_M << WMI_HOST_TXBF_CONF_SU_TX_BFEE_S)
157 #define WMI_HOST_TXBF_CONF_SU_TX_BFEE_GET(x) \
158 	WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_SU_TX_BFEE)
159 #define WMI_HOST_TXBF_CONF_SU_TX_BFEE_SET(x, z) \
160 	WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_SU_TX_BFEE)
161 
162 #define WMI_HOST_TXBF_CONF_MU_TX_BFEE_S 1
163 #define WMI_HOST_TXBF_CONF_MU_TX_BFEE_M 0x1
164 #define WMI_HOST_TXBF_CONF_MU_TX_BFEE \
165 	(WMI_HOST_TXBF_CONF_MU_TX_BFEE_M << WMI_HOST_TXBF_CONF_MU_TX_BFEE_S)
166 #define WMI_HOST_TXBF_CONF_MU_TX_BFEE_GET(x) \
167 	WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_MU_TX_BFEE)
168 #define WMI_HOST_TXBF_CONF_MU_TX_BFEE_SET(x, z) \
169 	WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_MU_TX_BFEE)
170 
171 #define WMI_HOST_TXBF_CONF_SU_TX_BFER_S 2
172 #define WMI_HOST_TXBF_CONF_SU_TX_BFER_M 0x1
173 #define WMI_HOST_TXBF_CONF_SU_TX_BFER \
174 	(WMI_HOST_TXBF_CONF_SU_TX_BFER_M << WMI_HOST_TXBF_CONF_SU_TX_BFER_S)
175 #define WMI_HOST_TXBF_CONF_SU_TX_BFER_GET(x) \
176 	WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_SU_TX_BFER)
177 #define WMI_HOST_TXBF_CONF_SU_TX_BFER_SET(x, z) \
178 	WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_SU_TX_BFER)
179 
180 #define WMI_HOST_TXBF_CONF_MU_TX_BFER_S 3
181 #define WMI_HOST_TXBF_CONF_MU_TX_BFER_M 0x1
182 #define WMI_HOST_TXBF_CONF_MU_TX_BFER \
183 	(WMI_HOST_TXBF_CONF_MU_TX_BFER_M << WMI_HOST_TXBF_CONF_MU_TX_BFER_S)
184 #define WMI_HOST_TXBF_CONF_MU_TX_BFER_GET(x) \
185 	WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_MU_TX_BFER)
186 #define WMI_HOST_TXBF_CONF_MU_TX_BFER_SET(x, z) \
187 	WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_MU_TX_BFER)
188 
189 #define WMI_HOST_TXBF_CONF_STS_CAP_S 4
190 #define WMI_HOST_TXBF_CONF_STS_CAP_M 0x7
191 #define WMI_HOST_TXBF_CONF_STS_CAP \
192 	(WMI_HOST_TXBF_CONF_STS_CAP_M << WMI_HOST_TXBF_CONF_STS_CAP_S)
193 #define WMI_HOST_TXBF_CONF_STS_CAP_GET(x) \
194 	WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_STS_CAP);
195 #define WMI_HOST_TXBF_CONF_STS_CAP_SET(x, z) \
196 	WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_STS_CAP)
197 
198 #define WMI_HOST_TXBF_CONF_IMPLICIT_BF_S 7
199 #define WMI_HOST_TXBF_CONF_IMPLICIT_BF_M 0x1
200 #define WMI_HOST_TXBF_CONF_IMPLICIT_BF \
201 	(WMI_HOST_TXBF_CONF_IMPLICIT_BF_M << WMI_HOST_TXBF_CONF_IMPLICIT_BF_S)
202 #define WMI_HOST_TXBF_CONF_IMPLICIT_BF_GET(x) \
203 	WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_IMPLICIT_BF)
204 #define WMI_HOST_TXBF_CONF_IMPLICIT_BF_SET(x, z) \
205 	WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_IMPLICIT_BF)
206 
207 #define WMI_HOST_TXBF_CONF_BF_SND_DIM_S 8
208 #define WMI_HOST_TXBF_CONF_BF_SND_DIM_M 0x7
209 #define WMI_HOST_TXBF_CONF_BF_SND_DIM \
210 	(WMI_HOST_TXBF_CONF_BF_SND_DIM_M << WMI_HOST_TXBF_CONF_BF_SND_DIM_S)
211 #define WMI_HOST_TXBF_CONF_BF_SND_DIM_GET(x) \
212 	WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_BF_SND_DIM)
213 #define WMI_HOST_TXBF_CONF_BF_SND_DIM_SET(x, z) \
214 	WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_BF_SND_DIM)
215 
216 /* The following WMI_HOST_HEOPS_BSSCOLOR_XXX macros correspond to the
217  *  WMI_HEOPS_COLOR_XXX macros in the FW wmi_unified.h */
218 #define WMI_HOST_HEOPS_BSSCOLOR_S 0
219 #define WMI_HOST_HEOPS_BSSCOLOR_M 0x3f
220 #define WMI_HOST_HEOPS_BSSCOLOR \
221 	(WMI_HOST_HEOPS_BSSCOLOR_M << WMI_HOST_HEOPS_BSSCOLOR_S)
222 #define WMI_HOST_HEOPS_BSSCOLOR_GET(x) \
223 	WMI_HOST_F_MS(x, WMI_HOST_HEOPS_BSSCOLOR)
224 #define WMI_HOST_HEOPS_BSSCOLOR_SET(x, z) \
225 	WMI_HOST_F_RMW(x, z, WMI_HOST_HEOPS_BSSCOLOR)
226 
227 /* The following WMI_HOST_HEOPS_BSSCOLOR_DISABLE_XXX macros correspond to the
228  *  WMI_HEOPS_BSSCOLORDISABLE_XXX macros in the FW wmi_unified.h */
229 #define WMI_HOST_HEOPS_BSSCOLOR_DISABLE_S 30
230 #define WMI_HOST_HEOPS_BSSCOLOR_DISABLE_M 0x1
231 #define WMI_HOST_HEOPS_BSSCOLOR_DISABLE \
232 	(WMI_HOST_HEOPS_BSSCOLOR_DISABLE_M << WMI_HOST_HEOPS_BSSCOLOR_DISABLE_S)
233 #define WMI_HOST_HEOPS_BSSCOLOR_DISABLE_GET(x) \
234 	WMI_HOST_F_MS(x, WMI_HOST_HEOPS_BSSCOLOR_DISABLE)
235 #define WMI_HOST_HEOPS_BSSCOLOR_DISABLE_SET(x, z) \
236 	WMI_HOST_F_RMW(x, z, WMI_HOST_HEOPS_BSSCOLOR_DISABLE)
237 
238 /* HE BF capabilities mask */
239 #define WMI_HOST_HE_BF_CONF_SU_BFEE_S 0
240 #define WMI_HOST_HE_BF_CONF_SU_BFEE_M 0x1
241 #define WMI_HOST_HE_BF_CONF_SU_BFEE \
242 	(WMI_HOST_HE_BF_CONF_SU_BFEE_M << WMI_HOST_HE_BF_CONF_SU_BFEE_S)
243 #define WMI_HOST_HE_BF_CONF_SU_BFEE_GET(x) \
244 	WMI_HOST_F_MS(x, WMI_HOST_HE_BF_CONF_SU_BFEE)
245 #define WMI_HOST_HE_BF_CONF_SU_BFEE_SET(x, z) \
246 	WMI_HOST_F_RMW(x, z, WMI_HOST_HE_BF_CONF_SU_BFEE)
247 
248 #define WMI_HOST_HE_BF_CONF_SU_BFER_S 1
249 #define WMI_HOST_HE_BF_CONF_SU_BFER_M 0x1
250 #define WMI_HOST_HE_BF_CONF_SU_BFER \
251 	(WMI_HOST_HE_BF_CONF_SU_BFER_M << WMI_HOST_HE_BF_CONF_SU_BFER_S)
252 #define WMI_HOST_HE_BF_CONF_SU_BFER_GET(x) \
253 	WMI_HOST_F_MS(x, WMI_HOST_HE_BF_CONF_SU_BFER)
254 #define WMI_HOST_HE_BF_CONF_SU_BFER_SET(x, z) \
255 	WMI_HOST_F_RMW(x, z, WMI_HOST_HE_BF_CONF_SU_BFER)
256 
257 #define WMI_HOST_HE_BF_CONF_MU_BFEE_S 2
258 #define WMI_HOST_HE_BF_CONF_MU_BFEE_M 0x1
259 #define WMI_HOST_HE_BF_CONF_MU_BFEE \
260 	(WMI_HOST_HE_BF_CONF_MU_BFEE_M << WMI_HOST_HE_BF_CONF_MU_BFEE_S)
261 #define WMI_HOST_HE_BF_CONF_MU_BFEE_GET(x) \
262 	WMI_HOST_F_MS(x, WMI_HOST_HE_BF_CONF_MU_BFEE)
263 #define WMI_HOST_HE_BF_CONF_MU_BFEE_SET(x, z) \
264 	WMI_HOST_F_RMW(x, z, WMI_HOST_HE_BF_CONF_MU_BFEE)
265 
266 #define WMI_HOST_HE_BF_CONF_MU_BFER_S 3
267 #define WMI_HOST_HE_BF_CONF_MU_BFER_M 0x1
268 #define WMI_HOST_HE_BF_CONF_MU_BFER \
269 	(WMI_HOST_HE_BF_CONF_MU_BFER_M << WMI_HOST_HE_BF_CONF_MU_BFER_S)
270 #define WMI_HOST_HE_BF_CONF_MU_BFER_GET(x) \
271 	WMI_HOST_F_MS(x, WMI_HOST_HE_BF_CONF_MU_BFER)
272 #define WMI_HOST_HE_BF_CONF_MU_BFER_SET(x, z) \
273 	WMI_HOST_F_RMW(x, z, WMI_HOST_HE_BF_CONF_MU_BFER)
274 
275 #define WMI_HOST_HE_BF_CONF_DL_OFDMA_S 4
276 #define WMI_HOST_HE_BF_CONF_DL_OFDMA_M 0x1
277 #define WMI_HOST_HE_BF_CONF_DL_OFDMA \
278 	(WMI_HOST_HE_BF_CONF_DL_OFDMA_M << WMI_HOST_HE_BF_CONF_DL_OFDMA_S)
279 #define WMI_HOST_HE_BF_CONF_DL_OFDMA_GET(x) \
280 	WMI_HOST_F_MS(x, WMI_HOST_HE_BF_CONF_DL_OFDMA)
281 #define WMI_HOST_HE_BF_CONF_DL_OFDMA_SET(x, z) \
282 	WMI_HOST_F_RMW(x, z, WMI_HOST_HE_BF_CONF_DL_OFDMA)
283 
284 #define WMI_HOST_HE_BF_CONF_UL_OFDMA_S 5
285 #define WMI_HOST_HE_BF_CONF_UL_OFDMA_M 0x1
286 #define WMI_HOST_HE_BF_CONF_UL_OFDMA \
287 	(WMI_HOST_HE_BF_CONF_UL_OFDMA_M << WMI_HOST_HE_BF_CONF_UL_OFDMA_S)
288 #define WMI_HOST_HE_BF_CONF_UL_OFDMA_GET(x) \
289 	WMI_HOST_F_MS(x, WMI_HOST_HE_BF_CONF_UL_OFDMA)
290 #define WMI_HOST_HE_BF_CONF_UL_OFDMA_SET(x, z) \
291 	WMI_HOST_F_RMW(x, z, WMI_HOST_HE_BF_CONF_UL_OFDMA)
292 
293 #define WMI_HOST_HE_BF_CONF_UL_MUMIMO_S 6
294 #define WMI_HOST_HE_BF_CONF_UL_MUMIMO_M 0x1
295 #define WMI_HOST_HE_BF_CONF_UL_MUMIMO \
296 	(WMI_HOST_HE_BF_CONF_UL_MUMIMO_M << WMI_HOST_HE_BF_CONF_UL_MUMIMO_S)
297 #define WMI_HOST_HE_BF_CONF_UL_MUMIMO_GET(x) \
298 	WMI_HOST_F_MS(x, WMI_HOST_HE_BF_CONF_UL_MUMIMO)
299 #define WMI_HOST_HE_BF_CONF_UL_MUMIMO_SET(x, z) \
300 	WMI_HOST_F_RMW(x, z, WMI_HOST_HE_BF_CONF_UL_MUMIMO)
301 
302 /* HE or VHT Sounding */
303 #define WMI_HOST_HE_VHT_SOUNDING_MODE_S 0
304 #define WMI_HOST_HE_VHT_SOUNDING_MODE_M 0x1
305 #define WMI_HOST_HE_VHT_SOUNDING_MODE \
306 	(WMI_HOST_HE_VHT_SOUNDING_MODE_M << WMI_HOST_HE_VHT_SOUNDING_MODE_S)
307 #define WMI_HOST_HE_VHT_SOUNDING_MODE_GET(x) \
308 	WMI_HOST_F_MS(x, WMI_HOST_HE_VHT_SOUNDING_MODE)
309 #define WMI_HOST_HE_VHT_SOUNDING_MODE_SET(x, z) \
310 	WMI_HOST_F_RMW(x, z, WMI_HOST_HE_VHT_SOUNDING_MODE)
311 
312 /* SU or MU Sounding */
313 #define WMI_HOST_SU_MU_SOUNDING_MODE_S 2
314 #define WMI_HOST_SU_MU_SOUNDING_MODE_M 0x1
315 #define WMI_HOST_SU_MU_SOUNDING_MODE \
316 	(WMI_HOST_SU_MU_SOUNDING_MODE_M << \
317 	 WMI_HOST_SU_MU_SOUNDING_MODE_S)
318 #define WMI_HOST_SU_MU_SOUNDING_MODE_GET(x) \
319 	WMI_HOST_F_MS(x, WMI_HOST_SU_MU_SOUNDING_MODE)
320 #define WMI_HOST_SU_MU_SOUNDING_MODE_SET(x, z) \
321 	WMI_HOST_F_RMW(x, z, WMI_HOST_SU_MU_SOUNDING_MODE)
322 
323 /* Trig or Non-Trig Sounding */
324 #define WMI_HOST_TRIG_NONTRIG_SOUNDING_MODE_S  3
325 #define WMI_HOST_TRIG_NONTRIG_SOUNDING_MODE_M 0x1
326 #define WMI_HOST_TRIG_NONTRIG_SOUNDING_MODE \
327 	(WMI_HOST_TRIG_NONTRIG_SOUNDING_MODE_M << \
328 	 WMI_HOST_TRIG_NONTRIG_SOUNDING_MODE_S)
329 #define WMI_HOST_TRIG_NONTRIG_SOUNDING_MODE_GET(x) \
330 	WMI_HOST_F_MS(x, WMI_HOST_TRIG_NONTRIG_SOUNDING_MODE)
331 #define WMI_HOST_HE_VHT_SU_MU_SOUNDING_MODE_SET(x, z) \
332 	WMI_HOST_F_RMW(x, z, WMI_HOST_TRIG_NONTRIG_SOUNDING_MODE)
333 
334 #define WMI_HOST_TPC_RATE_MAX	160
335 #define WMI_HOST_TPC_TX_NUM_CHAIN	4
336 #define WMI_HOST_RXG_CAL_CHAN_MAX	8
337 #define WMI_HOST_MAX_NUM_CHAINS	8
338 #define WMI_MAX_NUM_OF_RATE_THRESH   4
339 
340 #define WMI_HOST_PDEV_MAX_VDEVS         17
341 
342 /* for QC98XX only */
343 /*6 modes (A, HT20, HT40, VHT20, VHT40, VHT80) * 3 reg dommains
344  */
345 #define WMI_HOST_NUM_CTLS_5G                18
346 /*6 modes (B, G, HT20, HT40, VHT20, VHT40) * 3 reg domains */
347 #define WMI_HOST_NUM_CTLS_2G                18
348 #define WMI_HOST_NUM_BAND_EDGES_5G          8
349 #define WMI_HOST_NUM_BAND_EDGES_2G          4
350 
351 /*Beelinier 5G*/
352 #define WMI_HOST_NUM_CTLS_5G_11A            9
353 #define WMI_HOST_NUM_BAND_EDGES_5G_11A      25
354 #define WMI_HOST_NUM_CTLS_5G_HT20           24
355 #define WMI_HOST_NUM_BAND_EDGES_5G_HT20     25
356 #define WMI_HOST_NUM_CTLS_5G_HT40           18
357 #define WMI_HOST_NUM_BAND_EDGES_5G_HT40     12
358 #define WMI_HOST_NUM_CTLS_5G_HT80           18
359 #define WMI_HOST_NUM_BAND_EDGES_5G_HT80     6
360 #define WMI_HOST_NUM_CTLS_5G_HT160          9
361 #define WMI_HOST_NUM_BAND_EDGES_5G_HT160    2
362 
363 /* Beeliner 2G */
364 #define WMI_HOST_NUM_CTLS_2G_11B            6
365 #define WMI_HOST_NUM_BAND_EDGES_2G_11B      9
366 #define WMI_HOST_NUM_CTLS_2G_20MHZ          30
367 #define WMI_HOST_NUM_BAND_EDGES_2G_20MHZ    11
368 #define WMI_HOST_NUM_CTLS_2G_40MHZ          18
369 #define WMI_HOST_NUM_BAND_EDGES_2G_40MHZ    6
370 
371 /* for QC98XX only */
372 #define WMI_HOST_TX_NUM_CHAIN               0x3
373 #define WMI_HOST_TPC_REGINDEX_MAX           4
374 #define WMI_HOST_ARRAY_GAIN_NUM_STREAMS     2
375 
376 #include "qdf_atomic.h"
377 
378 #ifdef BIG_ENDIAN_HOST
379 	/* This API is used in copying in elements to WMI message,
380 	since WMI message uses multilpes of 4 bytes, This API
381 	converts length into multiples of 4 bytes, and performs copy
382 	*/
383 #define WMI_HOST_IF_MSG_COPY_CHAR_ARRAY(destp, srcp, len)  do { \
384 	int j; \
385 	u_int32_t *src, *dest; \
386 	src = (u_int32_t *)srcp; \
387 	dest = (u_int32_t *)destp; \
388 	for (j = 0; j < roundup(len, sizeof(u_int32_t))/4; j++) { \
389 		*(dest+j) = qdf_le32_to_cpu(*(src+j)); \
390 	} \
391 } while (0)
392 #else
393 
394 #define WMI_HOST_IF_MSG_COPY_CHAR_ARRAY(destp, srcp, len) OS_MEMCPY(destp,\
395 		srcp, len)
396 
397 #endif
398 
399 /** macro to convert MAC address from WMI word format to char array */
400 #define WMI_HOST_MAC_ADDR_TO_CHAR_ARRAY(pwmi_mac_addr, c_macaddr) do {	\
401 	(c_macaddr)[0] =  ((pwmi_mac_addr)->mac_addr31to0) & 0xff; \
402 	(c_macaddr)[1] =  (((pwmi_mac_addr)->mac_addr31to0) >> 8) & 0xff; \
403 	(c_macaddr)[2] =  (((pwmi_mac_addr)->mac_addr31to0) >> 16) & 0xff; \
404 	(c_macaddr)[3] =  (((pwmi_mac_addr)->mac_addr31to0) >> 24) & 0xff;  \
405 	(c_macaddr)[4] =  ((pwmi_mac_addr)->mac_addr47to32) & 0xff; \
406 	(c_macaddr)[5] =  (((pwmi_mac_addr)->mac_addr47to32) >> 8) & 0xff; \
407 	} while (0)
408 
409 #define TARGET_INIT_STATUS_SUCCESS   0x0
410 #define TARGET_INIT_STATUS_GEN_FAILED   0x1
411 #define TARGET_GET_INIT_STATUS_REASON(status)	((status) & 0xffff)
412 #define TARGET_GET_INIT_STATUS_MODULE_ID(status) (((status) >> 16) & 0xffff)
413 
414 #define MAX_ASSOC_IE_LENGTH 1024
415 typedef uint32_t TARGET_INIT_STATUS;
416 
417 /**
418  * @brief Opaque handle of wmi structure
419  */
420 struct wmi_unified;
421 typedef struct wmi_unified *wmi_unified_t;
422 
423 typedef void *ol_scn_t;
424 /**
425  * @wmi_event_handler function prototype
426  */
427 typedef int (*wmi_unified_event_handler)(ol_scn_t scn_handle,
428 		 uint8_t *event_buf, uint32_t len);
429 
430 /**
431  * @WMI_HOST_WLAN_PHY_MODE: Host based enum ID for corresponding in
432  * WLAN_PHY_MODE. This should be consistent with WLAN_PHY_MODE always to avoid
433  * breaking the WMI
434  */
435 typedef enum {
436 	WMI_HOST_MODE_11A	= 0,   /* 11a Mode */
437 	WMI_HOST_MODE_11G	= 1,   /* 11b/g Mode */
438 	WMI_HOST_MODE_11B	= 2,   /* 11b Mode */
439 	WMI_HOST_MODE_11GONLY	= 3,   /* 11g only Mode */
440 	WMI_HOST_MODE_11NA_HT20   = 4,  /* 11a HT20 mode */
441 	WMI_HOST_MODE_11NG_HT20   = 5,  /* 11g HT20 mode */
442 	WMI_HOST_MODE_11NA_HT40   = 6,  /* 11a HT40 mode */
443 	WMI_HOST_MODE_11NG_HT40   = 7,  /* 11g HT40 mode */
444 	WMI_HOST_MODE_11AC_VHT20 = 8,
445 	WMI_HOST_MODE_11AC_VHT40 = 9,
446 	WMI_HOST_MODE_11AC_VHT80 = 10,
447 	WMI_HOST_MODE_11AC_VHT20_2G = 11,
448 	WMI_HOST_MODE_11AC_VHT40_2G = 12,
449 	WMI_HOST_MODE_11AC_VHT80_2G = 13,
450 	WMI_HOST_MODE_11AC_VHT80_80 = 14,
451 	WMI_HOST_MODE_11AC_VHT160 = 15,
452 	WMI_HOST_MODE_11AX_HE20 = 16,
453 	WMI_HOST_MODE_11AX_HE40 = 17,
454 	WMI_HOST_MODE_11AX_HE80 = 18,
455 	WMI_HOST_MODE_11AX_HE80_80 = 19,
456 	WMI_HOST_MODE_11AX_HE160 = 20,
457 	WMI_HOST_MODE_11AX_HE20_2G = 21,
458 	WMI_HOST_MODE_11AX_HE40_2G = 22,
459 	WMI_HOST_MODE_11AX_HE80_2G = 23,
460 	WMI_HOST_MODE_UNKNOWN = 24,
461 	WMI_HOST_MODE_MAX = 24
462 } WMI_HOST_WLAN_PHY_MODE;
463 
464 /*
465  * Needs to be removed and use channel_param based
466  * on how it is processed
467  */
468 typedef struct {
469 	/** primary 20 MHz channel frequency in mhz */
470 	uint32_t mhz;
471 	/** Center frequency 1 in MHz*/
472 	uint32_t band_center_freq1;
473 	/** Center frequency 2 in MHz - valid only for 11acvht 80plus80 mode*/
474 	uint32_t band_center_freq2;
475 	/** channel info described below */
476 	uint32_t info;
477 	/** contains min power, max power, reg power and reg class id.  */
478 	uint32_t reg_info_1;
479 	/** contains antennamax */
480 	uint32_t reg_info_2;
481 } wmi_host_channel;
482 
483 /**
484  * enum WMI_HOST_REGDMN_MODE:
485  * @WMI_HOST_REGDMN_MODE_11A: 11a channels
486  * @WMI_HOST_REGDMN_MODE_TURBO: 11a turbo-only channels
487  * @WMI_HOST_REGDMN_MODE_11B: 11b channels
488  * @WMI_HOST_REGDMN_MODE_PUREG: 11g channels (OFDM only)
489  * @WMI_HOST_REGDMN_MODE_11G: historical
490  * @WMI_HOST_REGDMN_MODE_108G: 11g+Turbo channels
491  * @WMI_HOST_REGDMN_MODE_108A: 11a+Turbo channels
492  * @WMI_HOST_REGDMN_MODE_11AC_VHT20_2G: 2GHz, VHT20
493  * @WMI_HOST_REGDMN_MODE_XR: XR channels
494  * @WMI_HOST_REGDMN_MODE_11A_HALF_RATE: 11a half rate channels
495  * @WMI_HOST_REGDMN_MODE_11A_QUARTER_RATE: 11a quarter rate channels
496  * @WMI_HOST_REGDMN_MODE_11NG_HT20: 11ng HT20 channels
497  * @WMI_HOST_REGDMN_MODE_11NA_HT20: 11na HT20 channels
498  * @WMI_HOST_REGDMN_MODE_11NG_HT40PLUS: 11ng HT40+ channels
499  * @WMI_HOST_REGDMN_MODE_11NG_HT40MINUS: 11ng HT40- channels
500  * @WMI_HOST_REGDMN_MODE_11NA_HT40PLUS: 11na HT40+ channels
501  * @WMI_HOST_REGDMN_MODE_11NA_HT40MINUS: 11na HT40- channels
502  * @WMI_HOST_REGDMN_MODE_11AC_VHT20: 5GHz, VHT20
503  * @WMI_HOST_REGDMN_MODE_11AC_VHT40PLUS: 5GHz, VHT40+ channels
504  * @WMI_HOST_REGDMN_MODE_11AC_VHT40MINUS: 5GHz, VHT40- channels
505  * @WMI_HOST_REGDMN_MODE_11AC_VHT80: 5GHz, VHT80 channels
506  * @WMI_HOST_REGDMN_MODE_11AC_VHT160: 5GHz, VHT160 channels
507  * @WMI_HOST_REGDMN_MODE_11AC_VHT80_80: 5GHz, VHT80+80 channels
508  * @WMI_HOST_REGDMN_MODE_11AXG_HE20: 11ax 2.4GHz, HE20 channels
509  * @WMI_HOST_REGDMN_MODE_11AXA_HE20: 11ax 5GHz, HE20 channels
510  * @WMI_HOST_REGDMN_MODE_11AXG_HE40PLUS: 11ax 2.4GHz, HE40+ channels
511  * @WMI_HOST_REGDMN_MODE_11AXG_HE40MINUS: 11ax 2.4GHz, HE40- channels
512  * @WMI_HOST_REGDMN_MODE_11AXA_HE40PLUS: 11ax 5GHz, HE40+ channels
513  * @WMI_HOST_REGDMN_MODE_11AXA_HE40MINUS: 11ax 5GHz, HE40- channels
514  * @WMI_HOST_REGDMN_MODE_11AXA_HE80: 11ax 5GHz, HE80 channels
515  * @WMI_HOST_REGDMN_MODE_11AXA_HE160: 11ax 5GHz, HE160 channels
516  * @WMI_HOST_REGDMN_MODE_11AXA_HE80_80: 11ax 5GHz, HE80+80 channels
517  */
518 typedef enum {
519 	WMI_HOST_REGDMN_MODE_11A = 0x00000001,
520 	WMI_HOST_REGDMN_MODE_TURBO = 0x00000002,
521 	WMI_HOST_REGDMN_MODE_11B = 0x00000004,
522 	WMI_HOST_REGDMN_MODE_PUREG = 0x00000008,
523 	WMI_HOST_REGDMN_MODE_11G = 0x00000008,
524 	WMI_HOST_REGDMN_MODE_108G = 0x00000020,
525 	WMI_HOST_REGDMN_MODE_108A = 0x00000040,
526 	WMI_HOST_REGDMN_MODE_11AC_VHT20_2G = 0x00000080,
527 	WMI_HOST_REGDMN_MODE_XR = 0x00000100,
528 	WMI_HOST_REGDMN_MODE_11A_HALF_RATE = 0x00000200,
529 	WMI_HOST_REGDMN_MODE_11A_QUARTER_RATE = 0x00000400,
530 	WMI_HOST_REGDMN_MODE_11NG_HT20 = 0x00000800,
531 	WMI_HOST_REGDMN_MODE_11NA_HT20 = 0x00001000,
532 	WMI_HOST_REGDMN_MODE_11NG_HT40PLUS = 0x00002000,
533 	WMI_HOST_REGDMN_MODE_11NG_HT40MINUS = 0x00004000,
534 	WMI_HOST_REGDMN_MODE_11NA_HT40PLUS = 0x00008000,
535 	WMI_HOST_REGDMN_MODE_11NA_HT40MINUS = 0x00010000,
536 	WMI_HOST_REGDMN_MODE_11AC_VHT20 = 0x00020000,
537 	WMI_HOST_REGDMN_MODE_11AC_VHT40PLUS = 0x00040000,
538 	WMI_HOST_REGDMN_MODE_11AC_VHT40MINUS = 0x00080000,
539 	WMI_HOST_REGDMN_MODE_11AC_VHT80 = 0x00100000,
540 	WMI_HOST_REGDMN_MODE_11AC_VHT160 = 0x00200000,
541 	WMI_HOST_REGDMN_MODE_11AC_VHT80_80 = 0x00400000,
542 	WMI_HOST_REGDMN_MODE_11AXG_HE20 = 0x00800000,
543 	WMI_HOST_REGDMN_MODE_11AXA_HE20 = 0x01000000,
544 	WMI_HOST_REGDMN_MODE_11AXG_HE40PLUS = 0x02000000,
545 	WMI_HOST_REGDMN_MODE_11AXG_HE40MINUS = 0x04000000,
546 	WMI_HOST_REGDMN_MODE_11AXA_HE40PLUS = 0x08000000,
547 	WMI_HOST_REGDMN_MODE_11AXA_HE40MINUS = 0x10000000,
548 	WMI_HOST_REGDMN_MODE_11AXA_HE80 = 0x20000000,
549 	WMI_HOST_REGDMN_MODE_11AXA_HE160 = 0x40000000,
550 	WMI_HOST_REGDMN_MODE_11AXA_HE80_80 = 0x80000000,
551 	WMI_HOST_REGDMN_MODE_ALL = 0xffffffff
552 } WMI_HOST_REGDMN_MODE;
553 
554 /**
555  * enum WMI_HOST_WLAN_BAND_CAPABILITY: Band capability (2.4 GHz, 5 GHz). Maps to
556  *               WLAN_BAND_CAPABILITY used in firmware header file(s).
557  * @WMI_HOST_WLAN_2G_CAPABILITY: 2.4 GHz capable
558  * @WMI_HOST_WLAN_5G_CAPABILITY: 5 GHz capable
559  */
560 typedef enum {
561 	WMI_HOST_WLAN_2G_CAPABILITY = 0x1,
562 	WMI_HOST_WLAN_5G_CAPABILITY = 0x2,
563 } WMI_HOST_WLAN_BAND_CAPABILITY;
564 
565 /**
566  * enum wmi_host_channel_width: Channel operating width. Maps to
567  *               wmi_channel_width used in firmware header file(s).
568  * @WMI_HOST_CHAN_WIDTH_20: 20 MHz channel operating width
569  * @WMI_HOST_CHAN_WIDTH_40: 40 MHz channel operating width
570  * @WMI_HOST_CHAN_WIDTH_80: 80 MHz channel operating width
571  * @WMI_HOST_CHAN_WIDTH_160: 160 MHz channel operating width
572  * @WMI_HOST_CHAN_WIDTH_80P80: 80+80 MHz channel operating width
573  * @WMI_HOST_CHAN_WIDTH_5: 5 MHz channel operating width
574  * @WMI_HOST_CHAN_WIDTH_10: 10 MHz channel operating width
575  * @WMI_HOST_CHAN_WIDTH_165: 165 MHz channel operating width
576  */
577 typedef enum {
578 	WMI_HOST_CHAN_WIDTH_20    = 0,
579 	WMI_HOST_CHAN_WIDTH_40    = 1,
580 	WMI_HOST_CHAN_WIDTH_80    = 2,
581 	WMI_HOST_CHAN_WIDTH_160   = 3,
582 	WMI_HOST_CHAN_WIDTH_80P80 = 4,
583 	WMI_HOST_CHAN_WIDTH_5     = 5,
584 	WMI_HOST_CHAN_WIDTH_10    = 6,
585 	WMI_HOST_CHAN_WIDTH_165   = 7,
586 } wmi_host_channel_width;
587 
588 #define ATH_EXPONENT_TO_VALUE(v)	((1<<v)-1)
589 #define ATH_TXOP_TO_US(v)		   (v<<5)
590 /* WME stream classes */
591 #define WMI_HOST_AC_BE                          0    /* best effort */
592 #define WMI_HOST_AC_BK                          1    /* background */
593 #define WMI_HOST_AC_VI                          2    /* video */
594 #define WMI_HOST_AC_VO                          3    /* voice */
595 #define WMI_TID_TO_AC(_tid) (\
596 		(((_tid) == 0) || ((_tid) == 3)) ? WMI_HOST_AC_BE : \
597 		(((_tid) == 1) || ((_tid) == 2)) ? WMI_HOST_AC_BK : \
598 		(((_tid) == 4) || ((_tid) == 5)) ? WMI_HOST_AC_VI : \
599 		WMI_HOST_AC_VO)
600 
601 /**
602  * struct channel_param - Channel parameters with all
603  *			info required by target.
604  * @chan_id: channel id
605  * @pwr: channel power
606  * @mhz: channel frequency
607  * @half_rate: is half rate
608  * @quarter_rate: is quarter rate
609  * @dfs_set: is dfs channel
610  * @dfs_set_cfreq2: is secondary freq dfs channel
611  * @is_chan_passive: is this passive channel
612  * @allow_ht: HT allowed in chan
613  * @allow_vht: VHT allowed on chan
614  * @set_agile: is agile mode
615  * @allow_he: HE allowed on chan
616  * @psc_channel: 6 ghz preferred scan chan
617  * @phy_mode: phymode (vht80 or ht40 or ...)
618  * @cfreq1: centre frequency on primary
619  * @cfreq2: centre frequency on secondary
620  * @maxpower: max power for channel
621  * @minpower: min power for channel
622  * @maxreqpower: Max regulatory power
623  * @antennamac: Max antenna
624  * @reg_class_id: Regulatory class id.
625  * @max_bw_supported: max BW supported
626  */
627 
628 struct channel_param {
629 	uint8_t chan_id;
630 	uint8_t pwr;
631 	uint32_t mhz;
632 	uint32_t half_rate:1,
633 		quarter_rate:1,
634 		dfs_set:1,
635 		dfs_set_cfreq2:1,
636 		is_chan_passive:1,
637 		allow_ht:1,
638 		allow_vht:1,
639 		set_agile:1,
640 		allow_he:1,
641 		psc_channel:1;
642 	uint32_t phy_mode;
643 	uint32_t cfreq1;
644 	uint32_t cfreq2;
645 	int8_t   maxpower;
646 	int8_t   minpower;
647 	int8_t   maxregpower;
648 	uint8_t  antennamax;
649 	uint8_t  reg_class_id;
650 	wmi_host_channel_width max_bw_supported;
651 };
652 
653 #ifdef FEATURE_OEM_DATA
654 /**
655  * struct oem_data - oem data to be sent to firmware
656  * @vdev_id: Unique identifier assigned to the vdev
657  * @data_len: len of data
658  * @data: the pointer to the buffer containing data
659  */
660 struct oem_data {
661 	uint8_t vdev_id;
662 	size_t data_len;
663 	uint8_t *data;
664 };
665 #endif
666 
667 /**
668  * struct mac_ssid - mac ssid structure
669  * @length:
670  * @mac_ssid[WMI_MAC_MAX_SSID_LENGTH]:
671  */
672 struct mac_ssid {
673 	uint8_t length;
674 	uint8_t mac_ssid[WMI_MAC_MAX_SSID_LENGTH];
675 } qdf_packed;
676 
677 /**
678  * enum nss_chains_band_info - Band info for dynamic nss, chains change feature
679  * @NSS_CHAINS_BAND_2GHZ: 2.4Ghz band
680  * @NSS_CHAINS_BAND_5GHZ: 5Ghz band
681  * @NSS_CHAINS_BAND_MAX: Max bands supported
682  */
683 enum nss_chains_band_info {
684 	NSS_CHAINS_BAND_2GHZ = 0,
685 	NSS_CHAINS_BAND_5GHZ,
686 	NSS_CHAINS_BAND_MAX,
687 };
688 
689 /**
690  * struct vdev_nss_chains -          vdev config of nss, and chains
691  * @num_tx_chains:                   tx chains of vdev config
692  * @num_rx_chains:                   rx chains of vdev config
693  * @tx_nss:                          tx nss of vdev config
694  * @rx_nss:                          rx nss of vdev config
695  * @num_tx_chains_11b:               number of tx chains in 11b mode
696  * @num_tx_chains_11g:               number of tx chains in 11g mode
697  * @num_tx_chains_11a:               number of tx chains in 11a mode
698  * @disable_rx_mrc:                  disable 2 rx chains, in rx nss 1 mode
699  * @disable_tx_mrc:                  disable 2 tx chains, in tx nss 1 mode
700  */
701 struct vdev_nss_chains {
702 	uint32_t num_tx_chains[NSS_CHAINS_BAND_MAX];
703 	uint32_t num_rx_chains[NSS_CHAINS_BAND_MAX];
704 	uint32_t tx_nss[NSS_CHAINS_BAND_MAX];
705 	uint32_t rx_nss[NSS_CHAINS_BAND_MAX];
706 	uint32_t num_tx_chains_11b;
707 	uint32_t num_tx_chains_11g;
708 	uint32_t num_tx_chains_11a;
709 	bool disable_rx_mrc[NSS_CHAINS_BAND_MAX];
710 	bool disable_tx_mrc[NSS_CHAINS_BAND_MAX];
711 };
712 
713 #ifdef WLAN_CFR_ENABLE
714 
715 #define WMI_HOST_PEER_CFR_TIMER_ENABLE   1
716 #define WMI_HOST_PEER_CFR_TIMER_DISABLE  0
717 
718 /**
719  * struct peer_cfr_params - peer cfr capture cmd parameter
720  * @request: enable/disable cfr capture
721  * @macaddr: macaddr of the client
722  * @vdev_id: vdev id
723  * @periodicity: cfr capture period
724  * @bandwidth: bandwidth of cfr capture
725  * @capture_method: cfr capture method/type
726  */
727 struct peer_cfr_params {
728 	uint32_t request;
729 	uint8_t  *macaddr;
730 	uint32_t vdev_id;
731 	uint32_t periodicity;
732 	uint32_t bandwidth;
733 	uint32_t capture_method;
734 };
735 
736 #endif /* WLAN_CFR_ENABLE */
737 
738 /**
739  * struct peer_delete_params - peer delete cmd parameter
740  * @vdev_id: vdev id
741  */
742 struct peer_delete_params {
743 	uint8_t vdev_id;
744 };
745 
746 /**
747  * struct peer_set_params - peer set cmd parameter
748  * @param_id: parameter id
749  * @param_value: parameter value
750  * @vdev_id: vdev id
751  */
752 struct peer_set_params {
753 	uint32_t param_id;
754 	uint32_t param_value;
755 	uint32_t vdev_id;
756 };
757 
758 /**
759  * struct peer_create_params - peer create cmd parameter
760  * @peer_addr: peer mac addr
761  * @peer_type: peer type
762  * @vdev_id: vdev id
763  */
764 struct peer_create_params {
765 	const uint8_t *peer_addr;
766 	uint32_t peer_type;
767 	uint32_t vdev_id;
768 };
769 
770 /**
771  * struct peer_remove_params - peer remove cmd parameter
772  * @bssid: bss id
773  * @vdev_id: vdev id
774  * @roam_synch_in_progress: flag to indicate if roaming is in progress
775  */
776 struct peer_remove_params {
777 	uint8_t *bssid;
778 	uint8_t vdev_id;
779 	bool roam_synch_in_progress;
780 };
781 
782 /**
783  * Stats ID enums defined in host
784  */
785 typedef enum {
786 	WMI_HOST_REQUEST_PEER_STAT = 0x01,
787 	WMI_HOST_REQUEST_AP_STAT = 0x02,
788 	WMI_HOST_REQUEST_PDEV_STAT = 0x04,
789 	WMI_HOST_REQUEST_VDEV_STAT = 0x08,
790 	WMI_HOST_REQUEST_BCNFLT_STAT = 0x10,
791 	WMI_HOST_REQUEST_VDEV_RATE_STAT = 0x20,
792 	WMI_HOST_REQUEST_INST_STAT  = 0x40,
793 	WMI_HOST_REQUEST_PEER_EXTD_STAT =  0x80,
794 	WMI_HOST_REQUEST_VDEV_EXTD_STAT =  0x100,
795 	WMI_HOST_REQUEST_NAC_RSSI =  0x200,
796 	WMI_HOST_REQUEST_BCN_STAT =  0x800,
797 	WMI_HOST_REQUEST_BCN_STAT_RESET =  0x1000,
798 	WMI_HOST_REQUEST_PEER_RETRY_STAT = 0x2000,
799 	WMI_HOST_REQUEST_PEER_ADV_STATS = 0x4000,
800 } wmi_host_stats_id;
801 
802 typedef struct {
803 	uint16_t cfg_retry_count;
804 	uint16_t retry_count;
805 } wmi_host_inst_rssi_args;
806 
807 /**
808  * struct stats_request_params - stats_request cmd parameter
809  * @stats_id: Bit mask of all the STATS request are specified with values from wmi_host_stats_id
810  * @vdev_id: vdev id
811  * @pdev_id: pdev_id
812  * @wmi_host_inst_rssi_args: Instantaneous rssi stats args
813  */
814 struct stats_request_params {
815 	uint32_t stats_id;
816 	uint8_t vdev_id;
817 	uint8_t pdev_id;
818 	wmi_host_inst_rssi_args rssi_args;
819 };
820 
821 /**
822  * struct bss_chan_info_request_params - BSS chan info params
823  * @param: parameter value
824  */
825 struct bss_chan_info_request_params {
826 	uint32_t param;
827 };
828 
829 /**
830  * struct wow_cmd_params - wow cmd parameter
831  * @enable: wow enable or disable flag
832  * @can_suspend_link: flag to indicate if link can be suspended
833  * @pause_iface_config: interface config
834  */
835 struct wow_cmd_params {
836 	bool enable;
837 	bool can_suspend_link;
838 	uint8_t pause_iface_config;
839 	uint32_t flags;
840 };
841 
842 /**
843  * struct wow_add_wakeup_params - wow wakeup parameter
844  * @type: param type
845  */
846 struct wow_add_wakeup_params {
847 	uint32_t type;
848 };
849 
850 /**
851  * struct wow_add_wakeup_pattern_params - Add WoW pattern params
852  * @pattern_bytes: pointer to pattern bytes
853  * @mask_bytes: pointer to mask bytes
854  * @pattern_len: pattern length
855  * @pattern_id: pattern id
856  */
857 struct wow_add_wakeup_pattern_params {
858 	uint8_t *pattern_bytes;
859 	uint8_t *mask_bytes;
860 	uint32_t pattern_len;
861 	uint32_t pattern_id;
862 };
863 
864 /**
865  * struct wow_remove_wakeup_pattern params - WoW remove pattern param
866  * @pattern_bytes: pointer to pattern bytes
867  * @mask_bytes: Mask bytes
868  * @pattern_id: pattern identifier
869  */
870 struct wow_remove_wakeup_pattern_params {
871 	uint32_t *pattern_bytes;
872 	uint32_t *mask_bytes;
873 	uint32_t pattern_id;
874 };
875 
876 
877 /**
878  * struct packet_enable_params - packet enable cmd parameter
879  * @vdev_id: vdev id
880  * @enable: flag to indicate if parameter can be enabled or disabled
881  */
882 struct packet_enable_params {
883 	uint8_t vdev_id;
884 	bool enable;
885 };
886 
887 /**
888  * struct suspend_params - suspend cmd parameter
889  * @disable_target_intr: disable target interrupt
890  */
891 struct suspend_params {
892 	uint8_t disable_target_intr;
893 };
894 
895 /**
896  * struct pdev_params - pdev set cmd parameter
897  * @param_id: parameter id
898  * @param_value: parameter value
899  */
900 struct pdev_params {
901 	uint32_t param_id;
902 	uint32_t param_value;
903 };
904 
905 /**
906  * struct fd_params - FD cmd parameter
907  * @vdev_id: vdev id
908  * @wbuf: FD buffer
909  * @frame_ctrl: frame control field
910  */
911 struct fd_params {
912 	uint8_t vdev_id;
913 	qdf_nbuf_t wbuf;
914 	uint16_t frame_ctrl;
915 };
916 
917 /**
918  * struct bcn_prb_template_params - beacon probe template parameter
919  * @vdev_id: vdev id
920  * @buf_len: Template length
921  * @caps: capabilities field
922  * @erp: ERP field
923  */
924 struct bcn_prb_template_params {
925 	uint8_t vdev_id;
926 	int buf_len;
927 	uint16_t caps;
928 	uint8_t erp;
929 };
930 
931 #define WMI_MAX_SUPPORTED_RATES 128
932 /**
933  * struct target_rate_set - Rate set bitmap
934  * @num_rate: number of rates in rates bitmap
935  * @rates: rates (each 8bit value) packed into a 32 bit word.
936  *      the rates are filled from least significant byte to most
937  *      significant byte.
938  */
939 typedef struct {
940 	uint32_t num_rates;
941 	uint32_t rates[(WMI_MAX_SUPPORTED_RATES / 4) + 1];
942 } target_rate_set;
943 
944 
945 #define WMI_HOST_MAX_NUM_SS		8
946 #define WMI_HOST_MAX_HECAP_PHY_SIZE	3
947 #define WMI_HOST_MAX_HECAP_MAC_SIZE	2
948 #define WMI_HOST_HECAP_MAC_WORD1	0
949 #define WMI_HOST_HECAP_MAC_WORD2	1
950 #define WMI_HOST_MAX_HE_RATE_SET	3
951 /**
952  * struct wmi_host_ppe_threshold -PPE threshold
953  * @numss_m1: NSS - 1
954  * @ru_bit_mask: RU bit mask indicating the supported RU's
955  * @ppet16_ppet8_ru3_ru0: ppet8 and ppet16 for max num ss
956  */
957 struct wmi_host_ppe_threshold {
958 	uint32_t numss_m1;
959 	uint32_t ru_bit_mask;
960 	uint32_t ppet16_ppet8_ru3_ru0[WMI_HOST_MAX_NUM_SS];
961 };
962 
963 /**
964  * struct wmi_host_mac_addr - host mac addr 2 word representation of MAC addr
965  * @mac_addr31to0: upper 4 bytes of  MAC address
966  * @mac_addr47to32: lower 2 bytes of  MAC address
967  */
968 typedef struct {
969 	uint32_t mac_addr31to0;
970 	uint32_t mac_addr47to32;
971 } wmi_host_mac_addr;
972 
973 /**
974  * struct peer_assoc_params - peer assoc cmd parameter
975  * @vdev_id: vdev id
976  * @peer_new_assoc: peer association type
977  * @peer_associd: peer association id
978  * @peer_caps: peer capabalities
979  * @peer_listen_intval: peer listen interval
980  * @peer_ht_caps: HT capabalities
981  * @peer_max_mpdu: 0 : 8k , 1 : 16k, 2 : 32k, 3 : 64k
982  * @peer_mpdu_density: 3 : 0~7 : 2^(11nAMPDUdensity -4)
983  * @peer_rate_caps: peer rate capabalities
984  * @peer_nss: peer nss
985  * @peer_phymode: peer phymode
986  * @peer_ht_info: peer HT info
987  * @peer_legacy_rates: peer legacy rates
988  * @peer_ht_rates: peer ht rates
989  * @rx_max_rate: max rx rates
990  * @rx_mcs_set: rx mcs
991  * @tx_max_rate: max tx rates
992  * @tx_mcs_set: tx mcs
993  * @vht_capable: VHT capabalities
994  * @min_data_rate: Peer minimum rate
995  * @tx_max_mcs_nss: max tx MCS and NSS
996  * @peer_bw_rxnss_override: Peer BW RX NSS overridden or not.
997  * @is_pmf_enabled: PMF enabled
998  * @is_wme_set: WME enabled
999  * @qos_flag: QoS Flags
1000  * @apsd_flag: APSD flags
1001  * @ht_flag: HT flags
1002  * @bw_40: 40 capabale
1003  * @bw_80: 80 capabale
1004  * @bw_160: 160 capabale
1005  * @stbc_flag: STBC flag
1006  * @ldpc_flag: LDPC flag
1007  * @static_mimops_flag: statis MIMO PS flags
1008  * @dynamic_mimops_flag: Dynamic MIMO PS flags
1009  * @spatial_mux_flag: spatial MUX flags
1010  * @vht_flag: VHT flags
1011  * @vht_ng_flag: VHT on 11N/G flags
1012  * @need_ptk_4_way: Needs 4 way handshake
1013  * @need_gtk_2_way: Needs 2 way GTK
1014  * @auth_flag: Is peer authenticated
1015  * @safe_mode_enabled: Safe enabled for this peer
1016  * @amsdu_disable: AMSDU disble
1017  * @peer_mac: Peer mac address
1018  * @he_flag: HE flags
1019  * @twt_requester: TWT Requester Support bit in Extended Capabilities element
1020  * @twt_responder: TWT Responder Support bit in Extended Capabilities element
1021  * @peer_he_cap_macinfo: Peer HE Cap MAC info
1022  * @peer_he_ops: Peer HE operation info
1023  * @peer_he_cap_phyinfo: Peer HE Cap PHY info
1024  * @peer_he_cap_info_internal: Peer HE internal PHY capability info
1025  * @peer_he_mcs_count: Peer HE MCS TX/RX MAP count
1026  * @peer_he_rx_mcs_set: Peer HE RX MCS MAP
1027  * @peer_he_tx_mcs_set: Peer HE TX MCS MAP
1028  * @peer_ppet: Peer HE PPET info
1029  */
1030 struct peer_assoc_params {
1031 	uint32_t vdev_id;
1032 	uint32_t peer_new_assoc;
1033 	uint32_t peer_associd;
1034 	uint32_t peer_caps;
1035 	uint32_t peer_listen_intval;
1036 	uint32_t peer_ht_caps;
1037 	uint32_t peer_max_mpdu;
1038 	uint32_t peer_mpdu_density;
1039 	uint32_t peer_rate_caps;
1040 	uint32_t peer_nss;
1041 	uint32_t peer_vht_caps;
1042 	uint32_t peer_phymode;
1043 	uint32_t peer_ht_info[2];
1044 	target_rate_set peer_legacy_rates;
1045 	target_rate_set peer_ht_rates;
1046 	uint32_t rx_max_rate;
1047 	uint32_t rx_mcs_set;
1048 	uint32_t tx_max_rate;
1049 	uint32_t tx_mcs_set;
1050 	uint8_t vht_capable;
1051 	uint8_t min_data_rate;
1052 	uint32_t peer_bw_rxnss_override;
1053 	uint32_t tx_max_mcs_nss;
1054 	uint32_t is_pmf_enabled:1,
1055 		 is_wme_set:1,
1056 		 qos_flag:1,
1057 		 apsd_flag:1,
1058 		 ht_flag:1,
1059 		 bw_40:1,
1060 		 bw_80:1,
1061 		 bw_160:1,
1062 		 stbc_flag:1,
1063 		 ldpc_flag:1,
1064 		 static_mimops_flag:1,
1065 		 dynamic_mimops_flag:1,
1066 		 spatial_mux_flag:1,
1067 		 vht_flag:1,
1068 		 vht_ng_flag:1,
1069 		 need_ptk_4_way:1,
1070 		 need_gtk_2_way:1,
1071 		 auth_flag:1,
1072 		 safe_mode_enabled:1,
1073 		 amsdu_disable:1,
1074 		 p2p_capable_sta:1;
1075 	/* Use common structure */
1076 	uint8_t peer_mac[QDF_MAC_ADDR_SIZE];
1077 	bool he_flag;
1078 	bool twt_requester;
1079 	bool twt_responder;
1080 	uint32_t peer_he_cap_macinfo[WMI_HOST_MAX_HECAP_MAC_SIZE];
1081 	uint32_t peer_he_ops;
1082 	uint32_t peer_he_cap_phyinfo[WMI_HOST_MAX_HECAP_PHY_SIZE];
1083 	uint32_t peer_he_cap_info_internal;
1084 	uint32_t peer_he_mcs_count;
1085 	uint32_t peer_he_rx_mcs_set[WMI_HOST_MAX_HE_RATE_SET];
1086 	uint32_t peer_he_tx_mcs_set[WMI_HOST_MAX_HE_RATE_SET];
1087 	struct wmi_host_ppe_threshold peer_ppet;
1088 };
1089 
1090 /**
1091  * struct ap_ps_params - ap ps cmd parameter
1092  * @vdev_id: vdev id
1093  * @param: ap ps parameter
1094  * @value: ap ps parameter value
1095  */
1096 struct ap_ps_params {
1097 	uint32_t vdev_id;
1098 	uint32_t param;
1099 	uint32_t value;
1100 };
1101 
1102 #define WMI_HOST_SCAN_CHAN_FREQ_SHIFT	0
1103 #define WMI_HOST_SCAN_CHAN_FREQ_MASK	0xffff
1104 #define WMI_HOST_SCAN_CHAN_MODE_SHIFT	16
1105 #define WMI_HOST_SCAN_CHAN_MODE_MASK	0xff
1106 
1107 #define WMI_HOST_MAX_CHANS_PER_WMI_CMD  58
1108 
1109 /**
1110  * struct scan_chan_list_params  - scan channel list cmd parameter
1111  * @pdev_id: pdev_id
1112  * @num_chan: no of scan channels
1113  * @nallchans: nall chans
1114  * @append: append to existing chan list
1115  * @ch_param: pointer to channel_paramw
1116  */
1117 struct scan_chan_list_params {
1118 	uint32_t pdev_id;
1119 	uint16_t nallchans;
1120 	bool append;
1121 	struct channel_param ch_param[1];
1122 };
1123 
1124 #ifdef QCA_SUPPORT_AGILE_DFS
1125 /**
1126  * struct vdev_adfs_ch_cfg_params - Agile dfs channel set request params
1127  * @vdev_id: Vdev indentifier
1128  * @ocac_mode: Off Channel CAC mode
1129  * @min_duration_ms: Minimum Off channel CAC duration
1130  * @max_duration_ms: Maximum Off channel CAC duration
1131  * @chan_freq: channel number of precac channel
1132  * @chan_width: Precac Channel width
1133  * @center_freq: Center frequency of precac channel
1134  */
1135 struct vdev_adfs_ch_cfg_params {
1136 	uint32_t vdev_id;
1137 	uint32_t ocac_mode;  /* WMI_ADFS_OCAC_MODE */
1138 	uint32_t min_duration_ms;
1139 	uint32_t max_duration_ms;
1140 	uint32_t chan_freq;
1141 	uint32_t chan_width;
1142 	uint32_t center_freq; /* in MHz */
1143 };
1144 
1145 /**
1146  * struct vdev_adfs_ch_cfg_params - Agile dfs ocac abort command to stop precac.
1147  * @vdev_id: Vdev indentifier
1148  */
1149 struct vdev_adfs_abort_params {
1150 	uint32_t vdev_id;
1151 };
1152 #endif
1153 /**
1154  * struct fw_hang_params - fw hang command parameters
1155  * @type: 0:unused 1: ASSERT, 2:not respond detect command, 3:simulate ep-full
1156  * @delay_time_ms: 0xffffffff means the simulate will delay for random time (0 ~0xffffffff ms)
1157  */
1158 struct fw_hang_params {
1159 	uint32_t type;
1160 	uint32_t delay_time_ms;
1161 };
1162 
1163 /**
1164  * struct pdev_utf_params - pdev utf command parameters
1165  * @utf_payload:
1166  * @len:
1167  * @is_ar900b: is it 900b target
1168  */
1169 struct pdev_utf_params {
1170 	uint8_t *utf_payload;
1171 	uint32_t len;
1172 	bool is_ar900b;
1173 };
1174 
1175 /*Adding this due to dependency on wmi_unified.h
1176  */
1177 typedef struct {
1178 	uint32_t len;
1179 	uint32_t msgref;
1180 	uint32_t segmentInfo;
1181 } QVIT_SEG_HDR_INFO_STRUCT;
1182 
1183 struct pdev_qvit_params {
1184 	uint8_t *utf_payload;
1185 	uint32_t len;
1186 };
1187 /**
1188  * struct crash_inject - crash inject command parameters
1189  * @type: crash inject type
1190  * @delay_time_ms: time in milliseconds for FW to delay the crash
1191  */
1192 struct crash_inject {
1193 	uint32_t type;
1194 	uint32_t delay_time_ms;
1195 };
1196 
1197 /**
1198  * struct dbglog_params - fw deboglog command parameters
1199  * @param: command parameter
1200  * @val: parameter value
1201  * @module_id_bitmap: fixed length module id bitmap
1202  * @bitmap_len: module id bitmap length
1203  * @cfgvalid: cfgvalid
1204  */
1205 struct dbglog_params {
1206 	uint32_t param;
1207 	uint32_t val;
1208 	uint32_t *module_id_bitmap;
1209 	uint32_t bitmap_len;
1210 	uint32_t cfgvalid[2];
1211 };
1212 
1213 /**
1214  * struct seg_hdr_info - header info
1215  * @len: length
1216  * @msgref: message reference
1217  * @segmentInfo: segment info
1218  * @pad: padding
1219  */
1220 struct seg_hdr_info {
1221 	uint32_t len;
1222 	uint32_t msgref;
1223 	uint32_t segmentInfo;
1224 	uint32_t pad;
1225 };
1226 
1227 /**
1228  * struct tx_send_params - TX parameters
1229  * @pwr: Tx frame transmission power
1230  * @mcs_mask: Modulation and coding index mask for transmission
1231  *	      bit  0 -> CCK 1 Mbps rate is allowed
1232  *	      bit  1 -> CCK 2 Mbps rate is allowed
1233  *	      bit  2 -> CCK 5.5 Mbps rate is allowed
1234  *	      bit  3 -> CCK 11 Mbps rate is allowed
1235  *	      bit  4 -> OFDM BPSK modulation, 1/2 coding rate is allowed
1236  *	      bit  5 -> OFDM BPSK modulation, 3/4 coding rate is allowed
1237  *	      bit  6 -> OFDM QPSK modulation, 1/2 coding rate is allowed
1238  *	      bit  7 -> OFDM QPSK modulation, 3/4 coding rate is allowed
1239  *	      bit  8 -> OFDM 16-QAM modulation, 1/2 coding rate is allowed
1240  *	      bit  9 -> OFDM 16-QAM modulation, 3/4 coding rate is allowed
1241  *	      bit 10 -> OFDM 64-QAM modulation, 2/3 coding rate is allowed
1242  *	      bit 11 -> OFDM 64-QAM modulation, 3/4 coding rate is allowed
1243  * @nss_mask: Spatial streams permitted
1244  *	      bit 0: if set, Nss = 1 (non-MIMO) is permitted
1245  *	      bit 1: if set, Nss = 2 (2x2 MIMO) is permitted
1246  *	      bit 2: if set, Nss = 3 (3x3 MIMO) is permitted
1247  *	      bit 3: if set, Nss = 4 (4x4 MIMO) is permitted
1248  *	      bit 4: if set, Nss = 5 (5x5 MIMO) is permitted
1249  *	      bit 5: if set, Nss = 6 (6x6 MIMO) is permitted
1250  *	      bit 6: if set, Nss = 7 (7x7 MIMO) is permitted
1251  *	      bit 7: if set, Nss = 8 (8x8 MIMO) is permitted
1252  *            If no bits are set, target will choose what NSS type to use
1253  * @retry_limit: Maximum number of retries before ACK
1254  * @chain_mask: Chains to be used for transmission
1255  * @bw_mask: Bandwidth to be used for transmission
1256  *	     bit  0 -> 5MHz
1257  *	     bit  1 -> 10MHz
1258  *	     bit  2 -> 20MHz
1259  *	     bit  3 -> 40MHz
1260  *	     bit  4 -> 80MHz
1261  *	     bit  5 -> 160MHz
1262  *	     bit  6 -> 80_80MHz
1263  * @preamble_type: Preamble types for transmission
1264  *	     bit 0: if set, OFDM
1265  *	     bit 1: if set, CCK
1266  *	     bit 2: if set, HT
1267  *	     bit 3: if set, VHT
1268  *	     bit 4: if set, HE
1269  * @frame_type: Data or Management frame
1270  *	        Data:1 Mgmt:0
1271  * @cfr_enable: flag to enable CFR capture
1272  *              0:disable 1:enable
1273  */
1274 struct tx_send_params {
1275 	uint32_t pwr:8,
1276 		 mcs_mask:12,
1277 		 nss_mask:8,
1278 		 retry_limit:4;
1279 	uint32_t chain_mask:8,
1280 		 bw_mask:7,
1281 		 preamble_type:5,
1282 		 frame_type:1,
1283 		 cfr_enable:1,
1284 		 reserved:10;
1285 };
1286 
1287 /**
1288  * struct wmi_mgmt_params - wmi mgmt cmd parameters
1289  * @tx_frame: management tx frame
1290  * @frm_len: frame length
1291  * @vdev_id: vdev id
1292  * @chanfreq: channel frequency
1293  * @pdata: frame data
1294  * @desc_id: descriptor id relyaed back by target
1295  * @macaddr: macaddr of peer
1296  * @qdf_ctx: qdf context for qdf_nbuf_map
1297  * @tx_param: TX send parameters
1298  * @tx_params_valid: Flag that indicates if TX params are valid
1299  * @use_6mbps: specify whether management frame to transmit should
1300  *  use 6 Mbps rather than 1 Mbps min rate(for 5GHz band or P2P)
1301  * @tx_type: type of management frame (determines what callback to use)
1302  */
1303 struct wmi_mgmt_params {
1304 	void *tx_frame;
1305 	uint16_t frm_len;
1306 	uint8_t vdev_id;
1307 	uint16_t chanfreq;
1308 	void *pdata;
1309 	uint16_t desc_id;
1310 	uint8_t *macaddr;
1311 	void *qdf_ctx;
1312 	struct tx_send_params tx_param;
1313 	bool tx_params_valid;
1314 	uint8_t use_6mbps;
1315 	uint8_t tx_type;
1316 };
1317 
1318 /**
1319  * struct wmi_offchan_data_tx_params - wmi offchan data tx cmd parameters
1320  * @tx_frame: management tx frame
1321  * @frm_len: frame length
1322  * @vdev_id: vdev id
1323  * @chanfreq: channel frequency
1324  * @pdata: frame data
1325  * @desc_id: descriptor id relyaed back by target
1326  * @macaddr: macaddr of peer
1327  * @qdf_ctx: qdf context for qdf_nbuf_map
1328  * @tx_param: TX send parameters
1329  * @tx_params_valid: Flag that indicates if TX params are valid
1330  */
1331 struct wmi_offchan_data_tx_params {
1332 	void *tx_frame;
1333 	uint16_t frm_len;
1334 	uint8_t vdev_id;
1335 	uint16_t chanfreq;
1336 	void *pdata;
1337 	uint16_t desc_id;
1338 	uint8_t *macaddr;
1339 	void *qdf_ctx;
1340 	struct tx_send_params tx_param;
1341 	bool tx_params_valid;
1342 };
1343 
1344 /**
1345  * struct sta_uapsd_params - uapsd auto trig params
1346  * @wmm_ac: WMM access category from 0 to 3
1347  * @user_priority: User priority to use in trigger frames
1348  * @service_interval: service interval
1349  * @suspend_interval: suspend interval
1350  * @delay_interval: delay interval
1351  */
1352 struct sta_uapsd_params {
1353 	uint32_t wmm_ac;
1354 	uint32_t user_priority;
1355 	uint32_t service_interval;
1356 	uint32_t suspend_interval;
1357 	uint32_t delay_interval;
1358 };
1359 
1360 /**
1361  * struct ta_uapsd_trig_params - uapsd trigger parameter
1362  * @vdevid: vdev id
1363  * @peer_addr: peer address
1364  * @auto_triggerparam: trigger parameters
1365  * @num_ac: no of access category
1366  */
1367 struct sta_uapsd_trig_params {
1368 		uint32_t vdevid;
1369 		uint8_t peer_addr[QDF_MAC_ADDR_SIZE];
1370 		struct sta_uapsd_params *auto_triggerparam;
1371 		uint32_t num_ac;
1372 };
1373 
1374 #define WMI_NUM_AC                     (4)
1375 #define WMI_MAX_NUM_AC 4
1376 
1377 
1378 enum wmi_peer_rate_report_cond_phy_type {
1379 	WMI_PEER_RATE_REPORT_COND_11B = 0,
1380 	WMI_PEER_RATE_REPORT_COND_11A_G,
1381 	WMI_PEER_RATE_REPORT_COND_11N,
1382 	WMI_PEER_RATE_REPORT_COND_11AC,
1383 	WMI_PEER_RATE_REPORT_COND_MAX_NUM
1384 };
1385 
1386 /**
1387  * struct report_rate_delta - peer specific parameters
1388  * @percent: percentage
1389  * @delta_min: rate min delta
1390  */
1391 struct report_rate_delta {
1392 	uint32_t percent; /* in unit of 12.5% */
1393 	uint32_t delta_min;  /* in unit of Mbps */
1394 };
1395 
1396 /**
1397  * struct report_rate_per_phy - per phy report parameters
1398  * @cond_flags: condition flag val
1399  * @delta: rate delta
1400  * @report_rate_threshold: rate threshold
1401  */
1402 struct report_rate_per_phy {
1403 	/*
1404 	 * PEER_RATE_REPORT_COND_FLAG_DELTA,
1405 	 * PEER_RATE_REPORT_COND_FLAG_THRESHOLD
1406 	 * Any of these two conditions or both of
1407 	 * them can be set.
1408 	 */
1409 	uint32_t cond_flags;
1410 	struct report_rate_delta delta;
1411 	/*
1412 	 * In unit of Mbps. There are at most 4 thresholds
1413 	 * If the threshold count is less than 4, set zero to
1414 	 * the one following the last threshold
1415 	 */
1416 	uint32_t report_rate_threshold[WMI_MAX_NUM_OF_RATE_THRESH];
1417 };
1418 
1419 /**
1420  * struct peer_rate_report_params - peer rate report parameters
1421  * @rate_report_enable: enable rate report param
1422  * @backoff_time: backoff time
1423  * @timer_period: timer
1424  * @report_per_phy: report per phy type
1425  */
1426 struct wmi_peer_rate_report_params {
1427 	uint32_t rate_report_enable;
1428 	uint32_t backoff_time;            /* in unit of msecond */
1429 	uint32_t timer_period;            /* in unit of msecond */
1430 	/*
1431 	 *In the following field, the array index means the phy type,
1432 	 * please see enum wmi_peer_rate_report_cond_phy_type for detail
1433 	 */
1434 	struct report_rate_per_phy report_per_phy[
1435 				WMI_PEER_RATE_REPORT_COND_MAX_NUM];
1436 
1437 };
1438 
1439 /**
1440  * struct t_thermal_cmd_params - thermal command parameters
1441  * @min_temp: minimum temprature
1442  * @max_temp: maximum temprature
1443  * @thermal_enable: thermal enable
1444  */
1445 struct thermal_cmd_params {
1446 	uint16_t min_temp;
1447 	uint16_t max_temp;
1448 	uint8_t thermal_enable;
1449 };
1450 
1451 #define WMI_LRO_IPV4_SEED_ARR_SZ 5
1452 #define WMI_LRO_IPV6_SEED_ARR_SZ 11
1453 
1454 /**
1455  * struct wmi_lro_config_cmd_t - set LRO init parameters
1456  * @lro_enable: indicates whether lro is enabled
1457  * @tcp_flag: If the TCP flags from the packet do not match
1458  * the values in this field after masking with TCP flags mask
1459  * below, packet is not LRO eligible
1460  * @tcp_flag_mask: field for comparing the TCP values provided
1461  * above with the TCP flags field in the received packet
1462  * @toeplitz_hash_ipv4: contains seed needed to compute the flow id
1463  * 5-tuple toeplitz hash for ipv4 packets
1464  * @toeplitz_hash_ipv6: contains seed needed to compute the flow id
1465  * 5-tuple toeplitz hash for ipv6 packets
1466  * @pdev_id: radio on which lro hash is configured
1467  */
1468 struct wmi_lro_config_cmd_t {
1469 	uint32_t lro_enable;
1470 	uint32_t tcp_flag:9,
1471 		tcp_flag_mask:9;
1472 	uint32_t toeplitz_hash_ipv4[WMI_LRO_IPV4_SEED_ARR_SZ];
1473 	uint32_t toeplitz_hash_ipv6[WMI_LRO_IPV6_SEED_ARR_SZ];
1474 	uint32_t pdev_id;
1475 };
1476 
1477 /**
1478  * struct wmi_probe_resp_params - send probe response parameters
1479  * @prb_rsp_template_frm: pointer to template probe response template
1480  * @prb_rsp_template_len: length of probe response template
1481  */
1482 struct wmi_probe_resp_params {
1483 	uint8_t *prb_rsp_template_frm;
1484 	uint32_t prb_rsp_template_len;
1485 };
1486 
1487 /* struct set_key_params: structure containing
1488  *                        installation key parameters
1489  * @vdev_id: vdev id
1490  * @key_len: key length
1491  * @key_idx: key index
1492  * @group_key_idx: group key index for VLAN
1493  * @peer_mac: peer mac address
1494  * @key_flags: key flags, 0:pairwise key, 1:group key, 2:static key
1495  * @key_cipher: key cipher based on security mode
1496  * @key_txmic_len: tx mic length
1497  * @key_rxmic_len: rx mic length
1498  * @key_tsc_counter:  key tx sc counter
1499  * @key_rsc_counter:  key rx sc counter
1500  * @key_rsc_ctr:  key rx sc counter (stack variable, unnecessary heap alloc for
1501  *                key_rsc_counter should be cleaned up eventually)
1502  * @rx_iv: receive IV, applicable only in case of WAPI
1503  * @tx_iv: transmit IV, applicable only in case of WAPI
1504  * @key_data: key data
1505  */
1506 struct set_key_params {
1507 	uint8_t vdev_id;
1508 	uint16_t key_len;
1509 	uint32_t key_idx;
1510 	uint32_t group_key_idx;
1511 	uint8_t peer_mac[QDF_MAC_ADDR_SIZE];
1512 	uint32_t key_flags;
1513 	uint32_t key_cipher;
1514 	uint32_t key_txmic_len;
1515 	uint32_t key_rxmic_len;
1516 	uint64_t key_tsc_counter;
1517 	uint64_t *key_rsc_counter;
1518 	uint64_t key_rsc_ctr;
1519 #if defined(ATH_SUPPORT_WAPI) || defined(FEATURE_WLAN_WAPI)
1520 	uint8_t rx_iv[16];
1521 	uint8_t tx_iv[16];
1522 #endif
1523 	uint8_t key_data[WMI_MAC_MAX_KEY_LENGTH];
1524 };
1525 
1526 /**
1527  * struct scan_mac_oui - oui parameters
1528  * @oui: oui parameters
1529  * @vdev_id: interface id
1530  * @enb_probe_req_sno_randomization: control probe req sequence no randomization
1531  * @ie_whitelist: probe req IE whitelist attrs
1532  */
1533 struct scan_mac_oui {
1534 	uint8_t oui[WMI_WIFI_SCANNING_MAC_OUI_LENGTH];
1535 	uint32_t vdev_id;
1536 	bool enb_probe_req_sno_randomization;
1537 	struct probe_req_whitelist_attr ie_whitelist;
1538 };
1539 
1540 #define WMI_PASSPOINT_REALM_LEN 256
1541 #define WMI_PASSPOINT_ROAMING_CONSORTIUM_ID_NUM 16
1542 #define WMI_PASSPOINT_PLMN_LEN 3
1543 /**
1544  * struct wifi_passpoint_network_param - passpoint network block
1545  * @id: identifier of this network block
1546  * @realm: null terminated UTF8 encoded realm, 0 if unspecified
1547  * @roaming_consortium_ids: roaming consortium ids to match, 0s if unspecified
1548  * @plmn: mcc/mnc combination as per rules, 0s if unspecified
1549  */
1550 struct wifi_passpoint_network_param {
1551 	uint32_t id;
1552 	uint8_t  realm[WMI_PASSPOINT_REALM_LEN];
1553 	int64_t  roaming_consortium_ids[WMI_PASSPOINT_ROAMING_CONSORTIUM_ID_NUM];
1554 	uint8_t  plmn[WMI_PASSPOINT_PLMN_LEN];
1555 };
1556 
1557 /**
1558  * struct wifi_passpoint_req_param - passpoint request
1559  * @request_id: request identifier
1560  * @vdev_id: vdev that is the target of the request
1561  * @num_networks: number of valid entries in @networks
1562  * @networks: passpoint networks
1563  */
1564 struct wifi_passpoint_req_param {
1565 	uint32_t request_id;
1566 	uint32_t vdev_id;
1567 	uint32_t num_networks;
1568 	struct wifi_passpoint_network_param networks[];
1569 };
1570 
1571 /* struct mobility_domain_info - structure containing
1572  *                               mobility domain info
1573  * @mdie_present: mobility domain present or not
1574  * @mobility_domain: mobility domain
1575  */
1576 struct mobility_domain_info {
1577 	uint8_t mdie_present;
1578 	uint16_t mobility_domain;
1579 };
1580 
1581 #define WMI_HOST_ROAM_OFFLOAD_NUM_MCS_SET     (16)
1582 
1583 /* This TLV will be filled only in case roam offload
1584  * for wpa2-psk/pmkid/ese/11r is enabled */
1585 typedef struct {
1586 	/*
1587 	 * TLV tag and len; tag equals
1588 	 * WMITLV_TAG_STRUC_wmi_roam_offload_fixed_param
1589 	 */
1590 	uint32_t tlv_header;
1591 	uint32_t rssi_cat_gap;          /* gap for every category bucket */
1592 	uint32_t prefer_5g;             /* prefer select 5G candidate */
1593 	uint32_t select_5g_margin;
1594 	uint32_t reassoc_failure_timeout;       /* reassoc failure timeout */
1595 	uint32_t capability;
1596 	uint32_t ht_caps_info;
1597 	uint32_t ampdu_param;
1598 	uint32_t ht_ext_cap;
1599 	uint32_t ht_txbf;
1600 	uint32_t asel_cap;
1601 	uint32_t qos_enabled;
1602 	uint32_t qos_caps;
1603 	uint32_t wmm_caps;
1604 	/* since this is 4 byte aligned, we don't declare it as tlv array */
1605 	uint32_t mcsset[WMI_HOST_ROAM_OFFLOAD_NUM_MCS_SET >> 2];
1606 	uint32_t ho_delay_for_rx;
1607 	uint32_t roam_preauth_retry_count;
1608 	uint32_t roam_preauth_no_ack_timeout;
1609 } roam_offload_param;
1610 
1611 #define WMI_FILS_MAX_RRK_LENGTH 64
1612 #define WMI_FILS_MAX_RIK_LENGTH WMI_FILS_MAX_RRK_LENGTH
1613 #define WMI_FILS_MAX_REALM_LENGTH 256
1614 #define WMI_FILS_MAX_USERNAME_LENGTH 16
1615 #define WMI_FILS_FT_MAX_LEN 48
1616 
1617 /**
1618  * struct roam_fils_params - Roam FILS params
1619  * @username: username
1620  * @username_length: username length
1621  * @next_erp_seq_num: next ERP sequence number
1622  * @rrk: RRK
1623  * @rrk_length: length of @rrk
1624  * @rik: RIK
1625  * @rik_length: length of @rik
1626  * @realm: realm
1627  * @realm_len: length of @realm
1628  * @fils_ft: xx_key for FT-FILS connection
1629  * @fils_ft_len: length of FT-FILS
1630  */
1631 struct roam_fils_params {
1632 	uint8_t username[WMI_FILS_MAX_USERNAME_LENGTH];
1633 	uint32_t username_length;
1634 	uint32_t next_erp_seq_num;
1635 	uint8_t rrk[WMI_FILS_MAX_RRK_LENGTH];
1636 	uint32_t rrk_length;
1637 	uint8_t rik[WMI_FILS_MAX_RIK_LENGTH];
1638 	uint32_t rik_length;
1639 	uint8_t realm[WMI_FILS_MAX_REALM_LENGTH];
1640 	uint32_t realm_len;
1641 	uint8_t fils_ft[WMI_FILS_FT_MAX_LEN];
1642 	uint8_t fils_ft_len;
1643 };
1644 
1645 /* struct roam_offload_scan_params - structure
1646  *     containing roaming offload scan parameters
1647  * @is_roam_req_valid: flag to tell whether roam req
1648  *                     is valid or NULL
1649  * @mode: stores flags for scan
1650  * @vdev_id: vdev id
1651  * @roam_offload_enabled: flag for offload enable
1652  * @psk_pmk: pre shared key/pairwise master key
1653  * @pmk_len: length of PMK
1654  * @prefer_5ghz: prefer select 5G candidate
1655  * @roam_rssi_cat_gap: gap for every category bucket
1656  * @select_5ghz_margin: select 5 Ghz margin
1657  * @krk: KRK
1658  * @btk: BTK
1659  * @reassoc_failure_timeout: reassoc failure timeout
1660  * @rokh_id_length: r0kh id length
1661  * @rokh_id: r0kh id
1662  * @roam_key_mgmt_offload_enabled: roam offload flag
1663  * @auth_mode: authentication mode
1664  * @fw_okc: use OKC in firmware
1665  * @fw_pmksa_cache: use PMKSA cache in firmware
1666  * @is_ese_assoc: flag to determine ese assoc
1667  * @mdid: mobility domain info
1668  * @roam_offload_params: roam offload tlv params
1669  * @min_delay_btw_roam_scans: Delay btw two scans
1670  * @roam_trigger_reason_bitmask: Roam reason bitmark
1671  * @roam_offload_params: roam offload tlv params, unused
1672  *     in non tlv target, only for roam offload feature
1673  * @assoc_ie_length: Assoc IE length
1674  * @assoc_ie: Assoc IE buffer
1675  * @add_fils_tlv: add FILS TLV boolean
1676  * @roam_fils_params: roam fils params
1677  * @rct_validity_timer: duration value for which the entries in
1678  * roam candidate table are valid
1679  * @roam_scan_inactivity_time: inactivity monitoring time in ms for which the
1680  * device is considered to be inactive
1681  * @roam_inactive_data_packet_count: Maximum allowed data packets count during
1682  * roam_scan_inactivity_time.
1683  * @roam_scan_period_after_inactivity: Roam scan period in ms after device is
1684  * in inactive state.
1685  */
1686 struct roam_offload_scan_params {
1687 	uint8_t is_roam_req_valid;
1688 	uint32_t mode;
1689 	uint32_t vdev_id;
1690 #ifdef WLAN_FEATURE_ROAM_OFFLOAD
1691 	uint8_t roam_offload_enabled;
1692 	uint8_t psk_pmk[WMI_ROAM_SCAN_PSK_SIZE];
1693 	uint32_t pmk_len;
1694 	uint8_t prefer_5ghz;
1695 	uint8_t roam_rssi_cat_gap;
1696 	uint8_t select_5ghz_margin;
1697 	uint8_t krk[WMI_KRK_KEY_LEN];
1698 	uint8_t btk[WMI_BTK_KEY_LEN];
1699 	uint32_t reassoc_failure_timeout;
1700 	uint32_t rokh_id_length;
1701 	uint8_t rokh_id[WMI_ROAM_R0KH_ID_MAX_LEN];
1702 	uint8_t roam_key_mgmt_offload_enabled;
1703 	int auth_mode;
1704 	bool fw_okc;
1705 	bool fw_pmksa_cache;
1706 	uint32_t rct_validity_timer;
1707 	bool is_adaptive_11r;
1708 #endif
1709 	uint32_t min_delay_btw_roam_scans;
1710 	uint32_t roam_trigger_reason_bitmask;
1711 	bool is_ese_assoc;
1712 	bool is_11r_assoc;
1713 	struct mobility_domain_info mdid;
1714 #ifdef WLAN_FEATURE_ROAM_OFFLOAD
1715 	roam_offload_param roam_offload_params;
1716 #endif
1717 	uint32_t assoc_ie_length;
1718 	uint8_t  assoc_ie[MAX_ASSOC_IE_LENGTH];
1719 	bool add_fils_tlv;
1720 	uint32_t roam_scan_inactivity_time;
1721 	uint32_t roam_inactive_data_packet_count;
1722 	uint32_t roam_scan_period_after_inactivity;
1723 #ifdef WLAN_FEATURE_FILS_SK
1724 	struct roam_fils_params roam_fils_params;
1725 #endif
1726 };
1727 
1728 /**
1729  * struct wifi_epno_network - enhanced pno network block
1730  * @ssid: ssid
1731  * @rssi_threshold: threshold for considering this SSID as found, required
1732  *		    granularity for this threshold is 4dBm to 8dBm
1733  * @flags: WIFI_PNO_FLAG_XXX
1734  * @auth_bit_field: auth bit field for matching WPA IE
1735  */
1736 struct wifi_epno_network_params {
1737 	struct mac_ssid  ssid;
1738 	int8_t       rssi_threshold;
1739 	uint8_t      flags;
1740 	uint8_t      auth_bit_field;
1741 };
1742 
1743 /**
1744  * struct wifi_enhanced_pno_params - enhanced pno network params
1745  * @request_id: request id number
1746  * @vdev_id: vdev id
1747  * @min_5ghz_rssi: minimum 5GHz RSSI for a BSSID to be considered
1748  * @min_24ghz_rssi: minimum 2.4GHz RSSI for a BSSID to be considered
1749  * @initial_score_max: maximum score that a network can have before bonuses
1750  * @current_connection_bonus: only report when there is a network's score this
1751  *    much higher than the current connection
1752  * @same_network_bonus: score bonus for all n/w with the same network flag
1753  * @secure_bonus: score bonus for networks that are not open
1754  * @band_5ghz_bonus: 5GHz RSSI score bonus (applied to all 5GHz networks)
1755  * @num_networks: number of ssids
1756  * @networks: EPNO networks
1757  */
1758 struct wifi_enhanced_pno_params {
1759 	uint32_t    request_id;
1760 	uint32_t    vdev_id;
1761 	uint32_t    min_5ghz_rssi;
1762 	uint32_t    min_24ghz_rssi;
1763 	uint32_t    initial_score_max;
1764 	uint32_t    current_connection_bonus;
1765 	uint32_t    same_network_bonus;
1766 	uint32_t    secure_bonus;
1767 	uint32_t    band_5ghz_bonus;
1768 	uint32_t    num_networks;
1769 	struct wifi_epno_network_params networks[];
1770 };
1771 
1772 enum {
1773 	WMI_AP_RX_DATA_OFFLOAD             = 0x00,
1774 	WMI_STA_RX_DATA_OFFLOAD            = 0x01,
1775 };
1776 
1777 /**
1778  * enum extscan_configuration_flags - extscan config flags
1779  * @WMI_EXTSCAN_LP_EXTENDED_BATCHING: extended batching
1780  */
1781 enum wmi_extscan_configuration_flags {
1782 	WMI_EXTSCAN_LP_EXTENDED_BATCHING = 0x00000001,
1783 };
1784 
1785 /**
1786  * enum extscan_report_events_type - extscan report events type
1787  * @EXTSCAN_REPORT_EVENTS_BUFFER_FULL: report only when scan history is % full
1788  * @EXTSCAN_REPORT_EVENTS_EACH_SCAN: report a scan completion event after scan
1789  * @EXTSCAN_REPORT_EVENTS_FULL_RESULTS: forward scan results
1790  *		(beacons/probe responses + IEs)
1791  *		in real time to HAL, in addition to completion events.
1792  *		Note: To keep backward compatibility,
1793  *		fire completion events regardless of REPORT_EVENTS_EACH_SCAN.
1794  * @EXTSCAN_REPORT_EVENTS_NO_BATCH: controls batching,
1795  *		0 => batching, 1 => no batching
1796  */
1797 enum wmi_extscan_report_events_type {
1798 	WMI_EXTSCAN_REPORT_EVENTS_BUFFER_FULL   = 0x00,
1799 	WMI_EXTSCAN_REPORT_EVENTS_EACH_SCAN     = 0x01,
1800 	WMI_EXTSCAN_REPORT_EVENTS_FULL_RESULTS  = 0x02,
1801 	WMI_EXTSCAN_REPORT_EVENTS_NO_BATCH      = 0x04,
1802 };
1803 
1804 /**
1805  * struct extscan_capabilities_params - ext scan capablities
1806  * @request_id: request_id
1807  * @vdev_id: vdev id
1808  */
1809 struct extscan_capabilities_params {
1810 	uint32_t request_id;
1811 	uint8_t vdev_id;
1812 };
1813 
1814 /**
1815  * struct extscan_capabilities_reset_params - ext scan capablities reset
1816  *                                            parameter
1817  * @request_id: request_id
1818  * @vdev_id: vdev id
1819  */
1820 struct extscan_capabilities_reset_params {
1821 	uint32_t request_id;
1822 	uint8_t vdev_id;
1823 };
1824 
1825 /**
1826  * struct extscan_bssid_hotlist_reset_params - ext scan hotlist reset parameter
1827  * @request_id: request_id
1828  * @vdev_id: vdev id
1829  */
1830 struct extscan_bssid_hotlist_reset_params {
1831 	uint32_t request_id;
1832 	uint8_t vdev_id;
1833 };
1834 
1835 /**
1836  * struct extscan_stop_req_params - ext scan stop parameter
1837  * @request_id: request_id
1838  * @vdev_id: vdev id
1839  */
1840 struct extscan_stop_req_params {
1841 	uint32_t request_id;
1842 	uint8_t vdev_id;
1843 };
1844 
1845 /**
1846  * struct ap_threshold_params - ap threshold parameter
1847  * @bssid: mac address
1848  * @low: low threshold
1849  * @high: high threshold
1850  */
1851 struct ap_threshold_params {
1852 	struct qdf_mac_addr bssid;
1853 	int32_t low;
1854 	int32_t high;
1855 };
1856 
1857 /**
1858  * struct extscan_set_sig_changereq_params - ext scan channel parameter
1859  * @request_id: request_id
1860  * @vdev_id: vdev id
1861  * @rssi_sample_size: Number of samples for averaging RSSI
1862  * @lostap_sample_size: Number of missed samples to confirm AP loss
1863  * @min_breaching: Number of APs breaching threshold required for firmware
1864  * @num_ap: no of scanned ap
1865  * @ap: ap threshold parameter
1866  */
1867 struct extscan_set_sig_changereq_params {
1868 	uint32_t request_id;
1869 	uint8_t vdev_id;
1870 	uint32_t rssi_sample_size;
1871 	uint32_t lostap_sample_size;
1872 	uint32_t min_breaching;
1873 	uint32_t num_ap;
1874 	struct ap_threshold_params ap[WMI_EXTSCAN_MAX_SIGNIFICANT_CHANGE_APS];
1875 };
1876 
1877 /**
1878  * struct extscan_cached_result_params - ext scan cached parameter
1879  * @request_id: request_id
1880  * @vdev_id: vdev id
1881  * @flush: cached results flush
1882  */
1883 struct extscan_cached_result_params {
1884 	uint32_t request_id;
1885 	uint8_t vdev_id;
1886 	bool flush;
1887 };
1888 
1889 #define WMI_WLAN_EXTSCAN_MAX_CHANNELS                 36
1890 #define WMI_WLAN_EXTSCAN_MAX_BUCKETS                  16
1891 #define WMI_WLAN_EXTSCAN_MAX_HOTLIST_APS              128
1892 #define WMI_WLAN_EXTSCAN_MAX_SIGNIFICANT_CHANGE_APS   64
1893 #define WMI_EXTSCAN_MAX_HOTLIST_SSIDS            8
1894 
1895 /**
1896  * struct wifi_scan_channelspec_params - wifi scan channel parameter
1897  * @channel: Frequency in MHz
1898  * @dwell_time_ms: dwell time in milliseconds
1899  * @passive: passive scan
1900  * @channel_class: channel class
1901  */
1902 struct wifi_scan_channelspec_params {
1903 	uint32_t channel;
1904 	uint32_t dwell_time_ms;
1905 	bool passive;
1906 	uint8_t channel_class;
1907 };
1908 
1909 /**
1910  * enum wmi_wifi_band - wifi band
1911  * @WMI_WIFI_BAND_UNSPECIFIED: unspecified band
1912  * @WMI_WIFI_BAND_BG: 2.4 GHz
1913  * @WMI_WIFI_BAND_A: 5 GHz without DFS
1914  * @WMI_WIFI_BAND_ABG: 2.4 GHz + 5 GHz; no DFS
1915  * @WMI_WIFI_BAND_A_DFS_ONLY: 5 GHz DFS only
1916  * @WMI_WIFI_BAND_A_WITH_DFS: 5 GHz with DFS
1917  * @WMI_WIFI_BAND_ABG_WITH_DFS: 2.4 GHz + 5 GHz with DFS
1918  * @WMI_WIFI_BAND_MAX: max range
1919  */
1920 enum wmi_wifi_band {
1921 	WMI_WIFI_BAND_UNSPECIFIED,
1922 	WMI_WIFI_BAND_BG = 1,
1923 	WMI_WIFI_BAND_A = 2,
1924 	WMI_WIFI_BAND_ABG = 3,
1925 	WMI_WIFI_BAND_A_DFS_ONLY = 4,
1926 	/* 5 is reserved */
1927 	WMI_WIFI_BAND_A_WITH_DFS = 6,
1928 	WMI_WIFI_BAND_ABG_WITH_DFS = 7,
1929 	/* Keep it last */
1930 	WMI_WIFI_BAND_MAX
1931 };
1932 
1933 /**
1934  * struct wifi_scan_bucket_params - wifi scan bucket spec
1935  * @bucket: bucket identifier
1936  * @band: wifi band
1937  * @period: Desired period, in millisecond; if this is too
1938  *		low, the firmware should choose to generate results as fast as
1939  *		it can instead of failing the command byte
1940  *		for exponential backoff bucket this is the min_period
1941  * @report_events: 0 => normal reporting (reporting rssi history
1942  *		only, when rssi history buffer is % full)
1943  *		1 => same as 0 + report a scan completion event after scanning
1944  *		this bucket
1945  *		2 => same as 1 + forward scan results
1946  *		(beacons/probe responses + IEs) in real time to HAL
1947  * @max_period: if max_period is non zero or different than period,
1948  *		then this bucket is an exponential backoff bucket and
1949  *		the scan period will grow exponentially as per formula:
1950  *		actual_period(N) = period ^ (N/(step_count+1)) to a
1951  *		maximum period of max_period
1952  * @exponent: for exponential back off bucket: multiplier:
1953  *		new_period = old_period * exponent
1954  * @step_count: for exponential back off bucket, number of scans performed
1955  *		at a given period and until the exponent is applied
1956  * @num_channels: channels to scan; these may include DFS channels
1957  *		Note that a given channel may appear in multiple buckets
1958  * @min_dwell_time_active: per bucket minimum active dwell time
1959  * @max_dwell_time_active: per bucket maximum active dwell time
1960  * @min_dwell_time_passive: per bucket minimum passive dwell time
1961  * @max_dwell_time_passive: per bucket maximum passive dwell time
1962  * @channels: Channel list
1963  */
1964 struct wifi_scan_bucket_params {
1965 	uint8_t         bucket;
1966 	enum wmi_wifi_band   band;
1967 	uint32_t        period;
1968 	uint32_t        report_events;
1969 	uint32_t        max_period;
1970 	uint32_t        exponent;
1971 	uint32_t        step_count;
1972 	uint32_t        num_channels;
1973 	uint32_t        min_dwell_time_active;
1974 	uint32_t        max_dwell_time_active;
1975 	uint32_t        min_dwell_time_passive;
1976 	uint32_t        max_dwell_time_passive;
1977 	struct wifi_scan_channelspec_params
1978 			channels[WMI_WLAN_EXTSCAN_MAX_CHANNELS];
1979 };
1980 
1981 /**
1982  * struct wifi_scan_cmd_req_params - wifi scan command request params
1983  * @base_period: base timer period
1984  * @max_ap_per_scan: max ap per scan
1985  * @report_threshold_percent: report threshold
1986  *	in %, when buffer is this much full, wake up host
1987  * @report_threshold_num_scans: report threshold number of scans
1988  *	in number of scans, wake up host after these many scans
1989  * @request_id: request id
1990  * @vdev_id: vdev that is the target of the request
1991  * @num_buckets: number of buckets
1992  * @min_dwell_time_active: per bucket minimum active dwell time
1993  * @max_dwell_time_active: per bucket maximum active dwell time
1994  * @min_dwell_time_passive: per bucket minimum passive dwell time
1995  * @max_dwell_time_passive: per bucket maximum passive dwell time
1996  * @configuration_flags: configuration flags
1997  * @extscan_adaptive_dwell_mode: adaptive dwelltime mode for extscan
1998  * @buckets: buckets array
1999  */
2000 struct wifi_scan_cmd_req_params {
2001 	uint32_t base_period;
2002 	uint32_t max_ap_per_scan;
2003 	uint32_t report_threshold_percent;
2004 	uint32_t report_threshold_num_scans;
2005 	uint32_t request_id;
2006 	uint8_t  vdev_id;
2007 	uint32_t num_buckets;
2008 	uint32_t min_dwell_time_active;
2009 	uint32_t max_dwell_time_active;
2010 	uint32_t min_dwell_time_passive;
2011 	uint32_t max_dwell_time_passive;
2012 	uint32_t configuration_flags;
2013 	enum scan_dwelltime_adaptive_mode extscan_adaptive_dwell_mode;
2014 	struct wifi_scan_bucket_params buckets[WMI_WLAN_EXTSCAN_MAX_BUCKETS];
2015 };
2016 
2017 /**
2018  * struct mac_ts_info_tfc - mac ts info parameters
2019  * @burstSizeDefn: burst size
2020  * @reserved: reserved
2021  * @ackPolicy: ack policy
2022  * @psb: psb
2023  * @aggregation: aggregation
2024  * @accessPolicy: access policy
2025  * @direction: direction
2026  * @tsid: direction
2027  * @trafficType: traffic type
2028  */
2029 struct mac_ts_info_tfc {
2030 #ifndef ANI_LITTLE_BIT_ENDIAN
2031 	uint8_t burstSizeDefn:1;
2032 	uint8_t reserved:7;
2033 #else
2034 	uint8_t reserved:7;
2035 	uint8_t burstSizeDefn:1;
2036 #endif
2037 
2038 #ifndef ANI_LITTLE_BIT_ENDIAN
2039 	uint16_t ackPolicy:2;
2040 	uint16_t userPrio:3;
2041 	uint16_t psb:1;
2042 	uint16_t aggregation:1;
2043 	uint16_t accessPolicy:2;
2044 	uint16_t direction:2;
2045 	uint16_t tsid:4;
2046 	uint16_t trafficType:1;
2047 #else
2048 	uint16_t trafficType:1;
2049 	uint16_t tsid:4;
2050 	uint16_t direction:2;
2051 	uint16_t accessPolicy:2;
2052 	uint16_t aggregation:1;
2053 	uint16_t psb:1;
2054 	uint16_t userPrio:3;
2055 	uint16_t ackPolicy:2;
2056 #endif
2057 } qdf_packed;
2058 
2059 /**
2060  * struct mac_ts_info_sch - mac ts info schedule parameters
2061  * @rsvd: reserved
2062  * @schedule: schedule bit
2063  */
2064 struct mac_ts_info_sch {
2065 #ifndef ANI_LITTLE_BIT_ENDIAN
2066 	uint8_t rsvd:7;
2067 	uint8_t schedule:1;
2068 #else
2069 	uint8_t schedule:1;
2070 	uint8_t rsvd:7;
2071 #endif
2072 } qdf_packed;
2073 
2074 /**
2075  * struct mac_ts_info_sch - mac ts info schedule parameters
2076  * @traffic: mac tfc parameter
2077  * @schedule: mac schedule parameters
2078  */
2079 struct mac_ts_info {
2080 	struct mac_ts_info_tfc traffic;
2081 	struct mac_ts_info_sch schedule;
2082 } qdf_packed;
2083 
2084 /**
2085  * struct mac_tspec_ie - mac ts spec
2086  * @type: type
2087  * @length: length
2088  * @tsinfo: tsinfo
2089  * @nomMsduSz: nomMsduSz
2090  * @maxMsduSz: maxMsduSz
2091  * @minSvcInterval: minSvcInterval
2092  * @maxSvcInterval: maxSvcInterval
2093  * @inactInterval: inactInterval
2094  * @suspendInterval: suspendInterval
2095  * @svcStartTime: svcStartTime
2096  * @minDataRate: minDataRate
2097  * @meanDataRate: meanDataRate
2098  * @peakDataRate: peakDataRate
2099  * @maxBurstSz: maxBurstSz
2100  * @delayBound: delayBound
2101  * @minPhyRate: minPhyRate
2102  * @surplusBw: surplusBw
2103  * @mediumTime: mediumTime
2104  */
2105 struct mac_tspec_ie {
2106 	uint8_t type;
2107 	uint8_t length;
2108 	struct mac_ts_info tsinfo;
2109 	uint16_t nomMsduSz;
2110 	uint16_t maxMsduSz;
2111 	uint32_t minSvcInterval;
2112 	uint32_t maxSvcInterval;
2113 	uint32_t inactInterval;
2114 	uint32_t suspendInterval;
2115 	uint32_t svcStartTime;
2116 	uint32_t minDataRate;
2117 	uint32_t meanDataRate;
2118 	uint32_t peakDataRate;
2119 	uint32_t maxBurstSz;
2120 	uint32_t delayBound;
2121 	uint32_t minPhyRate;
2122 	uint16_t surplusBw;
2123 	uint16_t mediumTime;
2124 } qdf_packed;
2125 
2126 /**
2127  * struct add_ts_param - ADDTS related parameters
2128  * @vdev_id: vdev id
2129  * @tspec_idx: TSPEC handle uniquely identifying a TSPEC for a STA in a BSS
2130  * @tspec: tspec value
2131  * @status: QDF status
2132  * @pe_session_id: protocol engine session id
2133  * @tsm_interval: TSM interval period passed from UMAC to WMI
2134  * @set_ric_params: Should RIC parameters be set?
2135  */
2136 struct add_ts_param {
2137 	uint8_t vdev_id;
2138 	uint16_t tspec_idx;
2139 	struct mac_tspec_ie tspec;
2140 	QDF_STATUS status;
2141 	uint8_t pe_session_id;
2142 #ifdef FEATURE_WLAN_ESE
2143 	uint16_t tsm_interval;
2144 #endif /* FEATURE_WLAN_ESE */
2145 #ifdef WLAN_FEATURE_ROAM_OFFLOAD
2146 	bool set_ric_params;
2147 #endif /* WLAN_FEATURE_ROAM_OFFLOAD */
2148 };
2149 
2150 /**
2151  * struct delts_req_info - DELTS request parameter
2152  * @tsinfo: ts info
2153  * @tspec: ts spec
2154  * @wmeTspecPresent: wme ts spec flag
2155  * @wsmTspecPresent: wsm ts spec flag
2156  * @lleTspecPresent: lle ts spec flag
2157  */
2158 struct delts_req_info {
2159 	struct mac_ts_info tsinfo;
2160 	struct mac_tspec_ie tspec;
2161 	uint8_t wmeTspecPresent:1;
2162 	uint8_t wsmTspecPresent:1;
2163 	uint8_t lleTspecPresent:1;
2164 };
2165 
2166 /**
2167  * struct del_ts_params - DELTS related parameters
2168  * @tspecIdx: TSPEC identifier uniquely identifying a TSPEC for a STA in a BSS
2169  * @bssId: BSSID
2170  * @sessionId: session id
2171  * @userPrio: user priority
2172  * @delTsInfo: DELTS info
2173  * @setRICparams: RIC parameters
2174  */
2175 struct del_ts_params {
2176 	uint16_t tspecIdx;
2177 	uint8_t bssId[QDF_MAC_ADDR_SIZE];
2178 	uint8_t sessionId;
2179 	uint8_t userPrio;
2180 #ifdef WLAN_FEATURE_ROAM_OFFLOAD
2181 	struct delts_req_info delTsInfo;
2182 	uint8_t setRICparams;
2183 #endif /* WLAN_FEATURE_ROAM_OFFLOAD */
2184 };
2185 
2186 /**
2187  * struct ll_stats_clear_params - ll stats clear parameter
2188  * @req_id: request id
2189  * @vdev_id: vdev id
2190  * @stats_clear_mask: stats clear mask
2191  * @stop_req: stop request
2192  * @peer_macaddr: MAC address of the peer for which stats are to be cleared
2193  */
2194 struct ll_stats_clear_params {
2195 	uint32_t req_id;
2196 	uint8_t vdev_id;
2197 	uint32_t stats_clear_mask;
2198 	uint8_t stop_req;
2199 	struct qdf_mac_addr peer_macaddr;
2200 };
2201 
2202 /**
2203  * struct ll_stats_set_params - ll stats get parameter
2204  * @req_id: request id
2205  * @mpdu_size_threshold: mpdu size threshold
2206  * @aggressive_statistics_gathering: aggressive_statistics_gathering
2207  */
2208 struct ll_stats_set_params {
2209 	uint32_t req_id;
2210 	uint32_t mpdu_size_threshold;
2211 	uint32_t aggressive_statistics_gathering;
2212 };
2213 
2214 /**
2215  * struct ll_stats_get_params - ll stats parameter
2216  * @req_id: request id
2217  * @vdev_id: vdev id
2218  * @param_id_mask: param is mask
2219  * @peer_macaddr: MAC address of the peer for which stats are desired
2220  */
2221 struct ll_stats_get_params {
2222 	uint32_t req_id;
2223 	uint8_t vdev_id;
2224 	uint32_t param_id_mask;
2225 	struct qdf_mac_addr peer_macaddr;
2226 };
2227 
2228 
2229 /**
2230  * struct link_status_params - link stats parameter
2231  * @vdev_id: ID of the vdev for which link status is desired
2232  */
2233 struct link_status_params {
2234 	uint8_t vdev_id;
2235 };
2236 
2237 /**
2238  * struct dhcp_stop_ind_params - DHCP Stop indication message
2239  * @msgtype: message type is same as the request type
2240  * @msglen: length of the entire request
2241  * @device_mode: Mode of the device(ex:STA, AP)
2242  * @adapter_macaddr: MAC address of the adapter
2243  * @peer_macaddr: MAC address of the connected peer
2244  */
2245 struct dhcp_stop_ind_params {
2246 	uint16_t msgtype;
2247 	uint16_t msglen;
2248 	uint8_t device_mode;
2249 	struct qdf_mac_addr adapter_macaddr;
2250 	struct qdf_mac_addr peer_macaddr;
2251 };
2252 
2253 #define    WMI_MAX_FILTER_TEST_DATA_LEN       8
2254 #define    WMI_MAX_NUM_MULTICAST_ADDRESS    240
2255 #define    WMI_MAX_NUM_FILTERS               20
2256 #define    WMI_MAX_NUM_TESTS_PER_FILTER      10
2257 
2258 /**
2259  * enum packet_filter_type - packet filter type
2260  * @WMI_RCV_FILTER_TYPE_INVALID: invalid type
2261  * @WMI_RCV_FILTER_TYPE_FILTER_PKT: filter packet type
2262  * @WMI_RCV_FILTER_TYPE_BUFFER_PKT: buffer packet type
2263  * @WMI_RCV_FILTER_TYPE_MAX_ENUM_SIZE: max enum size
2264  */
2265 enum packet_filter_type {
2266 	WMI_RCV_FILTER_TYPE_INVALID,
2267 	WMI_RCV_FILTER_TYPE_FILTER_PKT,
2268 	WMI_RCV_FILTER_TYPE_BUFFER_PKT,
2269 	WMI_RCV_FILTER_TYPE_MAX_ENUM_SIZE
2270 };
2271 
2272 /**
2273  * enum packet_protocol_type - packet protocol type
2274  * @WMI_FILTER_HDR_TYPE_INVALID: invalid type
2275  * @WMI_FILTER_HDR_TYPE_MAC: mac type
2276  * @WMI_FILTER_HDR_TYPE_ARP: trp type
2277  * @WMI_FILTER_HDR_TYPE_IPV4: ipv4 type
2278  * @WMI_FILTER_HDR_TYPE_IPV6: ipv6 type
2279  * @WMI_FILTER_HDR_TYPE_UDP: udp type
2280  * @WMI_FILTER_HDR_TYPE_MAX: max type
2281  */
2282 enum packet_protocol_type {
2283 	WMI_FILTER_HDR_TYPE_INVALID,
2284 	WMI_FILTER_HDR_TYPE_MAC,
2285 	WMI_FILTER_HDR_TYPE_ARP,
2286 	WMI_FILTER_HDR_TYPE_IPV4,
2287 	WMI_FILTER_HDR_TYPE_IPV6,
2288 	WMI_FILTER_HDR_TYPE_UDP,
2289 	WMI_FILTER_HDR_TYPE_MAX
2290 };
2291 
2292 /**
2293  * enum packet_filter_comp_type - packet filter comparison type
2294  * @WMI_FILTER_CMP_TYPE_INVALID: invalid type
2295  * @WMI_FILTER_CMP_TYPE_EQUAL: type equal
2296  * @WMI_FILTER_CMP_TYPE_MASK_EQUAL: mask equal
2297  * @WMI_FILTER_CMP_TYPE_NOT_EQUAL: type not equal
2298  * @WMI_FILTER_CMP_TYPE_MASK_NOT_EQUAL: mask not equal
2299  * @WMI_FILTER_CMP_TYPE_MAX: max type
2300  */
2301 enum packet_filter_comp_type {
2302 	WMI_FILTER_CMP_TYPE_INVALID,
2303 	WMI_FILTER_CMP_TYPE_EQUAL,
2304 	WMI_FILTER_CMP_TYPE_MASK_EQUAL,
2305 	WMI_FILTER_CMP_TYPE_NOT_EQUAL,
2306 	WMI_FILTER_CMP_TYPE_MASK_NOT_EQUAL,
2307 	WMI_FILTER_CMP_TYPE_MAX
2308 };
2309 
2310 /**
2311  * struct rcv_pkt_filter_params - receive packet filter parameters
2312  * @protocolLayer - protocol layer
2313  * @cmpFlag - comparison flag
2314  * @dataLength - data length
2315  * @dataOffset - data offset
2316  * @reserved - resserved
2317  * @compareData - compare data
2318  * @dataMask - data mask
2319  */
2320 struct rcv_pkt_filter_params {
2321 	enum packet_protocol_type protocolLayer;
2322 	enum packet_filter_comp_type cmpFlag;
2323 	uint16_t dataLength;
2324 	uint8_t dataOffset;
2325 	uint8_t reserved;
2326 	uint8_t compareData[WMI_MAX_FILTER_TEST_DATA_LEN];
2327 	uint8_t dataMask[WMI_MAX_FILTER_TEST_DATA_LEN];
2328 };
2329 
2330 /**
2331  * struct rcv_pkt_filter_config - receive packet filter info
2332  * @filterId - filter id
2333  * @filterType - filter type
2334  * @numFieldParams - no of fields
2335  * @coalesceTime - reserved parameter
2336  * @self_macaddr - self mac address
2337  * @bssid - Bssid of the connected AP
2338  * @paramsData - data parameter
2339  */
2340 struct rcv_pkt_filter_config {
2341 	uint8_t filterId;
2342 	enum packet_filter_type filterType;
2343 	uint32_t numFieldParams;
2344 	uint32_t coalesceTime;
2345 	struct qdf_mac_addr self_macaddr;
2346 	struct qdf_mac_addr bssid;
2347 	struct rcv_pkt_filter_params paramsData[WMI_MAX_NUM_TESTS_PER_FILTER];
2348 };
2349 
2350 /**
2351  * struct cfg_action_frm_tb_ppdu_param - action frm in TB PPDU cfg
2352  * @cfg - enable/disable
2353  * @frm_len - length of the frame
2354  * @data - data pointer
2355  */
2356 struct cfg_action_frm_tb_ppdu_param {
2357 	uint32_t cfg;
2358 	uint32_t frm_len;
2359 	uint8_t *data;
2360 };
2361 
2362 #define WMI_MAX_NUM_FW_SEGMENTS 4
2363 
2364 /**
2365  * struct fw_dump_seg_req_param - individual segment details
2366  * @seg_id - segment id.
2367  * @seg_start_addr_lo - lower address of the segment.
2368  * @seg_start_addr_hi - higher address of the segment.
2369  * @seg_length - length of the segment.
2370  * @dst_addr_lo - lower address of the destination buffer.
2371  * @dst_addr_hi - higher address of the destination buffer.
2372  *
2373  * This structure carries the information to firmware about the
2374  * individual segments. This structure is part of firmware memory
2375  * dump request.
2376  */
2377 struct fw_dump_seg_req_param {
2378 	uint8_t seg_id;
2379 	uint32_t seg_start_addr_lo;
2380 	uint32_t seg_start_addr_hi;
2381 	uint32_t seg_length;
2382 	uint32_t dst_addr_lo;
2383 	uint32_t dst_addr_hi;
2384 };
2385 
2386 /**
2387  * struct fw_dump_req_param - firmware memory dump request details.
2388  * @request_id - request id.
2389  * @num_seg - requested number of segments.
2390  * @fw_dump_seg_req - individual segment information.
2391  *
2392  * This structure carries information about the firmware
2393  * memory dump request.
2394  */
2395 struct fw_dump_req_param {
2396 	uint32_t request_id;
2397 	uint32_t num_seg;
2398 	struct fw_dump_seg_req_param segment[WMI_MAX_NUM_FW_SEGMENTS];
2399 };
2400 
2401 /**
2402  * struct dhcp_offload_info_params - dhcp offload parameters
2403  * @vdev_id: request data length
2404  * @dhcp_offload_enabled: dhcp offload enabled
2405  * @dhcp_client_num: dhcp client no
2406  * @dhcp_srv_addr: dhcp server ip
2407  */
2408 struct dhcp_offload_info_params {
2409 	uint32_t vdev_id;
2410 	bool dhcp_offload_enabled;
2411 	uint32_t dhcp_client_num;
2412 	uint32_t dhcp_srv_addr;
2413 };
2414 
2415 /**
2416  * struct app_type2_params - app type2parameter
2417  * @vdev_id: vdev id
2418  * @rc4_key: rc4 key
2419  * @rc4_key_len: rc4 key length
2420  * @ip_id: NC id
2421  * @ip_device_ip: NC IP address
2422  * @ip_server_ip: Push server IP address
2423  * @tcp_src_port: NC TCP port
2424  * @tcp_dst_port: Push server TCP port
2425  * @tcp_seq: tcp sequence
2426  * @tcp_ack_seq: tcp ack sequence
2427  * @keepalive_init: Initial ping interval
2428  * @keepalive_min: Minimum ping interval
2429  * @keepalive_max: Maximum ping interval
2430  * @keepalive_inc: Increment of ping interval
2431  * @gateway_mac: gateway mac address
2432  * @tcp_tx_timeout_val: tcp tx timeout value
2433  * @tcp_rx_timeout_val: tcp rx timeout value
2434  */
2435 struct app_type2_params {
2436 	uint8_t vdev_id;
2437 	uint8_t rc4_key[16];
2438 	uint32_t rc4_key_len;
2439 	/** ip header parameter */
2440 	uint32_t ip_id;
2441 	uint32_t ip_device_ip;
2442 	uint32_t ip_server_ip;
2443 	/** tcp header parameter */
2444 	uint16_t tcp_src_port;
2445 	uint16_t tcp_dst_port;
2446 	uint32_t tcp_seq;
2447 	uint32_t tcp_ack_seq;
2448 	uint32_t keepalive_init;
2449 	uint32_t keepalive_min;
2450 	uint32_t keepalive_max;
2451 	uint32_t keepalive_inc;
2452 	struct qdf_mac_addr gateway_mac;
2453 	uint32_t tcp_tx_timeout_val;
2454 	uint32_t tcp_rx_timeout_val;
2455 };
2456 
2457 /**
2458  * struct app_type1_params - app type1 parameter
2459  * @vdev_id: vdev id
2460  * @wakee_mac_addr: mac address
2461  * @identification_id: identification id
2462  * @password: password
2463  * @id_length: id length
2464  * @pass_length: password length
2465  */
2466 struct app_type1_params {
2467 	uint8_t vdev_id;
2468 	struct qdf_mac_addr wakee_mac_addr;
2469 	uint8_t identification_id[8];
2470 	uint8_t password[16];
2471 	uint32_t id_length;
2472 	uint32_t pass_length;
2473 };
2474 
2475 /**
2476  * enum wmi_ext_wow_type - wow type
2477  * @WMI_EXT_WOW_TYPE_APP_TYPE1: only enable wakeup for app type1
2478  * @WMI_EXT_WOW_TYPE_APP_TYPE2: only enable wakeup for app type2
2479  * @WMI_EXT_WOW_TYPE_APP_TYPE1_2: enable wakeup for app type1&2
2480  */
2481 enum wmi_ext_wow_type {
2482 	WMI_EXT_WOW_TYPE_APP_TYPE1,
2483 	WMI_EXT_WOW_TYPE_APP_TYPE2,
2484 	WMI_EXT_WOW_TYPE_APP_TYPE1_2,
2485 };
2486 
2487 /**
2488  * struct ext_wow_params - ext wow parameters
2489  * @vdev_id: vdev id
2490  * @type: wow type
2491  * @wakeup_pin_num: wake up gpio no
2492  */
2493 struct ext_wow_params {
2494 	uint8_t vdev_id;
2495 	enum wmi_ext_wow_type type;
2496 	uint32_t wakeup_pin_num;
2497 };
2498 
2499 /**
2500  * struct stats_ext_params - ext stats request
2501  * @vdev_id: vdev id
2502  * @request_data_len: request data length
2503  * @request_data: request data
2504  */
2505 struct stats_ext_params {
2506 	uint32_t vdev_id;
2507 	uint32_t request_data_len;
2508 	uint8_t request_data[];
2509 };
2510 
2511 #define WMI_GTK_OFFLOAD_KEK_BYTES       64
2512 #define WMI_GTK_OFFLOAD_KCK_BYTES       16
2513 #define WMI_GTK_OFFLOAD_ENABLE          0
2514 #define WMI_GTK_OFFLOAD_DISABLE         1
2515 
2516 #define MAX_MEM_CHUNKS 32
2517 /**
2518  * struct wmi_host_mem_chunk - host memory chunk structure
2519  * @vaddr: Pointer to virtual address
2520  * @paddr: Physical address
2521  * @memctx: qdf memory context for mapped address.
2522  * @len: length of chunk
2523  * @req_id: request id from target
2524  */
2525 struct wmi_host_mem_chunk {
2526 	uint32_t *vaddr;
2527 	uint32_t paddr;
2528 	qdf_dma_mem_context(memctx);
2529 	uint32_t len;
2530 	uint32_t req_id;
2531 };
2532 
2533 /**
2534  * struct wmi_wifi_start_log - Structure to store the params sent to start/
2535  * stop logging
2536  * @name:          Attribute which indicates the type of logging like per packet
2537  *                 statistics, connectivity etc.
2538  * @verbose_level: Verbose level which can be 0,1,2,3
2539  * @flag:          Flag field for future use
2540  */
2541 struct wmi_wifi_start_log {
2542 	uint32_t ring_id;
2543 	uint32_t verbose_level;
2544 	uint32_t flag;
2545 };
2546 
2547 /**
2548  * struct wmi_pcl_list - Format of PCL
2549  * @pcl_list: List of preferred channels
2550  * @weight_list: Weights of the PCL
2551  * @pcl_len: Number of channels in the PCL
2552  */
2553 struct wmi_pcl_list {
2554 	uint8_t pcl_list[128];
2555 	uint8_t weight_list[128];
2556 	uint32_t pcl_len;
2557 };
2558 
2559 /**
2560  * struct wmi_hw_mode_params - HW mode params
2561  * @mac0_tx_ss: MAC0 Tx spatial stream
2562  * @mac0_rx_ss: MAC0 Rx spatial stream
2563  * @mac1_tx_ss: MAC1 Tx spatial stream
2564  * @mac1_rx_ss: MAC1 Rx spatial stream
2565  * @mac0_bw: MAC0 bandwidth
2566  * @mac1_bw: MAC1 bandwidth
2567  * @dbs_cap: DBS capabality
2568  * @agile_dfs_cap: Agile DFS capabality
2569  */
2570 struct wmi_hw_mode_params {
2571 	uint8_t mac0_tx_ss;
2572 	uint8_t mac0_rx_ss;
2573 	uint8_t mac1_tx_ss;
2574 	uint8_t mac1_rx_ss;
2575 	uint8_t mac0_bw;
2576 	uint8_t mac1_bw;
2577 	uint8_t dbs_cap;
2578 	uint8_t agile_dfs_cap;
2579 };
2580 
2581 /**
2582  * struct wmi_unit_test_cmd - unit test command parameters
2583  * @vdev_id: vdev id
2584  * @module_id: module id
2585  * @num_args: number of arguments
2586  * @diag_token: dialog token, which identifies the transaction.
2587  *              this number is generated by wifitool and may be used to
2588  *              identify the transaction in the event path
2589  * @args: arguments
2590  */
2591 struct wmi_unit_test_cmd {
2592 	uint32_t vdev_id;
2593 	uint32_t module_id;
2594 	uint32_t num_args;
2595 	uint32_t diag_token;
2596 	uint32_t args[WMI_UNIT_TEST_MAX_NUM_ARGS];
2597 };
2598 
2599 /**
2600  * struct extscan_bssid_hotlist_set_params - set hotlist request
2601  * @request_id: request_id
2602  * @vdev_id: vdev id
2603  * @lost_ap_sample_size: number of samples to confirm AP loss
2604  * @num_ap: Number of hotlist APs
2605  * @ap: hotlist APs
2606  */
2607 struct extscan_bssid_hotlist_set_params {
2608 	uint32_t  request_id;
2609 	uint8_t   vdev_id;
2610 	uint32_t  lost_ap_sample_size;
2611 	uint32_t  num_ap;
2612 	struct ap_threshold_params ap[WMI_WLAN_EXTSCAN_MAX_HOTLIST_APS];
2613 };
2614 
2615 /**
2616  * struct host_mem_req - Host memory request paramseters request by target
2617  * @req_id: Request id to identify the request.
2618  * @unit_size: Size of single unit requested.
2619  * @num_unit_info: Memory chunk info
2620  * @num_units: number of units requested.
2621  */
2622 typedef struct {
2623 	uint32_t	req_id;
2624 	uint32_t	unit_size;
2625 	uint32_t	num_unit_info;
2626 	uint32_t	num_units;
2627 } host_mem_req;
2628 
2629 #define WMI_HOST_DSCP_MAP_MAX	(64)
2630 
2631 /**
2632  * struct wmi_host_ext_resource_config - Extended resource config
2633  * @host_platform_config: Host plaform configuration.
2634  * @fw_featuew_bitmap: FW feature requested bitmap.
2635  */
2636 typedef struct {
2637 	uint32_t host_platform_config;
2638 
2639 #define WMI_HOST_FW_FEATURE_LTEU_SUPPORT	           0x0001
2640 #define WMI_HOST_FW_FEATURE_COEX_GPIO_SUPPORT	       0x0002
2641 #define WMI_HOST_FW_FEATURE_AUX_RADIO_SPECTRAL_INTF	   0x0004
2642 #define WMI_HOST_FW_FEATURE_AUX_RADIO_CHAN_LOAD_INTF   0x0008
2643 #define WMI_HOST_FW_FEATURE_BSS_CHANNEL_INFO_64	       0x0010
2644 #define WMI_HOST_FW_FEATURE_PEER_STATS                 0x0020
2645 #define WMI_HOST_FW_FEATURE_VDEV_STATS                 0x0040
2646 #define WMI_HOST_FW_FEATURE_VOW_FEATURES               0x00004000
2647 #define WMI_HOST_FW_FEATURE_VOW_STATS                  0x00008000
2648 	/**
2649 	* @brief fw_feature_bitmask - Enable/Disable features in FW
2650 	* @details
2651 	*  The bits in fw_feature_bitmask are used as shown by the masks below:
2652 	*	0x0001 - LTEU Config enable/disable
2653 	*	0x0002 - COEX GPIO Config enable/disable
2654 	*	0x0004 - Aux Radio enhancement for spectral scan enable/disable
2655 	*	0x0008 - Aux Radio enhancement for chan load scan enable/disable
2656 	*	0x0010 - BSS channel info stats enable/disable
2657 	* The features in question are enabled by setting
2658 	* the feature's bit to 1,
2659 	*  or disabled by setting the feature's bit to 0.
2660 	*/
2661 	uint32_t fw_feature_bitmap;
2662 
2663 	/* WLAN priority GPIO number
2664 	 * The target uses a GPIO pin to indicate when it is transmitting
2665 	 * high-priority traffic (e.g. beacon, management, or AC_VI) or
2666 	 * low-priority traffic (e.g. AC_BE, AC_BK).  The HW uses this
2667 	 * WLAN GPIO pin to determine whether to abort WLAN tx in favor of
2668 	 * BT activity.
2669 	 * Which GPIO is used for this WLAN tx traffic priority specification
2670 	 * varies between platforms, so the host needs to indicate to the
2671 	 * target which GPIO to use.
2672 	 */
2673 	uint32_t wlan_priority_gpio;
2674 
2675 	/* Host will notify target which coex algorithm has to be
2676 	 * enabled based on HW, FW capability and device tree config.
2677 	 * Till now the coex algorithms were target specific. Now the
2678 	 * same target can choose between multiple coex algorithms
2679 	 * depending on device tree config on host. For backward
2680 	 * compatibility, version support will have option 0 and will
2681 	 * rely on FW compile time flags to decide the coex version
2682 	 * between VERSION_1, VERSION_2 and VERSION_3. Version info is
2683 	 * mandatory from VERSION_4 onwards for any new coex algorithms.
2684 	 *
2685 	 * 0 = no version support
2686 	 * 1 = COEX_VERSION_1 (3 wire coex)
2687 	 * 2 = COEX_VERSION_2 (2.5 wire coex)
2688 	 * 3 = COEX_VERSION_3 (2.5 wire coex+duty cycle)
2689 	 * 4 = COEX_VERSION_4 (4 wire coex)
2690 	 */
2691 	uint32_t coex_version;
2692 
2693 	/* There are multiple coex implementations on FW to support different
2694 	 * hardwares. Since the coex algos are mutually exclusive, host will
2695 	 * use below fields to send GPIO info to FW and these GPIO pins will
2696 	 * have different usages depending on the feature enabled. This is to
2697 	 * avoid adding multiple GPIO fields here for different features.
2698 	 *
2699 	 * COEX VERSION_4 (4 wire coex) :
2700 	 * 4 wire coex feature uses 1 common input request line from BT/ZB/
2701 	 * Thread which interrupts the WLAN target processor directly, 1 input
2702 	 * priority line from BT and ZB each, 1 output line to grant access to
2703 	 * requesting IOT subsystem. WLAN uses the input priority line to
2704 	 * identify the requesting IOT subsystem. Request is granted based on
2705 	 * IOT interface priority and WLAN traffic. GPIO pin usage is as below:
2706 	 * coex_gpio_pin_1 = BT PRIORITY INPUT GPIO
2707 	 * coex_gpio_pin_2 = ZIGBEE PRIORITY INPUT GPIO
2708 	 * coex_gpio_pin_3 = GRANT OUTPUT GPIO
2709 	 * when a BT active interrupt is raised, WLAN reads
2710 	 * BT and ZB priority input GPIO pins to compare against the coex
2711 	 * priority table and accordingly sets the grant output GPIO to give
2712 	 * access to requesting IOT subsystem.
2713 	 */
2714 	uint32_t coex_gpio_pin_1;
2715 	uint32_t coex_gpio_pin_2;
2716 	uint32_t coex_gpio_pin_3;
2717 
2718 	/* add new members here */
2719 } wmi_host_ext_resource_config;
2720 
2721 /**
2722  * struct set_fwtest_params - FW test params
2723  * @arg: FW param id
2724  * @value: value
2725  */
2726 struct set_fwtest_params {
2727 	uint32_t arg;
2728 	uint32_t value;
2729 };
2730 
2731 /*
2732  * msduq_update_params - MSDUQ update param structure
2733  * @tid_num: TID number
2734  * @msduq_update_mask: update bit mask
2735  * @qdepth_thresh_value: threshold value for the queue depth
2736  */
2737 
2738 #define QDEPTH_THRESH_MAX_UPDATES 1
2739 
2740 typedef struct {
2741 	uint32_t tid_num;
2742 	uint32_t msduq_update_mask;
2743 	uint32_t qdepth_thresh_value;
2744 } msduq_update_params;
2745 
2746 /**
2747  * struct set_qdepth_thresh_params - MSDU Queue Depth Threshold Params
2748  * @vdev_id: vdev id
2749  * @pdev_id: pdev id
2750  * @mac_addr: MAC address
2751  * @num_of_msduq_updates: holds the number of tid updates
2752  */
2753 
2754 struct set_qdepth_thresh_params {
2755 	uint32_t pdev_id;
2756 	uint32_t vdev_id;
2757 	uint8_t mac_addr[QDF_MAC_ADDR_SIZE];
2758 	uint32_t num_of_msduq_updates;
2759 	msduq_update_params update_params[QDEPTH_THRESH_MAX_UPDATES];
2760 };
2761 
2762 /**
2763  * struct peer_chan_width_switch_info - Peer channel width capability params
2764  * @mac_addr: MAC address of peer
2765  * @chan_width: Max supported channel width of peer
2766  *              (enum ieee80211_cwm_width)
2767  */
2768 
2769 struct peer_chan_width_switch_info {
2770 	uint8_t mac_addr[QDF_MAC_ADDR_SIZE];
2771 	uint32_t chan_width;
2772 };
2773 
2774 /**
2775  * struct peer_chan_width_switch_params - Peer channel width capability wrapper
2776  * @num_peers: Total number of peers connected to AP
2777  * @chan_width_peer_list: List of capabilities for all connected peers
2778  */
2779 
2780 struct peer_chan_width_switch_params {
2781 	uint32_t num_peers;
2782 	struct peer_chan_width_switch_info *chan_width_peer_list;
2783 };
2784 
2785 /**
2786  * struct config_fils_params - FILS config params
2787  * @vdev_id:  vdev id
2788  * @fd_period:  0 - Disabled, non-zero - Period in ms (mili seconds)
2789  */
2790 struct config_fils_params {
2791 	uint8_t vdev_id;
2792 	uint32_t fd_period;
2793 };
2794 
2795 /**
2796  * struct peer_add_wds_entry_params - WDS peer entry add params
2797  * @dest_addr: Pointer to destination macaddr
2798  * @peer_addr: Pointer to peer mac addr
2799  * @flags: flags
2800  * @vdev_id: Vdev id
2801  */
2802 struct peer_add_wds_entry_params {
2803 	const uint8_t *dest_addr;
2804 	uint8_t *peer_addr;
2805 	uint32_t flags;
2806 	uint32_t vdev_id;
2807 };
2808 
2809 /**
2810  * struct peer_del_wds_entry_params - WDS peer entry del params
2811  * @dest_addr: Pointer to destination macaddr
2812  * @vdev_id: Vdev id
2813  */
2814 struct peer_del_wds_entry_params {
2815 	uint8_t *dest_addr;
2816 	uint32_t vdev_id;
2817 };
2818 
2819 /**
2820  * struct set_bridge_mac_addr_params - set bridge MAC addr params
2821  * @dest_addr: Pointer to bridge macaddr
2822  */
2823 struct set_bridge_mac_addr_params {
2824 	uint8_t *bridge_addr;
2825 };
2826 
2827 /**
2828  * struct peer_updatewds_entry_params - WDS peer entry update params
2829  * @wds_macaddr: Pointer to destination macaddr
2830  * @peer_add: Pointer to peer mac addr
2831  * @flags: flags
2832  * @vdev_id: Vdev id
2833  */
2834 struct peer_update_wds_entry_params {
2835 	uint8_t *wds_macaddr;
2836 	uint8_t *peer_macaddr;
2837 	uint32_t flags;
2838 	uint32_t vdev_id;
2839 };
2840 
2841 /**
2842  * struct peer_del_all_wds_entries_params - WDS peer entries del params
2843  * @wds_macaddr: Pointer to destination macaddr
2844  * @peer_macaddr: Pointer to peer mac addr
2845  * @flags: flags
2846  */
2847 struct peer_del_all_wds_entries_params {
2848 	uint8_t *wds_macaddr;
2849 	uint8_t *peer_macaddr;
2850 	uint32_t flags;
2851 };
2852 
2853 /**
2854  * struct set_ps_mode_params - PS mode params
2855  * @vdev_id: vdev id
2856  * @psmode: PS mode
2857  */
2858 struct set_ps_mode_params {
2859 	uint8_t vdev_id;
2860 	uint8_t psmode;
2861 };
2862 
2863 /**
2864  * @struct tt_level_config - Set Thermal throttlling config
2865  * @tmplwm: Temperature low water mark
2866  * @tmphwm: Temperature high water mark
2867  * @dcoffpercent: dc off percentage
2868  * @priority: priority
2869  */
2870 typedef struct {
2871 	uint32_t tmplwm;
2872 	uint32_t tmphwm;
2873 	uint32_t dcoffpercent;
2874 	uint32_t priority;
2875 } tt_level_config;
2876 
2877 /**
2878  * struct thermal_mitigation_params - Thermal mitigation params
2879  * @enable: Enable/Disable Thermal mitigation
2880  * @dc: DC
2881  * @dc_per_event: DC per event
2882  * @tt_level_config: TT level config params
2883  */
2884 struct thermal_mitigation_params {
2885 	uint32_t pdev_id;
2886 	uint32_t enable;
2887 	uint32_t dc;
2888 	uint32_t dc_per_event;
2889 	tt_level_config levelconf[THERMAL_LEVELS];
2890 };
2891 
2892 /**
2893  * struct smart_ant_enable_tx_feedback_params - SA tx feeback params
2894  * @enable: Enable TX feedback for SA
2895  */
2896 struct smart_ant_enable_tx_feedback_params {
2897 	int enable;
2898 };
2899 
2900 /**
2901  * struct vdev_spectral_configure_params - SPectral config params
2902  * @vdev_id: VDEV id
2903  * @count: count
2904  * @period: period
2905  * @spectral_pri: Spectral priority
2906  * @fft_size: FFT size
2907  * @gc_enable: GC enable
2908  * @restart_enable: restart enabled
2909  * @noise_floor_ref: Noise floor reference
2910  * @init_delay: Init delays
2911  * @nb_tone_thr: NB tone threshold
2912  * @str_bin_thr: STR BIN threshold
2913  * @wb_rpt_mode: WB BIN threshold
2914  * @rssi_rpt_mode: RSSI report mode
2915  * @rssi_thr: RSSI threshold
2916  * @pwr_format: Power format
2917  * @rpt_mode: Report mdoe
2918  * @bin_scale: BIN scale
2919  * @dbm_adj: DBM adjust
2920  * @chn_mask: chain mask
2921  */
2922 struct vdev_spectral_configure_params {
2923 	uint8_t vdev_id;
2924 	uint16_t count;
2925 	uint16_t period;
2926 	uint16_t spectral_pri;
2927 	uint16_t fft_size;
2928 	uint16_t gc_enable;
2929 	uint16_t restart_enable;
2930 	uint16_t noise_floor_ref;
2931 	uint16_t init_delay;
2932 	uint16_t nb_tone_thr;
2933 	uint16_t str_bin_thr;
2934 	uint16_t wb_rpt_mode;
2935 	uint16_t rssi_rpt_mode;
2936 	uint16_t rssi_thr;
2937 	uint16_t pwr_format;
2938 	uint16_t rpt_mode;
2939 	uint16_t bin_scale;
2940 	uint16_t dbm_adj;
2941 	uint16_t chn_mask;
2942 };
2943 
2944 /**
2945  * struct vdev_spectral_enable_params - Spectral enabled params
2946  * @vdev_id: VDEV id
2947  * @active_valid: Active valid
2948  * @active: active
2949  * @enabled_valid: Enabled valid
2950  * @enabled: enabled
2951  */
2952 struct vdev_spectral_enable_params {
2953 	uint8_t vdev_id;
2954 	uint8_t active_valid;
2955 	uint8_t active;
2956 	uint8_t enabled_valid;
2957 	uint8_t enabled;
2958 };
2959 
2960 /**
2961  * struct pdev_set_regdomain_params - PDEV set reg domain params
2962  * @currentRDinuse: Current Reg domain
2963  * @currentRD2G: Current Reg domain 2G
2964  * @currentRD5G: Current Reg domain 5G
2965  * @ctl_2G: CTL 2G
2966  * @ctl_5G: CTL 5G
2967  * @dfsDomain: DFS domain
2968  * @pdev_id: pdev_id
2969  */
2970 struct pdev_set_regdomain_params {
2971 	uint16_t currentRDinuse;
2972 	uint16_t currentRD2G;
2973 	uint16_t currentRD5G;
2974 	uint32_t ctl_2G;
2975 	uint32_t ctl_5G;
2976 	uint8_t dfsDomain;
2977 	uint32_t pdev_id;
2978 };
2979 
2980 /**
2981  * struct set_quiet_mode_params - Set quiet mode params
2982  * @enabled: Enabled
2983  * @period: Quite period
2984  * @intval: Quite interval
2985  * @duration: Quite duration
2986  * @offset: offset
2987  */
2988 struct set_quiet_mode_params {
2989 	uint8_t enabled;
2990 	uint8_t period;
2991 	uint16_t intval;
2992 	uint16_t duration;
2993 	uint16_t offset;
2994 };
2995 
2996 /**
2997  * struct set_bcn_offload_quiet_mode_params - Set quiet mode params
2998  * @vdev_id: Vdev ID
2999  * @period: Quite period
3000  * @duration: Quite duration
3001  * @next_start: Next quiet start
3002  * @flag: 0 - disable, 1 - enable and continuous, 3 - enable and single shot
3003  */
3004 struct set_bcn_offload_quiet_mode_params {
3005 	uint32_t vdev_id;
3006 	uint32_t period;
3007 	uint32_t duration;
3008 	uint32_t next_start;
3009 	uint32_t flag;
3010 };
3011 
3012 /**
3013  * struct set_beacon_filter_params - Set beacon filter params
3014  * @vdev_id: VDEV id
3015  * @ie: Pointer to IE fields
3016  */
3017 struct set_beacon_filter_params {
3018 	uint8_t vdev_id;
3019 	uint32_t *ie;
3020 };
3021 
3022 /**
3023  * struct remove_beacon_filter_params - Remove beacon filter params
3024  * @vdev_id: VDEV id
3025  */
3026 struct remove_beacon_filter_params {
3027 	uint8_t vdev_id;
3028 };
3029 
3030 /**
3031  * struct mgmt_params - Mgmt params
3032  * @vdev_id: vdev id
3033  * @buf_len: length of frame buffer
3034  * @wbuf: frame buffer
3035  */
3036 struct mgmt_params {
3037 	int vdev_id;
3038 	uint32_t buf_len;
3039 	qdf_nbuf_t wbuf;
3040 };
3041 
3042 /**
3043  * struct addba_clearresponse_params - Addba clear response params
3044  * @vdev_id: VDEV id
3045  */
3046 struct addba_clearresponse_params {
3047 	uint8_t vdev_id;
3048 };
3049 
3050 /**
3051  * struct addba_send_params - ADDBA send params
3052  * @vdev_id: vdev id
3053  * @tidno: TID
3054  * @buffersize: buffer size
3055  */
3056 struct addba_send_params {
3057 	uint8_t vdev_id;
3058 	uint8_t tidno;
3059 	uint16_t buffersize;
3060 };
3061 
3062 /**
3063  * struct delba_send_params - DELBA send params
3064  * @vdev_id: vdev id
3065  * @tidno: TID
3066  * @initiator: initiator
3067  * @reasoncode: reason code
3068  */
3069 struct delba_send_params {
3070 	uint8_t vdev_id;
3071 	uint8_t tidno;
3072 	uint8_t initiator;
3073 	uint16_t reasoncode;
3074 };
3075 /**
3076  * struct addba_setresponse_arams - Set ADDBA response params
3077  * @vdev_id: vdev id
3078  * @tidno: TID
3079  * @statuscode: status code in response
3080  */
3081 struct addba_setresponse_params {
3082 	uint8_t vdev_id;
3083 	uint8_t tidno;
3084 	uint16_t statuscode;
3085 };
3086 
3087 /**
3088  * struct singleamsdu_params - Single AMSDU params
3089  * @vdev_id: vdev is
3090  * @tidno: TID
3091  */
3092 struct singleamsdu_params {
3093 	uint8_t vdev_id;
3094 	uint8_t tidno;
3095 };
3096 
3097 /**
3098  * struct set_qbosst_params - Set QBOOST params
3099  * @vdev_id: vdev id
3100  * @value: value
3101  */
3102 struct set_qboost_params {
3103 	uint8_t vdev_id;
3104 	uint32_t value;
3105 };
3106 
3107 /**
3108  * struct mu_scan_params - MU scan params
3109  * @id: id
3110  * @type: type
3111  * @duration: Duration
3112  * @lteu_tx_power: LTEU tx power
3113  */
3114 struct mu_scan_params {
3115 	uint8_t id;
3116 	uint8_t type;
3117 	uint32_t duration;
3118 	uint32_t lteu_tx_power;
3119 	uint32_t rssi_thr_bssid;
3120 	uint32_t rssi_thr_sta;
3121 	uint32_t rssi_thr_sc;
3122 	uint32_t plmn_id;
3123 	uint32_t alpha_num_bssid;
3124 };
3125 
3126 /**
3127  * struct lteu_config_params - LTEU config params
3128  * @lteu_gpio_start: start MU/AP scan after GPIO toggle
3129  * @lteu_num_bins: no. of elements in the following arrays
3130  * @use_actual_nf: whether to use the actual NF obtained or a hardcoded one
3131  * @lteu_weight: weights for MU algo
3132  * @lteu_thresh: thresholds for MU algo
3133  * @lteu_gamma:  gamma's for MU algo
3134  * @lteu_scan_timeout: timeout in ms to gpio toggle
3135  * @alpha_num_ssid: alpha for num active bssid calculation
3136  * @wifi_tx_power: Wifi Tx power
3137  */
3138 struct lteu_config_params {
3139 	uint8_t lteu_gpio_start;
3140 	uint8_t lteu_num_bins;
3141 	uint8_t use_actual_nf;
3142 	uint32_t lteu_weight[LTEU_MAX_BINS];
3143 	uint32_t lteu_thresh[LTEU_MAX_BINS];
3144 	uint32_t lteu_gamma[LTEU_MAX_BINS];
3145 	uint32_t lteu_scan_timeout;
3146 	uint32_t alpha_num_bssid;
3147 	uint32_t wifi_tx_power;
3148 	uint32_t allow_err_packets;
3149 };
3150 
3151 struct wmi_macaddr_t {
3152 	/** upper 4 bytes of  MAC address */
3153 	uint32_t mac_addr31to0;
3154 	/** lower 2 bytes of  MAC address */
3155 	uint32_t mac_addr47to32;
3156 };
3157 
3158 /**
3159  * struct wlan_profile_params - WLAN profile params
3160  * @param_id: param id
3161  * @profile_id: profile id
3162  * @enable: enable
3163  */
3164 struct wlan_profile_params {
3165 	uint32_t param_id;
3166 	uint32_t profile_id;
3167 	uint32_t enable;
3168 };
3169 
3170 /* struct ht_ie_params - HT IE params
3171  * @ie_len: IE length
3172  * @ie_data: pointer to IE data
3173  * @tx_streams: Tx streams supported for this HT IE
3174  * @rx_streams: Rx streams supported for this HT IE
3175  */
3176 struct ht_ie_params {
3177 	uint32_t ie_len;
3178 	uint8_t *ie_data;
3179 	uint32_t tx_streams;
3180 	uint32_t rx_streams;
3181 };
3182 
3183 /* struct vht_ie_params - VHT IE params
3184  * @ie_len: IE length
3185  * @ie_data: pointer to IE data
3186  * @tx_streams: Tx streams supported for this VHT IE
3187  * @rx_streams: Rx streams supported for this VHT IE
3188  */
3189 struct vht_ie_params {
3190 	uint32_t ie_len;
3191 	uint8_t *ie_data;
3192 	uint32_t tx_streams;
3193 	uint32_t rx_streams;
3194 };
3195 
3196 /**
3197  * struct wmi_host_wmeParams - WME params
3198  * @wmep_acm: ACM paramete
3199  * @wmep_aifsn:	AIFSN parameters
3200  * @wmep_logcwmin: cwmin in exponential form
3201  * @wmep_logcwmax: cwmax in exponential form
3202  * @wmep_txopLimit: txopLimit
3203  * @wmep_noackPolicy: No-Ack Policy: 0=ack, 1=no-ack
3204  */
3205 struct wmi_host_wmeParams {
3206 	u_int8_t	wmep_acm;
3207 	u_int8_t	wmep_aifsn;
3208 	u_int8_t	wmep_logcwmin;
3209 	u_int8_t	wmep_logcwmax;
3210 	u_int16_t   wmep_txopLimit;
3211 	u_int8_t	wmep_noackPolicy;
3212 };
3213 
3214 /**
3215  * struct wmm_update_params - WMM update params
3216  * @wmep_array: WME params for each AC
3217  */
3218 struct wmm_update_params {
3219 	struct wmi_host_wmeParams *wmep_array;
3220 };
3221 
3222 /**
3223  * struct wmi_host_wmevParams - WME params
3224  * @wmep_acm: ACM paramete
3225  * @wmep_aifsn:	AIFSN parameters
3226  * @wmep_logcwmin: cwmin in exponential form
3227  * @wmep_logcwmax: cwmax in exponential form
3228  * @wmep_txopLimit: txopLimit
3229  * @wmep_noackPolicy: No-Ack Policy: 0=ack, 1=no-ack
3230  */
3231 struct wmi_host_wme_vparams {
3232 	u_int32_t	acm;
3233 	u_int32_t	aifs;
3234 	u_int32_t	cwmin;
3235 	u_int32_t	cwmax;
3236 	union {
3237 		u_int32_t txoplimit;
3238 		u_int32_t mu_edca_timer;
3239 	};
3240 	u_int32_t	noackpolicy;
3241 };
3242 
3243 /**
3244  * struct ratepwr_table_params - Rate power table params
3245  * @ratepwr_tbl: pointer to rate power table
3246  * @ratepwr_len: rate power table len
3247  */
3248 struct ratepwr_table_params {
3249 	uint8_t *ratepwr_tbl;
3250 	uint16_t ratepwr_len;
3251 };
3252 
3253 /**
3254  * struct ctl_table_params - Ctl table params
3255  * @ctl_array: pointer to ctl array
3256  * @ctl_cmd_len: ctl command length
3257  * @is_acfg_ctl: is acfg_ctl table
3258  */
3259 struct ctl_table_params {
3260 	uint8_t *ctl_array;
3261 	uint16_t ctl_cmd_len;
3262 	uint32_t target_type;
3263 	bool is_2g;
3264 	uint32_t ctl_band;
3265 	uint32_t pdev_id;
3266 };
3267 
3268 /**
3269  * struct mimogain_table_params - MIMO gain table params
3270  * @array_gain: pointer to array gain table
3271  * @tbl_len: table length
3272  * @multichain_gain_bypass: bypass multichain gain
3273  */
3274 struct mimogain_table_params {
3275 	uint8_t *array_gain;
3276 	uint16_t tbl_len;
3277 	bool multichain_gain_bypass;
3278 	uint32_t pdev_id;
3279 };
3280 
3281 /**
3282  * struct ratepwr_chainmask_params - Rate power chainmask params
3283  * @ratepwr_chain_tbl: pointer to ratepwr chain table
3284  * @num_rate: number of rate in table
3285  * @pream_type: preamble type
3286  * @ops: ops
3287  */
3288 struct ratepwr_chainmsk_params {
3289 	uint32_t *ratepwr_chain_tbl;
3290 	uint16_t num_rate;
3291 	uint8_t pream_type;
3292 	uint8_t ops;
3293 };
3294 
3295 struct macaddr_params {
3296 	uint8_t *macaddr;
3297 };
3298 
3299 /**
3300  * struct acparams_params - acparams config structure
3301  * @ac: AC to configure
3302  * @use_rts: Use rts for this AC
3303  * @aggrsize_scaling: Aggregrate size scaling for the AC
3304  * @min_kbps: min kbps req
3305  */
3306 struct acparams_params {
3307 	uint8_t ac;
3308 	uint8_t use_rts;
3309 	uint8_t aggrsize_scaling;
3310 	uint32_t min_kbps;
3311 };
3312 
3313 /**
3314  * struct vap_dscp_tid_map_params - DSCP tid map params
3315  * @vdev_id: vdev id
3316  * @dscp_to_tid_map: pointer to arry of tid to dscp map table
3317  */
3318 struct vap_dscp_tid_map_params {
3319 	uint8_t vdev_id;
3320 	uint32_t *dscp_to_tid_map;
3321 };
3322 
3323 /**
3324  * struct proxy_ast_reserve_params - Proxy AST reserve params
3325  * @macaddr: macaddr for proxy ast entry
3326  */
3327 struct proxy_ast_reserve_params {
3328 	uint8_t *macaddr;
3329 };
3330 
3331 /**
3332  * struct fips_params - FIPS params config
3333  * @key: pointer to key
3334  * @key_len: length of key
3335  * @data: pointer data buf
3336  * @data_len: length of data buf
3337  * @mode: mode
3338  * @op: operation
3339  * @pdev_id: pdev_id for identifying the MAC
3340  */
3341 struct fips_params {
3342 	uint8_t *key;
3343 	uint32_t key_len;
3344 	uint8_t *data;
3345 	uint32_t data_len;
3346 	uint32_t mode;
3347 	uint32_t op;
3348 	uint32_t pdev_id;
3349 };
3350 
3351 #ifdef WLAN_FEATURE_DISA_FIPS
3352 /**
3353  * struct disa_encrypt_decrypt_req_params - disa encrypt request
3354  * @vdev_id: virtual device id
3355  * @key_flag: This indicates firmware to encrypt/decrypt payload
3356  *    see ENCRYPT_DECRYPT_FLAG
3357  * @key_idx: Index used in storing key
3358  * @key_cipher: cipher used for encryption/decryption
3359  *    Eg: see WMI_CIPHER_AES_CCM for CCMP
3360  * @key_len: length of key data
3361  * @key_txmic_len: length of Tx MIC
3362  * @key_rxmic_len: length of Rx MIC
3363  * @key_data: Key
3364  * @pn: packet number
3365  * @mac_header: MAC header
3366  * @data_len: length of data
3367  * @data: pointer to payload
3368  */
3369 struct disa_encrypt_decrypt_req_params {
3370 	uint32_t vdev_id;
3371 	uint8_t key_flag;
3372 	uint32_t key_idx;
3373 	uint32_t key_cipher;
3374 	uint32_t key_len;
3375 	uint32_t key_txmic_len;
3376 	uint32_t key_rxmic_len;
3377 	uint8_t key_data[MAC_MAX_KEY_LENGTH];
3378 	uint8_t pn[MAC_PN_LENGTH];
3379 	uint8_t mac_header[MAX_MAC_HEADER_LEN];
3380 	uint32_t data_len;
3381 	uint8_t *data;
3382 };
3383 #endif
3384 
3385 /**
3386  * struct mcast_group_update_param - Mcast group table update to target
3387  * @action: Addition/deletion
3388  * @wildcard: iwldcard table entry?
3389  * @mcast_ip_addr: mcast ip address to be updated
3390  * @mcast_ip_addr_bytes: mcast ip addr bytes
3391  * @ucast_mac_addr: ucast peer mac subscribed to mcast ip
3392  * @filter_mode: filter mode
3393  * @nsrcs: number of entries in source list
3394  * @srcs: source mac accpted
3395  * @mask: mask
3396  * @vap_id: vdev id
3397  * @is_action_delete: is delete
3398  * @is_filter_mode_snoop:
3399  * @is_mcast_addr_len:
3400  */
3401 struct mcast_group_update_params {
3402 	int action;
3403 	int wildcard;
3404 	uint8_t *mcast_ip_addr;
3405 	int mcast_ip_addr_bytes;
3406 	uint8_t *ucast_mac_addr;
3407 	uint8_t filter_mode;
3408 	uint8_t nsrcs;
3409 	uint8_t *srcs;
3410 	uint8_t *mask;
3411 	uint8_t vap_id;
3412 	bool is_action_delete;
3413 	bool is_filter_mode_snoop;
3414 	bool is_mcast_addr_len;
3415 };
3416 
3417 /**
3418  * struct periodic_chan_stats_param - periodic channel stats req param
3419  * @stats_period: stats period update
3420  * @enable: enable/disable
3421  */
3422 struct periodic_chan_stats_params {
3423 	uint32_t stats_period;
3424 	bool enable;
3425 	uint32_t pdev_id;
3426 };
3427 
3428 /**
3429  * enum wmi_host_packet_power_rate_flags: packer power rate flags
3430  * @WMI_HOST_FLAG_RTSENA: RTS enabled
3431  * @WMI_HOST_FLAG_CTSENA: CTS enabled
3432  * @WMI_HOST_FLAG_STBC: STBC is set
3433  * @WMI_HOST_FLAG_LDPC: LDPC is set
3434  * @WMI_HOST_FLAG_TXBF: Tx Bf enabled
3435  * @WMI_HOST_FLAG_MU2: MU2 data
3436  * @WMI_HOST_FLAG_MU3: MU3 data
3437  * @WMI_HOST_FLAG_SERIES1: Rate series 1
3438  * @WMI_HOST_FLAG_SGI: Short gaurd interval
3439  */
3440 enum wmi_host_packet_power_rate_flags {
3441 	WMI_HOST_FLAG_RTSENA        =  0x0001,
3442 	WMI_HOST_FLAG_CTSENA        =  0x0002,
3443 	WMI_HOST_FLAG_STBC          =  0x0004,
3444 	WMI_HOST_FLAG_LDPC          =  0x0008,
3445 	WMI_HOST_FLAG_TXBF          =  0x0010,
3446 	WMI_HOST_FLAG_MU2           =  0x0020,
3447 	WMI_HOST_FLAG_MU3           =  0x0040,
3448 	WMI_HOST_FLAG_SERIES1       =  0x0080,
3449 	WMI_HOST_FLAG_SGI           =  0x0100,
3450 };
3451 
3452 /**
3453  * enum wmi_host_su_mu_ofdma_flags: packer power su mu ofdma flags
3454  * @WMI_HOST_FLAG_SU: SU Data
3455  * @WMI_HOST_FLAG_DL_MU_MIMO_AC: DL AC MU data
3456  * @WMI_HOST_FLAG_DL_MU_MIMO_AX: DL AX MU data
3457  * @WMI_HOST_FLAG_DL_OFDMA: DL OFDMA data
3458  * @WMI_HOST_FLAG_UL_OFDMA: UL OFDMA data
3459  * @WMI_HOST_FLAG_UL_MU_MIMO: UL MU data
3460  */
3461 enum wmi_host_su_mu_ofdma_flags {
3462 	WMI_HOST_FLAG_SU            =  0x0001,
3463 	WMI_HOST_FLAG_DL_MU_MIMO_AC =  0x0002,
3464 	WMI_HOST_FLAG_DL_MU_MIMO_AX =  0x0003,
3465 	WMI_HOST_FLAG_DL_OFDMA      =  0x0004,
3466 	WMI_HOST_FLAG_UL_OFDMA      =  0x0005,
3467 	WMI_HOST_FLAG_UL_MU_MIMO    =  0x0006,
3468 };
3469 
3470 /**
3471  * enum wmi_host_preamble_type: preamble type
3472  * @WMI_HOST_PREAMBLE_OFDM: ofdm rate
3473  * @WMI_HOST_PREAMBLE_CCK:  cck rate
3474  * @WMI_HOST_PREAMBLE_HT: ht rate
3475  * @WMI_HOST_PREAMBLE_VHT: vht rate
3476  * @WMI_HOST_PREAMBLE_HE: 11ax he rate
3477  */
3478 enum wmi_host_preamble_type {
3479 	WMI_HOST_PREAMBLE_OFDM  =  0,
3480 	WMI_HOST_PREAMBLE_CCK   =  1,
3481 	WMI_HOST_PREAMBLE_HT    =  2,
3482 	WMI_HOST_PREAMBLE_VHT   =  3,
3483 	WMI_HOST_PREAMBLE_HE    =  4,
3484 };
3485 
3486 /**
3487  * struct packet_power_info_params - packet power info params
3488  * @chainmask: chain mask
3489  * @chan_width: channel bandwidth
3490  * @rate_flags: rate flags
3491  * @su_mu_ofdma: su/mu/ofdma flags
3492  * @nss: number of spatial streams
3493  * @preamble: preamble
3494  * @hw_rate:
3495  */
3496 struct packet_power_info_params {
3497 	uint16_t chainmask;
3498 	uint16_t chan_width;
3499 	uint16_t rate_flags;
3500 	uint16_t su_mu_ofdma;
3501 	uint16_t nss;
3502 	uint16_t preamble;
3503 	uint16_t hw_rate;
3504 	uint32_t pdev_id;
3505 };
3506 
3507 /**
3508  * WMI_GPIO_CONFIG_CMDID
3509  */
3510 enum {
3511 	WMI_HOST_GPIO_PULL_NONE,
3512 	WMI_HOST_GPIO_PULL_UP,
3513 	WMI_HOST_GPIO_PULL_DOWN,
3514 };
3515 
3516 /**
3517  * WMI_GPIO_INTTYPE
3518  */
3519 enum {
3520 	WMI_HOST_GPIO_INTTYPE_DISABLE,
3521 	WMI_HOST_GPIO_INTTYPE_RISING_EDGE,
3522 	WMI_HOST_GPIO_INTTYPE_FALLING_EDGE,
3523 	WMI_HOST_GPIO_INTTYPE_BOTH_EDGE,
3524 	WMI_HOST_GPIO_INTTYPE_LEVEL_LOW,
3525 	WMI_HOST_GPIO_INTTYPE_LEVEL_HIGH
3526 };
3527 
3528 /**
3529  * struct wmi_host_gpio_input_event - GPIO input event structure
3530  * @gpio_num: GPIO number which changed state
3531  */
3532 typedef struct {
3533 	uint32_t gpio_num;	/* GPIO number which changed state */
3534 } wmi_host_gpio_input_event;
3535 
3536 /**
3537  * struct gpio_config_params - GPIO config params
3538  * @gpio_num: GPIO number to config
3539  * @input: input/output
3540  * @pull_type: pull type
3541  * @intr_mode: int mode
3542  */
3543 struct gpio_config_params {
3544 	uint32_t gpio_num;
3545 	uint32_t input;
3546 	uint32_t pull_type;
3547 	uint32_t intr_mode;
3548 };
3549 
3550 /**
3551  * struct gpio_output_params - GPIO output params
3552  * @gpio_num: GPIO number to configure
3553  * @set: set/reset
3554  */
3555 struct gpio_output_params {
3556 	uint32_t gpio_num;
3557 	uint32_t set;
3558 };
3559 
3560 /* flags bit 0: to configure wlan priority bitmap */
3561 #define WMI_HOST_BTCOEX_PARAM_FLAGS_WLAN_PRIORITY_BITMAP_BIT (1<<0)
3562 /* flags bit 1: to configure both period and wlan duration */
3563 #define WMI_HOST_BTCOEX_PARAM_FLAGS_DUTY_CYCLE_BIT (1<<1)
3564 struct btcoex_cfg_params {
3565 	/* WLAN priority bitmask for different frame types */
3566 	uint32_t  btcoex_wlan_priority_bitmap;
3567 	/* This command is used to configure different btcoex params
3568 	 * in different situations.The host sets the appropriate bit(s)
3569 	 * in btcoex_param_flags to indicate which configuration parameters
3570 	 * are valid within a particular BT coex config message, so that one
3571 	 * BT configuration parameter can be configured without affecting
3572 	 * other BT configuration parameters.E.g. if the host wants to
3573 	 * configure only btcoex_wlan_priority_bitmap it sets only
3574 	 * WMI_BTCOEX_PARAM_FLAGS_WLAN_PRIORITY_BITMAP_BIT in
3575 	 * btcoex_param_flags so that firmware will not overwrite
3576 	 * other params with default value passed in the command.
3577 	 * Host can also set multiple bits in btcoex_param_flags
3578 	 * to configure more than one param in single message.
3579 	 */
3580 	uint32_t btcoex_param_flags;
3581 	/* period denotes the total time in milliseconds which WLAN and BT share
3582 	 * configured percentage for transmission and reception.
3583 	 */
3584 	uint32_t period;
3585 	/* wlan duration is the time in milliseconds given for wlan
3586 	 * in above period.
3587 	 */
3588 	uint32_t wlan_duration;
3589 };
3590 
3591 #define WMI_HOST_COEX_CONFIG_BUF_MAX_LEN 32 /* 128 bytes */
3592 /**
3593  * coex_ver_cfg_t
3594  * @coex_version: Version for 4 wire coex
3595  * @length: Length of payload buffer based on version
3596  * @config_buf: Payload Buffer
3597  */
3598 typedef struct {
3599 	/* VERSION_4 (4 wire coex) */
3600 	uint32_t coex_version;
3601 
3602 	/* No. of uint32_t elements in payload buffer. Will depend on the coex
3603 	 * version
3604 	 */
3605 	uint32_t length;
3606 
3607 	/* Payload buffer */
3608 	uint32_t config_buf[WMI_HOST_COEX_CONFIG_BUF_MAX_LEN];
3609 } coex_ver_cfg_t;
3610 
3611 #define WMI_HOST_RTT_REPORT_CFR	0
3612 #define WMI_HOST_RTT_NO_REPORT_CFR	1
3613 #define WMI_HOST_RTT_AGGREGATE_REPORT_NON_CFR	2
3614 /**
3615  * struct rtt_meas_req_test_params
3616  * @peer: peer mac address
3617  * @req_frame_type: RTT request frame type
3618  * @req_bw: requested bandwidth
3619  * @req_preamble: Preamble
3620  * @req_num_req: num of requests
3621  * @req_report_type: report type
3622  * @num_measurements: number of measurements
3623  * @asap_mode: priority
3624  * @lci_requested: LCI requested
3625  * @loc_civ_requested:
3626  * @channel_param: channel param
3627  * @req_id: requested id
3628  */
3629 struct rtt_meas_req_test_params {
3630 	uint8_t peer[QDF_MAC_ADDR_SIZE];
3631 	int req_frame_type;
3632 	int req_bw;
3633 	int req_preamble;
3634 	int req_num_req;
3635 	int req_report_type;
3636 	uint32_t num_measurements;
3637 	uint32_t asap_mode;
3638 	uint32_t lci_requested;
3639 	uint32_t loc_civ_requested;
3640 	struct channel_param channel;
3641 	uint8_t req_id;
3642 };
3643 
3644 /**
3645  * struct rtt_meas_req_params - RTT measurement request params
3646  * @req_id: Request id
3647  * @vdev_id: vdev id
3648  * @sta_mac_addr: pointer to station mac address
3649  * @spoof_mac_addr: pointer to spoof mac address
3650  * @is_mode_na: 11NA
3651  * @is_mode_ac: AC
3652  * @is_bw_20: 20
3653  * @is_bw_40: 40
3654  * @is_bw_80: 80
3655  * @num_probe_rqst: number of probe request
3656  * @channel_param: channel param
3657  */
3658 struct rtt_meas_req_params {
3659 	uint8_t req_id;
3660 	uint8_t vdev_id;
3661 	uint8_t *sta_mac_addr;
3662 	uint8_t *spoof_mac_addr;
3663 	bool is_mode_na;
3664 	bool is_mode_ac;
3665 	bool is_bw_20;
3666 	bool is_bw_40;
3667 	bool is_bw_80;
3668 	uint32_t num_probe_rqst;
3669 	struct channel_param channel;
3670 };
3671 
3672 /**
3673  * struct lci_set_params - LCI params
3674  * @lci_data: pointer to LCI data
3675  * @latitude_unc: latitude
3676  * @latitude_0_12: bits 0 to 1 of latitude
3677  * @latitude_2_33: bits 2 to 33 of latitude
3678  * @longitude_unc: longitude
3679  * @longitude_0_1: bits 0 to 1 of longitude
3680  * @longitude_2_33: bits 2 to 33 of longitude
3681  * @altitude_type: altitude type
3682  * @altitude_unc_0_3: altitude bits 0 - 3
3683  * @altitude_unc_4_5: altitude bits 4 - 5
3684  * @altitude: altitude
3685  * @datum: dataum
3686  * @reg_loc_agmt:
3687  * @reg_loc_dse:
3688  * @dep_sta:
3689  * @version: version
3690  */
3691 struct lci_set_params {
3692 	void *lci_data;
3693 	uint8_t	latitude_unc:6,
3694 		latitude_0_1:2;
3695 	uint32_t latitude_2_33;
3696 	uint8_t	longitude_unc:6,
3697 		longitude_0_1:2;
3698 	uint32_t longitude_2_33;
3699 	uint8_t	altitude_type:4,
3700 		altitude_unc_0_3:4;
3701 	uint32_t altitude_unc_4_5:2,
3702 		altitude:30;
3703 	uint8_t	datum:3,
3704 		reg_loc_agmt:1,
3705 		reg_loc_dse:1,
3706 		dep_sta:1,
3707 		version:2;
3708 	uint8_t *colocated_bss;
3709 	int msg_len;
3710 };
3711 
3712 /**
3713  * struct lcr_set_params - LCR params
3714  * @lcr_data: pointer to lcr data
3715  */
3716 struct lcr_set_params {
3717 	void *lcr_data;
3718 	int msg_len;
3719 };
3720 
3721 /**
3722  * struct rtt_keepalive_req_params - RTT keepalive params
3723  * @macaddr: pointer to macaddress
3724  * @req_id: Request id
3725  * @vdev_id: vdev id
3726  * @stop: start/stop
3727  */
3728 struct rtt_keepalive_req_params {
3729 	uint8_t *macaddr;
3730 	uint8_t req_id;
3731 	uint8_t vdev_id;
3732 	bool stop;
3733 };
3734 
3735 /**
3736  * struct rx_reorder_queue_setup_params  - Reorder queue setup params
3737  * @peer_mac_addr: Peer mac address
3738  * @tid: TID
3739  * @vdev_id: vdev id
3740  * @hw_qdesc_paddr_lo: lower 32 bits of queue desc adddress
3741  * @hw_qdesc_paddr_hi: upper 32 bits of queue desc adddress
3742  * @queue_no: 16-bit number assigned by host for queue
3743  * @ba_window_size_valid: BA window size validity flag
3744  * @ba_window_size: BA window size
3745  */
3746 struct rx_reorder_queue_setup_params {
3747 	uint8_t *peer_macaddr;
3748 	uint16_t tid;
3749 	uint16_t vdev_id;
3750 	uint32_t hw_qdesc_paddr_lo;
3751 	uint32_t hw_qdesc_paddr_hi;
3752 	uint16_t queue_no;
3753 	uint8_t ba_window_size_valid;
3754 	uint16_t ba_window_size;
3755 
3756 };
3757 
3758 /**
3759  * struct rx_reorder_queue_remove_params  - Reorder queue setup params
3760  * @peer_mac_addr: Peer mac address
3761  * @vdev_id: vdev id
3762  * @peer_tid_bitmap: peer tid bitmap
3763  */
3764 struct rx_reorder_queue_remove_params {
3765 	uint8_t *peer_macaddr;
3766 	uint16_t vdev_id;
3767 	uint32_t peer_tid_bitmap;
3768 };
3769 
3770 /**
3771  * struct wmi_host_stats_event - Stats event params
3772  * @stats_id: stats id of type wmi_host_stats_event
3773  * @num_pdev_stats: number of pdev stats event structures 0 or 1
3774  * @num_pdev_ext_stats: number of pdev ext stats event structures
3775  * @num_vdev_stats: number of vdev stats
3776  * @num_peer_stats: number of peer stats event structures 0 or max peers
3777  * @num_peer_extd_stats: number of peer extended stats event structures 0
3778  * or max peers
3779  * @num_bcnflt_stats: number of beacon filter stats
3780  * @num_chan_stats: number of channel stats
3781  * @pdev_id: device id for the radio
3782  * @num_bcn_stats: number of beacon stats
3783  * @num_rssi_stats: number of rssi stats
3784  * @num_peer_adv_stats: number of peer adv stats
3785  * @last_event: specify if the current event is the last event
3786  */
3787 typedef struct {
3788 	wmi_host_stats_id stats_id;
3789 	uint32_t num_pdev_stats;
3790 	uint32_t num_pdev_ext_stats;
3791 	uint32_t num_vdev_stats;
3792 	uint32_t num_peer_stats;
3793 	uint32_t num_peer_extd_stats;
3794 	uint32_t num_bcnflt_stats;
3795 	uint32_t num_chan_stats;
3796 	uint32_t pdev_id;
3797 	uint32_t num_bcn_stats;
3798 	uint32_t num_rssi_stats;
3799 	uint32_t num_peer_adv_stats;
3800 	uint32_t last_event;
3801 } wmi_host_stats_event;
3802 
3803 /**
3804  * struct wmi_host_peer_extd_stats - peer extd stats event structure
3805  * @peer_macaddr: Peer mac address
3806  * @inactive_time: inactive time in secs
3807  * @peer_chain_rssi: peer rssi
3808  * @rx_duration: RX duration
3809  * @peer_tx_bytes: TX bytes
3810  * @last_tx_rate_code: Tx rate code of last frame
3811  * @last_tx_power: Tx power latest
3812  * @atf_tokens_allocated: atf tokens allocated
3813  * @atf_tokens_utilized: atf tokens utilized
3814  * @num_mu_tx_blacklisted: Blacklisted MU Tx count
3815  * @sgi_count: sgi count of the peer
3816  * @rx_mc_bc_cnt: Total number of received multicast & broadcast data frames
3817  * corresponding to this peer, 1 in the MSB of rx_mc_bc_cnt represents a
3818  * valid data
3819  * @rx_retry_cnt: Number of rx retries received from current station
3820  */
3821 typedef struct {
3822 	wmi_host_mac_addr peer_macaddr;
3823 	uint32_t inactive_time;
3824 	uint32_t peer_chain_rssi;
3825 	uint32_t rx_duration;
3826 	uint32_t peer_tx_bytes;
3827 	uint32_t last_tx_rate_code;
3828 	uint32_t last_tx_power;
3829 	uint32_t atf_tokens_allocated;
3830 	uint32_t atf_tokens_utilized;
3831 	uint32_t num_mu_tx_blacklisted;
3832 	uint32_t sgi_count;
3833 	uint32_t rx_mc_bc_cnt;
3834 	uint32_t rx_retry_cnt;
3835 } wmi_host_peer_extd_stats;
3836 
3837 /**
3838  * struct wmi_host_peer_adv_stats - peer adv stats event structure
3839  * @peer_macaddr: mac address
3840  * @fcs_count: fcs count
3841  * @rx_bytes: rx bytes
3842  * @rx_count: rx count
3843  */
3844 struct wmi_host_peer_adv_stats {
3845 	uint8_t peer_macaddr[QDF_MAC_ADDR_SIZE];
3846 	uint32_t fcs_count;
3847 	uint64_t rx_bytes;
3848 	uint32_t rx_count;
3849 };
3850 
3851 /**
3852  * struct wmi_host_pdev_ext_stats - peer ext stats structure
3853  * @rx_rssi_comb: RX rssi
3854  * @rx_rssi_chain0: RX rssi chain 0
3855  * @rx_rssi_chain1: RX rssi chain 1
3856  * @rx_rssi_chain2: RX rssi chain 2
3857  * @rx_rssi_chain3: RX rssi chain 3
3858  * @rx_mcs: RX MCS array
3859  * @tx_mcs: TX MCS array
3860  * @ack_rssi: Ack rssi
3861  */
3862 typedef struct {
3863 	uint32_t	rx_rssi_comb;
3864 	uint32_t	rx_rssi_chain0;
3865 	uint32_t	rx_rssi_chain1;
3866 	uint32_t	rx_rssi_chain2;
3867 	uint32_t	rx_rssi_chain3;
3868 	uint32_t	rx_mcs[10];
3869 	uint32_t	tx_mcs[10];
3870 	uint32_t	ack_rssi;
3871 } wmi_host_pdev_ext_stats;
3872 
3873 /**
3874  * struct wmi_host_dbg_tx_stats - Debug stats
3875  * @comp_queued: Num HTT cookies queued to dispatch list
3876  * @comp_delivered: Num HTT cookies dispatched
3877  * @msdu_enqued: Num MSDU queued to WAL
3878  * @mpdu_enqued: Num MPDU queue to WAL
3879  * @wmm_drop: Num MSDUs dropped by WMM limit
3880  * @local_enqued: Num Local frames queued
3881  * @local_freed: Num Local frames done
3882  * @hw_queued: Num queued to HW
3883  * @hw_reaped: Num PPDU reaped from HW
3884  * @underrun: Num underruns
3885  * @hw_paused: HW Paused.
3886  * @tx_abort: Num PPDUs cleaned up in TX abort
3887  * @mpdus_requed: Num MPDUs requed by SW
3888  * @tx_ko: excessive retries
3889  * @tx_xretry:
3890  * @data_rc: data hw rate code
3891  * @self_triggers: Scheduler self triggers
3892  * @sw_retry_failure: frames dropped due to excessive sw retries
3893  * @illgl_rate_phy_err: illegal rate phy errors
3894  * @pdev_cont_xretry: wal pdev continuous xretry
3895  * @pdev_tx_timeout: wal pdev continuous xretry
3896  * @pdev_resets: wal pdev resets
3897  * @stateless_tid_alloc_failure: frames dropped due to non-availability of
3898  *                               stateless TIDs
3899  * @phy_underrun: PhY/BB underrun
3900  * @txop_ovf: MPDU is more than txop limit
3901  * @seq_posted: Number of Sequences posted
3902  * @seq_failed_queueing: Number of Sequences failed queueing
3903  * @seq_completed: Number of Sequences completed
3904  * @seq_restarted: Number of Sequences restarted
3905  * @mu_seq_posted: Number of MU Sequences posted
3906  * @mpdus_sw_flush: Num MPDUs flushed by SW, HWPAUSED, SW TXABORT
3907  *                  (Reset,channel change)
3908  * @mpdus_hw_filter: Num MPDUs filtered by HW, all filter condition
3909  *                   (TTL expired)
3910  * @mpdus_truncated: Num MPDUs truncated by PDG (TXOP, TBTT,
3911  *                   PPDU_duration based on rate, dyn_bw)
3912  * @mpdus_ack_failed: Num MPDUs that was tried but didn't receive ACK or BA
3913  * @mpdus_expired: Num MPDUs that was dropped du to expiry.
3914  * @mc_dropr: Num mc drops
3915  */
3916 typedef struct {
3917 	int32_t comp_queued;
3918 	int32_t comp_delivered;
3919 	int32_t msdu_enqued;
3920 	int32_t mpdu_enqued;
3921 	int32_t wmm_drop;
3922 	int32_t local_enqued;
3923 	int32_t local_freed;
3924 	int32_t hw_queued;
3925 	int32_t hw_reaped;
3926 	int32_t underrun;
3927 	uint32_t hw_paused;
3928 	int32_t tx_abort;
3929 	int32_t mpdus_requed;
3930 	uint32_t tx_ko;
3931 	uint32_t tx_xretry;
3932 	uint32_t data_rc;
3933 	uint32_t self_triggers;
3934 	uint32_t sw_retry_failure;
3935 	uint32_t illgl_rate_phy_err;
3936 	uint32_t pdev_cont_xretry;
3937 	uint32_t pdev_tx_timeout;
3938 	uint32_t pdev_resets;
3939 	uint32_t stateless_tid_alloc_failure;
3940 	uint32_t phy_underrun;
3941 	uint32_t txop_ovf;
3942 	uint32_t seq_posted;
3943 	uint32_t seq_failed_queueing;
3944 	uint32_t seq_completed;
3945 	uint32_t seq_restarted;
3946 	uint32_t mu_seq_posted;
3947 	int32_t mpdus_sw_flush;
3948 	int32_t mpdus_hw_filter;
3949 	int32_t mpdus_truncated;
3950 	int32_t mpdus_ack_failed;
3951 	int32_t mpdus_expired;
3952 	uint32_t mc_drop;
3953 } wmi_host_dbg_tx_stats;
3954 
3955 /**
3956  * struct wmi_host_dbg_rx_stats - RX Debug stats
3957  * @mid_ppdu_route_change: Cnts any change in ring routing mid-ppdu
3958  * @status_rcvd: Total number of statuses processed
3959  * @r0_frags: Extra frags on rings 0
3960  * @r1_frags: Extra frags on rings 1
3961  * @r2_frags: Extra frags on rings 2
3962  * @r3_frags: Extra frags on rings 3
3963  * @htt_msdus: MSDUs delivered to HTT
3964  * @htt_mpdus: MPDUs delivered to HTT
3965  * @loc_msdus: MSDUs delivered to local stack
3966  * @loc_mpdus: MPDUS delivered to local stack
3967  * @oversize_amsdu: AMSDUs that have more MSDUs than the status ring size
3968  * @phy_errs: Number of PHY errors
3969  * @phy_err_drop: Number of PHY errors drops
3970  * @mpdu_errs: Number of mpdu errors - FCS, MIC, ENC etc.
3971  * @pdev_rx_timeout: Number of rx inactivity timeouts
3972  * @rx_ovfl_errs: Number of rx overflow errors.
3973  */
3974 typedef struct {
3975 	int32_t mid_ppdu_route_change;
3976 	int32_t status_rcvd;
3977 	int32_t r0_frags;
3978 	int32_t r1_frags;
3979 	int32_t r2_frags;
3980 	int32_t r3_frags;
3981 	int32_t htt_msdus;
3982 	int32_t htt_mpdus;
3983 	int32_t loc_msdus;
3984 	int32_t loc_mpdus;
3985 	int32_t oversize_amsdu;
3986 	int32_t phy_errs;
3987 	int32_t phy_err_drop;
3988 	int32_t mpdu_errs;
3989 	uint32_t pdev_rx_timeout;
3990 	int32_t rx_ovfl_errs;
3991 } wmi_host_dbg_rx_stats;
3992 
3993 /** struct wmi_host_dbg_mem_stats - memory stats
3994  * @iram_free_size: IRAM free size on target
3995  * @dram_free_size: DRAM free size on target
3996  * @sram_free_size: SRAM free size on target
3997  */
3998 typedef struct {
3999 	uint32_t iram_free_size;
4000 	uint32_t dram_free_size;
4001 	/* Only Non-TLV */
4002 	uint32_t sram_free_size;
4003 } wmi_host_dbg_mem_stats;
4004 
4005 typedef struct {
4006 	/* Only TLV */
4007 	int32_t dummy;/* REMOVE THIS ONCE REAL PEER STAT COUNTERS ARE ADDED */
4008 } wmi_host_dbg_peer_stats;
4009 
4010 /**
4011  * struct wmi_host_dbg_stats - host debug stats
4012  * @tx: TX stats of type wmi_host_dbg_tx_stats
4013  * @rx: RX stats of type wmi_host_dbg_rx_stats
4014  * @mem: Memory stats of type wmi_host_dbg_mem_stats
4015  * @peer: peer stats of type wmi_host_dbg_peer_stats
4016  */
4017 typedef struct {
4018 	wmi_host_dbg_tx_stats tx;
4019 	wmi_host_dbg_rx_stats rx;
4020 	wmi_host_dbg_mem_stats mem;
4021 	wmi_host_dbg_peer_stats peer;
4022 } wmi_host_dbg_stats;
4023 
4024 /**
4025  * struct wmi_host_pdev_stats - PDEV stats
4026  * @chan_nf: Channel noise floor
4027  * @tx_frame_count: TX frame count
4028  * @rx_frame_count: RX frame count
4029  * @rx_clear_count: rx clear count
4030  * @cycle_count: cycle count
4031  * @phy_err_count: Phy error count
4032  * @chan_tx_pwr: Channel Tx Power
4033  * @pdev_stats: WAL dbg stats
4034  * @ackRcvBad:
4035  * @rtsBad:
4036  * @rtsGood:
4037  * @fcsBad:
4038  * @noBeacons:
4039  * @mib_int_count:
4040  */
4041 typedef struct {
4042 	int32_t chan_nf;
4043 	uint32_t tx_frame_count;
4044 	uint32_t rx_frame_count;
4045 	uint32_t rx_clear_count;
4046 	uint32_t cycle_count;
4047 	uint32_t phy_err_count;
4048 	uint32_t chan_tx_pwr;
4049 	wmi_host_dbg_stats pdev_stats;
4050 	uint32_t	ackRcvBad;
4051 	uint32_t	rtsBad;
4052 	uint32_t	rtsGood;
4053 	uint32_t	fcsBad;
4054 	uint32_t	noBeacons;
4055 	uint32_t	mib_int_count;
4056 } wmi_host_pdev_stats;
4057 
4058 
4059 /**
4060  * struct wmi_unit_test_event - Structure corresponding to WMI Unit test event
4061  * @vdev_id: VDEV ID
4062  * @module_id: MODULE ID
4063  * @diag_token: Diag Token (the number that was generated in the unit-test cmd)
4064  * @flag: flag has 2 bits 0x1 indicates status, and 0x2 indicates done-bit
4065  * @payload_len: payload_len (blindly copied from payload_len field in WMI)
4066  * @buffer_len: actual number of data bytes in the variable data size TLV
4067  *              buffer_len is likely to be the nearest multiple of 4 (from
4068  *              payload_len). both buffer_len and payload_len need to be
4069  *              passed to wifitool so that the driver can be agnostic
4070  *              regarding these differences.
4071  * @buffer: data buffer
4072  */
4073 typedef struct {
4074 	uint32_t vdev_id;
4075 	uint32_t module_id;
4076 	uint32_t diag_token;
4077 	uint32_t flag;
4078 	uint32_t payload_len;
4079 	uint32_t buffer_len;
4080 	uint8_t buffer[1];
4081 } wmi_unit_test_event;
4082 
4083 
4084 /**
4085  * struct wmi_host_snr_info - WMI host Signal to noise ration info
4086  * @bcn_snr: beacon SNR
4087  * @dat_snr: Data frames SNR
4088  */
4089 typedef struct {
4090 	int32_t bcn_snr;
4091 	int32_t dat_snr;
4092 } wmi_host_snr_info;
4093 
4094 #define WMI_HOST_MAX_TX_RATE_VALUES	10	/*Max Tx Rates */
4095 #define WMI_HOST_MAX_RSSI_VALUES	10	/*Max Rssi values */
4096 
4097 /* The WLAN_MAX_AC macro cannot be changed without breaking
4098  *  * WMI compatibility.
4099  *   * The maximum value of access category
4100  *	*/
4101 #define WMI_HOST_WLAN_MAX_AC  4
4102 
4103 /* The WMI_HOST_MAX_CHAINS macro cannot be changed without breaking WMI
4104  * compatibility.
4105  * The maximum value of number of chains
4106  */
4107 #define WMI_HOST_MAX_CHAINS   8
4108 
4109 /**
4110  * struct wmi_host_vdev_stats - vdev stats structure
4111  * @vdev_id: unique id identifying the VDEV, generated by the caller
4112  *        Rest all Only TLV
4113  * @vdev_snr: wmi_host_snr_info
4114  * @tx_frm_cnt: Total number of packets(per AC) that were successfully
4115  *              transmitted (with and without retries,
4116  *              including multi-cast, broadcast)
4117  * @rx_frm_cnt: Total number of packets that were successfully received
4118  *             (after appropriate filter rules including multi-cast, broadcast)
4119  * @multiple_retry_cnt: The number of MSDU packets and MMPDU frames per AC
4120  *      that the 802.11 station successfully transmitted after
4121  *      more than one retransmission attempt
4122  * @fail_cnt: Total number packets(per AC) failed to transmit
4123  * @rts_fail_cnt: Total number of RTS/CTS sequence failures for transmission
4124  *      of a packet
4125  * @rts_succ_cnt: Total number of RTS/CTS sequence success for transmission
4126  *      of a packet
4127  * @rx_err_cnt: The receive error count. HAL will provide the
4128  *      RxP FCS error global
4129  * @rx_discard_cnt: The sum of the receive error count and
4130  *      dropped-receive-buffer error count (FCS error)
4131  * @ack_fail_cnt: Total number packets failed transmit because of no
4132  *      ACK from the remote entity
4133  * @tx_rate_history:History of last ten transmit rate, in units of 500 kbit/sec
4134  * @bcn_rssi_history: History of last ten Beacon rssi of the connected Bss
4135  */
4136 typedef struct {
4137 	uint32_t vdev_id;
4138 	/* Rest all Only TLV */
4139 	wmi_host_snr_info vdev_snr;
4140 	uint32_t tx_frm_cnt[WMI_HOST_WLAN_MAX_AC];
4141 	uint32_t rx_frm_cnt;
4142 	uint32_t multiple_retry_cnt[WMI_HOST_WLAN_MAX_AC];
4143 	uint32_t fail_cnt[WMI_HOST_WLAN_MAX_AC];
4144 	uint32_t rts_fail_cnt;
4145 	uint32_t rts_succ_cnt;
4146 	uint32_t rx_err_cnt;
4147 	uint32_t rx_discard_cnt;
4148 	uint32_t ack_fail_cnt;
4149 	uint32_t tx_rate_history[WMI_HOST_MAX_TX_RATE_VALUES];
4150 	uint32_t bcn_rssi_history[WMI_HOST_MAX_RSSI_VALUES];
4151 } wmi_host_vdev_stats;
4152 
4153 /**
4154  * struct wmi_host_vdev_stats - vdev stats structure
4155  * @vdev_id: unique id identifying the VDEV, generated by the caller
4156  * @tx_bcn_succ_cnt: Total number of beacon frame transmitted successfully
4157  * @tx_bcn_outage_cnt: Total number of failed beacons
4158  */
4159 typedef struct {
4160 	uint32_t vdev_id;
4161 	uint32_t tx_bcn_succ_cnt;
4162 	uint32_t tx_bcn_outage_cnt;
4163 } wmi_host_bcn_stats;
4164 
4165 /**
4166  * struct wmi_host_vdev_extd_stats - VDEV extended stats
4167  * @vdev_id: unique id identifying the VDEV, generated by the caller
4168  * @ppdu_aggr_cnt: No of Aggrs Queued to HW
4169  * @ppdu_noack: No of PPDU's not Acked includes both aggr and nonaggr's
4170  * @mpdu_queued: No of MPDU/Subframes's queued to HW in Aggregates
4171  * @ppdu_nonaggr_cnt: No of NonAggr/MPDU/Subframes's queued to HW
4172  *         in Legacy NonAggregates
4173  * @mpdu_sw_requed: No of MPDU/Subframes's SW requeued includes
4174  *         both Aggr and NonAggr
4175  * @mpdu_suc_retry: No of MPDU/Subframes's transmitted Successfully
4176  *         after Single/mul HW retry
4177  * @mpdu_suc_multitry: No of MPDU/Subframes's transmitted Success
4178  *         after Multiple HW retry
4179  * @mpdu_fail_retry: No of MPDU/Subframes's failed transmission
4180  *         after Multiple HW retry
4181  * @reserved[13]: for future extensions set to 0x0
4182  */
4183 typedef struct {
4184 	uint32_t vdev_id;
4185 	uint32_t ppdu_aggr_cnt;
4186 	uint32_t ppdu_noack;
4187 	uint32_t mpdu_queued;
4188 	uint32_t ppdu_nonaggr_cnt;
4189 	uint32_t mpdu_sw_requed;
4190 	uint32_t mpdu_suc_retry;
4191 	uint32_t mpdu_suc_multitry;
4192 	uint32_t mpdu_fail_retry;
4193 	uint32_t reserved[13];
4194 } wmi_host_vdev_extd_stats;
4195 
4196 /**
4197  * struct wmi_host_vdev_nac_rssi_event - VDEV nac rssi stats
4198  * @vdev_id: unique id identifying the VDEV, generated by the caller
4199  * @last_rssi: rssi
4200  * @avg_rssi: averge rssi
4201  * @rssi_seq_num: rssi sequence number
4202  */
4203 struct wmi_host_vdev_nac_rssi_event {
4204 	uint32_t vdev_id;
4205 	uint32_t last_rssi;
4206 	uint32_t avg_rssi;
4207 	uint32_t rssi_seq_num;
4208 };
4209 
4210 /**
4211  * structure wmi_host_peer_retry_stats - peer retry stats
4212  * @peer_macaddr: peer macaddr
4213  * @retry_counter_wraparnd_ind: wraparound counter indication
4214  * @msdu_success: successfully transmitted msdus
4215  * @msdu_retried: Retried msdus
4216  * @msdu_mul_retried: msdus retried for more than once
4217  * @msdu_failed: msdus failed
4218  * @reserved: for furure extensions
4219  */
4220 struct wmi_host_peer_retry_stats {
4221 	wmi_host_mac_addr peer_macaddr;
4222 	uint32_t retry_counter_wraparnd_ind;
4223 	uint32_t msdus_success;
4224 	uint32_t msdus_retried;
4225 	uint32_t msdus_mul_retried;
4226 	uint32_t msdus_failed;
4227 	uint32_t reserved[4];
4228 };
4229 
4230 /**
4231  * struct wmi_host_per_chain_rssi_stats - VDEV nac rssi stats
4232  * @vdev_id: unique id identifying the VDEV, generated by the caller
4233  * @rssi_avg_beacon: per chain avg rssi for beacon
4234  * @rssi_avg_data: per chain avg rssi for data
4235  * @peer_macaddr: peer macaddr
4236  */
4237 struct wmi_host_per_chain_rssi_stats {
4238 	uint32_t vdev_id;
4239 	int32_t rssi_avg_beacon[WMI_HOST_MAX_CHAINS];
4240 	int32_t rssi_avg_data[WMI_HOST_MAX_CHAINS];
4241 	wmi_host_mac_addr peer_macaddr;
4242 };
4243 
4244 /**
4245  * struct wmi_host_peer_stats - peer stats
4246  * @peer_macaddr: peer MAC address
4247  * @peer_rssi: rssi
4248  * @peer_rssi_seq_num: rssi sequence number
4249  * @peer_tx_rate: last tx data rate used for peer
4250  * @peer_rx_rate: last rx data rate used for peer
4251  * @currentper: Current PER
4252  * @retries: Retries happened during transmission
4253  * @txratecount: Maximum Aggregation Size
4254  * @max4msframelen: Max4msframelen of tx rates used
4255  * @totalsubframes: Total no of subframes
4256  * @txbytes: No of bytes transmitted to the client
4257  * @nobuffs[4]: Packet Loss due to buffer overflows
4258  * @excretries[4]: Packet Loss due to excessive retries
4259  * @peer_rssi_changed: how many times peer's RSSI changed by a
4260  *        non-negligible amount
4261  */
4262 typedef struct {
4263 	wmi_host_mac_addr peer_macaddr;
4264 	int8_t  peer_rssi;
4265 	uint32_t  peer_rssi_seq_num;
4266 	uint32_t  peer_tx_rate;
4267 	uint32_t  peer_rx_rate;
4268 	uint32_t  currentper;
4269 	uint32_t  retries;
4270 	uint32_t  txratecount;
4271 	uint32_t  max4msframelen;
4272 	uint32_t  totalsubframes;
4273 	uint32_t txbytes;
4274 	uint32_t  nobuffs[4];
4275 	uint32_t  excretries[4];
4276 	uint32_t  peer_rssi_changed;
4277 } wmi_host_peer_stats;
4278 
4279 typedef struct {
4280 	uint32_t dummy;
4281 } wmi_host_bcnflt_stats;
4282 
4283 /**
4284  * struct wmi_host_chan_stats - WMI chan stats
4285  * @chan_mhz: Primary channel freq of the channel for which stats are sent
4286  * @sampling_period_us: Time spent on the channel
4287  * @rx_clear_count: Aggregate duration over a sampling period for
4288  *       which channel activity was observed
4289  * @tx_duration_us: Accumalation of the TX PPDU duration over a sampling period
4290  * @rx_duration_us: Accumalation of the RX PPDU duration over a sampling period
4291  */
4292 typedef struct {
4293 	uint32_t chan_mhz;
4294 	uint32_t sampling_period_us;
4295 	uint32_t rx_clear_count;
4296 	uint32_t tx_duration_us;
4297 	uint32_t rx_duration_us;
4298 } wmi_host_chan_stats;
4299 
4300 #define WMI_EVENT_ID_INVALID 0
4301 /**
4302  * Host based ENUM IDs for events to abstract target enums for event_id
4303  */
4304 typedef enum {
4305 	wmi_service_ready_event_id = 0,
4306 	wmi_ready_event_id,
4307 	wmi_dbg_msg_event_id,
4308 	wmi_scan_event_id,
4309 	wmi_echo_event_id,
4310 	wmi_update_stats_event_id,
4311 	wmi_inst_rssi_stats_event_id,
4312 	wmi_vdev_start_resp_event_id,
4313 	wmi_vdev_standby_req_event_id,
4314 	wmi_vdev_resume_req_event_id,
4315 	wmi_vdev_stopped_event_id,
4316 	wmi_peer_sta_kickout_event_id,
4317 	wmi_host_swba_event_id,
4318 	wmi_tbttoffset_update_event_id,
4319 	wmi_mgmt_rx_event_id,
4320 	wmi_chan_info_event_id,
4321 	wmi_phyerr_event_id,
4322 	wmi_roam_event_id,
4323 	wmi_profile_match,
4324 	wmi_debug_print_event_id,
4325 	wmi_pdev_qvit_event_id,
4326 	wmi_wlan_profile_data_event_id,
4327 	wmi_rtt_meas_report_event_id,
4328 	wmi_tsf_meas_report_event_id,
4329 	wmi_rtt_error_report_event_id,
4330 	wmi_rtt_keepalive_event_id,
4331 	wmi_oem_cap_event_id,
4332 	wmi_oem_meas_report_event_id,
4333 	wmi_oem_report_event_id,
4334 	wmi_nan_event_id,
4335 	wmi_wow_wakeup_host_event_id,
4336 	wmi_gtk_offload_status_event_id,
4337 	wmi_gtk_rekey_fail_event_id,
4338 	wmi_dcs_interference_event_id,
4339 	wmi_pdev_tpc_config_event_id,
4340 	wmi_csa_handling_event_id,
4341 	wmi_gpio_input_event_id,
4342 	wmi_peer_ratecode_list_event_id,
4343 	wmi_generic_buffer_event_id,
4344 	wmi_mcast_buf_release_event_id,
4345 	wmi_mcast_list_ageout_event_id,
4346 	wmi_vdev_get_keepalive_event_id,
4347 	wmi_wds_peer_event_id,
4348 	wmi_peer_sta_ps_statechg_event_id,
4349 	wmi_pdev_fips_event_id,
4350 	wmi_tt_stats_event_id,
4351 	wmi_pdev_channel_hopping_event_id,
4352 	wmi_pdev_ani_cck_level_event_id,
4353 	wmi_pdev_ani_ofdm_level_event_id,
4354 	wmi_pdev_reserve_ast_entry_event_id,
4355 	wmi_pdev_nfcal_power_event_id,
4356 	wmi_pdev_tpc_event_id,
4357 	wmi_pdev_get_ast_info_event_id,
4358 	wmi_pdev_temperature_event_id,
4359 	wmi_pdev_nfcal_power_all_channels_event_id,
4360 	wmi_pdev_bss_chan_info_event_id,
4361 	wmi_mu_report_event_id,
4362 	wmi_pdev_utf_event_id,
4363 	wmi_pdev_dump_event_id,
4364 	wmi_tx_pause_event_id,
4365 	wmi_dfs_radar_event_id,
4366 	wmi_pdev_l1ss_track_event_id,
4367 	wmi_service_ready_ext_event_id,
4368 	wmi_vdev_install_key_complete_event_id,
4369 	wmi_vdev_mcc_bcn_intvl_change_req_event_id,
4370 	wmi_vdev_tsf_report_event_id,
4371 	wmi_peer_info_event_id,
4372 	wmi_peer_tx_fail_cnt_thr_event_id,
4373 	wmi_peer_estimated_linkspeed_event_id,
4374 	wmi_peer_state_event_id,
4375 	wmi_offload_bcn_tx_status_event_id,
4376 	wmi_offload_prob_resp_tx_status_event_id,
4377 	wmi_mgmt_tx_completion_event_id,
4378 	wmi_tx_delba_complete_event_id,
4379 	wmi_tx_addba_complete_event_id,
4380 	wmi_ba_rsp_ssn_event_id,
4381 	wmi_aggr_state_trig_event_id,
4382 	wmi_roam_synch_event_id,
4383 	wmi_roam_synch_frame_event_id,
4384 	wmi_p2p_disc_event_id,
4385 	wmi_p2p_noa_event_id,
4386 	wmi_p2p_lo_stop_event_id,
4387 	wmi_vdev_add_macaddr_rx_filter_event_id,
4388 	wmi_pdev_resume_event_id,
4389 	wmi_d0_wow_disable_ack_event_id,
4390 	wmi_wow_initial_wakeup_event_id,
4391 	wmi_stats_ext_event_id,
4392 	wmi_iface_link_stats_event_id,
4393 	wmi_peer_link_stats_event_id,
4394 	wmi_radio_link_stats_link,
4395 	wmi_update_fw_mem_dump_event_id,
4396 	wmi_diag_event_id_log_supported_event_id,
4397 	wmi_nlo_match_event_id,
4398 	wmi_nlo_scan_complete_event_id,
4399 	wmi_apfind_event_id,
4400 	wmi_passpoint_match_event_id,
4401 	wmi_chatter_pc_query_event_id,
4402 	wmi_pdev_ftm_intg_event_id,
4403 	wmi_wlan_freq_avoid_event_id,
4404 	wmi_thermal_mgmt_event_id,
4405 	wmi_diag_container_event_id,
4406 	wmi_host_auto_shutdown_event_id,
4407 	wmi_update_whal_mib_stats_event_id,
4408 	wmi_update_vdev_rate_stats_event_id,
4409 	wmi_diag_event_id,
4410 	wmi_unit_test_event_id,
4411 	wmi_ocb_set_sched_event_id,
4412 	wmi_dbg_mesg_flush_complete_event_id,
4413 	wmi_rssi_breach_event_id,
4414 	wmi_uploadh_event_id,
4415 	wmi_captureh_event_id,
4416 	wmi_rfkill_state_change_event_id,
4417 	wmi_tdls_peer_event_id,
4418 	wmi_batch_scan_enabled_event_id,
4419 	wmi_batch_scan_result_event_id,
4420 	wmi_lpi_result_event_id,
4421 	wmi_lpi_status_event_id,
4422 	wmi_lpi_handoff_event_id,
4423 	wmi_extscan_start_stop_event_id,
4424 	wmi_extscan_operation_event_id,
4425 	wmi_extscan_table_usage_event_id,
4426 	wmi_extscan_cached_results_event_id,
4427 	wmi_extscan_wlan_change_results_event_id,
4428 	wmi_extscan_hotlist_match_event_id,
4429 	wmi_extscan_capabilities_event_id,
4430 	wmi_extscan_hotlist_ssid_match_event_id,
4431 	wmi_mdns_stats_event_id,
4432 	wmi_sap_ofl_add_sta_event_id,
4433 	wmi_sap_ofl_del_sta_event_id,
4434 	wmi_ocb_set_config_resp_event_id,
4435 	wmi_ocb_get_tsf_timer_resp_event_id,
4436 	wmi_dcc_get_stats_resp_event_id,
4437 	wmi_dcc_update_ndl_resp_event_id,
4438 	wmi_dcc_stats_event_id,
4439 	wmi_soc_set_hw_mode_resp_event_id,
4440 	wmi_soc_hw_mode_transition_event_id,
4441 	wmi_soc_set_dual_mac_config_resp_event_id,
4442 	wmi_tx_data_traffic_ctrl_event_id,
4443 	wmi_peer_tx_mu_txmit_count_event_id,
4444 	wmi_peer_gid_userpos_list_event_id,
4445 	wmi_pdev_check_cal_version_event_id,
4446 	wmi_atf_peer_stats_event_id,
4447 	wmi_peer_delete_response_event_id,
4448 	wmi_peer_delete_all_response_event_id,
4449 	wmi_pdev_csa_switch_count_status_event_id,
4450 	wmi_reg_chan_list_cc_event_id,
4451 	wmi_offchan_data_tx_completion_event,
4452 	wmi_dfs_cac_complete_id,
4453 	wmi_dfs_radar_detection_event_id,
4454 	wmi_ext_tbttoffset_update_event_id,
4455 	wmi_11d_new_country_event_id,
4456 	wmi_get_arp_stats_req_id,
4457 	wmi_service_available_event_id,
4458 	wmi_update_rcpi_event_id,
4459 	wmi_pdev_wds_entry_list_event_id,
4460 	wmi_ndp_initiator_rsp_event_id,
4461 	wmi_ndp_indication_event_id,
4462 	wmi_ndp_confirm_event_id,
4463 	wmi_ndp_responder_rsp_event_id,
4464 	wmi_ndp_end_indication_event_id,
4465 	wmi_ndp_end_rsp_event_id,
4466 	wmi_ndl_schedule_update_event_id,
4467 	wmi_ndp_event_id,
4468 	wmi_oem_response_event_id,
4469 	wmi_peer_stats_info_event_id,
4470 	wmi_pdev_chip_power_stats_event_id,
4471 	wmi_ap_ps_egap_info_event_id,
4472 	wmi_peer_assoc_conf_event_id,
4473 	wmi_vdev_delete_resp_event_id,
4474 	wmi_apf_capability_info_event_id,
4475 	wmi_vdev_encrypt_decrypt_data_rsp_event_id,
4476 	wmi_report_rx_aggr_failure_event_id,
4477 	wmi_pdev_chip_pwr_save_failure_detect_event_id,
4478 	wmi_peer_antdiv_info_event_id,
4479 	wmi_pdev_set_hw_mode_rsp_event_id,
4480 	wmi_pdev_hw_mode_transition_event_id,
4481 	wmi_pdev_set_mac_config_resp_event_id,
4482 	wmi_coex_bt_activity_event_id,
4483 	wmi_mgmt_tx_bundle_completion_event_id,
4484 	wmi_radio_tx_power_level_stats_event_id,
4485 	wmi_report_stats_event_id,
4486 	wmi_dma_buf_release_event_id,
4487 	wmi_sap_obss_detection_report_event_id,
4488 	wmi_obss_color_collision_report_event_id,
4489 	wmi_host_swfda_event_id,
4490 	wmi_sar_get_limits_event_id,
4491 	wmi_pdev_div_rssi_antid_event_id,
4492 #if defined(WLAN_DFS_PARTIAL_OFFLOAD) && defined(HOST_DFS_SPOOF_TEST)
4493 	wmi_host_dfs_status_check_event_id,
4494 #endif
4495 	wmi_twt_enable_complete_event_id,
4496 	wmi_twt_disable_complete_event_id,
4497 	wmi_apf_get_vdev_work_memory_resp_event_id,
4498 	wmi_roam_scan_stats_event_id,
4499 	wmi_vdev_ocac_complete_event_id,
4500 
4501 #ifdef OL_ATH_SMART_LOGGING
4502 	wmi_debug_fatal_condition_eventid,
4503 #endif /* OL_ATH_SMART_LOGGING */
4504 	wmi_wlan_sar2_result_event_id,
4505 	wmi_esp_estimate_event_id,
4506 	wmi_pdev_ctl_failsafe_check_event_id,
4507 	wmi_vdev_bcn_reception_stats_event_id,
4508 	wmi_roam_blacklist_event_id,
4509 	wmi_wlm_stats_event_id,
4510 	wmi_peer_cfr_capture_event_id,
4511 	wmi_pdev_cold_boot_cal_event_id,
4512 	wmi_vdev_get_mws_coex_state_eventid,
4513 	wmi_vdev_get_mws_coex_dpwb_state_eventid,
4514 	wmi_vdev_get_mws_coex_tdm_state_eventid,
4515 	wmi_vdev_get_mws_coex_idrx_state_eventid,
4516 	wmi_vdev_get_mws_coex_antenna_sharing_state_eventid,
4517 #ifdef WLAN_FEATURE_INTEROP_ISSUES_AP
4518 	wmi_pdev_interop_issues_ap_event_id,
4519 #endif
4520 	wmi_coex_report_antenna_isolation_event_id,
4521 	wmi_chan_rf_characterization_info_event_id,
4522 	wmi_roam_auth_offload_event_id,
4523 	wmi_service_ready_ext2_event_id,
4524 	wmi_get_elna_bypass_event_id,
4525 	wmi_motion_det_host_eventid,
4526 	wmi_motion_det_base_line_host_eventid,
4527 	wmi_events_max,
4528 } wmi_conv_event_id;
4529 
4530 #define WMI_UNAVAILABLE_PARAM 0
4531 /**
4532  * Host based ENUM IDs for PDEV params to abstract target enums
4533  */
4534 typedef enum {
4535 	wmi_pdev_param_tx_chain_mask = 0,
4536 	wmi_pdev_param_rx_chain_mask,
4537 	wmi_pdev_param_txpower_limit2g,
4538 	wmi_pdev_param_txpower_limit5g,
4539 	wmi_pdev_param_txpower_scale,
4540 	wmi_pdev_param_beacon_gen_mode,
4541 	wmi_pdev_param_beacon_tx_mode,
4542 	wmi_pdev_param_resmgr_offchan_mode,
4543 	wmi_pdev_param_protection_mode,
4544 	wmi_pdev_param_dynamic_bw,
4545 	wmi_pdev_param_non_agg_sw_retry_th,
4546 	wmi_pdev_param_agg_sw_retry_th,
4547 	wmi_pdev_param_sta_kickout_th,
4548 	wmi_pdev_param_ac_aggrsize_scaling,
4549 	wmi_pdev_param_ltr_enable,
4550 	wmi_pdev_param_ltr_ac_latency_be,
4551 	wmi_pdev_param_ltr_ac_latency_bk,
4552 	wmi_pdev_param_ltr_ac_latency_vi,
4553 	wmi_pdev_param_ltr_ac_latency_vo,
4554 	wmi_pdev_param_ltr_ac_latency_timeout,
4555 	wmi_pdev_param_ltr_sleep_override,
4556 	wmi_pdev_param_ltr_rx_override,
4557 	wmi_pdev_param_ltr_tx_activity_timeout,
4558 	wmi_pdev_param_l1ss_enable,
4559 	wmi_pdev_param_dsleep_enable,
4560 	wmi_pdev_param_pcielp_txbuf_flush,
4561 	wmi_pdev_param_pcielp_txbuf_watermark,
4562 	wmi_pdev_param_pcielp_txbuf_tmo_en,
4563 	wmi_pdev_param_pcielp_txbuf_tmo_value,
4564 	wmi_pdev_param_pdev_stats_update_period,
4565 	wmi_pdev_param_vdev_stats_update_period,
4566 	wmi_pdev_param_peer_stats_update_period,
4567 	wmi_pdev_param_bcnflt_stats_update_period,
4568 	wmi_pdev_param_pmf_qos,
4569 	wmi_pdev_param_arp_ac_override,
4570 	wmi_pdev_param_dcs,
4571 	wmi_pdev_param_ani_enable,
4572 	wmi_pdev_param_ani_poll_period,
4573 	wmi_pdev_param_ani_listen_period,
4574 	wmi_pdev_param_ani_ofdm_level,
4575 	wmi_pdev_param_ani_cck_level,
4576 	wmi_pdev_param_dyntxchain,
4577 	wmi_pdev_param_proxy_sta,
4578 	wmi_pdev_param_idle_ps_config,
4579 	wmi_pdev_param_power_gating_sleep,
4580 	wmi_pdev_param_aggr_burst,
4581 	wmi_pdev_param_rx_decap_mode,
4582 	wmi_pdev_param_fast_channel_reset,
4583 	wmi_pdev_param_burst_dur,
4584 	wmi_pdev_param_burst_enable,
4585 	wmi_pdev_param_smart_antenna_default_antenna,
4586 	wmi_pdev_param_igmpmld_override,
4587 	wmi_pdev_param_igmpmld_tid,
4588 	wmi_pdev_param_antenna_gain,
4589 	wmi_pdev_param_rx_filter,
4590 	wmi_pdev_set_mcast_to_ucast_tid,
4591 	wmi_pdev_param_proxy_sta_mode,
4592 	wmi_pdev_param_set_mcast2ucast_mode,
4593 	wmi_pdev_param_set_mcast2ucast_buffer,
4594 	wmi_pdev_param_remove_mcast2ucast_buffer,
4595 	wmi_pdev_peer_sta_ps_statechg_enable,
4596 	wmi_pdev_param_block_interbss,
4597 	wmi_pdev_param_set_disable_reset_cmdid,
4598 	wmi_pdev_param_set_msdu_ttl_cmdid,
4599 	wmi_pdev_param_set_ppdu_duration_cmdid,
4600 	wmi_pdev_param_txbf_sound_period_cmdid,
4601 	wmi_pdev_param_set_promisc_mode_cmdid,
4602 	wmi_pdev_param_set_burst_mode_cmdid,
4603 	wmi_pdev_param_en_stats,
4604 	wmi_pdev_param_mu_group_policy,
4605 	wmi_pdev_param_noise_detection,
4606 	wmi_pdev_param_noise_threshold,
4607 	wmi_pdev_param_dpd_enable,
4608 	wmi_pdev_param_set_mcast_bcast_echo,
4609 	wmi_pdev_param_atf_strict_sch,
4610 	wmi_pdev_param_atf_sched_duration,
4611 	wmi_pdev_param_ant_plzn,
4612 	wmi_pdev_param_mgmt_retry_limit,
4613 	wmi_pdev_param_sensitivity_level,
4614 	wmi_pdev_param_signed_txpower_2g,
4615 	wmi_pdev_param_signed_txpower_5g,
4616 	wmi_pdev_param_enable_per_tid_amsdu,
4617 	wmi_pdev_param_enable_per_tid_ampdu,
4618 	wmi_pdev_param_cca_threshold,
4619 	wmi_pdev_param_rts_fixed_rate,
4620 	wmi_pdev_param_cal_period,
4621 	wmi_pdev_param_pdev_reset,
4622 	wmi_pdev_param_wapi_mbssid_offset,
4623 	wmi_pdev_param_arp_srcaddr,
4624 	wmi_pdev_param_arp_dstaddr,
4625 	wmi_pdev_param_txpower_decr_db,
4626 	wmi_pdev_param_rx_batchmode,
4627 	wmi_pdev_param_packet_aggr_delay,
4628 	wmi_pdev_param_atf_obss_noise_sch,
4629 	wmi_pdev_param_atf_obss_noise_scaling_factor,
4630 	wmi_pdev_param_cust_txpower_scale,
4631 	wmi_pdev_param_atf_dynamic_enable,
4632 	wmi_pdev_param_atf_ssid_group_policy,
4633 	wmi_pdev_param_rfkill_enable,
4634 	wmi_pdev_param_hw_rfkill_config,
4635 	wmi_pdev_param_low_power_rf_enable,
4636 	wmi_pdev_param_l1ss_track,
4637 	wmi_pdev_param_hyst_en,
4638 	wmi_pdev_param_power_collapse_enable,
4639 	wmi_pdev_param_led_sys_state,
4640 	wmi_pdev_param_led_enable,
4641 	wmi_pdev_param_audio_over_wlan_latency,
4642 	wmi_pdev_param_audio_over_wlan_enable,
4643 	wmi_pdev_param_whal_mib_stats_update_enable,
4644 	wmi_pdev_param_vdev_rate_stats_update_period,
4645 	wmi_pdev_param_cts_cbw,
4646 	wmi_pdev_param_wnts_config,
4647 	wmi_pdev_param_adaptive_early_rx_enable,
4648 	wmi_pdev_param_adaptive_early_rx_min_sleep_slop,
4649 	wmi_pdev_param_adaptive_early_rx_inc_dec_step,
4650 	wmi_pdev_param_early_rx_fix_sleep_slop,
4651 	wmi_pdev_param_bmiss_based_adaptive_bto_enable,
4652 	wmi_pdev_param_bmiss_bto_min_bcn_timeout,
4653 	wmi_pdev_param_bmiss_bto_inc_dec_step,
4654 	wmi_pdev_param_bto_fix_bcn_timeout,
4655 	wmi_pdev_param_ce_based_adaptive_bto_enable,
4656 	wmi_pdev_param_ce_bto_combo_ce_value,
4657 	wmi_pdev_param_tx_chain_mask_2g,
4658 	wmi_pdev_param_rx_chain_mask_2g,
4659 	wmi_pdev_param_tx_chain_mask_5g,
4660 	wmi_pdev_param_rx_chain_mask_5g,
4661 	wmi_pdev_param_tx_chain_mask_cck,
4662 	wmi_pdev_param_tx_chain_mask_1ss,
4663 	wmi_pdev_param_enable_btcoex,
4664 	wmi_pdev_param_atf_peer_stats,
4665 	wmi_pdev_param_btcoex_cfg,
4666 	wmi_pdev_param_mesh_mcast_enable,
4667 	wmi_pdev_param_tx_ack_timeout,
4668 	wmi_pdev_param_soft_tx_chain_mask,
4669 	wmi_pdev_param_cck_tx_enable,
4670 	wmi_pdev_param_esp_indication_period,
4671 	wmi_pdev_param_antenna_gain_half_db,
4672 	wmi_pdev_param_ru26_allowed,
4673 	wmi_pdev_param_esp_ba_window,
4674 	wmi_pdev_param_esp_airtime_fraction,
4675 	wmi_pdev_param_esp_ppdu_duration,
4676 	wmi_pdev_param_use_nol,
4677 	wmi_pdev_param_enable_peer_retry_stats,
4678 	wmi_pdev_param_ul_trig_int,
4679 	wmi_pdev_param_sub_channel_marking,
4680 	wmi_pdev_param_ul_ppdu_duration,
4681 	wmi_pdev_param_equal_ru_allocation_enable,
4682 	wmi_pdev_param_per_peer_prd_cfr_enable,
4683 	wmi_pdev_param_nav_override_config,
4684 	wmi_pdev_param_set_mgmt_ttl,
4685 	wmi_pdev_param_set_prb_rsp_ttl,
4686 	wmi_pdev_param_set_mu_ppdu_duration,
4687 	wmi_pdev_param_set_tbtt_ctrl,
4688 	wmi_pdev_param_set_cmd_obss_pd_threshold,
4689 	wmi_pdev_param_set_cmd_obss_pd_per_ac,
4690 	wmi_pdev_param_set_cong_ctrl_max_msdus,
4691 	wmi_pdev_param_max,
4692 } wmi_conv_pdev_params_id;
4693 
4694 
4695 /**
4696  * Host based ENUM IDs for VDEV params to abstract target enums
4697  */
4698 typedef enum {
4699 	wmi_vdev_param_rts_threshold = 0,
4700 	wmi_vdev_param_fragmentation_threshold,
4701 	wmi_vdev_param_beacon_interval,
4702 	wmi_vdev_param_listen_interval,
4703 	wmi_vdev_param_multicast_rate,
4704 	wmi_vdev_param_mgmt_tx_rate,
4705 	wmi_vdev_param_slot_time,
4706 	wmi_vdev_param_preamble,
4707 	wmi_vdev_param_swba_time,
4708 	wmi_vdev_stats_update_period,
4709 	wmi_vdev_pwrsave_ageout_time,
4710 	wmi_vdev_host_swba_interval,
4711 	wmi_vdev_param_dtim_period,
4712 	wmi_vdev_oc_scheduler_air_time_limit,
4713 	wmi_vdev_param_wds,
4714 	wmi_vdev_param_atim_window,
4715 	wmi_vdev_param_bmiss_count_max,
4716 	wmi_vdev_param_bmiss_first_bcnt,
4717 	wmi_vdev_param_bmiss_final_bcnt,
4718 	wmi_vdev_param_feature_wmm,
4719 	wmi_vdev_param_chwidth,
4720 	wmi_vdev_param_chextoffset,
4721 	wmi_vdev_param_disable_htprotection,
4722 	wmi_vdev_param_sta_quickkickout,
4723 	wmi_vdev_param_mgmt_rate,
4724 	wmi_vdev_param_protection_mode,
4725 	wmi_vdev_param_fixed_rate,
4726 	wmi_vdev_param_sgi,
4727 	wmi_vdev_param_ldpc,
4728 	wmi_vdev_param_tx_stbc,
4729 	wmi_vdev_param_rx_stbc,
4730 	wmi_vdev_param_intra_bss_fwd,
4731 	wmi_vdev_param_def_keyid,
4732 	wmi_vdev_param_nss,
4733 	wmi_vdev_param_bcast_data_rate,
4734 	wmi_vdev_param_mcast_data_rate,
4735 	wmi_vdev_param_mcast_indicate,
4736 	wmi_vdev_param_dhcp_indicate,
4737 	wmi_vdev_param_unknown_dest_indicate,
4738 	wmi_vdev_param_ap_keepalive_min_idle_inactive_time_secs,
4739 	wmi_vdev_param_ap_keepalive_max_idle_inactive_time_secs,
4740 	wmi_vdev_param_ap_keepalive_max_unresponsive_time_secs,
4741 	wmi_vdev_param_ap_enable_nawds,
4742 	wmi_vdev_param_mcast2ucast_set,
4743 	wmi_vdev_param_enable_rtscts,
4744 	wmi_vdev_param_rc_num_retries,
4745 	wmi_vdev_param_txbf,
4746 	wmi_vdev_param_packet_powersave,
4747 	wmi_vdev_param_drop_unencry,
4748 	wmi_vdev_param_tx_encap_type,
4749 	wmi_vdev_param_ap_detect_out_of_sync_sleeping_sta_time_secs,
4750 	wmi_vdev_param_cabq_maxdur,
4751 	wmi_vdev_param_mfptest_set,
4752 	wmi_vdev_param_rts_fixed_rate,
4753 	wmi_vdev_param_vht_sgimask,
4754 	wmi_vdev_param_vht80_ratemask,
4755 	wmi_vdev_param_early_rx_adjust_enable,
4756 	wmi_vdev_param_early_rx_tgt_bmiss_num,
4757 	wmi_vdev_param_early_rx_bmiss_sample_cycle,
4758 	wmi_vdev_param_early_rx_slop_step,
4759 	wmi_vdev_param_early_rx_init_slop,
4760 	wmi_vdev_param_early_rx_adjust_pause,
4761 	wmi_vdev_param_proxy_sta,
4762 	wmi_vdev_param_meru_vc,
4763 	wmi_vdev_param_rx_decap_type,
4764 	wmi_vdev_param_bw_nss_ratemask,
4765 	wmi_vdev_param_sensor_ap,
4766 	wmi_vdev_param_beacon_rate,
4767 	wmi_vdev_param_dtim_enable_cts,
4768 	wmi_vdev_param_sta_kickout,
4769 	wmi_vdev_param_tx_pwrlimit,
4770 	wmi_vdev_param_snr_num_for_cal,
4771 	wmi_vdev_param_roam_fw_offload,
4772 	wmi_vdev_param_enable_rmc,
4773 	wmi_vdev_param_ibss_max_bcn_lost_ms,
4774 	wmi_vdev_param_max_rate,
4775 	wmi_vdev_param_early_rx_drift_sample,
4776 	wmi_vdev_param_set_ibss_tx_fail_cnt_thr,
4777 	wmi_vdev_param_ebt_resync_timeout,
4778 	wmi_vdev_param_aggr_trig_event_enable,
4779 	wmi_vdev_param_is_ibss_power_save_allowed,
4780 	wmi_vdev_param_is_power_collapse_allowed,
4781 	wmi_vdev_param_is_awake_on_txrx_enabled,
4782 	wmi_vdev_param_inactivity_cnt,
4783 	wmi_vdev_param_txsp_end_inactivity_time_ms,
4784 	wmi_vdev_param_dtim_policy,
4785 	wmi_vdev_param_ibss_ps_warmup_time_secs,
4786 	wmi_vdev_param_ibss_ps_1rx_chain_in_atim_window_enable,
4787 	wmi_vdev_param_rx_leak_window,
4788 	wmi_vdev_param_stats_avg_factor,
4789 	wmi_vdev_param_disconnect_th,
4790 	wmi_vdev_param_rtscts_rate,
4791 	wmi_vdev_param_mcc_rtscts_protection_enable,
4792 	wmi_vdev_param_mcc_broadcast_probe_enable,
4793 	wmi_vdev_param_capabilities,
4794 	wmi_vdev_param_mgmt_tx_power,
4795 	wmi_vdev_param_atf_ssid_sched_policy,
4796 	wmi_vdev_param_disable_dyn_bw_rts,
4797 	wmi_vdev_param_ampdu_subframe_size_per_ac,
4798 	wmi_vdev_param_he_dcm_enable,
4799 	wmi_vdev_param_he_bss_color,
4800 	wmi_vdev_param_he_range_ext_enable,
4801 	wmi_vdev_param_set_hemu_mode,
4802 	wmi_vdev_param_set_he_ltf,
4803 	wmi_vdev_param_set_heop,
4804 	wmi_vdev_param_disable_cabq,
4805 	wmi_vdev_param_rate_dropdown_bmap,
4806 	wmi_vdev_param_tx_power,
4807 	wmi_vdev_param_set_ba_mode,
4808 	wmi_vdev_param_autorate_misc_cfg,
4809 	wmi_vdev_param_amsdu_subframe_size_per_ac,
4810 	wmi_vdev_param_set_he_sounding_mode,
4811 	wmi_vdev_param_sifs_trigger_rate,
4812 	wmi_vdev_param_ul_shortgi,
4813 	wmi_vdev_param_ul_he_ltf,
4814 	wmi_vdev_param_ul_nss,
4815 	wmi_vdev_param_ul_ppdu_bw,
4816 	wmi_vdev_param_ul_ldpc,
4817 	wmi_vdev_param_ul_stbc,
4818 	wmi_vdev_param_ul_fixed_rate,
4819 	wmi_vdev_param_rawmode_open_war,
4820 	wmi_vdev_param_max_mtu_size,
4821 	wmi_vdev_param_mcast_rc_stale_period,
4822 	wmi_vdev_param_enable_multi_group_key,
4823 	wmi_vdev_param_max_group_keys,
4824 	wmi_vdev_param_enable_mcast_rc,
4825 } wmi_conv_vdev_param_id;
4826 
4827 /**
4828  * Host based ENUM IDs for service bits to abstract target enums
4829  */
4830 typedef enum {
4831 	wmi_service_beacon_offload = 0,
4832 	wmi_service_scan_offload,
4833 	wmi_service_roam_offload,
4834 	wmi_service_bcn_miss_offload,
4835 	wmi_service_sta_pwrsave,
4836 	wmi_service_sta_advanced_pwrsave,
4837 	wmi_service_ap_uapsd,
4838 	wmi_service_ap_dfs,
4839 	wmi_service_11ac,
4840 	wmi_service_blockack,
4841 	wmi_service_phyerr,
4842 	wmi_service_bcn_filter,
4843 	wmi_service_rtt,
4844 	wmi_service_ratectrl,
4845 	wmi_service_wow,
4846 	wmi_service_ratectrl_cache,
4847 	wmi_service_iram_tids,
4848 	wmi_service_burst,
4849 	wmi_service_smart_antenna_sw_support,
4850 	wmi_service_gtk_offload,
4851 	wmi_service_scan_sch,
4852 	wmi_service_csa_offload,
4853 	wmi_service_chatter,
4854 	wmi_service_coex_freqavoid,
4855 	wmi_service_packet_power_save,
4856 	wmi_service_force_fw_hang,
4857 	wmi_service_smart_antenna_hw_support,
4858 	wmi_service_gpio,
4859 	wmi_sta_uapsd_basic_auto_trig,
4860 	wmi_sta_uapsd_var_auto_trig,
4861 	wmi_service_sta_keep_alive,
4862 	wmi_service_tx_encap,
4863 	wmi_service_ap_ps_detect_out_of_sync,
4864 	wmi_service_early_rx,
4865 	wmi_service_enhanced_proxy_sta,
4866 	wmi_service_tt,
4867 	wmi_service_atf,
4868 	wmi_service_peer_caching,
4869 	wmi_service_coex_gpio,
4870 	wmi_service_aux_spectral_intf,
4871 	wmi_service_aux_chan_load_intf,
4872 	wmi_service_bss_channel_info_64,
4873 	wmi_service_ext_res_cfg_support,
4874 	wmi_service_mesh,
4875 	wmi_service_restrt_chnl_support,
4876 	wmi_service_roam_scan_offload,
4877 	wmi_service_arpns_offload,
4878 	wmi_service_nlo,
4879 	wmi_service_sta_dtim_ps_modulated_dtim,
4880 	wmi_service_sta_smps,
4881 	wmi_service_fwtest,
4882 	wmi_service_sta_wmmac,
4883 	wmi_service_tdls,
4884 	wmi_service_mcc_bcn_interval_change,
4885 	wmi_service_adaptive_ocs,
4886 	wmi_service_ba_ssn_support,
4887 	wmi_service_filter_ipsec_natkeepalive,
4888 	wmi_service_wlan_hb,
4889 	wmi_service_lte_ant_share_support,
4890 	wmi_service_batch_scan,
4891 	wmi_service_qpower,
4892 	wmi_service_plmreq,
4893 	wmi_service_thermal_mgmt,
4894 	wmi_service_rmc,
4895 	wmi_service_mhf_offload,
4896 	wmi_service_coex_sar,
4897 	wmi_service_bcn_txrate_override,
4898 	wmi_service_nan,
4899 	wmi_service_l1ss_stat,
4900 	wmi_service_estimate_linkspeed,
4901 	wmi_service_obss_scan,
4902 	wmi_service_tdls_offchan,
4903 	wmi_service_tdls_uapsd_buffer_sta,
4904 	wmi_service_tdls_uapsd_sleep_sta,
4905 	wmi_service_ibss_pwrsave,
4906 	wmi_service_lpass,
4907 	wmi_service_extscan,
4908 	wmi_service_d0wow,
4909 	wmi_service_hsoffload,
4910 	wmi_service_roam_ho_offload,
4911 	wmi_service_rx_full_reorder,
4912 	wmi_service_dhcp_offload,
4913 	wmi_service_sta_rx_ipa_offload_support,
4914 	wmi_service_mdns_offload,
4915 	wmi_service_sap_auth_offload,
4916 	wmi_service_dual_band_simultaneous_support,
4917 	wmi_service_ocb,
4918 	wmi_service_ap_arpns_offload,
4919 	wmi_service_per_band_chainmask_support,
4920 	wmi_service_packet_filter_offload,
4921 	wmi_service_mgmt_tx_htt,
4922 	wmi_service_mgmt_tx_wmi,
4923 	wmi_service_ext_msg,
4924 	wmi_service_mawc,
4925 
4926 	wmi_service_peer_stats,
4927 	wmi_service_mesh_11s,
4928 	wmi_service_periodic_chan_stat_support,
4929 	wmi_service_tx_mode_push_only,
4930 	wmi_service_tx_mode_push_pull,
4931 	wmi_service_tx_mode_dynamic,
4932 	wmi_service_check_cal_version,
4933 	wmi_service_btcoex_duty_cycle,
4934 	wmi_service_4_wire_coex_support,
4935 	wmi_service_multiple_vdev_restart,
4936 	wmi_service_peer_assoc_conf,
4937 	wmi_service_egap,
4938 	wmi_service_sta_pmf_offload,
4939 	wmi_service_unified_wow_capability,
4940 	wmi_service_enterprise_mesh,
4941 	wmi_service_apf_offload,
4942 	wmi_service_sync_delete_cmds,
4943 	wmi_service_ratectrl_limit_max_min_rates,
4944 	wmi_service_nan_data,
4945 	wmi_service_nan_rtt,
4946 	wmi_service_11ax,
4947 	wmi_service_deprecated_replace,
4948 	wmi_service_tdls_conn_tracker_in_host_mode,
4949 	wmi_service_enhanced_mcast_filter,
4950 	wmi_service_half_rate_quarter_rate_support,
4951 	wmi_service_vdev_rx_filter,
4952 	wmi_service_p2p_listen_offload_support,
4953 	wmi_service_mark_first_wakeup_packet,
4954 	wmi_service_multiple_mcast_filter_set,
4955 	wmi_service_host_managed_rx_reorder,
4956 	wmi_service_flash_rdwr_support,
4957 	wmi_service_wlan_stats_report,
4958 	wmi_service_tx_msdu_id_new_partition_support,
4959 	wmi_service_dfs_phyerr_offload,
4960 	wmi_service_rcpi_support,
4961 	wmi_service_fw_mem_dump_support,
4962 	wmi_service_peer_stats_info,
4963 	wmi_service_regulatory_db,
4964 	wmi_service_11d_offload,
4965 	wmi_service_hw_data_filtering,
4966 	wmi_service_pkt_routing,
4967 	wmi_service_offchan_tx_wmi,
4968 	wmi_service_chan_load_info,
4969 	wmi_service_extended_nss_support,
4970 	wmi_service_ack_timeout,
4971 	wmi_service_widebw_scan,
4972 	wmi_service_bcn_offload_start_stop_support,
4973 	wmi_service_offchan_data_tid_support,
4974 	wmi_service_support_dma,
4975 	wmi_service_8ss_tx_bfee,
4976 	wmi_service_fils_support,
4977 	wmi_service_mawc_support,
4978 	wmi_service_wow_wakeup_by_timer_pattern,
4979 	wmi_service_11k_neighbour_report_support,
4980 	wmi_service_ap_obss_detection_offload,
4981 	wmi_service_bss_color_offload,
4982 	wmi_service_gmac_offload_support,
4983 	wmi_service_host_dfs_check_support,
4984 	wmi_service_dual_beacon_on_single_mac_scc_support,
4985 	wmi_service_dual_beacon_on_single_mac_mcc_support,
4986 	wmi_service_twt_requestor,
4987 	wmi_service_twt_responder,
4988 	wmi_service_listen_interval_offload_support,
4989 
4990 #ifdef OL_ATH_SMART_LOGGING
4991 	wmi_service_smart_logging_support,
4992 #endif
4993 	wmi_service_infra_mbssid,
4994 	wmi_service_esp_support,
4995 	wmi_service_obss_spatial_reuse,
4996 	wmi_service_per_vdev_chain_support,
4997 	wmi_service_new_htt_msg_format,
4998 	wmi_service_peer_unmap_cnf_support,
4999 	wmi_service_beacon_reception_stats,
5000 	wmi_service_vdev_latency_config,
5001 	wmi_service_nan_dbs_support,
5002 	wmi_service_ndi_dbs_support,
5003 	wmi_service_nan_sap_support,
5004 	wmi_service_ndi_sap_support,
5005 	wmi_service_nan_disable_support,
5006 	wmi_service_sta_plus_sta_support,
5007 	wmi_service_hw_db2dbm_support,
5008 	wmi_service_wlm_stats_support,
5009 	wmi_service_ul_ru26_allowed,
5010 	wmi_service_cfr_capture_support,
5011 	wmi_service_bcast_twt_support,
5012 	wmi_service_wpa3_ft_sae_support,
5013 	wmi_service_wpa3_ft_suite_b_support,
5014 	wmi_service_ft_fils,
5015 	wmi_service_adaptive_11r_support,
5016 	wmi_service_data_stall_recovery_support,
5017 	wmi_service_tx_compl_tsf64,
5018 	wmi_service_vdev_delete_all_peer,
5019 	wmi_service_three_way_coex_config_legacy,
5020 	wmi_service_rx_fse_support,
5021 	wmi_service_dynamic_hw_mode,
5022 	wmi_service_sae_roam_support,
5023 	wmi_service_owe_roam_support,
5024 	wmi_service_ext2_msg,
5025 	wmi_services_max,
5026 } wmi_conv_service_ids;
5027 #define WMI_SERVICE_UNAVAILABLE 0xFFFF
5028 
5029 /**
5030  * enum WMI_DBG_PARAM - Debug params
5031  * @WMI_DBGLOG_LOG_LEVEL: Set the loglevel
5032  * @WMI_DBGLOG_VAP_ENABLE:  Enable VAP level debug
5033  * @WMI_DBGLOG_VAP_DISABLE: Disable VAP level debug
5034  * @WMI_DBGLOG_MODULE_ENABLE: Enable MODULE level debug
5035  * @WMI_DBGLOG_MODULE_DISABLE: Disable MODULE level debug
5036  * @WMI_DBGLOG_MOD_LOG_LEVEL: Enable MODULE level debug
5037  * @WMI_DBGLOG_TYPE: set type of the debug output
5038  * @WMI_DBGLOG_REPORT_ENABLE: Enable Disable debug
5039  */
5040 typedef enum {
5041 	WMI_DBGLOG_LOG_LEVEL = 0x1,
5042 	WMI_DBGLOG_VAP_ENABLE,
5043 	WMI_DBGLOG_VAP_DISABLE,
5044 	WMI_DBGLOG_MODULE_ENABLE,
5045 	WMI_DBGLOG_MODULE_DISABLE,
5046 	WMI_DBGLOG_MOD_LOG_LEVEL,
5047 	WMI_DBGLOG_TYPE,
5048 	WMI_DBGLOG_REPORT_ENABLE
5049 } WMI_DBG_PARAM;
5050 
5051 /**
5052  * struct wmi_host_fw_ver - FW version in non-tlv target
5053  * @sw_version: Versin info
5054  * @sw_version_1: Second dword of version
5055  */
5056 struct wmi_host_fw_ver {
5057 	uint32_t    sw_version;
5058 	uint32_t    sw_version_1;
5059 };
5060 
5061 /**
5062  * struct wmi_host_fw_abi_ver - FW version in non-tlv target
5063  * @sw_version: Versin info
5064  * @abi_version: ABI version
5065  */
5066 struct wmi_host_fw_abi_ver {
5067 	uint32_t    sw_version;
5068 	uint32_t    abi_version;
5069 };
5070 
5071 /**
5072  * struct target_resource_config - Resource config sent from host to target
5073  *               abstracted out to include union of both configs
5074  * @num_vdevs: Number vdevs configured
5075  * @num_peers: Number of peers
5076  * @num_active_peers: Number of active peers for peer cache
5077  * @num_offload_peers: Number of offload peers
5078  * @num_offload_reorder_buffs: number of offload reorder buffs
5079  * @num_peer_keys: number of peer keys
5080  * @num_tids: number of tids
5081  * @ast_skid_limit: AST skid limit
5082  * @tx_chain_mask: TX chain mask
5083  * @rx_chain_mask: RX chain mask
5084  * @rx_timeout_pri: RX reorder timeout per AC
5085  * @rx_decap_mode: RX decap mode
5086  * @scan_max_pending_req: Scan mac pending req
5087  * @bmiss_offload_max_vdev: Beacom miss offload max vdevs
5088  * @roam_offload_max_vdev: Roam offload max vdevs
5089  * @roam_offload_max_ap_profiles: roam offload max ap profiles
5090  * @num_mcast_groups: num mcast groups
5091  * @num_mcast_table_elems: number of macst table elems
5092  * @mcast2ucast_mode: mcast enhance mode
5093  * @tx_dbg_log_size: DBG log buf size
5094  * @num_wds_entries: number of WDS entries
5095  * @dma_burst_size: DMA burst size.
5096  * @mac_aggr_delim: Mac aggr delim
5097  * @rx_skip_defrag_timeout_dup_detection_check: Defrag dup check in host?
5098  * @vow_config: vow configuration
5099  * @gtk_offload_max_vdev: Max vdevs for GTK offload
5100  * @num_msdu_desc: Number of msdu desc
5101  * @max_frag_entries: Max frag entries
5102  * @agile_capability: Target Agile Capability
5103  *      End common
5104  * @max_peer_ext_stats: Max peer EXT stats
5105  * @smart_ant_cap: Smart antenna capabilities
5106  * @BK_Minfree: BIN configuration for BK traffic
5107  * @BE_Minfree: BIN configuration for BE traffic
5108  * @VI_Minfree: BIN configuration for VI traffic
5109  * @VO_Minfree: BIN configuration for VO traffic
5110  * @rx_batchmode: RX batch mode
5111  * @tt_support: Thermal throttling support
5112  * @atf_config: ATF config
5113  * @mgmt_comp_evt_bundle_support: bundle support required for mgmt complete evt
5114  * @tx_msdu_new_partition_id_support: new partiition id support for tx msdu
5115  * @peer_unmap_conf_support: peer unmap conf support in fw
5116  * @iphdr_pad_config: ipheader pad config
5117  * @qwrap_config: Qwrap configuration
5118  * @alloc_frag_desc_for_data_pkt: Frag desc for data
5119  *      Added in MCL
5120  * @num_tdls_vdevs:
5121  * @num_tdls_conn_table_entries:
5122  * @beacon_tx_offload_max_vdev:
5123  * @num_multicast_filter_entries:
5124  * @num_wow_filters:
5125  * @num_keep_alive_pattern:
5126  * @keep_alive_pattern_size:
5127  * @max_tdls_concurrent_sleep_sta:
5128  * @max_tdls_concurrent_buffer_sta:
5129  * @wmi_send_separate:
5130  * @num_ocb_vdevs:
5131  * @num_ocb_channels:
5132  * @num_ocb_schedules:
5133  * @num_packet_filters: maximum number of packet filter rules to support
5134  * @num_max_sta_vdevs: maximum number of concurrent station vdevs to support
5135  * @num_ns_ext_tuples_cfg:
5136  * @apf_instruction_size:
5137  * @max_bssid_rx_filters:
5138  * @use_pdev_id:
5139  * @max_num_dbs_scan_duty_cycle: max dbs can duty cycle value
5140  * @cce_disable: disable cce component
5141  * @peer_map_unmap_v2: enable peer map/unmap version 2 messaging
5142  * @twt_ap_pdev_count: Number of MAC on which AP TWT feature is supported
5143  * @twt_ap_sta_count: Max no of STA with which TWT sessions can be formed
5144  *                    by the AP
5145  * @max_bssid_indicator: max number of MBSS VAPs
5146  * @three_way_coex_config_legacy_en: enable three way coex legacy feature
5147  * @max_num_group_keys: max number of group keys supported for VLAN
5148  */
5149 typedef struct {
5150 	uint32_t num_vdevs;
5151 	uint32_t num_peers;
5152 	uint32_t num_active_peers;
5153 	uint32_t num_offload_peers;
5154 	uint32_t num_offload_reorder_buffs;
5155 	uint32_t num_peer_keys;
5156 	uint32_t num_tids;
5157 	uint32_t ast_skid_limit;
5158 	uint32_t tx_chain_mask;
5159 	uint32_t rx_chain_mask;
5160 	uint32_t rx_timeout_pri[4];
5161 	uint32_t rx_decap_mode;
5162 	uint32_t scan_max_pending_req;
5163 	uint32_t bmiss_offload_max_vdev;
5164 	uint32_t roam_offload_max_vdev;
5165 	uint32_t roam_offload_max_ap_profiles;
5166 	uint32_t num_mcast_groups;
5167 	uint32_t num_mcast_table_elems;
5168 	uint32_t mcast2ucast_mode;
5169 	uint32_t tx_dbg_log_size;
5170 	uint32_t num_wds_entries;
5171 	uint32_t dma_burst_size;
5172 	uint32_t mac_aggr_delim;
5173 	uint32_t rx_skip_defrag_timeout_dup_detection_check;
5174 	uint32_t vow_config;
5175 	uint32_t gtk_offload_max_vdev;
5176 	uint32_t num_msdu_desc; /* Number of msdu desc */
5177 	uint32_t max_frag_entries;
5178 	uint32_t scheduler_params;
5179 	uint32_t agile_capability;
5180 	/* End common */
5181 
5182 	/* Added for Beeliner */
5183 	uint32_t max_peer_ext_stats;
5184 	uint32_t smart_ant_cap;
5185 	uint32_t BK_Minfree;
5186 	uint32_t BE_Minfree;
5187 	uint32_t VI_Minfree;
5188 	uint32_t VO_Minfree;
5189 	uint32_t rx_batchmode;
5190 	uint32_t tt_support;
5191 	uint32_t atf_config:1,
5192 		 mgmt_comp_evt_bundle_support:1,
5193 		 tx_msdu_new_partition_id_support:1,
5194 		 new_htt_msg_format:1,
5195 		 peer_unmap_conf_support:1;
5196 	uint32_t iphdr_pad_config;
5197 	uint32_t
5198 		qwrap_config:16,
5199 		alloc_frag_desc_for_data_pkt:16;
5200 
5201 	/* Added in MCL */
5202 	uint32_t num_tdls_vdevs;
5203 	uint32_t num_tdls_conn_table_entries;
5204 	uint32_t beacon_tx_offload_max_vdev;
5205 	uint32_t num_multicast_filter_entries;
5206 	uint32_t num_wow_filters;
5207 	uint32_t num_keep_alive_pattern;
5208 	uint32_t keep_alive_pattern_size;
5209 	uint32_t max_tdls_concurrent_sleep_sta;
5210 	uint32_t max_tdls_concurrent_buffer_sta;
5211 	uint32_t wmi_send_separate;
5212 	uint32_t num_ocb_vdevs;
5213 	uint32_t num_ocb_channels;
5214 	uint32_t num_ocb_schedules;
5215 	uint32_t num_packet_filters;
5216 	uint32_t num_max_sta_vdevs;
5217 	uint32_t num_ns_ext_tuples_cfg;
5218 	uint32_t apf_instruction_size;
5219 	uint32_t max_bssid_rx_filters;
5220 	uint32_t use_pdev_id;
5221 	uint32_t max_num_dbs_scan_duty_cycle;
5222 	bool cce_disable;
5223 	bool peer_map_unmap_v2;
5224 	uint32_t twt_ap_pdev_count;
5225 	uint32_t twt_ap_sta_count;
5226 	uint32_t max_bssid_indicator;
5227 	uint32_t eapol_minrate_set:1,
5228 		 eapol_minrate_ac_set:2;
5229 	bool tstamp64_en;
5230 	bool three_way_coex_config_legacy_en;
5231 	uint32_t max_num_group_keys;
5232 } target_resource_config;
5233 
5234 /**
5235  * struct wds_addr_event - WDS addr event structure
5236  * @event_type: event type add/delete
5237  * @peer_mac: peer mac
5238  * @dest_mac: destination mac address
5239  * @vdev_id: vdev id
5240  */
5241 typedef struct {
5242 	uint32_t event_type[4];
5243 	u_int8_t peer_mac[QDF_MAC_ADDR_SIZE];
5244 	u_int8_t dest_mac[QDF_MAC_ADDR_SIZE];
5245 	uint32_t vdev_id;
5246 } wds_addr_event_t;
5247 
5248 /**
5249  * Enum replicated for host abstraction with FW
5250  */
5251 typedef enum {
5252 	/* Event respose of START CMD */
5253 	WMI_HOST_VDEV_START_RESP_EVENT = 0,
5254 	/* Event respose of RESTART CMD */
5255 	WMI_HOST_VDEV_RESTART_RESP_EVENT,
5256 } WMI_HOST_START_EVENT_PARAM;
5257 
5258 /**
5259  * struct wmi_host_vdev_start_resp - VDEV start response
5260  * @vdev_id: vdev id
5261  * @requestor_id: requestor id that requested the VDEV start request
5262  * @resp_type: Respose of Event type START/RESTART
5263  * @status: status of the response
5264  * @chain_mask: Vdev chain mask
5265  * @smps_mode: Vdev mimo power save mode
5266  * @mac_id: mac_id field contains the MAC identifier that the
5267  *          VDEV is bound to. The valid range is 0 to (num_macs-1).
5268  * @cfgd_tx_streams: Configured Transmit Streams
5269  * @cfgd_rx_streams: Configured Receive Streams
5270  */
5271 typedef struct {
5272 	uint32_t vdev_id;
5273 	uint32_t requestor_id;
5274 	WMI_HOST_START_EVENT_PARAM resp_type;
5275 	uint32_t status;
5276 	uint32_t chain_mask;
5277 	uint32_t smps_mode;
5278 	uint32_t mac_id;
5279 	uint32_t cfgd_tx_streams;
5280 	uint32_t cfgd_rx_streams;
5281 } wmi_host_vdev_start_resp;
5282 
5283 /**
5284  * struct wmi_host_vdev_delete_resp - VDEV delete response
5285  * @vdev_id: vdev id
5286  */
5287 struct wmi_host_vdev_delete_resp {
5288 	uint32_t vdev_id;
5289 };
5290 
5291 /**
5292  * struct wmi_host_roam_event - host roam event param
5293  * @vdev_id: vdev id
5294  * @reason: roam reason
5295  * @rssi: RSSI
5296  */
5297 typedef struct {
5298 	uint32_t vdev_id;
5299 	uint32_t reason;
5300 	uint32_t rssi;
5301 } wmi_host_roam_event;
5302 
5303 /**
5304  * ENUM wmi_host_scan_event_type - Scan event type
5305  */
5306 enum wmi_host_scan_event_type {
5307 	WMI_HOST_SCAN_EVENT_STARTED = 0x1,
5308 	WMI_HOST_SCAN_EVENT_COMPLETED = 0x2,
5309 	WMI_HOST_SCAN_EVENT_BSS_CHANNEL = 0x4,
5310 	WMI_HOST_SCAN_EVENT_FOREIGN_CHANNEL = 0x8,
5311 	WMI_HOST_SCAN_EVENT_DEQUEUED = 0x10,
5312 	WMI_HOST_SCAN_EVENT_PREEMPTED = 0x20,
5313 	WMI_HOST_SCAN_EVENT_START_FAILED = 0x40,
5314 	WMI_HOST_SCAN_EVENT_RESTARTED = 0x80,
5315 	WMI_HOST_SCAN_EVENT_FOREIGN_CHANNEL_EXIT = 0x100,
5316 	WMI_HOST_SCAN_EVENT_INVALID = 0x200,
5317 	WMI_HOST_SCAN_EVENT_GPIO_TIMEOUT = 0x400,
5318 	WMI_HOST_SCAN_EVENT_MAX = 0x8000
5319 };
5320 
5321 /**
5322  * ENUM wmi_host_scan_completion_reason - Scan completion event type
5323  */
5324 enum wmi_host_scan_completion_reason {
5325 	/** scan related events */
5326 	WMI_HOST_SCAN_REASON_NONE = 0xFF,
5327 	WMI_HOST_SCAN_REASON_COMPLETED = 0,
5328 	WMI_HOST_SCAN_REASON_CANCELLED = 1,
5329 	WMI_HOST_SCAN_REASON_PREEMPTED = 2,
5330 	WMI_HOST_SCAN_REASON_TIMEDOUT = 3,
5331 	WMI_HOST_SCAN_REASON_INTERNAL_FAILURE = 4,
5332 	WMI_HOST_SCAN_REASON_MAX,
5333 };
5334 
5335 /**
5336  * struct wmi_host_scan_event - Scan event response from target
5337  * @event: event type
5338  * @reason: Reason for event
5339  * @channel_freq: channel frequency
5340  * @requestor: requestor id
5341  * @scan_id: scan id
5342  * @vdev_id: vdev id
5343  */
5344 typedef struct {
5345 	uint32_t event;
5346 	uint32_t reason;
5347 	uint32_t channel_freq;
5348 	uint32_t requestor;
5349 	uint32_t scan_id;
5350 	uint32_t vdev_id;
5351 } wmi_host_scan_event;
5352 
5353 /**
5354  * struct wmi_host_pdev_reserve_ast_entry_event - Reserve AST entry
5355  * @result: result
5356  */
5357 typedef struct {
5358 	uint32_t result;
5359 } wmi_host_pdev_reserve_ast_entry_event;
5360 
5361 /**
5362  * struct wmi_host_mcast_ageout_entry - mcast aged-out entry
5363  * @grp_addr: IPv4/6 mcast group addr
5364  * @vdev_id: vdev id
5365  */
5366 typedef struct {
5367 	uint8_t grp_addr[16];
5368 	uint32_t vdev_id;
5369 } wmi_host_mcast_ageout_entry;
5370 
5371 /**
5372  * struct wmi_host_mcast_list_ageout_event - List of mcast entry aged-out
5373  * @num_entry: Number of mcast entries timed-out
5374  * @entry: List of wmi_host_mcast_ageout_entry
5375  */
5376 typedef struct {
5377 	uint32_t num_entry;
5378 	wmi_host_mcast_ageout_entry entry[1];
5379 } wmi_host_mcast_list_ageout_event;
5380 
5381 /**
5382  * struct wmi_host_pdev_nfcal_power_all_channels_event - NF cal event data
5383  * @nfdbr:
5384  *   chan[0 ~ 7]: {NFCalPower_chain0, NFCalPower_chain1,
5385  *                 NFCalPower_chain2, NFCalPower_chain3,
5386  *                 NFCalPower_chain4, NFCalPower_chain5,
5387  *                 NFCalPower_chain6, NFCalPower_chain7},
5388  * @nfdbm:
5389  *   chan[0 ~ 7]: {NFCalPower_chain0, NFCalPower_chain1,
5390  *                 NFCalPower_chain2, NFCalPower_chain3,
5391  *                 NFCalPower_chain4, NFCalPower_chain5,
5392  *                 NFCalPower_chain6, NFCalPower_chain7},
5393  * @freqnum:
5394  *   chan[0 ~ 7]: frequency number
5395  * @pdev_id: pdev_id
5396  */
5397 typedef struct {
5398 	int8_t nfdbr[WMI_HOST_RXG_CAL_CHAN_MAX * WMI_HOST_MAX_NUM_CHAINS];
5399 	int8_t nfdbm[WMI_HOST_RXG_CAL_CHAN_MAX * WMI_HOST_MAX_NUM_CHAINS];
5400 	uint32_t freqnum[WMI_HOST_RXG_CAL_CHAN_MAX];
5401 	uint32_t pdev_id;
5402 } wmi_host_pdev_nfcal_power_all_channels_event;
5403 
5404 /**
5405  * enum wmi_host_pdev_tpc_event_offset: offsets of TPC events
5406  * @WMI_HOST_TX_POWER_MAX: offset of max tx power
5407  * @WMI_HOST_TX_POWER_MIN: offset of min tx power
5408  * @WMI_HOST_TX_POWER_LEN: size of tpc values
5409  */
5410 enum wmi_host_pdev_tpc_event_offset {
5411 	WMI_HOST_TX_POWER_MAX,
5412 	WMI_HOST_TX_POWER_MIN,
5413 	WMI_HOST_TX_POWER_LEN,
5414 };
5415 
5416 /**
5417  * struct wmi_host_pdev_tpc_event - WMI host pdev TPC event
5418  * @pdev_id: pdev_id
5419  * @tpc:
5420  */
5421 typedef struct {
5422 	uint32_t pdev_id;
5423 	int32_t tpc[WMI_HOST_TX_POWER_LEN];
5424 } wmi_host_pdev_tpc_event;
5425 
5426 /**
5427  * struct wmi_host_pdev_generic_buffer_event
5428  * @buf_type: Buffer type
5429  * @frag_id: Frag id
5430  * @more_frag: more frags pending
5431  * @buf_len: buffer length
5432  * @buf_info: variable length buffer
5433  */
5434 typedef struct {
5435 	uint32_t buf_type;
5436 	uint32_t frag_id;
5437 	uint32_t more_frag;
5438 	uint32_t buf_len;
5439 	uint32_t buf_info[1];
5440 } wmi_host_pdev_generic_buffer_event;
5441 /**
5442  * Enum for host buffer event
5443  */
5444 enum {
5445 	WMI_HOST_BUFFER_TYPE_RATEPWR_TABLE,
5446 	WMI_HOST_BUFFER_TYPE_CTL_TABLE,
5447 };
5448 
5449 /**
5450  * struct wmi_host_pdev_tpc_config_event - host pdev tpc config event
5451  * @pdev_id: pdev_id
5452  * @regDomain:
5453  * @chanFreq:
5454  * @phyMode:
5455  * @twiceAntennaReduction:
5456  * @twiceMaxRDPower:
5457  * @twiceAntennaGain:
5458  * @powerLimit:
5459  * @rateMax:
5460  * @numTxChain:
5461  * @ctl:
5462  * @flags:
5463  * @maxRegAllowedPower:
5464  * @maxRegAllowedPowerAGCDD:
5465  * @maxRegAllowedPowerAGSTBC:
5466  * @maxRegAllowedPowerAGTXBF:
5467  * @ratesArray:
5468  */
5469 typedef struct {
5470 	uint32_t pdev_id;
5471 	uint32_t regDomain;
5472 	uint32_t chanFreq;
5473 	uint32_t phyMode;
5474 	uint32_t twiceAntennaReduction;
5475 	uint32_t twiceMaxRDPower;
5476 	int32_t  twiceAntennaGain;
5477 	uint32_t powerLimit;
5478 	uint32_t rateMax;
5479 	uint32_t numTxChain;
5480 	uint32_t ctl;
5481 	uint32_t flags;
5482 	int8_t  maxRegAllowedPower[WMI_HOST_TPC_TX_NUM_CHAIN];
5483 	int8_t  maxRegAllowedPowerAGCDD[WMI_HOST_TPC_TX_NUM_CHAIN][WMI_HOST_TPC_TX_NUM_CHAIN];
5484 	int8_t  maxRegAllowedPowerAGSTBC[WMI_HOST_TPC_TX_NUM_CHAIN][WMI_HOST_TPC_TX_NUM_CHAIN];
5485 	int8_t  maxRegAllowedPowerAGTXBF[WMI_HOST_TPC_TX_NUM_CHAIN][WMI_HOST_TPC_TX_NUM_CHAIN];
5486 	uint8_t ratesArray[WMI_HOST_TPC_RATE_MAX];
5487 } wmi_host_pdev_tpc_config_event;
5488 /**
5489  * Enums for TPC event
5490  */
5491 typedef enum {
5492 	WMI_HOST_TPC_CONFIG_EVENT_FLAG_TABLE_CDD	= 0x1,
5493 	WMI_HOST_TPC_CONFIG_EVENT_FLAG_TABLE_STBC	= 0x2,
5494 	WMI_HOST_TPC_CONFIG_EVENT_FLAG_TABLE_TXBF	= 0x4,
5495 } WMI_HOST_TPC_CONFIG_EVENT_FLAG;
5496 
5497 /**
5498  * Medium Utilization evaluation algorithms
5499  * These algorithms can be complementary rather than exclusive.
5500  */
5501 typedef enum {
5502 	WMI_HOST_MU_BASIC_ALGO = 0x1,
5503 	WMI_HOST_MU_PER_BSSID_ALGO = 0x2,
5504 	WMI_HOST_MU_HIDDEN_NODE_ALGO = 0x4,
5505 } WMI_HOST_MU_ALGO_TYPE;
5506 /* max MU alg combinations supported by target */
5507 #define WMI_HOST_MU_MAX_ALGO_TYPE 3
5508 
5509 /**
5510  * struct wmi_host_mu_db_entry
5511  * @event_type: 0=AP, 1=STA, 2=Small Cell(SC)
5512  * @bssid_mac_addr: Transmitter MAC if entry is WiFi node. PLMNID if SC
5513  * @tx_addr: Transmitter MAC if entry is WiFi node. PLMNID if SC
5514  * @avg_duration_us: Avg. duration for which node was transmitting
5515  * @avg_rssi: Avg. RSSI of all TX packets by node. Unit dBm
5516  * @mu_percent: % medium utilization by node
5517  */
5518 typedef struct {
5519 	uint32_t     entry_type;
5520 	wmi_host_mac_addr bssid_mac_addr;
5521 	wmi_host_mac_addr tx_addr;
5522 	uint32_t     avg_duration_us;
5523 	uint32_t     avg_rssi;
5524 	uint32_t     mu_percent;
5525 } wmi_host_mu_db_entry;
5526 
5527 /**
5528  * struct wmi_host_mu_report_event - WMI_MU_REPORT_EVENTID
5529  * @mu_request_id: request id
5530  * @status_reason: MU_STATUS_REASON
5531  * @total_mu: MU_ALG_TYPE combinations
5532  * @num_active_bssid: number of active bssid
5533  * @hidden_node_mu : hidden node algo MU per bin
5534  * @num_TA_entries : No. of entries found in MU db report
5535  */
5536 typedef struct {
5537 	uint32_t mu_request_id;
5538 	uint32_t status_reason;
5539 	uint32_t total_mu[WMI_HOST_MU_MAX_ALGO_TYPE];
5540 	uint32_t num_active_bssid;
5541 	uint32_t hidden_node_mu[LTEU_MAX_BINS];
5542 	uint32_t num_TA_entries;
5543 } wmi_host_mu_report_event;
5544 
5545 /**
5546  * struct wmi_host_mgmt_tx_compl_event - TX completion event
5547  * @desc_id: from tx_send_cmd
5548  * @status: WMI_MGMT_TX_COMP_STATUS_TYPE
5549  * @pdev_id: pdev_id
5550  * @ppdu_id: ppdu_id
5551  */
5552 typedef struct {
5553 	uint32_t	desc_id;
5554 	uint32_t	status;
5555 	uint32_t	pdev_id;
5556 	uint32_t        ppdu_id;
5557 } wmi_host_mgmt_tx_compl_event;
5558 
5559 /**
5560  * struct wmi_host_offchan_data_tx_compl_event - TX completion event
5561  * @desc_id: from tx_send_cmd
5562  * @status: VWMI_MGMT_TX_COMP_STATUS_TYPE
5563  * @pdev_id: pdev_id
5564  */
5565 struct wmi_host_offchan_data_tx_compl_event {
5566 	uint32_t desc_id;
5567 	uint32_t status;
5568 	uint32_t pdev_id;
5569 };
5570 
5571 #define WMI_HOST_TIM_BITMAP_ARRAY_SIZE 17
5572 
5573 /**
5574  * struct wmi_host_tim_info - TIM info in SWBA event
5575  * @tim_len: TIM length
5576  * @tim_mcast:
5577  * @tim_bitmap: TIM bitmap
5578  * @tim_changed: TIM changed
5579  * @tim_num_ps_pending: TIM num PS sta pending
5580  * @vdev_id: Vdev id
5581  */
5582 typedef struct {
5583 	uint32_t tim_len;
5584 	uint32_t tim_mcast;
5585 	uint32_t tim_bitmap[WMI_HOST_TIM_BITMAP_ARRAY_SIZE];
5586 	uint32_t tim_changed;
5587 	uint32_t tim_num_ps_pending;
5588 	uint32_t vdev_id;
5589 } wmi_host_tim_info;
5590 
5591 /**
5592  * struct wmi_host_quiet_info - Quiet info in SWBA event
5593  * @vdev_id: vdev_id for quiet info structure
5594  * @tbttcount: quiet start tbtt count
5595  * @period: Beacon interval between quiets
5596  * @duration: TUs of each quiet
5597  * @offset: TUs from TBTT to quiet start
5598  */
5599 typedef struct {
5600 	uint32_t vdev_id;
5601 	uint32_t tbttcount;
5602 	uint32_t period;
5603 	uint32_t duration;
5604 	uint32_t offset;
5605 } wmi_host_quiet_info;
5606 
5607 /**
5608  * struct wmi_host_p2p_noa_descriptor - NoA desc in SWBA event
5609  * @type_count: Absence count
5610  * @duration: NoA duration
5611  * @interval: NoA interval
5612  * @start_time: start time
5613  */
5614 typedef struct {
5615 	uint32_t type_count;
5616 	uint32_t duration;
5617 	uint32_t interval;
5618 	uint32_t start_time;
5619 } wmi_host_p2p_noa_descriptor;
5620 /* Maximum number of NOA Descriptors supported */
5621 #define WMI_HOST_P2P_MAX_NOA_DESCRIPTORS 4
5622 /**
5623  * struct wmi_host_p2p_noa_info - p2p noa information
5624  * @modified: NoA modified
5625  * @index: Index
5626  * @oppPS: Oppurtunstic ps
5627  * @ctwindow: CT window
5628  * @num_descriptors: number of descriptors
5629  * @noa_descriptors: noa descriptors
5630  * @vdev_id: Vdev id
5631  */
5632 typedef struct {
5633 	uint8_t modified;
5634 	uint8_t index;
5635 	uint8_t oppPS;
5636 	uint8_t ctwindow;
5637 	uint8_t num_descriptors;
5638 	wmi_host_p2p_noa_descriptor
5639 		noa_descriptors[WMI_HOST_P2P_MAX_NOA_DESCRIPTORS];
5640 	uint32_t vdev_id;
5641 } wmi_host_p2p_noa_info;
5642 
5643 /**
5644  * struct wmi_host_peer_sta_kickout_event
5645  * @peer_macaddr: peer mac address
5646  * @reason: kickout reason
5647  * @rssi: rssi
5648  * @pdev_id: pdev_id
5649  */
5650 typedef struct {
5651 	uint8_t peer_macaddr[QDF_MAC_ADDR_SIZE];
5652 	uint32_t reason;
5653 	uint32_t rssi;
5654 } wmi_host_peer_sta_kickout_event;
5655 
5656 /**
5657  * struct wmi_host_peer_sta_ps_statechange_event - ST ps state change event
5658  * @peer_macaddr: peer mac address
5659  * @peer_ps_stats: peer PS state
5660  * @pdev_id: pdev_id
5661  */
5662 typedef struct {
5663 	uint8_t peer_macaddr[QDF_MAC_ADDR_SIZE];
5664 	uint32_t peer_ps_state;
5665 } wmi_host_peer_sta_ps_statechange_event;
5666 
5667 /* Maximum CCK, OFDM rates supported */
5668 #define WMI_SA_MAX_CCK_OFDM_RATES 12
5669 /* Maximum MCS rates supported; 4 rates in each dword */
5670 /* Maximum MCS ratecodes with 11ax */
5671 #define WMI_SA_MAX_MCS_RATES 96
5672 #define WMI_SA_MAX_RATE_COUNTERS 4
5673 /* Maximum rate series used for transmission */
5674 #define SA_MAX_RATE_SERIES 2
5675 
5676 #define SA_MAX_LEGACY_RATE_DWORDS 3
5677 #define SA_MAX_HT_RATE_DWORDS 10
5678 #define SA_BYTES_IN_DWORD 4
5679 #define SA_MASK_BYTE 0xff
5680 #define SA_MASK_BYTE3 0xff0000
5681 
5682 /* Support 11ax 11bit ratecode */
5683 #define SA_MASK_RCODE 0x7ff
5684 #define SA_WORD_BITS_LEN 16
5685 #define SA_WORDS_IN_DWORD 2
5686 #define SA_MAX_LEGACY_RATE_WORDS 6
5687 #define SA_MAX_HT_RATE_WORDS 48
5688 
5689 /* TODO: ratecode_160 needs to add for future chips */
5690 /**
5691  * struct wmi_sa_rate_cap - smart antenna rat capabilities
5692  * @pdev_id: pdev_id
5693  * @ratecode_legacy: Rate code array for CCK OFDM
5694  * @ratecode_20: Rate code array for 20MHz BW
5695  * @ratecode_40: Rate code array for 40MHz BW
5696  * @ratecode_80: Rate code array for 80MHz BW
5697  * @ratecount: Max Rate count for each mode
5698  */
5699 typedef struct {
5700 	uint16_t ratecode_legacy[WMI_SA_MAX_CCK_OFDM_RATES];
5701 	uint16_t ratecode_20[WMI_SA_MAX_MCS_RATES];
5702 	uint16_t ratecode_40[WMI_SA_MAX_MCS_RATES];
5703 	uint16_t ratecode_80[WMI_SA_MAX_MCS_RATES];
5704 	uint8_t ratecount[WMI_SA_MAX_RATE_COUNTERS];
5705 } wmi_sa_rate_cap;
5706 
5707 /** Preamble types to be used with VDEV fixed rate configuration */
5708 typedef enum {
5709 	WMI_HOST_RATE_PREAMBLE_OFDM,
5710 	WMI_HOST_RATE_PREAMBLE_CCK,
5711 	WMI_HOST_RATE_PREAMBLE_HT,
5712 	WMI_HOST_RATE_PREAMBLE_VHT,
5713 	WMI_HOST_RATE_PREAMBLE_HE,
5714 } WMI_HOST_RATE_PREAMBLE;
5715 
5716 #define WMI_HOST_FIXED_RATE_NONE	(0xff)
5717 
5718 /** preablbe long */
5719 #define WMI_HOST_VDEV_PREAMBLE_LONG	0x1
5720 /** preablbe short */
5721 #define WMI_HOST_VDEV_PREAMBLE_SHORT	0x2
5722 /** found a better AP */
5723 #define WMI_HOST_ROAM_REASON_BETTER_AP  0x1
5724 /** beacon miss detected */
5725 #define WMI_HOST_ROAM_REASON_BMISS	0x2
5726 /** deauth/disassoc received */
5727 #define WMI_HOST_ROAM_REASON_DEAUTH	0x2
5728 /** connected AP's low rssi condition detected */
5729 #define WMI_HOST_ROAM_REASON_LOW_RSSI  0x3
5730 /** found another AP that matches SSID and Security profile in
5731  * WMI_ROAM_AP_PROFILE, found during scan triggered upon FINAL_BMISS
5732  */
5733 #define WMI_HOST_ROAM_REASON_SUITABLE_AP 0x4
5734 /** LFR3.0 roaming failed, indicate the disconnection to host */
5735 #define WMI_HOST_ROAM_REASON_HO_FAILED  0x5
5736 
5737 /** values for vdev_type */
5738 #define WMI_HOST_VDEV_TYPE_AP	0x1
5739 #define WMI_HOST_VDEV_TYPE_STA	0x2
5740 #define WMI_HOST_VDEV_TYPE_IBSS	0x3
5741 #define WMI_HOST_VDEV_TYPE_MONITOR	0x4
5742 
5743 /** values for vdev_subtype */
5744 #define WMI_HOST_VDEV_SUBTYPE_P2P_DEVICE 0x1
5745 #define WMI_HOST_VDEV_SUBTYPE_P2P_CLIENT 0x2
5746 #define WMI_HOST_VDEV_SUBTYPE_P2P_GO	0x3
5747 #define WMI_HOST_VDEV_SUBTYPE_PROXY_STA  0x4
5748 #define WMI_HOST_VDEV_SUBTYPE_MESH	0x5
5749 
5750 #define WMI_HOST_MGMT_TID	17
5751 /* Disable aging & learning */
5752 #define WMI_HOST_WDS_FLAG_STATIC	0x1
5753 
5754 /**
5755  * Peer param enum abstracted from target
5756  * @WMI_HOST_PEER_MIMO_PS_STATE: mimo powersave state
5757  * @WMI_HOST_PEER_AMPDU: enable/disable AMPDU . initial value (enabled)
5758  * @WMI_HOST_PEER_AUTHORIZE: authorize/unauthorize peer.
5759  *                           initial value is unauthorized (0)
5760  * @WMI_HOST_PEER_CHWIDTH: Peer channel bandwidth
5761  * @WMI_HOST_PEER_NSS: peer NSS
5762  * @WMI_HOST_PEER_USE_4ADDR: USE 4 ADDR
5763  * @WMI_HOST_PEER_EXT_STATS_ENABLE: Enable extended peer stats
5764  * @WMI_HOST_PEER_USE_FIXED_PWR: Use FIXED Pwr,
5765  * @WMI_HOST_PEER_PARAM_FIXED_RATE: Set peer fixed rate
5766  * @WMI_HOST_PEER_SET_MU_WHITELIST: Whitelist peer TIDs
5767  * @WMI_HOST_PEER_MEMBERSHIP: set group membership status
5768  * @WMI_HOST_PEER_USERPOS: User POS
5769  * @WMI_HOST_PEER_CRIT_PROTO_HINT_ENABLED: Critical Protocol Hint enabled
5770  * @WMI_HOST_PEER_TX_FAIL_CNT_THR: Tx Fail count threshold
5771  * @WMI_HOST_PEER_SET_HW_RETRY_CTS2S: Set hardware retry CTS to self
5772  * @WMI_HOST_PEER_IBSS_ATIM_WINDOW_LENGTH: IBSS ATIM window length
5773  * @WMI_HOST_PEER_PHYMODE: Peer Phymode
5774  * @WMI_HOST_PEER_SET_MAC_TX_RATE: Set MAC Tx rate
5775  * @WMI_HOST_PEER_SET_DEFAULT_ROUTING: Set default Rx routing
5776  * @WMI_HOST_PEER_SET_MIN_TX_RATE: Set Minimum T rate
5777  * @WMI_HOST_PEER_NSS_VHT160: peer NSS for 160Mhz
5778  * @WMI_HOST_PEER_NSS_VHT80_80: peer NSS for 80+80MHz
5779  * @WMI_HOST_PEER_PARAM_SU_TXBF_SOUNDING_INTERVAL: Set SU sounding interval
5780  * @WMI_HOST_PEER_PARAM_MU_TXBF_SOUNDING_INTERVAL: Set MU sounding interval
5781  * @WMI_HOST_PEER_PARAM_TXBF_SOUNDING_ENABLE: Enable sounding interval set
5782  * @WMI_HOST_PEER_PARAM_MU_ENABLE: Enable MU support
5783  * @WMI_HOST_PEER_PARAM_OFDMA_ENABLE: Enable OFDMA support
5784  * @WMI_HOST_PEER_PARAM_ENABLE_FT: Notify FT roam
5785  */
5786 enum {
5787 	WMI_HOST_PEER_MIMO_PS_STATE = 0x1,
5788 	WMI_HOST_PEER_AMPDU,
5789 	WMI_HOST_PEER_AUTHORIZE,
5790 	WMI_HOST_PEER_CHWIDTH,
5791 	WMI_HOST_PEER_NSS,
5792 	WMI_HOST_PEER_USE_4ADDR,
5793 	WMI_HOST_PEER_EXT_STATS_ENABLE,
5794 	WMI_HOST_PEER_USE_FIXED_PWR,
5795 	WMI_HOST_PEER_PARAM_FIXED_RATE,
5796 	WMI_HOST_PEER_SET_MU_WHITELIST,
5797 	WMI_HOST_PEER_MEMBERSHIP,
5798 	WMI_HOST_PEER_USERPOS,
5799 	WMI_HOST_PEER_CRIT_PROTO_HINT_ENABLED,
5800 	WMI_HOST_PEER_TX_FAIL_CNT_THR,
5801 	WMI_HOST_PEER_SET_HW_RETRY_CTS2S,
5802 	WMI_HOST_PEER_IBSS_ATIM_WINDOW_LENGTH,
5803 	WMI_HOST_PEER_PHYMODE,
5804 	WMI_HOST_PEER_SET_MAC_TX_RATE,
5805 	WMI_HOST_PEER_SET_DEFAULT_ROUTING,
5806 	WMI_HOST_PEER_SET_MIN_TX_RATE,
5807 	WMI_HOST_PEER_NSS_VHT160,
5808 	WMI_HOST_PEER_NSS_VHT80_80,
5809 	WMI_HOST_PEER_PARAM_SU_TXBF_SOUNDING_INTERVAL,
5810 	WMI_HOST_PEER_PARAM_MU_TXBF_SOUNDING_INTERVAL,
5811 	WMI_HOST_PEER_PARAM_TXBF_SOUNDING_ENABLE,
5812 	WMI_HOST_PEER_PARAM_MU_ENABLE,
5813 	WMI_HOST_PEER_PARAM_OFDMA_ENABLE,
5814 	WMI_HOST_PEER_PARAM_ENABLE_FT,
5815 };
5816 #define WMI_HOST_PEER_MIMO_PS_NONE	0x0
5817 #define WMI_HOST_PEER_MIMO_PS_STATIC	0x1
5818 #define WMI_HOST_PEER_MIMO_PS_DYNAMIC	0x2
5819 typedef enum {
5820 	HOST_PLATFORM_HIGH_PERF,
5821 	HOST_PLATFORM_LOW_PERF,
5822 	HOST_PLATFORM_LOW_PERF_NO_FETCH,
5823 } HOST_PLATFORM_TYPE;
5824 
5825 enum wmi_host_sta_ps_mode {
5826 	/** enable power save for the given STA VDEV */
5827 	WMI_HOST_STA_PS_MODE_DISABLED = 0,
5828 	/** disable power save  for a given STA VDEV */
5829 	WMI_HOST_STA_PS_MODE_ENABLED = 1,
5830 };
5831 enum wmi_host_sta_powersave_param {
5832 	/**
5833 	* Controls how frames are retrievd from AP while STA is sleeping
5834 	*
5835 	* (see enum wmi_sta_ps_param_rx_wake_policy)
5836 	*/
5837 	WMI_HOST_STA_PS_PARAM_RX_WAKE_POLICY = 0,
5838 
5839 	/**
5840 	* The STA will go active after this many TX
5841 	*
5842 	* (see enum wmi_sta_ps_param_tx_wake_threshold)
5843 	*/
5844 	WMI_HOST_STA_PS_PARAM_TX_WAKE_THRESHOLD = 1,
5845 
5846 	/**
5847 	* Number of PS-Poll to send before STA wakes up
5848 	*
5849 	* (see enum wmi_sta_ps_param_pspoll_count)
5850 	*
5851 	*/
5852 	WMI_HOST_STA_PS_PARAM_PSPOLL_COUNT = 2,
5853 
5854 	/**
5855 	* TX/RX inactivity time in msec before going to sleep.
5856 	*
5857 	* The power save SM will monitor tx/rx activity on the VDEV, if no
5858 	* activity for the specified msec of the parameter
5859 	* the Power save SM will go to sleep.
5860 	*/
5861 	WMI_HOST_STA_PS_PARAM_INACTIVITY_TIME = 3,
5862 
5863 	/**
5864 	* Set uapsd configuration.
5865 	*
5866 	* (see enum wmi_sta_ps_param_uapsd)
5867 	*/
5868 	WMI_HOST_STA_PS_PARAM_UAPSD = 4,
5869 };
5870 /* prefix used by scan requestor ids on the host
5871  * replicated here form wmi_unified.h*/
5872 #define WMI_HOST_P_SCAN_REQUESTOR_ID_PREFIX 0xA000
5873 /* prefix used by scan request ids generated on the host */
5874 /* host cycles through the lower 12 bits to generate ids */
5875 #define WMI_HOST_P_SCAN_REQ_ID_PREFIX 0xA000
5876 
5877 #define WMI_HOST_RC_DS_FLAG	0x01	/* Dual stream flag */
5878 #define WMI_HOST_RC_CW40_FLAG	0x02	/* CW 40 */
5879 #define WMI_HOST_RC_SGI_FLAG	0x04	/* Short Guard Interval */
5880 #define WMI_HOST_RC_HT_FLAG	0x08	/* HT */
5881 #define WMI_HOST_RC_RTSCTS_FLAG	0x10	/* RTS-CTS */
5882 #define WMI_HOST_RC_TX_STBC_FLAG	0x20	/* TX STBC */
5883 #define WMI_HOST_RC_RX_STBC_FLAG	0xC0	/* RX STBC ,2 bits */
5884 #define WMI_HOST_RC_RX_STBC_FLAG_S   6	/* RX STBC ,2 bits */
5885 #define WMI_HOST_RC_WEP_TKIP_FLAG	0x100   /* WEP/TKIP encryption */
5886 #define WMI_HOST_RC_TS_FLAG	0x200   /* Three stream flag */
5887 #define WMI_HOST_RC_UAPSD_FLAG	0x400   /* UAPSD Rate Control */
5888 
5889 /** HT Capabilities*/
5890 #define WMI_HOST_HT_CAP_ENABLED	0x0001   /* HT Enabled/ disabled */
5891 /* Short Guard Interval with HT20 */
5892 #define WMI_HOST_HT_CAP_HT20_SGI	0x0002
5893 #define WMI_HOST_HT_CAP_DYNAMIC_SMPS	0x0004   /* Dynamic MIMO powersave */
5894 #define WMI_HOST_HT_CAP_TX_STBC	0x0008   /* B3 TX STBC */
5895 #define WMI_HOST_HT_CAP_TX_STBC_MASK_SHIFT	3
5896 #define WMI_HOST_HT_CAP_RX_STBC	0x0030   /* B4-B5 RX STBC */
5897 #define WMI_HOST_HT_CAP_RX_STBC_MASK_SHIFT	4
5898 #define WMI_HOST_HT_CAP_LDPC	0x0040   /* LDPC supported */
5899 #define WMI_HOST_HT_CAP_L_SIG_TXOP_PROT	0x0080   /* L-SIG TXOP Protection */
5900 #define WMI_HOST_HT_CAP_MPDU_DENSITY	0x0700   /* MPDU Density */
5901 #define WMI_HOST_HT_CAP_MPDU_DENSITY_MASK_SHIFT 8
5902 #define WMI_HOST_HT_CAP_HT40_SGI	0x0800
5903 #define WMI_HOST_HT_CAP_RX_LDPC         0x1000
5904 #define WMI_HOST_HT_CAP_TX_LDPC         0x2000
5905 #define WMI_HOST_HT_CAP_IBF_BFER	0x4000
5906 
5907 /* These macros should be used when we wish to advertise STBC support for
5908  * only 1SS or 2SS or 3SS. */
5909 #define WMI_HOST_HT_CAP_RX_STBC_1SS	0x0010   /* B4-B5 RX STBC */
5910 #define WMI_HOST_HT_CAP_RX_STBC_2SS	0x0020   /* B4-B5 RX STBC */
5911 #define WMI_HOST_HT_CAP_RX_STBC_3SS	0x0030   /* B4-B5 RX STBC */
5912 
5913 
5914 #define WMI_HOST_HT_CAP_DEFAULT_ALL (WMI_HOST_HT_CAP_ENABLED	| \
5915 	WMI_HOST_HT_CAP_HT20_SGI	| \
5916 	WMI_HOST_HT_CAP_HT40_SGI	| \
5917 	WMI_HOST_HT_CAP_TX_STBC	| \
5918 	WMI_HOST_HT_CAP_RX_STBC	| \
5919 	WMI_HOST_HT_CAP_LDPC)
5920 
5921 /* WMI_HOST_VHT_CAP_* these maps to ieee 802.11ac vht capability information
5922    field. The fields not defined here are not supported, or reserved.
5923    Do not change these masks and if you have to add new one follow the
5924    bitmask as specified by 802.11ac draft.
5925 */
5926 
5927 #define WMI_HOST_VHT_CAP_MAX_MPDU_LEN_MASK	0x00000003
5928 #define WMI_HOST_VHT_CAP_RX_LDPC	0x00000010
5929 #define WMI_HOST_VHT_CAP_SGI_80MHZ	0x00000020
5930 #define WMI_HOST_VHT_CAP_SGI_160MHZ	0x00000040
5931 #define WMI_HOST_VHT_CAP_TX_STBC	0x00000080
5932 #define WMI_HOST_VHT_CAP_RX_STBC_MASK	0x00000300
5933 #define WMI_HOST_VHT_CAP_RX_STBC_MASK_SHIFT	8
5934 #define WMI_HOST_VHT_CAP_SU_BFER	0x00000800
5935 #define WMI_HOST_VHT_CAP_SU_BFEE	0x00001000
5936 #define WMI_HOST_VHT_CAP_MAX_CS_ANT_MASK	0x0000E000
5937 #define WMI_HOST_VHT_CAP_MAX_CS_ANT_MASK_SHIFT	13
5938 #define WMI_HOST_VHT_CAP_MAX_SND_DIM_MASK	0x00070000
5939 #define WMI_HOST_VHT_CAP_MAX_SND_DIM_MASK_SHIFT	16
5940 #define WMI_HOST_VHT_CAP_MU_BFER	0x00080000
5941 #define WMI_HOST_VHT_CAP_MU_BFEE	0x00100000
5942 #define WMI_HOST_VHT_CAP_MAX_AMPDU_LEN_EXP	0x03800000
5943 #define WMI_HOST_VHT_CAP_MAX_AMPDU_LEN_EXP_SHIT	23
5944 #define WMI_HOST_VHT_CAP_RX_FIXED_ANT	0x10000000
5945 #define WMI_HOST_VHT_CAP_TX_FIXED_ANT	0x20000000
5946 
5947 #define WMI_HOST_VHT_CAP_MAX_MPDU_LEN_11454	0x00000002
5948 
5949 /* These macros should be used when we wish to advertise STBC support for
5950  * only 1SS or 2SS or 3SS. */
5951 #define WMI_HOST_VHT_CAP_RX_STBC_1SS	0x00000100
5952 #define WMI_HOST_VHT_CAP_RX_STBC_2SS	0x00000200
5953 #define WMI_HOST_VHT_CAP_RX_STBC_3SS	0x00000300
5954 
5955 #define WMI_HOST_VHT_CAP_DEFAULT_ALL (WMI_HOST_VHT_CAP_MAX_MPDU_LEN_11454  | \
5956 	WMI_HOST_VHT_CAP_SGI_80MHZ	|	\
5957 	WMI_HOST_VHT_CAP_TX_STBC	|	\
5958 	WMI_HOST_VHT_CAP_RX_STBC_MASK	|	\
5959 	WMI_HOST_VHT_CAP_RX_LDPC	|	\
5960 	WMI_HOST_VHT_CAP_MAX_AMPDU_LEN_EXP   |	\
5961 	WMI_HOST_VHT_CAP_RX_FIXED_ANT	|	\
5962 	WMI_HOST_VHT_CAP_TX_FIXED_ANT)
5963 
5964 /* Interested readers refer to Rx/Tx MCS Map definition as defined in
5965    802.11ac
5966 */
5967 #define WMI_HOST_VHT_MAX_MCS_4_SS_MASK(r, ss) ((3 & (r)) << (((ss) - 1) << 1))
5968 #define WMI_HOST_VHT_MAX_SUPP_RATE_MASK	0x1fff0000
5969 #define WMI_HOST_VHT_MAX_SUPP_RATE_MASK_SHIFT 16
5970 
5971 /** U-APSD configuration of peer station from (re)assoc request and TSPECs */
5972 enum wmi_host_ap_ps_param_uapsd {
5973 	WMI_HOST_AP_PS_UAPSD_AC0_DELIVERY_EN = (1 << 0),
5974 	WMI_HOST_AP_PS_UAPSD_AC0_TRIGGER_EN  = (1 << 1),
5975 	WMI_HOST_AP_PS_UAPSD_AC1_DELIVERY_EN = (1 << 2),
5976 	WMI_HOST_AP_PS_UAPSD_AC1_TRIGGER_EN  = (1 << 3),
5977 	WMI_HOST_AP_PS_UAPSD_AC2_DELIVERY_EN = (1 << 4),
5978 	WMI_HOST_AP_PS_UAPSD_AC2_TRIGGER_EN  = (1 << 5),
5979 	WMI_HOST_AP_PS_UAPSD_AC3_DELIVERY_EN = (1 << 6),
5980 	WMI_HOST_AP_PS_UAPSD_AC3_TRIGGER_EN  = (1 << 7),
5981 };
5982 /** U-APSD maximum service period of peer station */
5983 enum wmi_host_ap_ps_peer_param_max_sp {
5984 	WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_UNLIMITED = 0,
5985 	WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_2 = 1,
5986 	WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_4 = 2,
5987 	WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_6 = 3,
5988 
5989 	/* keep last! */
5990 	MAX_HOST_WMI_AP_PS_PEER_PARAM_MAX_SP,
5991 };
5992 
5993 #define WMI_HOST_UAPSD_AC_TYPE_DELI 0
5994 #define WMI_HOST_UAPSD_AC_TYPE_TRIG 1
5995 
5996 #define WMI_HOST_UAPSD_AC_BIT_MASK(ac, type) \
5997 	((type ==  WMI_HOST_UAPSD_AC_TYPE_DELI) ? (1<<(ac<<1)) :\
5998 	 (1<<((ac<<1)+1)))
5999 
6000 enum wmi_host_ap_ps_peer_param_wnm_sleep {
6001 	WMI_HOST_AP_PS_PEER_PARAM_WNM_SLEEP_ENABLE,
6002 	WMI_HOST_AP_PS_PEER_PARAM_WNM_SLEEP_DISABLE,
6003 };
6004 
6005 enum wmi_host_ap_ps_peer_param {
6006 	/** Set uapsd configuration for a given peer.
6007 	*
6008 	* This will include the delivery and trigger enabled state for every AC.
6009 	* The host  MLME needs to set this based on AP capability and stations
6010 	* request Set in the association request  received from the station.
6011 	*
6012 	* Lower 8 bits of the value specify the UAPSD configuration.
6013 	*
6014 	* (see enum wmi_ap_ps_param_uapsd)
6015 	* The default value is 0.
6016 	*/
6017 	WMI_HOST_AP_PS_PEER_PARAM_UAPSD = 0,
6018 
6019 	/**
6020 	* Set the service period for a UAPSD capable station
6021 	*
6022 	* The service period from wme ie in the (re)assoc request frame.
6023 	*
6024 	* (see enum wmi_ap_ps_peer_param_max_sp)
6025 	*/
6026 	WMI_HOST_AP_PS_PEER_PARAM_MAX_SP = 1,
6027 
6028 	/** Time in seconds for aging out buffered frames
6029       * for STA in power save */
6030 	WMI_HOST_AP_PS_PEER_PARAM_AGEOUT_TIME = 2,
6031 
6032 	/** Specify frame types that are considered SIFS
6033       * RESP trigger frame */
6034 	WMI_HOST_AP_PS_PEER_PARAM_SIFS_RESP_FRMTYPE = 3,
6035 
6036 	/** Specifies the trigger state of TID.
6037 	* Valid only for UAPSD frame type  */
6038 	WMI_HOST_AP_PS_PEER_PARAM_SIFS_RESP_UAPSD = 4,
6039 
6040 	/** Specifies the WNM sleep state of a STA */
6041 	WMI_HOST_AP_PS_PEER_PARAM_WNM_SLEEP = 5,
6042 };
6043 #define WMI_HOST_RXERR_CRC	0x01 /* CRC error on frame */
6044 #define WMI_HOST_RXERR_DECRYPT	0x08 /* non-Michael decrypt error */
6045 #define WMI_HOST_RXERR_MIC	0x10 /* Michael MIC decrypt error */
6046 #define WMI_HOST_RXERR_KEY_CACHE_MISS 0x20 /* No/incorrect key matter in h/w */
6047 
6048 enum wmi_host_sta_ps_param_rx_wake_policy {
6049 	/* Wake up when ever there is an  RX activity on the VDEV. In this mode
6050 	* the Power save SM(state machine) will come out of sleep by either
6051 	* sending null frame (or) a data frame (with PS==0) in response to TIM
6052 	* bit set in the received beacon frame from AP.
6053 	*/
6054 	WMI_HOST_STA_PS_RX_WAKE_POLICY_WAKE = 0,
6055 
6056 	/* Here the power save state machine will not wakeup in response to TIM
6057 	* bit, instead it will send a PSPOLL (or) UASPD trigger based on UAPSD
6058 	* configuration setup by WMISET_PS_SET_UAPSD  WMI command.  When all
6059 	* access categories are delivery-enabled, the station will send a UAPSD
6060 	* trigger frame, otherwise it will send a PS-Poll.
6061 	*/
6062 	WMI_HOST_STA_PS_RX_WAKE_POLICY_POLL_UAPSD = 1,
6063 };
6064 enum wmi_host_sta_ps_param_pspoll_count {
6065 	WMI_HOST_STA_PS_PSPOLL_COUNT_NO_MAX = 0,
6066 	/* Values greater than 0 indicate the maximum numer of PS-Poll frames FW
6067 	* will send before waking up.
6068 	*/
6069 };
6070 /** Number of tx frames/beacon  that cause the power save SM to wake up.
6071  *
6072  * Value 1 causes the SM to wake up for every TX. Value 0 has a special
6073  * meaning, It will cause the SM to never wake up. This is useful if you want
6074  * to keep the system to sleep all the time for some kind of test mode . host
6075  * can change this parameter any time.  It will affect at the next tx frame.
6076  */
6077 enum wmi_host_sta_ps_param_tx_wake_threshold {
6078 	WMI_HOST_STA_PS_TX_WAKE_THRESHOLD_NEVER = 0,
6079 	WMI_HOST_STA_PS_TX_WAKE_THRESHOLD_ALWAYS = 1,
6080 
6081 	/* Values greater than one indicate that many TX attempts per beacon
6082 	* interval before the STA will wake up
6083 	*/
6084 };
6085 /*
6086  * Transmit power scale factor.
6087  *
6088  */
6089 typedef enum {
6090 	WMI_HOST_TP_SCALE_MAX	= 0,	/* no scaling (default) */
6091 	WMI_HOST_TP_SCALE_50	= 1,	/* 50% of max (-3 dBm) */
6092 	WMI_HOST_TP_SCALE_25	= 2,	/* 25% of max (-6 dBm) */
6093 	WMI_HOST_TP_SCALE_12	= 3,	/* 12% of max (-9 dBm) */
6094 	WMI_HOST_TP_SCALE_MIN	= 4,	/* min, but still on   */
6095 	WMI_HOST_TP_SCALE_SIZE   = 5,	/* max num of enum	*/
6096 } WMI_HOST_TP_SCALE;
6097 enum {
6098 	WMI_HOST_RATEPWR_TABLE_OPS_SET,
6099 	WMI_HOST_RATEPWR_TABLE_OPS_GET,
6100 };
6101 /* reserved up through 0xF */
6102 /**
6103  *  struct wmi_host_dcs_mib_stats - WLAN IM stats from target to host
6104  *      Below statistics are sent from target to host periodically.
6105  *      These are collected at target as long as target is running
6106  *      and target chip is not in sleep.
6107  * @listen_time:
6108  * @reg_tx_frame_cnt:
6109  * @reg_rx_frame_cnt:
6110  * @reg_rxclr_cnt:
6111  * @reg_cycle_cnt: delta cycle count
6112  * @reg_rxclr_ext_cnt:
6113  * @reg_ofdm_phyerr_cnt:
6114  * @reg_cck_phyerr_cnt: CCK err count since last reset, read from register
6115  */
6116 typedef struct _hp_dcs_mib_stats  {
6117 	int32_t    listen_time;
6118 	uint32_t   reg_tx_frame_cnt;
6119 	uint32_t   reg_rx_frame_cnt;
6120 	uint32_t   reg_rxclr_cnt;
6121 	uint32_t   reg_cycle_cnt;
6122 	uint32_t   reg_rxclr_ext_cnt;
6123 	uint32_t   reg_ofdm_phyerr_cnt;
6124 	uint32_t   reg_cck_phyerr_cnt;
6125 } wmi_host_dcs_mib_stats_t;
6126 
6127 /**
6128  * struct wmi_host_dcs_im_tgt_stats - DCS IM target stats
6129  * @reg_tsf32: current running TSF from the TSF-1
6130  * @last_ack_rssi: Known last frame rssi, in case of multiple stations, if
6131  *      and at different ranges, this would not gaurantee that
6132  *      this is the least rssi.
6133  * @tx_waste_time: Sum of all the failed durations in the last
6134  *      one second interval.
6135  * @rx_time: count how many times the hal_rxerr_phy is marked, in this
6136  *      time period
6137  * @phyerr_cnt:
6138  * @mib_stats: wmi_host_dcs_mib_stats_t - collected mib stats as explained
6139  *      in mib structure
6140  * @chan_nf: Channel noise floor (Units are in dBm)
6141  * @my_bss_rx_cycle_count: BSS rx cycle count
6142  * @reg_rxclr_ext40_cnt: extension channel 40Mhz rxclear count
6143  * @reg_rxclr_ext80_cnt: extension channel 80Mhz rxclear count
6144  */
6145 typedef struct _wmi_host_dcs_im_tgt_stats {
6146 	uint32_t                     reg_tsf32;
6147 	uint32_t                     last_ack_rssi;
6148 	uint32_t                     tx_waste_time;
6149 	uint32_t                     rx_time;
6150 	uint32_t                     phyerr_cnt;
6151 	wmi_host_dcs_mib_stats_t     mib_stats;
6152 	uint32_t		     chan_nf;
6153 	uint32_t		     my_bss_rx_cycle_count;
6154 	/* these fields are added here for backward compatibility instead of
6155 	 * wmi_host_dcs_mib_stats_t
6156 	 */
6157 	uint32_t                     reg_rxclr_ext40_cnt;
6158 	uint32_t                     reg_rxclr_ext80_cnt;
6159 } wmi_host_dcs_im_tgt_stats_t;
6160 
6161 /**
6162  * Enum for pktlog req
6163  */
6164 typedef enum {
6165 	WMI_HOST_PKTLOG_EVENT_RX	= 0x1,
6166 	WMI_HOST_PKTLOG_EVENT_TX	= 0x2,
6167 	WMI_HOST_PKTLOG_EVENT_RCF	= 0x4, /* Rate Control Find */
6168 	WMI_HOST_PKTLOG_EVENT_RCU	= 0x8, /* Rate Control Update */
6169 	WMI_HOST_PKTLOG_EVENT_DBG_PRINT = 0x10, /* DEBUG prints */
6170 	/* To support Smart Antenna */
6171 	WMI_HOST_PKTLOG_EVENT_SMART_ANTENNA = 0x20,
6172 	WMI_HOST_PKTLOG_EVENT_H_INFO = 0x40,
6173 	WMI_HOST_PKTLOG_EVENT_STEERING = 0x80,
6174 	/* To support Tx data Capture */
6175 	WMI_HOST_PKTLOG_EVENT_TX_DATA_CAPTURE = 0x100,
6176 } WMI_HOST_PKTLOG_EVENT;
6177 
6178 /**
6179  * wmi_host_phyerr
6180  *
6181  */
6182 #define WMI_HOST_PHY_ERROR_SPECTRAL_SCAN	0x26
6183 #define WMI_HOST_PHY_ERROR_FALSE_RADAR_EXT	0x24
6184 
6185 #define WMI_HOST_AR900B_DFS_PHYERR_MASK	0x4
6186 #define WMI_HOST_AR900B_SPECTRAL_PHYERR_MASK	0x4000000
6187 
6188 /**
6189  * struct wmi_host_perchain_rssi_info - per chain RSSI info
6190  * @rssi_pri20: RSSI on primary 20
6191  * @rssi_sec20: RSSI on secomdary 20
6192  * @rssi_sec40: RSSI secondary 40
6193  * @rssi_sec80: RSSI secondary 80
6194  */
6195 typedef struct wmi_host_perchain_rssi_info {
6196 	int8_t rssi_pri20;
6197 	int8_t rssi_sec20;
6198 	int8_t rssi_sec40;
6199 	int8_t rssi_sec80;
6200 } wmi_host_perchain_rssi_info_t;
6201 
6202 /**
6203  * struct _wmi_host_rf_info - RF measurement information
6204  * @rssi_comb: RSSI Information
6205  * @pc_rssi_info[4]: For now, we know we are getting information
6206  *      for only 4 chains at max. For future extensions
6207  *      use a define
6208  * @noise_floor: Noise floor information
6209  */
6210 typedef struct _wmi_host_rf_info {
6211 	int8_t rssi_comb;
6212 	wmi_host_perchain_rssi_info_t pc_rssi_info[4];
6213 	int16_t noise_floor[4];
6214 } wmi_host_rf_info_t;
6215 
6216 /**
6217  * struct _wmi_host_chan_info
6218  * @center_freq1: center frequency 1 in MHz
6219  * @center_freq2: center frequency 2 in MHz -valid only for
6220  *                11ACVHT 80PLUS80 mode
6221  * @chan_width: channel width in MHz
6222  */
6223 typedef struct _wmi_host_chan_info {
6224 	u_int16_t center_freq1;
6225 	u_int16_t center_freq2;
6226 	u_int8_t chan_width;
6227 } wmi_host_chan_info_t;
6228 
6229 /**
6230  * struct wmi_host_phyerr
6231  * @rf_info:
6232  * @chan_info:
6233  * @tsf64:
6234  * @phy_err_code:
6235  * @tsf_timestamp:
6236  * @bufp:
6237  * @buf_len:
6238  * @phy_err_mask0:
6239  * @phy_err_mask1:
6240  * @pdev_id: pdev_id
6241  */
6242 typedef struct _wmi_host_phyerr {
6243 	wmi_host_rf_info_t rf_info;
6244 	wmi_host_chan_info_t chan_info;
6245 	uint64_t tsf64;
6246 	int32_t phy_err_code;
6247 	uint32_t tsf_timestamp;
6248 	uint8_t *bufp;
6249 	uint32_t buf_len;
6250 	uint32_t phy_err_mask0;
6251 	uint32_t phy_err_mask1;
6252 	uint32_t pdev_id;
6253 } wmi_host_phyerr_t;
6254 
6255 /**
6256  * struct wmi_host_rtt_event_hdr
6257  * @req_id: request id
6258  * @status: status
6259  * @meas_done: measurement done flag
6260  * @meas_type: measurement type
6261  * @report_type: report type
6262  * @v3_status: v2 status
6263  * @v3_finish:
6264  * @v3_tm_start:
6265  * @num_ap: number of AP
6266  * @result: resuult
6267  * @dest_mac: destination mac
6268  */
6269 typedef struct {
6270 	uint16_t req_id;
6271 	uint16_t status:1,
6272 		meas_done:1,
6273 		meas_type:3,
6274 		report_type:3,
6275 		v3_status:2,
6276 		v3_finish:1,
6277 		v3_tm_start:1,
6278 		num_ap:4;
6279 	uint16_t result;
6280 	uint8_t  dest_mac[QDF_MAC_ADDR_SIZE];
6281 } wmi_host_rtt_event_hdr;
6282 
6283 /**
6284  * struct wmi_host_rtt_meas_event - RTT measurement event
6285  * @chain_mask:
6286  * @bw:
6287  * @rsvd:
6288  * @txrxchain_mask: Bit:0-3:chain mask
6289  *                  Bit 4-5: band width info
6290  *                  00 --Legacy 20, 01 --HT/VHT20
6291  *                  10 --HT/VHT40, 11 -- VHT80
6292  * @tod: resolution of 0.1ns
6293  * @toa: resolution of 0.1ns
6294  * @t3:
6295  * @t4:
6296  * @rssi0:
6297  * @rssi1:
6298  * @rssi2:
6299  * @rssi3:
6300  */
6301 typedef struct {
6302 	uint32_t chain_mask:3,
6303 		bw:2,
6304 		rsvd:27;
6305 	uint32_t txrxchain_mask;
6306 	uint64_t tod;
6307 	uint64_t toa;
6308 	uint64_t t3;
6309 	uint64_t t4;
6310 	uint32_t rssi0;
6311 	uint32_t rssi1;
6312 	uint32_t rssi2;
6313 	uint32_t rssi3;
6314 } wmi_host_rtt_meas_event;
6315 
6316 /*----RTT Report event definition  ----*/
6317 typedef enum {
6318 	/* rtt cmd header parsing error  --terminate */
6319 	WMI_HOST_RTT_COMMAND_HEADER_ERROR = 0,
6320 	/* rtt body parsing error -- skip current STA REQ */
6321 	WMI_HOST_RTT_COMMAND_ERROR,
6322 	/* rtt no resource	-- terminate */
6323 	WMI_HOST_RTT_MODULE_BUSY,
6324 	/* STA exceed the support limit -- only server the first n STA */
6325 	WMI_HOST_RTT_TOO_MANY_STA,
6326 	/* any allocate failure */
6327 	WMI_HOST_RTT_NO_RESOURCE,
6328 	/* can not find vdev with vdev ID - skip current STA REQ */
6329 	WMI_HOST_RTT_VDEV_ERROR,
6330 	/* Tx failure   -- continiue and measure number */
6331 	WMI_HOST_RTT_TRANSIMISSION_ERROR,
6332 	/* wait for first TM timer expire-terminate current STA measurement */
6333 	WMI_HOST_RTT_TM_TIMER_EXPIRE,
6334 	/* we do not support RTT measurement with this type of frame */
6335 	WMI_HOST_RTT_FRAME_TYPE_NOSUPPORT,
6336 	/* whole RTT measurement timer expire-terminate
6337 	** current STA measurement */
6338 	WMI_HOST_RTT_TIMER_EXPIRE,
6339 	/* channel swicth failed */
6340 	WMI_HOST_RTT_CHAN_SWITCH_ERROR,
6341 	/* TMR trans error, this dest peer will be skipped */
6342 	WMI_HOST_RTT_TMR_TRANS_ERROR,
6343 	/* V3 only. If both CFR and Token mismatch, do not report */
6344 	WMI_HOST_RTT_NO_REPORT_BAD_CFR_TOKEN,
6345 	/* For First TM, if CFR is bad, then do not report */
6346 	WMI_HOST_RTT_NO_REPORT_FIRST_TM_BAD_CFR,
6347 	/* do not allow report type2 mix with type 0, 1 */
6348 	WMI_HOST_RTT_REPORT_TYPE2_MIX,
6349 	/* LCI Configuration OK. - Responder only */
6350 	WMI_HOST_RTT_LCI_CFG_OK,
6351 	/* LCR configuration OK. - Responder only */
6352 	WMI_HOST_RTT_LCR_CFG_OK,
6353 	/* Bad configuration LCI (or) LCR request - Responder only */
6354 	WMI_HOST_RTT_CFG_ERROR,
6355 	WMI_HOST_WMI_RTT_REJECT_MAX,
6356 } WMI_HOST_RTT_ERROR_INDICATOR;
6357 typedef struct {
6358 	wmi_host_rtt_event_hdr hdr;
6359 	WMI_HOST_RTT_ERROR_INDICATOR reject_reason;
6360 } wmi_host_rtt_error_report_event;
6361 
6362 #if defined(AR9888)
6363 typedef enum {
6364 	WMI_HOST_PROF_CPU_IDLE,
6365 	WMI_HOST_PROF_PPDU_PROC,
6366 	WMI_HOST_PROF_PPDU_POST,
6367 	WMI_HOST_PROF_HTT_TX_INPUT,
6368 	WMI_HOST_PROF_MSDU_ENQ,
6369 	WMI_HOST_PROF_PPDU_POST_HAL,
6370 	WMI_HOST_PROF_COMPUTE_TX_TIME,
6371 
6372 	/* Add new ID's above this. */
6373 	WMI_HOST_PROF_MAX_ID,
6374 } wmi_host_profile_id_t;
6375 #endif
6376 
6377 #define WMI_HOST_WLAN_PROFILE_MAX_HIST	3
6378 #define WMI_HOST_WLAN_PROFILE_MAX_BIN_CNT 32
6379 
6380 #if defined(AR9888)
6381 #define WMI_HOST_MAX_PROFILE	WMI_HOST_PROF_MAX_ID
6382 #else
6383 #define WMI_HOST_MAX_PROFILE	WMI_HOST_WLAN_PROFILE_MAX_BIN_CNT
6384 #endif
6385 
6386 /**
6387  * struct wmi_host_wlan_profile - Host profile param
6388  * @id: profile id
6389  * @cnt: Count
6390  * @tot:
6391  * @min: minimum
6392  * @max: Mac
6393  * @hist_intvl: history interval
6394  * @hist: profile data history
6395  */
6396 typedef struct {
6397 	uint32_t id;
6398 	uint32_t cnt;
6399 	uint32_t tot;
6400 	uint32_t min;
6401 	uint32_t max;
6402 	uint32_t hist_intvl;
6403 	uint32_t hist[WMI_HOST_WLAN_PROFILE_MAX_HIST];
6404 } wmi_host_wlan_profile_t;
6405 
6406 /**
6407  * struct wmi_host_wlan_profile_ctx_t - profile context
6408  * @tot: time in us
6409  * @tx_msdu_cnt: MSDU TX count
6410  * @tx_mpdu_cnt: MPDU tx count
6411  * @tx_ppdu_cnt: PPDU tx count
6412  * @rx_msdu_cnt: MSDU RX count
6413  * @rx_mpdu_cnt: MPDU RXcount
6414  * @bin_count: Bin count
6415  */
6416 typedef struct {
6417 	uint32_t tot;
6418 	uint32_t tx_msdu_cnt;
6419 	uint32_t tx_mpdu_cnt;
6420 	uint32_t tx_ppdu_cnt;
6421 	uint32_t rx_msdu_cnt;
6422 	uint32_t rx_mpdu_cnt;
6423 	uint32_t bin_count;
6424 } wmi_host_wlan_profile_ctx_t;
6425 
6426 /**
6427  * struct wmi_host_chan_info_event - Channel info WMI event
6428  * @pdev_id: pdev_id
6429  * @err_code: Error code
6430  * @freq: Channel freq
6431  * @cmd_flags: Read flags
6432  * @noise_floor: Noise Floor value
6433  * @rx_clear_count: rx clear count
6434  * @cycle_count: cycle count
6435  * @chan_tx_pwr_range: channel tx power per range
6436  * @chan_tx_pwr_tp: channel tx power per throughput
6437  * @rx_frame_count: rx frame count
6438  * @rx_11b_mode_data_duration: 11b mode data duration
6439  * @my_bss_rx_cycle_count: self BSS rx cycle count
6440  * @tx_frame_cnt: tx frame count
6441  * @mac_clk_mhz: mac clock
6442  * @vdev_id: unique id identifying the VDEV
6443  * @tx_frame_count: tx frame count
6444  * @rx_clear_ext20_count: ext20 frame count
6445  * @rx_clear_ext40_count: ext40 frame count
6446  * @rx_clear_ext80_count: ext80 frame count
6447  */
6448 typedef struct {
6449 	uint32_t pdev_id;
6450 	uint32_t err_code;
6451 	uint32_t freq;
6452 	uint32_t cmd_flags;
6453 	uint32_t noise_floor;
6454 	uint32_t rx_clear_count;
6455 	uint32_t cycle_count;
6456 	uint32_t chan_tx_pwr_range;
6457 	uint32_t chan_tx_pwr_tp;
6458 	uint32_t rx_frame_count;
6459 	uint32_t rx_11b_mode_data_duration;
6460 	uint32_t my_bss_rx_cycle_count;
6461 	uint32_t tx_frame_cnt;
6462 	uint32_t mac_clk_mhz;
6463 	uint32_t vdev_id;
6464 	uint32_t tx_frame_count;
6465 	uint32_t rx_clear_ext20_count;
6466 	uint32_t rx_clear_ext40_count;
6467 	uint32_t rx_clear_ext80_count;
6468 } wmi_host_chan_info_event;
6469 
6470 /**
6471  * struct wmi_host_pdev_channel_hopping_event
6472  * @pdev_id: pdev_id
6473  * @noise_floor_report_iter: Noise threshold iterations with high values
6474  * @noise_floor_total_iter: Total noise threshold iterations
6475  */
6476 typedef struct {
6477 	uint32_t pdev_id;
6478 	uint32_t noise_floor_report_iter;
6479 	uint32_t noise_floor_total_iter;
6480 } wmi_host_pdev_channel_hopping_event;
6481 
6482 /**
6483  * struct wmi_host_pdev_bss_chan_info_event
6484  * @pdev_id: pdev_id
6485  * @freq: Units in MHz
6486  * @noise_floor: units are dBm
6487  * @rx_clear_count_low:
6488  * @rx_clear_count_high:
6489  * @cycle_count_low:
6490  * @cycle_count_high:
6491  * @tx_cycle_count_low:
6492  * @tx_cycle_count_high:
6493  * @rx_cycle_count_low:
6494  * @rx_cycle_count_high:
6495  * @rx_bss_cycle_count_low:
6496  * @rx_bss_cycle_count_high:
6497  * @reserved:
6498  */
6499 typedef struct {
6500 	uint32_t pdev_id;
6501 	uint32_t freq;
6502 	uint32_t noise_floor;
6503 	uint32_t rx_clear_count_low;
6504 	uint32_t rx_clear_count_high;
6505 	uint32_t cycle_count_low;
6506 	uint32_t cycle_count_high;
6507 	uint32_t tx_cycle_count_low;
6508 	uint32_t tx_cycle_count_high;
6509 	uint32_t rx_cycle_count_low;
6510 	uint32_t rx_cycle_count_high;
6511 	uint32_t rx_bss_cycle_count_low;
6512 	uint32_t rx_bss_cycle_count_high;
6513 	uint32_t reserved;
6514 } wmi_host_pdev_bss_chan_info_event;
6515 
6516 /**
6517  * struct wmi_host_pdev_ctl_failsafe_event
6518  * @ctl_failsafe_status: Indicate if Failsafe value is imposed on CTL
6519  */
6520 struct wmi_host_pdev_ctl_failsafe_event {
6521 	uint32_t ctl_failsafe_status;
6522 };
6523 
6524 #define WMI_HOST_INST_STATS_INVALID_RSSI 0
6525 /**
6526  * struct wmi_host_inst_stats_resp
6527  * @iRSSI: Instantaneous RSSI
6528  * @peer_macaddr: peer mac address
6529  * @pdev_id: pdev_id
6530  */
6531 typedef struct {
6532 	uint32_t iRSSI;
6533 	wmi_host_mac_addr peer_macaddr;
6534 	uint32_t pdev_id;
6535 } wmi_host_inst_stats_resp;
6536 
6537 /* Event definition and new structure addition to send event
6538  * to host to block/unblock tx data traffic based on peer_ast_idx or vdev id
6539  */
6540 #define WMI_HOST_INVALID_PEER_AST_INDEX              0xffff
6541 #define WMI_HOST_TX_DATA_TRAFFIC_CTRL_BLOCK          0x1
6542 #define WMI_HOST_TX_DATA_TRAFFIC_CTRL_UNBLOCK        0x2
6543 /**
6544  * struct wmi_host_tx_data_traffic_ctrl_event
6545  * @peer_ast_idx: For vdev based control, peer_ast_idx will be
6546  *                WMI_INVALID_PEER_AST_INDEX
6547  * @vdev_id: only applies if peer_ast_idx == INVALID
6548  * @ctrl_cmd: WMI_TX_DATA_TRAFFIC_CTRL_BLOCK or
6549  *            WMI_TX_DATA_TRAFFIC_CTRL_UNBLOCK
6550  * @wmm_ac: Indicates AC to be blocked or unblocked
6551  *          Bits  4-31 : Reserved (Shall be zero)
6552  *          Bits  0-3  : WMM AC NO [ BE (1), BK (2), VI (3), VO (4)]
6553  *          Started numbering from 1 to preserve backward compatibility
6554  */
6555 typedef struct {
6556 	uint32_t peer_ast_idx;
6557 	uint32_t vdev_id;
6558 	uint32_t ctrl_cmd;
6559 	uint32_t wmm_ac;
6560 } wmi_host_tx_data_traffic_ctrl_event;
6561 
6562 /**
6563  * struct wmi_host_ath_dcs_cw_int
6564  * @channel: either number or freq in mhz
6565  */
6566 typedef struct {
6567 	uint32_t channel;
6568 } wmi_host_ath_dcs_cw_int;
6569 
6570 #define WMI_MAX_POWER_DBG_ARGS 8
6571 
6572 /**
6573  * struct wmi_power_dbg_params - power debug command parameter
6574  * @pdev_id: subsystem identifier
6575  * @module_id: parameter id
6576  * @num_arg: no of arguments
6577  * @args: arguments
6578  */
6579 struct wmi_power_dbg_params {
6580 	uint32_t pdev_id;
6581 	uint32_t module_id;
6582 	uint32_t num_args;
6583 	uint32_t args[WMI_MAX_POWER_DBG_ARGS];
6584 };
6585 
6586 /**
6587  * struct wmi_fw_dump_seg_req - individual segment details
6588  * @seg_id - segment id.
6589  * @seg_start_addr_lo - lower address of the segment.
6590  * @seg_start_addr_hi - higher address of the segment.
6591  * @seg_length - length of the segment.
6592  * @dst_addr_lo - lower address of the destination buffer.
6593  * @dst_addr_hi - higher address of the destination buffer.
6594  *
6595  * This structure carries the information to firmware about the
6596  * individual segments. This structure is part of firmware memory
6597  * dump request.
6598  */
6599 struct wmi_fw_dump_seg_req {
6600 	uint8_t seg_id;
6601 	uint32_t seg_start_addr_lo;
6602 	uint32_t seg_start_addr_hi;
6603 	uint32_t seg_length;
6604 	uint32_t dst_addr_lo;
6605 	uint32_t dst_addr_hi;
6606 };
6607 
6608 /**
6609  * enum wmi_userspace_log_level - Log level at userspace
6610  * @WMI_LOG_LEVEL_NO_COLLECTION: verbose_level 0 corresponds to no collection
6611  * @WMI_LOG_LEVEL_NORMAL_COLLECT: verbose_level 1 correspond to normal log
6612  * level with minimal user impact. This is the default value.
6613  * @WMI_LOG_LEVEL_ISSUE_REPRO: verbose_level 2 are enabled when user is lazily
6614  * trying to reproduce a problem, wifi performances and power can be impacted
6615  * but device should not otherwise be significantly impacted
6616  * @WMI_LOG_LEVEL_ACTIVE: verbose_level 3+ are used when trying to
6617  * actively debug a problem
6618  *
6619  * Various log levels defined in the userspace for logging applications
6620  */
6621 enum wmi_userspace_log_level {
6622 	WMI_LOG_LEVEL_NO_COLLECTION,
6623 	WMI_LOG_LEVEL_NORMAL_COLLECT,
6624 	WMI_LOG_LEVEL_ISSUE_REPRO,
6625 	WMI_LOG_LEVEL_ACTIVE,
6626 };
6627 
6628 /**
6629  * HW mode config type replicated from FW header
6630  * @WMI_HOST_HW_MODE_SINGLE: Only one PHY is active.
6631  * @WMI_HOST_HW_MODE_DBS: Both PHYs are active in different bands,
6632  *                        one in 2G and another in 5G.
6633  * @WMI_HOST_HW_MODE_SBS_PASSIVE: Both PHYs are in passive mode (only rx) in
6634  *                        same band; no tx allowed.
6635  * @WMI_HOST_HW_MODE_SBS: Both PHYs are active in the same band.
6636  *                        Support for both PHYs within one band is planned
6637  *                        for 5G only(as indicated in WMI_MAC_PHY_CAPABILITIES),
6638  *                        but could be extended to other bands in the future.
6639  *                        The separation of the band between the two PHYs needs
6640  *                        to be communicated separately.
6641  * @WMI_HOST_HW_MODE_DBS_SBS: 3 PHYs, with 2 on the same band doing SBS
6642  *                           as in WMI_HW_MODE_SBS, and 3rd on the other band
6643  * @WMI_HOST_HW_MODE_DBS_OR_SBS: Two PHY with one PHY capabale of both 2G and
6644  *                        5G. It can support SBS (5G + 5G) OR DBS (5G + 2G).
6645  * @WMI_HOST_HW_MODE_MAX: Max hw_mode_id. Used to indicate invalid mode.
6646  * @WMI_HOST_HW_MODE_DETECT: Mode id used by host to choose mode from target
6647  *                        supported modes.
6648  */
6649 enum wmi_host_hw_mode_config_type {
6650 	WMI_HOST_HW_MODE_SINGLE       = 0,
6651 	WMI_HOST_HW_MODE_DBS          = 1,
6652 	WMI_HOST_HW_MODE_SBS_PASSIVE  = 2,
6653 	WMI_HOST_HW_MODE_SBS          = 3,
6654 	WMI_HOST_HW_MODE_DBS_SBS      = 4,
6655 	WMI_HOST_HW_MODE_DBS_OR_SBS   = 5,
6656 	WMI_HOST_HW_MODE_MAX,
6657 	WMI_HOST_HW_MODE_DETECT,
6658 };
6659 
6660 /*
6661  * struct wmi_host_peer_txmu_cnt_event
6662  * @tx_mu_transmitted - MU-MIMO tx count
6663  */
6664 typedef struct {
6665 	uint32_t tx_mu_transmitted;
6666 } wmi_host_peer_txmu_cnt_event;
6667 
6668 /**
6669  * struct esp_estimation_event - esp airtime estimation event
6670  * @ac_airtime_percentage: Estimated Airtime
6671  * @pdev_id: PDEV_ID of Data
6672  */
6673 struct esp_estimation_event {
6674 	uint32_t ac_airtime_percentage;
6675 	uint32_t pdev_id;
6676 };
6677 
6678 /*
6679  * struct wmi_peer_gid_userpos_list_event
6680  * @usr_list - User list
6681  */
6682 #define GID_OVERLOAD_GROUP_COUNT  15
6683 typedef struct {
6684 	uint32_t usr_list[GID_OVERLOAD_GROUP_COUNT];
6685 } wmi_host_peer_gid_userpos_list_event;
6686 
6687 /**
6688  * enum rcpi_measurement_type - for identifying type of rcpi measurement
6689  * @RCPI_MEASUREMENT_TYPE_AVG_MGMT: avg rcpi of mgmt frames
6690  * @RCPI_MEASUREMENT_TYPE_AVG_DATA: avg rcpi of data frames
6691  * @RCPI_MEASUREMENT_TYPE_LAST_MGMT: rcpi of last mgmt frame
6692  * @RCPI_MEASUREMENT_TYPE_LAST_DATA: rcpi of last data frame
6693  * @RCPI_MEASUREMENT_TYPE_INVALID: invalid rcpi measurement type
6694  */
6695 enum rcpi_measurement_type {
6696 	RCPI_MEASUREMENT_TYPE_AVG_MGMT  = 0x1,
6697 	RCPI_MEASUREMENT_TYPE_AVG_DATA  = 0x2,
6698 	RCPI_MEASUREMENT_TYPE_LAST_MGMT = 0x3,
6699 	RCPI_MEASUREMENT_TYPE_LAST_DATA = 0x4,
6700 	RCPI_MEASUREMENT_TYPE_INVALID = 0x5,
6701 };
6702 
6703 /**
6704  * struct rcpi_req - RCPI req parameter
6705  * @vdev_id: virtual device id
6706  * @measurement_type: type of rcpi from enum wmi_rcpi_measurement_type
6707  * @mac_addr: peer mac addr for which measurement is required
6708  */
6709 struct rcpi_req {
6710 	uint32_t vdev_id;
6711 	enum rcpi_measurement_type measurement_type;
6712 	uint8_t mac_addr[QDF_MAC_ADDR_SIZE];
6713 };
6714 
6715 /**
6716  * struct rcpi_res - RCPI response parameter
6717  * @vdev_id: virtual device id
6718  * @measurement_type: type of rcpi from enum wmi_rcpi_measurement_type
6719  * @mac_addr: peer mac addr for which measurement is required
6720  * @rcpi_value: value of RCPI computed by firmware
6721  */
6722 struct rcpi_res {
6723 	uint32_t vdev_id;
6724 	enum rcpi_measurement_type measurement_type;
6725 	uint8_t mac_addr[QDF_MAC_ADDR_SIZE];
6726 	int32_t rcpi_value;
6727 };
6728 
6729 #define WMI_HOST_BOARD_MCN_STRING_MAX_SIZE 19
6730 #define WMI_HOST_BOARD_MCN_STRING_BUF_SIZE \
6731 	(WMI_HOST_BOARD_MCN_STRING_MAX_SIZE+1) /* null-terminator */
6732 
6733 typedef struct {
6734 	uint32_t software_cal_version;
6735 	uint32_t board_cal_version;
6736 	/* board_mcn_detail:
6737 	 * Provide a calibration message string for the host to display.
6738 	 * Note: on a big-endian host, the 4 bytes within each uint32_t portion
6739 	 * of a WMI message will be automatically byteswapped by the copy engine
6740 	 * as the messages are transferred between host and target, to convert
6741 	 * between the target's little-endianness and the host's big-endianness.
6742 	 * Consequently, a big-endian host should manually unswap the bytes
6743 	 * within the board_mcn_detail string buffer to get the bytes back into
6744 	 * the desired natural order.
6745 	 */
6746 	uint8_t board_mcn_detail[WMI_HOST_BOARD_MCN_STRING_BUF_SIZE];
6747 	uint32_t cal_ok; /* filled with CALIBRATION_STATUS enum value */
6748 } wmi_host_pdev_check_cal_version_event;
6749 
6750 /**
6751  * enum WMI_HOST_CALIBRATION_STATUS - Host defined Enums for cal status
6752  * @WMI_HOST_NO_FEATURE: The board was calibrated with a meta
6753  *                       which did not have this feature
6754  * @WMI_HOST_CALIBRATION_OK: The calibration status is OK
6755  * @WMI_HOST_CALIBRATION_NOT_OK: The calibration status is NOT OK
6756  */
6757 enum WMI_HOST_CALIBRATION_STATUS {
6758 	WMI_HOST_NO_FEATURE = 0,
6759 	WMI_HOST_CALIBRATION_OK,
6760 	WMI_HOST_CALIBRATION_NOT_OK,
6761 };
6762 
6763 /**
6764  * struct wmi_host_pdev_utf_event - Host defined struct to hold utf event data
6765  * @data:        Pointer to data
6766  * @datalen:     Data length
6767  * @pdev_id:     Pdev_id of data
6768  *
6769  */
6770 struct wmi_host_pdev_utf_event {
6771 	uint8_t *data;
6772 	uint16_t datalen;
6773 	uint32_t pdev_id;
6774 };
6775 
6776 /**
6777  * struct wmi_host_utf_seg_header_info - Host defined struct to map seg info in
6778  *                         UTF event
6779  * @len:        segment length
6780  * @msgref:     message reference
6781  * @segment_info: segment info
6782  * @pdev_id:  pdev_id
6783  *
6784  */
6785 struct wmi_host_utf_seg_header_info {
6786 	uint32_t len;
6787 	uint32_t msgref;
6788 	uint32_t segment_info;
6789 	uint32_t pdev_id;
6790 };
6791 
6792 /**
6793  * struct wmi_host_pdev_qvit_event - Host defined struct to hold qvit event data
6794  * @data:        Pointer to data
6795  * @datalen:     Data length
6796  *
6797  */
6798 struct wmi_host_pdev_qvit_event {
6799 	uint8_t *data;
6800 	uint16_t datalen;
6801 	uint32_t pdev_id;
6802 };
6803 
6804 /**
6805  * struct wmi_host_peer_delete_response_event - Peer Delete response event param
6806  * @vdev_id: vdev id
6807  * @mac_address: Peer Mac Address
6808  *
6809  */
6810 struct wmi_host_peer_delete_response_event {
6811 	uint32_t vdev_id;
6812 	struct qdf_mac_addr mac_address;
6813 };
6814 
6815 /**
6816  * struct wmi_host_vdev_peer_delete_all_response_event -
6817  * VDEV peer delete all response
6818  * @vdev_id: vdev id
6819  * @status: status of request
6820  * 0 - OK; command successful
6821  * 1 - EINVAL; Requested invalid vdev_id
6822  * 2 - EFAILED; Delete all peer failed
6823  */
6824 struct wmi_host_vdev_peer_delete_all_response_event {
6825 	uint32_t vdev_id;
6826 	uint32_t status;
6827 };
6828 
6829 /**
6830  * @struct wmi_host_dcs_interference_param
6831  * @interference_type: Type of DCS Interference
6832  * @uint32_t pdev_id: pdev id
6833  */
6834 struct wmi_host_dcs_interference_param {
6835 	uint32_t interference_type;
6836 	uint32_t pdev_id;
6837 };
6838 
6839 /**
6840  * struct wmi_host_rf_characterization_event_param - rf characterization table
6841  * @freq: center frequency of primary channel (in MHz)
6842  * @bw: bandwidth of primary channel (in MHz)
6843  * @chan_metric: primary channel-specific metric
6844  */
6845 struct wmi_host_rf_characterization_event_param {
6846 	uint16_t freq;
6847 	wmi_host_channel_width bw;
6848 	uint8_t chan_metric;
6849 };
6850 
6851 /*
6852  * struct wmi_host_fips_event_param: FIPS event param
6853  * @pdev_id: pdev id
6854  * @error_status: Error status: 0 (no err), 1, or OPER_TIMEOUR
6855  * @data_len: FIPS data length
6856  * @data: pointer to data
6857  */
6858 struct wmi_host_fips_event_param {
6859 	uint32_t pdev_id;
6860 	uint32_t error_status;
6861 	uint32_t data_len;
6862 	uint32_t *data;
6863 };
6864 
6865 #ifdef WLAN_FEATURE_DISA_FIPS
6866 /**
6867  * struct disa_encrypt_decrypt_resp_params - disa encrypt response
6868  * @vdev_id: vdev id
6869  * @status: status
6870  * @data_length: data length
6871  * @data: data pointer
6872  */
6873 struct disa_encrypt_decrypt_resp_params {
6874 	uint32_t vdev_id;
6875 	int32_t status;
6876 	uint32_t data_len;
6877 	uint8_t *data;
6878 };
6879 #endif
6880 
6881 /**
6882  * struct wmi_host_proxy_ast_reserve_param
6883  * @pdev_id: pdev id
6884  * @result: result
6885  */
6886 struct wmi_host_proxy_ast_reserve_param {
6887 	uint32_t pdev_id;
6888 	uint32_t result;
6889 };
6890 
6891 /**
6892  * struct wmi_host_pdev_band_to_mac - freq range for mac
6893  * @pdev_id: PDEV ID to identifiy mac
6894  * @start_freq: start frequency value
6895  * @end_freq: end frequency value
6896  */
6897 struct wmi_host_pdev_band_to_mac {
6898 	uint32_t pdev_id;
6899 	uint32_t start_freq;
6900 	uint32_t end_freq;
6901 };
6902 #define WMI_HOST_MAX_PDEV 3
6903 
6904 #ifdef OL_ATH_SMART_LOGGING
6905 
6906 #define WMI_HOST_SMART_LOG_SCENARIO_SET(flag, scenario) ((flag) |= (scenario))
6907 #define WMI_HOST_SMART_LOG_SCENARIO_GET(flag, scenario) ((flag) &  (scenario))
6908 
6909 /**
6910  * enum wmi_host_smart_log_scenario - Smart log scenarios to be enabled/disabled
6911  * @WMI_HOST_SMART_LOG_ALL: All smart logging features.
6912  * @WMI_HOST_SMART_LOG_CE_FULL_DETECT_BY_FW: CE with full detect by FW.
6913  * @WMI_HOST_SMART_LOG_TX_RX_TIMEOUT: Tx/Rx timeout.
6914  * @WMI_HOST_SMART_LOG_STA_KICKOUT: STA Kickout.
6915  * @WMI_HOST_SMART_LOG_BCN_CMD_FAILURE: Beacon command failure.
6916  * @WMI_HOST_SMART_LOG_P1_PING_FAILURE: P1 ping failure. Ping failure detection
6917  * is done by host entities. So, host should be able to control the
6918  * enable/disable of this feature. Yet, this is provided in case the
6919  * corresponding FW specific debugs alone have to be enabled/disabled.
6920  * @WMI_HOST_SMART_LOG_CONNECTION_FAILURE: Connection failure. Connection
6921  * failure detection is done by host entities. So, host should be able to
6922  * control the enable/disable of this feature. Yet, this is provided in case the
6923  * corresponding FW specific debugs alone have to be enabled/disabled.
6924  * @WMI_HOST_SMART_LOG_FW_INITIATED_PKT_LOG: FW Initiated packetlog.
6925  * @WMI_HOST_SMART_LOG_EXTENSION_1: If WMI_HOST_SMART_LOG_EXTENSION_1 is set,
6926  * then the 'log_case_ext_1' field in 'wmi_smart_logging' is used; else
6927  * log_case_ext_1 is ignored.
6928  */
6929 enum wmi_host_smart_log_scenario {
6930 	WMI_HOST_SMART_LOG_ALL                      =        0x0,
6931 	WMI_HOST_SMART_LOG_CE_FULL_DETECT_BY_FW     =        0x1,
6932 	WMI_HOST_SMART_LOG_TX_RX_TIMEOUT            =        0x2,
6933 	WMI_HOST_SMART_LOG_STA_KICKOUT              =        0x4,
6934 	WMI_HOST_SMART_LOG_BCN_CMD_FAILURE          =        0x8,
6935 	WMI_HOST_SMART_LOG_P1_PING_FAILURE          =       0x10,
6936 	WMI_HOST_SMART_LOG_CONNECTION_FAILURE       =       0x20,
6937 	WMI_HOST_SMART_LOG_FW_INITIATED_PKT_LOG     =       0x40,
6938 
6939 	/* New scenarios to be added here */
6940 
6941 	WMI_HOST_SMART_LOG_EXTENSION_1              = 0x80000000,
6942 };
6943 
6944 /**
6945  * struct wmi_fatal_condition_event - Fatal condition event param
6946  * @type: Type of event
6947  * @subtype: Subtype of event
6948  * @type_subtype_specific_data: Data specific to combination of type and
6949  * subtype. This is held in a union with the original "reserved0" for backward
6950  * compatibility with any code that might refer to it. The previously-reserved
6951  * field now holds data under some conditions. The kind of data depends on the
6952  * above "type" and "subtype" fields. The interpretation of the
6953  * type_subtype_specific_data field based on different type + subtype values is
6954  * shown below:
6955  * 1. type == WMI_HOST_FATAL_CONDITION_PACKET_LOG_CONFIG + subtype
6956  * == WMI_HOST_FATAL_SUBTYPE_PACKET_LOG_CONFIG_START ->
6957  * type_subtype_specific_data = WMI_HOST_PKTLOG_EVENT
6958  * For any type+subtype combinations not listed above, the recipient is expected
6959  * to ignore the type_subtype_specific_data field.
6960  */
6961 struct wmi_fatal_condition_event {
6962 	uint32_t type;
6963 	uint32_t subtype;
6964 	union {
6965 		uint32_t reserved0;
6966 		uint32_t type_subtype_specific_data;
6967 	};
6968 };
6969 
6970 /*Currently the Max fatal events is 3 */
6971 #define FATAL_EVENTS_MAX 3
6972 
6973 /**
6974  * struct wmi_debug_fatal_events: Fatal events list
6975  * @num_events:Number of events
6976  * @event[FATAL_EVENTS_MAX]: Each event data
6977  */
6978 struct wmi_debug_fatal_events {
6979 	uint32_t num_events;
6980 	struct wmi_fatal_condition_event event[FATAL_EVENTS_MAX];
6981 };
6982 
6983 /**
6984  * enum wmi_host_fatal_condition_type - Values that 'type' can take in
6985  * wmi_fatal_condition_event
6986  * @WMI_HOST_FATAL_CONDITION_EVENT_COMPLETION: Fatal condition event completion
6987  * @WMI_HOST_FATAL_CONDITION_CE_FAILURE: CE failure
6988  * @WMI_HOST_FATAL_CONDITION_TIMEOUTS: Communication timeouts
6989  * @WMI_HOST_FATAL_CONDITION_CONNECTION_ISSUE: Connection issue
6990  * @WMI_HOST_FATAL_CONDITION_PACKET_LOG_CONFIG: Configuration for FW initiated
6991  * packetlog
6992  */
6993 enum wmi_host_fatal_condition_type {
6994 	WMI_HOST_FATAL_CONDITION_EVENT_COMPLETION,
6995 	WMI_HOST_FATAL_CONDITION_CE_FAILURE,
6996 	WMI_HOST_FATAL_CONDITION_TIMEOUTS,
6997 	WMI_HOST_FATAL_CONDITION_CONNECTION_ISSUE,
6998 	WMI_HOST_FATAL_CONDITION_PACKET_LOG_CONFIG,
6999 };
7000 
7001 /**
7002  * enum wmi_host_fatal_condition_subtype_timeouts - Possible subtypes for
7003  * WMI_HOST_FATAL_CONDITION_TIMEOUTS
7004  * @WMI_HOST_FATAL_SUBTYPE_TX_TIMEOUT: Tx timeout
7005  * @WMI_HOST_FATAL_SUBTYPE_RX_TIMEOUT: Rx timeout
7006  */
7007 enum wmi_host_fatal_condition_subtype_timeouts {
7008 	WMI_HOST_FATAL_SUBTYPE_TX_TIMEOUT,
7009 	WMI_HOST_FATAL_SUBTYPE_RX_TIMEOUT,
7010 };
7011 
7012 /**
7013  * enum wmi_host_fatal_condition_subtype_connection_issue - Possible subtypes
7014  * for WMI_HOST_FATAL_CONDITION_CONNECTION_ISSUE
7015  * @WMI_HOST_FATAL_SUBTYPE_STA_KICKOUT: STA Kickout
7016  * @WMI_HOST_FATAL_SUBTYPE_P1_PING_FAILURE_START_DEBUG: Start debugging for P1
7017  * ping failure
7018  * @WMI_HOST_FATAL_SUBTYPE_P1_PING_FAILURE_STOP_DEBUG: Stop debugging for P1
7019  * ping failure
7020  * @WMI_HOST_FATAL_SUBTYPE_CONNECTION_FAILURE_START_DEBUG: Start debugging for
7021  * connection failure
7022  * @WMI_HOST_FATAL_SUBTYPE_CONNECTION_FAILURE_STOP_DEBUG: Stop debugging for
7023  * connection failure
7024  */
7025 enum wmi_host_fatal_condition_subtype_connection_issue {
7026 	WMI_HOST_FATAL_SUBTYPE_STA_KICKOUT,
7027 	WMI_HOST_FATAL_SUBTYPE_P1_PING_FAILURE_START_DEBUG,
7028 	WMI_HOST_FATAL_SUBTYPE_P1_PING_FAILURE_STOP_DEBUG,
7029 	WMI_HOST_FATAL_SUBTYPE_CONNECTION_FAILURE_START_DEBUG,
7030 	WMI_HOST_FATAL_SUBTYPE_CONNECTION_FAILURE_STOP_DEBUG,
7031 };
7032 
7033 /**
7034  * enum wmi_host_fatal_condition_subtype_packet_log_config - Possible subtypes
7035  * for WMI_HOST_FATAL_CONDITION_PACKET_LOG_CONFIG
7036  * @WMI_HOST_FATAL_SUBTYPE_PACKET_LOG_CONFIG_START: Start FW initiated packetlog
7037  * @WMI_HOST_FATAL_SUBTYPE_PACKET_LOG_CONFIG_STOP: Stop FW initiated packetlog
7038  */
7039 enum wmi_host_fatal_condition_subtype_packet_log_config {
7040 	WMI_HOST_FATAL_SUBTYPE_PACKET_LOG_CONFIG_START,
7041 	WMI_HOST_FATAL_SUBTYPE_PACKET_LOG_CONFIG_STOP,
7042 };
7043 
7044 #endif /* OL_ATH_SMART_LOGGING */
7045 
7046 /**
7047  * struct wmi_init_cmd_param - INIT command params
7048  * @target_resource_config: pointer to resource config
7049  * @num_mem_chunks: number of memory chunks
7050  * @struct wmi_host_mem_chunk: pointer to memory chunks
7051  * @hw_mode_index: HW mode index chosen
7052  * @num_band_to_mac: Number of band to mac setting
7053  * @struct wmi_host_pdev_band_to_mac: band to mac setting
7054  */
7055 struct wmi_init_cmd_param {
7056 	target_resource_config *res_cfg;
7057 	uint8_t num_mem_chunks;
7058 	struct wmi_host_mem_chunk *mem_chunks;
7059 	uint32_t hw_mode_id;
7060 	uint32_t num_band_to_mac;
7061 	struct wmi_host_pdev_band_to_mac band_to_mac[WMI_HOST_MAX_PDEV];
7062 };
7063 
7064 /**
7065  * struct pdev_csa_switch_count_status - CSA switch count status event param
7066  * @pdev_id: Physical device identifier
7067  * @current_switch_count: Current CSA switch count
7068  * @num_vdevs: Number of vdevs that need restart
7069  * @vdev_ids: Array containing the vdev ids that need restart
7070  */
7071 struct pdev_csa_switch_count_status {
7072 	uint32_t pdev_id;
7073 	uint32_t current_switch_count;
7074 	uint32_t num_vdevs;
7075 	uint32_t *vdev_ids;
7076 };
7077 
7078 /**
7079  * enum wmi_host_active-apf_mode - FW_ACTIVE_APF_MODE, replicated from FW header
7080  * @WMI_HOST_ACTIVE_APF_DISABLED: APF is disabled for all packets in active mode
7081  * @WMI_HOST_ACTIVE_APF_ENABLED: APF is enabled for all packets in active mode
7082  * @WMI_HOST_ACTIVE_APF_ADAPTIVE: APF is enabled for packets up to some
7083  *	threshold in active mode
7084  */
7085 enum wmi_host_active_apf_mode {
7086 	WMI_HOST_ACTIVE_APF_DISABLED =	(1 << 1),
7087 	WMI_HOST_ACTIVE_APF_ENABLED =	(1 << 2),
7088 	WMI_HOST_ACTIVE_APF_ADAPTIVE =	(1 << 3)
7089 };
7090 
7091 /**
7092  * struct coex_config_params - Coex config command params
7093  * @vdev_id: Virtual AP device identifier
7094  * @config_type: Configuration type - wmi_coex_config_type enum
7095  * @config_arg1: Configuration argument based on config type
7096  * @config_arg2: Configuration argument based on config type
7097  * @config_arg3: Configuration argument based on config type
7098  * @config_arg4: Configuration argument based on config type
7099  * @config_arg5: Configuration argument based on config type
7100  * @config_arg6: Configuration argument based on config type
7101  */
7102 struct coex_config_params {
7103 	uint32_t vdev_id;
7104 	uint32_t config_type;
7105 	uint32_t config_arg1;
7106 	uint32_t config_arg2;
7107 	uint32_t config_arg3;
7108 	uint32_t config_arg4;
7109 	uint32_t config_arg5;
7110 	uint32_t config_arg6;
7111 };
7112 
7113 #define WMI_HOST_PDEV_ID_SOC 0xFF
7114 #define WMI_HOST_PDEV_ID_0   0
7115 #define WMI_HOST_PDEV_ID_1   1
7116 #define WMI_HOST_PDEV_ID_2   2
7117 #define WMI_HOST_PDEV_ID_INVALID 0xFFFFFFFF
7118 
7119 /**
7120  * struct wmi_host_ready_ev_param - Data revieved in ready event
7121  * @status:         FW init status. Success or Failure.
7122  * @num_dscp_table: Number of DSCP table supported in FW
7123  * @num_extra_mac_addr: Extra mac address present in ready event. Used
7124  *                  in DBDC mode to provide multiple mac per pdev.
7125  * @num_total_peer: Total number of peers FW could allocate. Zero means
7126  *                  FW could  allocate num peers requested by host in init.
7127  *                  Otherwise, host need update it max_peer to this value.
7128  * @num_extra_peer: Number of extra peers created and used within FW. Host
7129  *                  should expect peer_id can be num_total_peer + num_extra_peer
7130  *                  but it can create only upto num_total_peer.
7131  * @agile_capability: Boolean specification of whether the target supports
7132  *                  agile DFS, by means of using one 80 MHz radio chain for
7133  *                  radar detection, concurrently with using another radio
7134  *                  chain for non-160 MHz regular operation.
7135  * @max_ast_index: Max number of AST entries that FW could allocate.
7136  * @pktlog_defs_checksum: checksum computed from the definitions of the enums
7137  *                        and structs used within pktlog traces. This is sent
7138  *                        from the FW as part of FW ready event and needs
7139  *                        to be embedded in the pktlog buffer header as version.
7140  */
7141 struct wmi_host_ready_ev_param {
7142 	uint32_t status;
7143 	uint32_t num_dscp_table;
7144 	uint32_t num_extra_mac_addr;
7145 	uint32_t num_total_peer;
7146 	uint32_t num_extra_peer;
7147 	bool agile_capability;
7148 	uint32_t max_ast_index;
7149 	uint32_t pktlog_defs_checksum;
7150 };
7151 
7152 enum bcn_offload_control_param {
7153 	BCN_OFFLD_CTRL_TX_DISABLE = 0,
7154 	BCN_OFFLD_CTRL_TX_ENABLE,
7155 	BCN_OFFLD_CTRL_SWBA_DISABLE,
7156 	BCN_OFFLD_CTRL_SWBA_ENABLE,
7157 };
7158 
7159 /**
7160  * struct bcn_offload_control - Beacon offload control params
7161  * @vdev_id: vdev identifer of VAP to control beacon tx
7162  * @bcn_ctrl_op: values from enum bcn_offload_control_param
7163  */
7164 struct bcn_offload_control {
7165 	uint32_t vdev_id;
7166 	enum bcn_offload_control_param bcn_ctrl_op;
7167 };
7168 
7169 #ifdef OBSS_PD
7170 /**
7171  * struct wmi_host_obss_spatial_reuse_set_param - OBSS_PD_SPATIAL Reuse
7172  *                                                structure
7173  * @enable: Enable/Disable Spatial Reuse
7174  * @obss_min: Minimum OBSS level to use
7175  * @obss_max: Maximum OBSS level to use
7176  * @pdev_id: Pdev id
7177  */
7178 struct wmi_host_obss_spatial_reuse_set_param {
7179 	uint32_t enable;
7180 	int32_t obss_min;
7181 	int32_t obss_max;
7182 	uint32_t vdev_id;
7183 };
7184 
7185 /**
7186  * struct wmi_host_obss_spatial_reuse_set_def_thresh - default obsspd offsets
7187  * @obss_min: Minimum OBSS level to use
7188  * @obss_max: Maximum OBSS level to use
7189  * @vdev_type: vdev_type should be one of WMI_VDEV_TYPE_STA or WMI_VDEV_TYPE_AP
7190  */
7191 struct wmi_host_obss_spatial_reuse_set_def_thresh {
7192 	int32_t obss_min;
7193 	int32_t obss_max;
7194 	uint32_t vdev_type;
7195 };
7196 #endif
7197 
7198 /**
7199  * struct wds_entry - WDS entry structure
7200  * @peer_mac: peer mac
7201  * @wds_mac: wds mac address
7202  * @flags: flags
7203  */
7204 struct wdsentry {
7205 	u_int8_t peer_mac[QDF_MAC_ADDR_SIZE];
7206 	u_int8_t wds_mac[QDF_MAC_ADDR_SIZE];
7207 	uint32_t flags;
7208 };
7209 
7210 /**
7211  * struct wmi_obss_detection_cfg_param - obss detection cfg
7212  * @vdev_id: vdev id
7213  * @obss_detect_period_ms: detection period in ms
7214  * @obss_11b_ap_detect_mode: detect whether there is 11b ap/ibss
7215  * @obss_11b_sta_detect_mode: detect whether there is 11b sta
7216  *                            connected with other APs
7217  * @obss_11g_ap_detect_mode: detect whether there is 11g AP
7218  * @obss_11a_detect_mode: detect whether there is legacy 11a traffic
7219  * @obss_ht_legacy_detect_mode: detect whether there is ap which is
7220  *                              ht legacy mode
7221  * @obss_ht_mixed_detect_mode: detect whether there is ap which is ht mixed mode
7222  * @obss_ht_20mhz_detect_mode: detect whether there is ap which has 20M only
7223  *                             station
7224  */
7225 struct wmi_obss_detection_cfg_param {
7226 	uint32_t vdev_id;
7227 	uint32_t obss_detect_period_ms;
7228 	uint32_t obss_11b_ap_detect_mode;
7229 	uint32_t obss_11b_sta_detect_mode;
7230 	uint32_t obss_11g_ap_detect_mode;
7231 	uint32_t obss_11a_detect_mode;
7232 	uint32_t obss_ht_legacy_detect_mode;
7233 	uint32_t obss_ht_mixed_detect_mode;
7234 	uint32_t obss_ht_20mhz_detect_mode;
7235 };
7236 
7237 /**
7238  * enum wmi_obss_detection_reason - obss detection event reasons
7239  * @OBSS_OFFLOAD_DETECTION_DISABLED: OBSS detection disabled
7240  * @OBSS_OFFLOAD_DETECTION_PRESENT: OBSS present detection
7241  * @OBSS_OFFLOAD_DETECTION_ABSENT: OBSS absent detection
7242  *
7243  * Defines different types of reasons for obss detection event from firmware.
7244  */
7245 enum wmi_obss_detection_reason {
7246 	OBSS_OFFLOAD_DETECTION_DISABLED = 0,
7247 	OBSS_OFFLOAD_DETECTION_PRESENT  = 1,
7248 	OBSS_OFFLOAD_DETECTION_ABSENT   = 2,
7249 };
7250 
7251 /**
7252  * struct wmi_obss_detect_info - OBSS detection info from firmware
7253  * @vdev_id: ID of the vdev to which this info belongs.
7254  * @reason: Indicate if present or Absent detection,
7255  *          also if not supported offload for this vdev.
7256  * @matched_detection_masks: Detection bit map.
7257  * @matched_bssid_addr: MAC address valid for only if info is present detection.
7258  */
7259 struct wmi_obss_detect_info {
7260 	uint32_t vdev_id;
7261 	enum wmi_obss_detection_reason reason;
7262 	uint32_t matched_detection_masks;
7263 	uint8_t matched_bssid_addr[QDF_MAC_ADDR_SIZE];
7264 };
7265 
7266 #ifdef QCA_SUPPORT_CP_STATS
7267 /**
7268  * struct wmi_host_congestion_stats - host definition of congestion stats
7269  * @vdev_id: ID of the vdev to which this info belongs.
7270  * @congestion: This field holds the congestion percentage =
7271  *                                             (busy_time/total_time)*100
7272  * for the interval from when the vdev was started to the current time
7273  * (or the time at which the vdev was stopped).
7274  */
7275 struct wmi_host_congestion_stats {
7276 	uint32_t vdev_id;
7277 	uint32_t congestion;
7278 };
7279 #endif
7280 
7281 #ifdef FEATURE_WLAN_APF
7282 /**
7283  * struct wmi_apf_write_memory_params - Android Packet Filter write memory
7284  * params
7285  * @vdev_id: VDEV on which APF memory is to be written
7286  * @apf_version: APF version number
7287  * @program_len: Length reserved for program in the APF work memory
7288  * @addr_offset: Relative address in APF work memory to start writing
7289  * @length: Size of the write
7290  * @buf: Pointer to the buffer
7291  */
7292 struct wmi_apf_write_memory_params {
7293 	uint8_t vdev_id;
7294 	uint32_t apf_version;
7295 	uint32_t program_len;
7296 	uint32_t addr_offset;
7297 	uint32_t length;
7298 	uint8_t *buf;
7299 };
7300 
7301 /**
7302  * struct wmi_apf_read_memory_params - Android Packet Filter read memory params
7303  * @vdev_id: vdev id
7304  * @addr_offset: Relative address in APF work memory to read from
7305  * @length: Size of the memory fetch
7306  */
7307 struct wmi_apf_read_memory_params {
7308 	uint8_t vdev_id;
7309 	uint32_t addr_offset;
7310 	uint32_t length;
7311 };
7312 
7313 /**
7314  * struct wmi_apf_read_memory_resp_event_params - Event containing read Android
7315  *	Packet Filter memory response
7316  * @vdev_id: vdev id
7317  * @offset: Read memory offset
7318  * @length: Read memory length
7319  * @more_data: Indicates more data to come
7320  * @data: Pointer to the data
7321  */
7322 struct wmi_apf_read_memory_resp_event_params {
7323 	uint32_t vdev_id;
7324 	uint32_t offset;
7325 	uint32_t length;
7326 	bool more_data;
7327 	uint8_t *data;
7328 };
7329 #endif /* FEATURE_WLAN_APF */
7330 
7331 /* vdev control flags (per bits) */
7332 #define WMI_HOST_VDEV_FLAGS_NON_MBSSID_AP      0x00000001
7333 #define WMI_HOST_VDEV_FLAGS_TRANSMIT_AP        0x00000002
7334 #define WMI_HOST_VDEV_FLAGS_NON_TRANSMIT_AP    0x00000004
7335 
7336 /* Begin of roam scan stats definitions */
7337 
7338 #define WMI_ROAM_SCAN_STATS_MAX             5
7339 #define WMI_ROAM_SCAN_STATS_CANDIDATES_MAX  4
7340 #define WMI_ROAM_SCAN_STATS_CHANNELS_MAX    50
7341 
7342 /**
7343  * struct wmi_roam_scan_stats_req - Structure to hold roam scan stats request
7344  * @vdev_id: interface id
7345  */
7346 struct wmi_roam_scan_stats_req {
7347 	uint32_t vdev_id;
7348 };
7349 
7350 /**
7351  * struct wmi_roam_scan_cand - Roam scan candidates
7352  * @score: score of AP
7353  * @rssi: rssi of the AP
7354  * @freq: center frequency
7355  * @bssid: bssid of AP
7356  */
7357 struct wmi_roam_scan_cand {
7358 	uint32_t score;
7359 	uint32_t rssi;
7360 	uint32_t freq;
7361 	uint8_t  bssid[QDF_MAC_ADDR_SIZE];
7362 };
7363 
7364 /**
7365  * struct wmi_roam_scan_stats_params - Roam scan details
7366  * @time_stamp: time at which this roam scan happened
7367  * @client_id: id of client which triggered this scan
7368  * @num_scan_chans: number of channels that were scanned as part of this scan
7369  * @scan_freqs: frequencies of the channels that were scanned
7370  * @is_roam_successful: whether a successful roaming happened after this scan
7371  * @old_bssid: bssid to which STA is connected just before this scan
7372  * @new_bssid: bssid to which STA is roamed to in case of successful roaming
7373  * @num_roam_candidates: no.of roam candidates that are being reported
7374  * @roam_candidate: roam scan candidate details
7375  * @trigger_id: reason for triggering this roam or roam scan
7376  * @trigger_value: threshold value related to trigger_id
7377  */
7378 struct wmi_roam_scan_stats_params {
7379 	uint64_t time_stamp;
7380 	uint32_t client_id;
7381 	uint32_t num_scan_chans;
7382 	uint32_t scan_freqs[WMI_ROAM_SCAN_STATS_CHANNELS_MAX];
7383 	uint32_t is_roam_successful;
7384 
7385 	/* Bssid to which STA is connected when the roam scan is triggered */
7386 	uint8_t  old_bssid[QDF_MAC_ADDR_SIZE];
7387 
7388 	/*
7389 	 * Bssid to which STA is connected after roaming. Will be valid only
7390 	 * if is_roam_successful is true.
7391 	 */
7392 	uint8_t  new_bssid[QDF_MAC_ADDR_SIZE];
7393 
7394 	/* Number of roam candidates that are being reported in the stats */
7395 	uint32_t num_roam_candidates;
7396 	struct wmi_roam_scan_cand cand[WMI_ROAM_SCAN_STATS_CANDIDATES_MAX];
7397 	uint32_t trigger_id;
7398 	uint32_t trigger_value;
7399 };
7400 
7401 /**
7402  * struct wmi_roam_scan_stats_res - Roam scan stats response from firmware
7403  * @num_roam_scan: number of roam scans triggered
7404  * @roam_scan: place holder to indicate the array of
7405  *             wmi_roam_scan_stats_params followed by this structure
7406  */
7407 struct wmi_roam_scan_stats_res {
7408 	uint32_t num_roam_scans;
7409 	struct wmi_roam_scan_stats_params roam_scan[0];
7410 };
7411 
7412 /* End of roam scan stats definitions */
7413 
7414 /**
7415  * enum wmi_obss_color_collision_evt_type - bss color collision event type
7416  * @OBSS_COLOR_COLLISION_DETECTION_DISABLE: OBSS color detection disabled
7417  * @OBSS_COLOR_COLLISION_DETECTION: OBSS color collision detection
7418  * @OBSS_COLOR_FREE_SLOT_TIMER_EXPIRY: OBSS free slot detection with
7419  *                                     within expiry period
7420  * @OBSS_COLOR_FREE_SLOT_AVAILABLE: OBSS free slot detection
7421  *
7422  * Defines different types of type for obss color collision event type.
7423  */
7424 enum wmi_obss_color_collision_evt_type {
7425 	OBSS_COLOR_COLLISION_DETECTION_DISABLE = 0,
7426 	OBSS_COLOR_COLLISION_DETECTION = 1,
7427 	OBSS_COLOR_FREE_SLOT_TIMER_EXPIRY = 2,
7428 	OBSS_COLOR_FREE_SLOT_AVAILABLE = 3,
7429 };
7430 
7431 /**
7432  * struct wmi_obss_color_collision_cfg_param - obss color collision cfg
7433  * @vdev_id: vdev id
7434  * @flags: proposed for future use cases, currently not used.
7435  * @evt_type: bss color collision event.
7436  * @current_bss_color: current bss color.
7437  * @detection_period_ms: scan interval for both AP and STA mode.
7438  * @scan_period_ms: scan period for passive scan to detect collision.
7439  * @free_slot_expiry_time_ms: FW to notify host at timer expiry after
7440  *                            which Host will disable the bss color.
7441  */
7442 struct wmi_obss_color_collision_cfg_param {
7443 	uint32_t vdev_id;
7444 	uint32_t flags;
7445 	enum wmi_obss_color_collision_evt_type evt_type;
7446 	uint32_t current_bss_color;
7447 	uint32_t detection_period_ms;
7448 	uint32_t scan_period_ms;
7449 	uint32_t free_slot_expiry_time_ms;
7450 };
7451 
7452 /**
7453  * struct wmi_obss_color_collision_info - bss color detection info from firmware
7454  * @vdev_id: ID of the vdev to which this info belongs.
7455  * @evt_type: bss color collision event.
7456  * @obss_color_bitmap_bit0to31: Bit set indicating BSS color present.
7457  * @obss_color_bitmap_bit32to63: Bit set indicating BSS color present.
7458  */
7459 struct wmi_obss_color_collision_info {
7460 	uint32_t vdev_id;
7461 	enum wmi_obss_color_collision_evt_type evt_type;
7462 	uint32_t obss_color_bitmap_bit0to31;
7463 	uint32_t obss_color_bitmap_bit32to63;
7464 };
7465 
7466 #ifdef WMI_AP_SUPPORT
7467 /**
7468  * struct vap_pcp_tid_map_params - PCP tid map params
7469  * @vdev_id: vdev id
7470  * @pcp_to_tid_map: pointer to arry of pcp to tid map table
7471  */
7472 struct vap_pcp_tid_map_params {
7473 	uint32_t vdev_id;
7474 	uint32_t *pcp_to_tid_map;
7475 };
7476 
7477 /**
7478  * struct vap_tidmap_prec_params - tidmap precedence params
7479  * @vdev_id: vdev id
7480  * @map_precedence: precedence of tid mapping
7481  */
7482 struct vap_tidmap_prec_params {
7483 	uint32_t vdev_id;
7484 	uint32_t map_precedence;
7485 };
7486 #endif
7487 
7488 /**
7489  * struct wmi_cfr_peer_tx_event_param - CFR peer tx_event params
7490  * @capture_method: CFR data capture method
7491  * @vdev_id: ID of vdev to which this info belongs
7492  * @mac_addr: Peer MAC address. In AP mode, it is the address of connected
7493  *            peer for which CFR capture is needed. In STA mode, this is the
7494  *            address of AP it is connected to.
7495  * @primary_20mhz_chan: Primary 20 MHz channel frequency in MHz
7496  * @bandwidth: BW of measurement
7497  *             0 - 20MHz, 1 - 40MHz, 2 - 80MHz, 3 - 160MHz, 4 - 80+80MHz
7498  * @phy_mode: Phy mode of channel, type - WMI_HOST_WLAN_PHY_MODE
7499  * @band_center_freq1: Center frequency 1 in MHz
7500  * @band_center_freq2: Center frequency 2 in MHz
7501  * @spatial_streams: Number of spatial streams
7502  * @correlation_info_1: Address of data from wmi_dma_buf_release_entry [31:0]
7503  * @correlation_info_2:
7504  *     Bits [3:0]   - Address of data from wmi_dma_buf_release_entry [35:32]
7505  *     Bits [15:4]  - Reserved
7506  *     Bits [31:16] - Hardware PPDU ID [15:0]
7507  * @status:
7508  *     Bits [1:0]   - TX status, if any. 0-OK, 1-XRETRY, 2-DROP, 3-FILTERED.
7509  *     Bits [30:2]  - Reserved
7510  *     Bit  [31]    - Status of the CFR capture of the peer
7511  *                    1 - Successful, 0 - Unsuccessful.
7512  * @timestamp_us: Timestamp in microseconds at which the CFR was captured
7513  *                in the hardware. The clock used for this timestamp is private
7514  *                to the target and not visible to the host. So, Host can
7515  *                interpret only the relative timestamp deltas from one message
7516  *                to the next, but can't interpret the absolute timestamp
7517  *                from a single message
7518  * @counter: Count of the current CFR capture from FW.
7519  *           This is helpful to identify any drops in FW
7520  * @chain_rssi: Per chain RSSI of the peer, for upto WMI_HOST_MAX_CHAINS.
7521  *              Each chain's entry reports the RSSI for different bandwidths.
7522  *     Bits [7:0]   - Primary 20 MHz
7523  *     Bits [15:8]  - Secondary 20 MHz of 40 MHz channel (if applicable)
7524  *     Bits [23:16] - Secondary 40 MHz of 80 MHz channel (if applicable)
7525  *     Bits [31:24] - Secondary 80 MHz of 160 MHz channel (if applicable)
7526  *     Each of these 8-bit RSSI reports is in dBm units. 0x80 means invalid.
7527  *     Unused bytes within used chain_rssi indices will be 0x80.
7528  *     Unused rssi_chain indices will be set to 0x80808080.
7529  * @chain_phase: Per chain phase of peer for upto WMI_HOST_MAX_CHAINS.
7530  */
7531 typedef struct {
7532 	uint32_t capture_method;
7533 	uint32_t vdev_id;
7534 	struct qdf_mac_addr peer_mac_addr;
7535 	uint32_t primary_20mhz_chan;
7536 	uint32_t bandwidth;
7537 	uint32_t phy_mode;
7538 	uint32_t band_center_freq1;
7539 	uint32_t band_center_freq2;
7540 	uint32_t spatial_streams;
7541 	uint32_t correlation_info_1;
7542 	uint32_t correlation_info_2;
7543 	uint32_t status;
7544 	uint32_t timestamp_us;
7545 	uint32_t counter;
7546 	uint32_t chain_rssi[WMI_HOST_MAX_CHAINS];
7547 	uint16_t chain_phase[WMI_HOST_MAX_CHAINS];
7548 } wmi_cfr_peer_tx_event_param;
7549 
7550 /**
7551  * struct wmi_host_oem_indirect_data - Indirect OEM data
7552  * @pdev_id: pdev id
7553  * @addr: 36 bit address
7554  * @len: length of data in bytes
7555  */
7556 struct wmi_host_oem_indirect_data {
7557 	uint32_t pdev_id;
7558 	uint64_t addr;
7559 	uint32_t len;
7560 };
7561 
7562 /**
7563  * struct wmi_oem_response_param - OEM response info
7564  * @num_data1: First data response length
7565  * @data_1: First data
7566  * @num_data2: Second data response length
7567  * @data_2: Second data
7568  * @indirect_data: Indirect data
7569  */
7570 struct wmi_oem_response_param {
7571 	uint32_t num_data1;
7572 	uint8_t  *data_1;
7573 	uint32_t num_data2;
7574 	uint8_t  *data_2;
7575 	struct wmi_host_oem_indirect_data indirect_data;
7576 };
7577 
7578 /**
7579  * struct mws_coex_state - Modem Wireless Subsystem(MWS) coex info
7580  * @vdev_id : vdev id
7581  * @coex_scheme_bitmap: LTE-WLAN coexistence scheme bitmap
7582  * Indicates the final schemes applied for the currrent Coex scenario.
7583  * Bit 0 - TDM policy
7584  * Bit 1 - Forced TDM policy
7585  * Bit 2 - Dynamic Power Back-off policy
7586  * Bit 3 - Channel Avoidance policy
7587  * Bit 4 - Static Power Back-off policy.
7588  * @active_conflict_count : active conflict count
7589  * @potential_conflict_count: Potential conflict count
7590  * @chavd_group0_bitmap : Indicates the WLAN channels to be avoided in
7591  * b/w WLAN CH-1 and WLAN CH-14
7592  * @chavd_group1_bitmap : Indicates the WLAN channels to be avoided in
7593  * WLAN CH-36 and WLAN CH-64
7594  * @chavd_group2_bitmap : Indicates the WLAN channels to be avoided in
7595  * b/w WLAN CH-100 and WLAN CH-140
7596  * @chavd_group2_bitmap : Indicates the WLAN channels to be avoided in
7597  * b/w WLAN CH-149 and WLAN CH-165
7598  */
7599 struct mws_coex_state {
7600 	uint32_t vdev_id;
7601 	uint32_t coex_scheme_bitmap;
7602 	uint32_t active_conflict_count;
7603 	uint32_t potential_conflict_count;
7604 	uint32_t chavd_group0_bitmap;
7605 	uint32_t chavd_group1_bitmap;
7606 	uint32_t chavd_group2_bitmap;
7607 	uint32_t chavd_group3_bitmap;
7608 };
7609 
7610 /**
7611  * struct hdd_mws_coex_dpwb_state - Modem Wireless Subsystem(MWS) coex DPWB info
7612  * @vdev_id : vdev id
7613  * @current_dpwb_state: Current state of the Dynamic Power Back-off SM
7614  * @pnp1_value: Tx power to be applied in next Dynamic Power Back-off cycle
7615  * @lte_dutycycle: Indicates the duty cycle of current LTE frame
7616  * @sinr_wlan_on: LTE SINR value in dB, when WLAN is ON
7617  * @sinr_wlan_off: LTE SINR value in dB, when WLAN is OFF
7618  * @bler_count: LTE blocks with error for the current block err report.
7619  * @block_count: Number of LTE blocks considered for bler count report.
7620  * @wlan_rssi_level: WLAN RSSI level
7621  * @wlan_rssi: WLAN RSSI value in dBm considered in DP backoff algo
7622  * @is_tdm_running: Indicates whether any TDM policy triggered
7623  */
7624 struct mws_coex_dpwb_state {
7625 	uint32_t vdev_id;
7626 	int32_t  current_dpwb_state;
7627 	int32_t  pnp1_value;
7628 	uint32_t lte_dutycycle;
7629 	int32_t  sinr_wlan_on;
7630 	int32_t  sinr_wlan_off;
7631 	uint32_t bler_count;
7632 	uint32_t block_count;
7633 	uint32_t wlan_rssi_level;
7634 	int32_t  wlan_rssi;
7635 	uint32_t is_tdm_running;
7636 };
7637 
7638 /**
7639  * struct mws_coex_tdm_state - Modem Wireless Subsystem(MWS) coex TDM state info
7640  * @vdev_id: vdev id
7641  * @tdm_policy_bitmap: Time Division Multiplexing (TDM) LTE-Coex Policy type.
7642  * @tdm_sf_bitmap: TDM LTE/WLAN sub-frame bitmap.
7643  */
7644 struct mws_coex_tdm_state {
7645 	uint32_t vdev_id;
7646 	uint32_t tdm_policy_bitmap;
7647 	uint32_t tdm_sf_bitmap;
7648 };
7649 
7650 /**
7651  * struct mws_coex_idrx_state - Modem Wireless Subsystem(MWS) coex IDRX state
7652  * @vdev_id: vdev id
7653  * @sub0_techid: SUB0 LTE-coex tech.
7654  * @sub0_policy: SUB0 mitigation policy.
7655  * @sub0_is_link_critical: Set if SUB0 is in link critical state.
7656  * @sub0_static_power: LTE SUB0 imposed static power applied
7657  * to WLAN due to LTE-WLAN coex.
7658  * @sub0_rssi: LTE SUB0 RSSI value in dBm.
7659  * @sub1_techid: SUB1 LTE-coex tech.
7660  * @sub1_policy: SUB1 mitigation policy.
7661  * @sub1_is_link_critical: Set if SUB1 is in link critical state.
7662  * @sub1_static_power: LTE SUB1 imposed static power applied
7663  * to WLAN due to LTE-WLAN coex.
7664  * @sub1_rssi: LTE SUB1 RSSI value in dBm.
7665  */
7666 struct mws_coex_idrx_state {
7667 	uint32_t vdev_id;
7668 	uint32_t sub0_techid;
7669 	uint32_t sub0_policy;
7670 	uint32_t sub0_is_link_critical;
7671 	int32_t  sub0_static_power;
7672 	int32_t  sub0_rssi;
7673 	uint32_t sub1_techid;
7674 	uint32_t sub1_policy;
7675 	uint32_t sub1_is_link_critical;
7676 	int32_t  sub1_static_power;
7677 	int32_t  sub1_rssi;
7678 };
7679 
7680 /**
7681  * struct mws_antenna_sharing_info - MWS Antenna sharing Info
7682  * @vdev_id: vdev id
7683  * @coex_flags: BDF values of Coex flags
7684  * @coex_config: BDF values of Coex Antenna sharing config
7685  * @tx_chain_mask: Tx Chain mask value
7686  * @rx_chain_mask: Rx Chain mask value
7687  * @rx_nss: Currently active Rx Spatial streams
7688  * @force_mrc: Forced MRC policy type
7689  * @rssi_type: RSSI value considered for MRC
7690  * @chain0_rssi: RSSI value measured at Chain-0 in dBm
7691  * @chain1_rssi: RSSI value measured at Chain-1 in dBm
7692  * @combined_rssi: RSSI value of two chains combined in dBm
7693  * @imbalance: Absolute imbalance between two Rx chains in dB
7694  * @mrc_threshold: RSSI threshold defined for the above imbalance value in dBm
7695  * @grant_duration: Antenna grant duration to WLAN, in milliseconds
7696  */
7697 struct mws_antenna_sharing_info {
7698 	uint32_t vdev_id;
7699 	uint32_t coex_flags;
7700 	uint32_t coex_config;
7701 	uint32_t tx_chain_mask;
7702 	uint32_t rx_chain_mask;
7703 	uint32_t rx_nss;
7704 	uint32_t force_mrc;
7705 	uint32_t rssi_type;
7706 	int32_t  chain0_rssi;
7707 	int32_t  chain1_rssi;
7708 	int32_t  combined_rssi;
7709 	uint32_t imbalance;
7710 	int32_t  mrc_threshold;
7711 	uint32_t grant_duration;
7712 };
7713 
7714 #ifdef WLAN_SUPPORT_RX_PROTOCOL_TYPE_TAG
7715 /**
7716  * enum wmi_pdev_pkt_routing_op_code_type - packet routing supported opcodes
7717  * @ADD_PKT_ROUTING: Add packet routing command
7718  * @DEL_PKT_ROUTING: Delete packet routing command
7719  *
7720  * Defines supported opcodes for packet routing/tagging
7721  */
7722 enum wmi_pdev_pkt_routing_op_code_type {
7723 	ADD_PKT_ROUTING,
7724 	DEL_PKT_ROUTING,
7725 };
7726 
7727 /**
7728  * enum wmi_pdev_pkt_routing_pkt_type - supported packet types for
7729  * routing & tagging
7730  * @PDEV_PKT_TYPE_ARP_IPV4: Route/Tag for packet type ARP IPv4 (L3)
7731  * @PDEV_PKT_TYPE_NS_IPV6: Route/Tag for packet type NS IPv6 (L3)
7732  * @PDEV_PKT_TYPE_IGMP_IPV4: Route/Tag for packet type IGMP IPv4 (L3)
7733  * @PDEV_PKT_TYPE_MLD_IPV6: Route/Tag for packet type MLD IPv6 (L3)
7734  * @PDEV_PKT_TYPE_DHCP_IPV4: Route/Tag for packet type DHCP IPv4 (APP)
7735  * @PDEV_PKT_TYPE_DHCP_IPV6: Route/Tag for packet type DHCP IPv6 (APP)
7736  * @PDEV_PKT_TYPE_DNS_TCP_IPV4: Route/Tag for packet type TCP DNS IPv4 (APP)
7737  * @PDEV_PKT_TYPE_DNS_TCP_IPV6: Route/Tag for packet type TCP DNS IPv6 (APP)
7738  * @PDEV_PKT_TYPE_DNS_UDP_IPV4: Route/Tag for packet type UDP DNS IPv4 (APP)
7739  * @PDEV_PKT_TYPE_DNS_UDP_IPV6: Route/Tag for packet type UDP DNS IPv6 (APP)
7740  * @PDEV_PKT_TYPE_ICMP_IPV4: Route/Tag for packet type ICMP IPv4 (L3)
7741  * @PDEV_PKT_TYPE_ICMP_IPV6: Route/Tag for packet type ICMP IPv6 (L3)
7742  * @PDEV_PKT_TYPE_TCP_IPV4: Route/Tag for packet type TCP IPv4 (L4)
7743  * @PDEV_PKT_TYPE_TCP_IPV6: Route/Tag for packet type TCP IPv6 (L4)
7744  * @PDEV_PKT_TYPE_UDP_IPV4: Route/Tag for packet type UDP IPv4 (L4)
7745  * @PDEV_PKT_TYPE_UDP_IPV6: Route/Tag for packet type UDP IPv6 (L4)
7746  * @PDEV_PKT_TYPE_IPV4: Route/Tag for packet type IPv4 (L3)
7747  * @PDEV_PKT_TYPE_IPV6: Route/Tag for packet type IPv6 (L3)
7748  * @PDEV_PKT_TYPE_EAP: Route/Tag for packet type EAP (L2)
7749  *
7750  * Defines supported protocol types for routing/tagging
7751  */
7752 enum wmi_pdev_pkt_routing_pkt_type {
7753 	PDEV_PKT_TYPE_ARP_IPV4,
7754 	PDEV_PKT_TYPE_NS_IPV6,
7755 	PDEV_PKT_TYPE_IGMP_IPV4,
7756 	PDEV_PKT_TYPE_MLD_IPV6,
7757 	PDEV_PKT_TYPE_DHCP_IPV4,
7758 	PDEV_PKT_TYPE_DHCP_IPV6,
7759 	PDEV_PKT_TYPE_DNS_TCP_IPV4,
7760 	PDEV_PKT_TYPE_DNS_TCP_IPV6,
7761 	PDEV_PKT_TYPE_DNS_UDP_IPV4,
7762 	PDEV_PKT_TYPE_DNS_UDP_IPV6,
7763 	PDEV_PKT_TYPE_ICMP_IPV4,
7764 	PDEV_PKT_TYPE_ICMP_IPV6,
7765 	PDEV_PKT_TYPE_TCP_IPV4,
7766 	PDEV_PKT_TYPE_TCP_IPV6,
7767 	PDEV_PKT_TYPE_UDP_IPV4,
7768 	PDEV_PKT_TYPE_UDP_IPV6,
7769 	PDEV_PKT_TYPE_IPV4,
7770 	PDEV_PKT_TYPE_IPV6,
7771 	PDEV_PKT_TYPE_EAP,
7772 	PDEV_PKT_TYPE_MAX
7773 };
7774 
7775 /**
7776  * enum wmi_pdev_dest_ring_handler_type - packet routing options post CCE
7777  * tagging
7778  * @PDEV_WIFIRXCCE_USE_CCE_E: Use REO destination ring from CCE
7779  * @PDEV_WIFIRXCCE_USE_ASPT_E: Use REO destination ring from ASPT
7780  * @PDEV_WIFIRXCCE_USE_FT_E: Use REO destination ring from FSE
7781  * @PDEV_WIFIRXCCE_USE_CCE2_E: Use REO destination ring from CCE2
7782  *
7783  * Defines various options for routing policy
7784  */
7785 enum wmi_pdev_dest_ring_handler_type {
7786 	PDEV_WIFIRXCCE_USE_CCE_E  = 0,
7787 	PDEV_WIFIRXCCE_USE_ASPT_E = 1,
7788 	PDEV_WIFIRXCCE_USE_FT_E   = 2,
7789 	PDEV_WIFIRXCCE_USE_CCE2_E = 3,
7790 };
7791 
7792 /**
7793  * struct wmi_rx_pkt_protocol_routing_info - RX packet routing/tagging params
7794  * @pdev_id: pdev id
7795  * @op_code: Opcode option from wmi_pdev_pkt_routing_op_code_type enum
7796  * @routing_type_bitmap: Bitmap of protocol that is being configured. Only
7797  * one protocol can be configured in one command. Supported protocol list
7798  * from enum wmi_pdev_pkt_routing_pkt_type
7799  * @dest_ring_handler: Destination ring selection from enum
7800  * wmi_pdev_dest_ring_handler_type
7801  * @dest_ring: Destination ring number to use if dest ring handler is CCE
7802  * @meta_data: Metadata to tag with for given protocol
7803  */
7804 struct wmi_rx_pkt_protocol_routing_info {
7805 	uint32_t      pdev_id;
7806 	enum wmi_pdev_pkt_routing_op_code_type op_code;
7807 	uint32_t      routing_type_bitmap;
7808 	uint32_t      dest_ring_handler;
7809 	uint32_t      dest_ring;
7810 	uint32_t      meta_data;
7811 };
7812 #endif /* WLAN_SUPPORT_RX_PROTOCOL_TYPE_TAG */
7813 #endif /* _WMI_UNIFIED_PARAM_H_ */
7814