blob: 8bd6c5607dae7341354ddb58a5f3c7b4d1704518 [file] [log] [blame]
Govind Singh3ddda1f2016-03-09 11:34:12 +05301/*
Kiran Venkatappa4110f0a2016-12-27 22:51:29 +05302 * Copyright (c) 2016-2017 The Linux Foundation. All rights reserved.
Govind Singh3ddda1f2016-03-09 11:34:12 +05303 *
4 * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
5 *
6 *
7 * Permission to use, copy, modify, and/or distribute this software for
8 * any purpose with or without fee is hereby granted, provided that the
9 * above copyright notice and this permission notice appear in all
10 * copies.
11 *
12 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
13 * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
14 * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
15 * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
16 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
17 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
18 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
19 * PERFORMANCE OF THIS SOFTWARE.
20 */
21
22/*
23 * This file was originally distributed by Qualcomm Atheros, Inc.
24 * under proprietary terms before Copyright ownership was assigned
25 * to the Linux Foundation.
26 */
27
28/*
29 * This file contains the API definitions for the Unified Wireless Module
30 * Interface (WMI).
31 */
32
33#ifndef _WMI_UNIFIED_PARAM_H_
34#define _WMI_UNIFIED_PARAM_H_
Padma, Santhosh Kumar73524052016-09-11 18:24:59 +053035
36#define MAC_MAX_KEY_LENGTH 32
37#define MAC_PN_LENGTH 8
38#define MAX_MAC_HEADER_LEN 32
39#define MIN_MAC_HEADER_LEN 24
40#define QOS_CONTROL_LEN 2
41
Govind Singh3ddda1f2016-03-09 11:34:12 +053042#define IEEE80211_ADDR_LEN 6 /* size of 802.11 address */
Govind Singh3ddda1f2016-03-09 11:34:12 +053043#define WMI_MAC_MAX_SSID_LENGTH 32
44#define WMI_SCAN_MAX_NUM_SSID 0x0A
45#define mgmt_tx_dl_frm_len 64
46#define WMI_SMPS_MASK_LOWER_16BITS 0xFF
47#define WMI_SMPS_MASK_UPPER_3BITS 0x7
48#define WMI_SMPS_PARAM_VALUE_S 29
Govind Singhae855362016-03-07 14:24:22 +053049#define WMI_MAX_NUM_ARGS 8
Govind Singhe7b800c2016-03-01 15:30:53 +053050/* The size of the utc time in bytes. */
51#define WMI_SIZE_UTC_TIME (10)
52/* The size of the utc time error in bytes. */
53#define WMI_SIZE_UTC_TIME_ERROR (5)
Govind Singh9bad0002016-03-01 15:54:59 +053054#define WMI_MCC_MIN_CHANNEL_QUOTA 20
55#define WMI_MCC_MAX_CHANNEL_QUOTA 80
56#define WMI_MCC_MIN_NON_ZERO_CHANNEL_LATENCY 30
57#define WMI_BEACON_TX_BUFFER_SIZE (512)
58#define WMI_WIFI_SCANNING_MAC_OUI_LENGTH 3
59#define WMI_EXTSCAN_MAX_SIGNIFICANT_CHANGE_APS 64
60#define WMI_RSSI_THOLD_DEFAULT -300
61#define WMI_NLO_FREQ_THRESH 1000
62#define WMI_SEC_TO_MSEC(sec) (sec * 1000)
63#define WMI_MSEC_TO_USEC(msec) (msec * 1000)
64#define WMI_ETH_LEN 64
65#define WMI_QOS_NUM_TSPEC_MAX 2
66#define WMI_QOS_NUM_AC_MAX 4
Govind Singhae855362016-03-07 14:24:22 +053067#define WMI_IPV4_ADDR_LEN 4
68#define WMI_KEEP_ALIVE_NULL_PKT 1
69#define WMI_KEEP_ALIVE_UNSOLICIT_ARP_RSP 2
Himanshu Agarwal9efd9bf2016-03-09 18:49:18 +053070#define WMI_MAC_MAX_KEY_LENGTH 32
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +053071#define WMI_KRK_KEY_LEN 16
72#ifdef WLAN_FEATURE_ROAM_OFFLOAD
73#define WMI_BTK_KEY_LEN 32
74#define WMI_ROAM_R0KH_ID_MAX_LEN 48
75#define WMI_ROAM_SCAN_PSK_SIZE 32
76#endif
77#define WMI_NOISE_FLOOR_DBM_DEFAULT (-96)
Govind Singh89727882016-04-15 13:58:27 +053078#define WMI_MAC_IPV6_ADDR_LEN 16
Govind Singhc7cd2d62016-06-21 14:33:26 +053079#define WMI_OFFLOAD_DISABLE 0
80#define WMI_OFFLOAD_ENABLE 1
Govind Singhfa201d92016-06-08 19:40:11 +053081#ifdef WLAN_NS_OFFLOAD
Govind Singhae855362016-03-07 14:24:22 +053082/* support only one IPv6 offload */
83#define WMI_MAC_NS_OFFLOAD_SIZE 1
84/* Number of target IP V6 addresses for NS offload */
85#define WMI_MAC_NUM_TARGET_IPV6_NS_OFFLOAD_NA 16
Govind Singhae855362016-03-07 14:24:22 +053086#define WMI_IPV6_ADDR_VALID 1
87#endif /* WLAN_NS_OFFLOAD */
88#define WMI_EXTSCAN_MAX_HOTLIST_SSIDS 8
89#define WMI_ROAM_MAX_CHANNELS 80
Govind Singhd7468a52016-03-09 14:32:57 +053090#ifdef FEATURE_WLAN_EXTSCAN
91#define WMI_MAX_EXTSCAN_MSG_SIZE 1536
92#define WMI_EXTSCAN_REST_TIME 100
93#define WMI_EXTSCAN_MAX_SCAN_TIME 50000
94#define WMI_EXTSCAN_BURST_DURATION 150
95#endif
96#define WMI_SCAN_NPROBES_DEFAULT (2)
97#define WMI_SEC_TO_MSEC(sec) (sec * 1000) /* sec to msec */
98#define WMI_MSEC_TO_USEC(msec) (msec * 1000) /* msec to usec */
99#define WMI_NLO_FREQ_THRESH 1000 /* in MHz */
Govind Singh89727882016-04-15 13:58:27 +0530100
101#define MAX_UTF_EVENT_LENGTH 2048
102#define MAX_WMI_UTF_LEN 252
103#define MAX_WMI_QVIT_LEN 252
104#define THERMAL_LEVELS 4
105#define WMI_HOST_BCN_FLT_MAX_SUPPORTED_IES 256
106#define WMI_HOST_BCN_FLT_MAX_ELEMS_IE_LIST \
107 (WMI_HOST_BCN_FLT_MAX_SUPPORTED_IES/32)
108#define LTEU_MAX_BINS 10
109#define ATF_ACTIVED_MAX_CLIENTS 50
110#define ATF_ACTIVED_MAX_ATFGROUPS 8
111#define CTL_5G_SIZE 1536
112#define CTL_2G_SIZE 684
113#define MAX_CTL_SIZE (CTL_5G_SIZE > CTL_2G_SIZE ? CTL_5G_SIZE : CTL_2G_SIZE)
114#define IEEE80211_MICBUF_SIZE (8+8)
115#define IEEE80211_TID_SIZE 17
116#define WME_NUM_AC 4
117#define SMART_ANT_MODE_SERIAL 0
118#define SMART_ANT_MODE_PARALLEL 1
119#define IEEE80211_WEP_NKID 4 /* number of key ids */
120#define WPI_IV_LEN 16
121#define WMI_SCAN_MAX_NUM_BSSID 10
122#define MAX_CHANS 1023
123#define TARGET_OEM_CONFIGURE_LCI 0x0A
124#define RTT_LCI_ALTITUDE_MASK 0x3FFFFFFF
125#define TARGET_OEM_CONFIGURE_LCR 0x09
126#define RTT_TIMEOUT_MS 180
127#define MAX_SUPPORTED_RATES 128
128#define WMI_HOST_MAX_BUFFER_SIZE 1712
Govind Singh41da3152016-05-06 20:20:25 +0530129#define WMI_HAL_MAX_SANTENNA 4
Sathish Kumar7e2eaed2016-11-14 17:44:29 +0530130#define WMI_HOST_PDEV_VI_PRIORITY_BIT (1<<2)
131#define WMI_HOST_PDEV_BEACON_PRIORITY_BIT (1<<4)
132#define WMI_HOST_PDEV_MGMT_PRIORITY_BIT (1<<5)
Govind Singh89727882016-04-15 13:58:27 +0530133
Govind Singhec1401a2016-07-08 19:00:56 +0530134#define FIPS_ALIGN 4
Kiran Venkatappa9f5fcc02016-12-29 22:07:14 +0530135#define FIPS_ALIGNTO(__addr, __to) \
136 ((((unsigned long int)(__addr)) + (__to) - 1) & ~((__to) - 1))
137#define FIPS_IS_ALIGNED(__addr, __to) \
138 (!(((unsigned long int)(__addr)) & ((__to)-1)))
Govind Singhec1401a2016-07-08 19:00:56 +0530139
Govind Singh89727882016-04-15 13:58:27 +0530140#define WMI_HOST_F_MS(_v, _f) \
141 (((_v) & (_f)) >> (_f##_S))
142
143#define WMI_HOST_F_RMW(_var, _v, _f) \
144 do { \
145 (_var) &= ~(_f); \
146 (_var) |= (((_v) << (_f##_S)) & (_f)); \
147 } while (0)
148
Sathish Kumar7e2eaed2016-11-14 17:44:29 +0530149/* vdev capabilities bit mask */
150#define WMI_HOST_VDEV_BEACON_SUPPORT 0x1
151#define WMI_HOST_VDEV_WDS_LRN_ENABLED 0x2
152#define WMI_HOST_VDEV_VOW_ENABLED 0x4
153#define WMI_HOST_VDEV_IS_BEACON_SUPPORTED(param) \
154 ((param) & WMI_HOST_VDEV_BEACON_SUPPORT)
155#define WMI_HOST_VDEV_IS_WDS_LRN_ENABLED(param) \
156 ((param) & WMI_HOST_VDEV_WDS_LRN_ENABLED)
157#define WMI_HOST_VDEV_IS_VOW_ENABLED(param) \
158 ((param) & WMI_HOST_VDEV_VOW_ENABLED)
159
Govind Singh89727882016-04-15 13:58:27 +0530160/* TXBF capabilities masks */
161#define WMI_HOST_TXBF_CONF_SU_TX_BFEE_S 0
162#define WMI_HOST_TXBF_CONF_SU_TX_BFEE_M 0x1
163#define WMI_HOST_TXBF_CONF_SU_TX_BFEE \
164 (WMI_HOST_TXBF_CONF_SU_TX_BFEE_M << WMI_HOST_TXBF_CONF_SU_TX_BFEE_S)
165#define WMI_HOST_TXBF_CONF_SU_TX_BFEE_GET(x) \
166 WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_SU_TX_BFEE)
167#define WMI_HOST_TXBF_CONF_SU_TX_BFEE_SET(x, z) \
168 WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_SU_TX_BFEE)
169
170#define WMI_HOST_TXBF_CONF_MU_TX_BFEE_S 1
171#define WMI_HOST_TXBF_CONF_MU_TX_BFEE_M 0x1
172#define WMI_HOST_TXBF_CONF_MU_TX_BFEE \
173 (WMI_HOST_TXBF_CONF_MU_TX_BFEE_M << WMI_HOST_TXBF_CONF_MU_TX_BFEE_S)
174#define WMI_HOST_TXBF_CONF_MU_TX_BFEE_GET(x) \
175 WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_MU_TX_BFEE)
176#define WMI_HOST_TXBF_CONF_MU_TX_BFEE_SET(x, z) \
177 WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_MU_TX_BFEE)
178
179#define WMI_HOST_TXBF_CONF_SU_TX_BFER_S 2
180#define WMI_HOST_TXBF_CONF_SU_TX_BFER_M 0x1
181#define WMI_HOST_TXBF_CONF_SU_TX_BFER \
182 (WMI_HOST_TXBF_CONF_SU_TX_BFER_M << WMI_HOST_TXBF_CONF_SU_TX_BFER_S)
183#define WMI_HOST_TXBF_CONF_SU_TX_BFER_GET(x) \
184 WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_SU_TX_BFER)
185#define WMI_HOST_TXBF_CONF_SU_TX_BFER_SET(x, z) \
186 WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_SU_TX_BFER)
187
188#define WMI_HOST_TXBF_CONF_MU_TX_BFER_S 3
189#define WMI_HOST_TXBF_CONF_MU_TX_BFER_M 0x1
190#define WMI_HOST_TXBF_CONF_MU_TX_BFER \
191 (WMI_HOST_TXBF_CONF_MU_TX_BFER_M << WMI_HOST_TXBF_CONF_MU_TX_BFER_S)
192#define WMI_HOST_TXBF_CONF_MU_TX_BFER_GET(x) \
193 WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_MU_TX_BFER)
194#define WMI_HOST_TXBF_CONF_MU_TX_BFER_SET(x, z) \
195 WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_MU_TX_BFER)
196
197#define WMI_HOST_TXBF_CONF_STS_CAP_S 4
198#define WMI_HOST_TXBF_CONF_STS_CAP_M 0x7
199#define WMI_HOST_TXBF_CONF_STS_CAP \
200 (WMI_HOST_TXBF_CONF_STS_CAP_M << WMI_HOST_TXBF_CONF_STS_CAP_S)
201#define WMI_HOST_TXBF_CONF_STS_CAP_GET(x) \
202 WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_STS_CAP);
203#define WMI_HOST_TXBF_CONF_STS_CAP_SET(x, z) \
204 WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_STS_CAP)
205
206#define WMI_HOST_TXBF_CONF_IMPLICIT_BF_S 7
207#define WMI_HOST_TXBF_CONF_IMPLICIT_BF_M 0x1
208#define WMI_HOST_TXBF_CONF_IMPLICIT_BF \
209 (WMI_HOST_TXBF_CONF_IMPLICIT_BF_M << WMI_HOST_TXBF_CONF_IMPLICIT_BF_S)
210#define WMI_HOST_TXBF_CONF_IMPLICIT_BF_GET(x) \
211 WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_IMPLICIT_BF)
212#define WMI_HOST_TXBF_CONF_IMPLICIT_BF_SET(x, z) \
213 WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_IMPLICIT_BF)
214
215#define WMI_HOST_TXBF_CONF_BF_SND_DIM_S 8
216#define WMI_HOST_TXBF_CONF_BF_SND_DIM_M 0x7
217#define WMI_HOST_TXBF_CONF_BF_SND_DIM \
218 (WMI_HOST_TXBF_CONF_BF_SND_DIM_M << WMI_HOST_TXBF_CONF_BF_SND_DIM_S)
219#define WMI_HOST_TXBF_CONF_BF_SND_DIM_GET(x) \
220 WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_BF_SND_DIM)
221#define WMI_HOST_TXBF_CONF_BF_SND_DIM_SET(x, z) \
222 WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_BF_SND_DIM)
223
224#define WMI_HOST_TPC_RATE_MAX 160
225#define WMI_HOST_TPC_TX_NUM_CHAIN 4
226#define WMI_HOST_RXG_CAL_CHAN_MAX 4
227#define WMI_HOST_MAX_NUM_CHAINS 4
Poddar, Siddarth794b9962016-04-28 15:49:11 +0530228#define WMI_MAX_NUM_OF_RATE_THRESH 4
Govind Singh89727882016-04-15 13:58:27 +0530229
Himanshu Agarwal7e4f4bc2016-03-09 16:49:38 +0530230#include "qdf_atomic.h"
Govind Singhd7468a52016-03-09 14:32:57 +0530231
Govind Singh89727882016-04-15 13:58:27 +0530232#ifdef BIG_ENDIAN_HOST
233 /* This API is used in copying in elements to WMI message,
234 since WMI message uses multilpes of 4 bytes, This API
235 converts length into multiples of 4 bytes, and performs copy
236 */
237#define WMI_HOST_IF_MSG_COPY_CHAR_ARRAY(destp, srcp, len) do { \
238 int j; \
239 u_int32_t *src, *dest; \
240 src = (u_int32_t *)srcp; \
241 dest = (u_int32_t *)destp; \
242 for (j = 0; j < roundup(len, sizeof(u_int32_t))/4; j++) { \
243 *(dest+j) = qdf_le32_to_cpu(*(src+j)); \
244 } \
245} while (0)
246#else
247
248#define WMI_HOST_IF_MSG_COPY_CHAR_ARRAY(destp, srcp, len) OS_MEMCPY(destp,\
249 srcp, len)
250
251#endif
252
253/** macro to convert MAC address from WMI word format to char array */
254#define WMI_HOST_MAC_ADDR_TO_CHAR_ARRAY(pwmi_mac_addr, c_macaddr) do { \
255 (c_macaddr)[0] = ((pwmi_mac_addr)->mac_addr31to0) & 0xff; \
256 (c_macaddr)[1] = (((pwmi_mac_addr)->mac_addr31to0) >> 8) & 0xff; \
257 (c_macaddr)[2] = (((pwmi_mac_addr)->mac_addr31to0) >> 16) & 0xff; \
258 (c_macaddr)[3] = (((pwmi_mac_addr)->mac_addr31to0) >> 24) & 0xff; \
259 (c_macaddr)[4] = ((pwmi_mac_addr)->mac_addr47to32) & 0xff; \
260 (c_macaddr)[5] = (((pwmi_mac_addr)->mac_addr47to32) >> 8) & 0xff; \
261 } while (0)
262
263#define TARGET_INIT_STATUS_SUCCESS 0x0
264#define TARGET_INIT_STATUS_GEN_FAILED 0x1
265#define TARGET_GET_INIT_STATUS_REASON(status) ((status) & 0xffff)
266#define TARGET_GET_INIT_STATUS_MODULE_ID(status) (((status) >> 16) & 0xffff)
Selvaraj, Sridhar0a1427f2016-07-04 21:40:23 +0530267
268#define MAX_ASSOC_IE_LENGTH 1024
Govind Singh89727882016-04-15 13:58:27 +0530269typedef uint32_t TARGET_INIT_STATUS;
270
271typedef enum {
272 WMI_HOST_MODE_11A = 0, /* 11a Mode */
273 WMI_HOST_MODE_11G = 1, /* 11b/g Mode */
274 WMI_HOST_MODE_11B = 2, /* 11b Mode */
275 WMI_HOST_MODE_11GONLY = 3, /* 11g only Mode */
276 WMI_HOST_MODE_11NA_HT20 = 4, /* 11a HT20 mode */
277 WMI_HOST_MODE_11NG_HT20 = 5, /* 11g HT20 mode */
278 WMI_HOST_MODE_11NA_HT40 = 6, /* 11a HT40 mode */
279 WMI_HOST_MODE_11NG_HT40 = 7, /* 11g HT40 mode */
280 WMI_HOST_MODE_11AC_VHT20 = 8,
281 WMI_HOST_MODE_11AC_VHT40 = 9,
282 WMI_HOST_MODE_11AC_VHT80 = 10,
283 WMI_HOST_MODE_11AC_VHT20_2G = 11,
284 WMI_HOST_MODE_11AC_VHT40_2G = 12,
285 WMI_HOST_MODE_11AC_VHT80_2G = 13,
286 WMI_HOST_MODE_11AC_VHT80_80 = 14,
287 WMI_HOST_MODE_11AC_VHT160 = 15,
Krishna Raoc5a97ba2017-01-12 18:05:02 +0530288 WMI_HOST_MODE_11AX_HE20 = 16,
289 WMI_HOST_MODE_11AX_HE40 = 17,
290 WMI_HOST_MODE_11AX_HE80 = 18,
291 WMI_HOST_MODE_11AX_HE80_80 = 19,
292 WMI_HOST_MODE_11AX_HE160 = 20,
293 WMI_HOST_MODE_11AX_HE20_2G = 21,
294 WMI_HOST_MODE_11AX_HE40_2G = 22,
295 WMI_HOST_MODE_11AX_HE80_2G = 23,
296 WMI_HOST_MODE_UNKNOWN = 24,
297 WMI_HOST_MODE_MAX = 24
Govind Singh89727882016-04-15 13:58:27 +0530298} WMI_HOST_WLAN_PHY_MODE;
299
Sathish Kumar753eb7d2016-10-25 18:47:52 +0530300typedef enum {
301 WMI_HOST_VDEV_START_OK = 0,
302 WMI_HOST_VDEV_START_CHAN_INVALID,
303} WMI_HOST_VDEV_START_STATUS;
304
305/*
306 * Needs to be removed and use channel_param based
307 * on how it is processed
308 */
309typedef struct {
310 /** primary 20 MHz channel frequency in mhz */
311 uint32_t mhz;
312 /** Center frequency 1 in MHz*/
313 uint32_t band_center_freq1;
314 /** Center frequency 2 in MHz - valid only for 11acvht 80plus80 mode*/
315 uint32_t band_center_freq2;
316 /** channel info described below */
317 uint32_t info;
318 /** contains min power, max power, reg power and reg class id. */
319 uint32_t reg_info_1;
320 /** contains antennamax */
321 uint32_t reg_info_2;
322} wmi_host_channel;
Govind Singh89727882016-04-15 13:58:27 +0530323
Gupta, Kapil7b768002016-04-25 19:14:19 +0530324/**
Pratik Gandhi74ff2e52017-01-05 19:38:41 +0530325 * enum WMI_HOST_REGDMN_MODE:
326 * @WMI_HOST_REGDMN_MODE_11A: 11a channels
327 * @WMI_HOST_REGDMN_MODE_TURBO: 11a turbo-only channels
328 * @WMI_HOST_REGDMN_MODE_11B: 11b channels
329 * @WMI_HOST_REGDMN_MODE_PUREG: 11g channels (OFDM only)
330 * @WMI_HOST_REGDMN_MODE_11G: historical
331 * @WMI_HOST_REGDMN_MODE_108G: 11g+Turbo channels
332 * @WMI_HOST_REGDMN_MODE_108A: 11a+Turbo channels
333 * @WMI_HOST_REGDMN_MODE_XR: XR channels
334 * @WMI_HOST_REGDMN_MODE_11A_HALF_RATE: 11a half rate channels
335 * @WMI_HOST_REGDMN_MODE_11A_QUARTER_RATE: 11a quarter rate channels
336 * @WMI_HOST_REGDMN_MODE_11NG_HT20: 11ng HT20 channels
337 * @WMI_HOST_REGDMN_MODE_11NA_HT20: 11na HT20 channels
338 * @WMI_HOST_REGDMN_MODE_11NG_HT40PLUS: 11ng HT40+ channels
339 * @WMI_HOST_REGDMN_MODE_11NG_HT40MINUS: 11ng HT40- channels
340 * @WMI_HOST_REGDMN_MODE_11NA_HT40PLUS: 11na HT40+ channels
341 * @WMI_HOST_REGDMN_MODE_11NA_HT40MINUS: 11na HT40- channels
342 * @WMI_HOST_REGDMN_MODE_11AC_VHT20: 5GHz, VHT20
343 * @WMI_HOST_REGDMN_MODE_11AC_VHT40PLUS: 5GHz, VHT40+ channels
344 * @WMI_HOST_REGDMN_MODE_11AC_VHT40MINUS: 5GHz, VHT40- channels
345 * @WMI_HOST_REGDMN_MODE_11AC_VHT80: 5GHz, VHT80 channels
346 * @WMI_HOST_REGDMN_MODE_11AC_VHT160: 5GHz, VHT160 channels
347 * @WMI_HOST_REGDMN_MODE_11AC_VHT80_80: 5GHz, VHT80+80 channels
348 * @WMI_HOST_REGDMN_MODE_11AXG_HE20: 11ax 2.4GHz, HE20 channels
349 * @WMI_HOST_REGDMN_MODE_11AXA_HE20: 11ax 5GHz, HE20 channels
350 * @WMI_HOST_REGDMN_MODE_11AXG_HE40PLUS: 11ax 2.4GHz, HE40+ channels
351 * @WMI_HOST_REGDMN_MODE_11AXG_HE40MINUS: 11ax 2.4GHz, HE40- channels
352 * @WMI_HOST_REGDMN_MODE_11AXA_HE40PLUS: 11ax 5GHz, HE40+ channels
353 * @WMI_HOST_REGDMN_MODE_11AXA_HE40MINUS: 11ax 5GHz, HE40- channels
354 * @WMI_HOST_REGDMN_MODE_11AXA_HE80: 11ax 5GHz, HE80 channels
355 * @WMI_HOST_REGDMN_MODE_11AXA_HE160: 11ax 5GHz, HE160 channels
356 * @WMI_HOST_REGDMN_MODE_11AXA_HE80_80: 11ax 5GHz, HE80+80 channels
357 */
358typedef enum {
359 WMI_HOST_REGDMN_MODE_11A = 0x00000001,
360 WMI_HOST_REGDMN_MODE_TURBO = 0x00000002,
361 WMI_HOST_REGDMN_MODE_11B = 0x00000004,
362 WMI_HOST_REGDMN_MODE_PUREG = 0x00000008,
363 WMI_HOST_REGDMN_MODE_11G = 0x00000008,
364 WMI_HOST_REGDMN_MODE_108G = 0x00000020,
365 WMI_HOST_REGDMN_MODE_108A = 0x00000040,
366 WMI_HOST_REGDMN_MODE_XR = 0x00000100,
367 WMI_HOST_REGDMN_MODE_11A_HALF_RATE = 0x00000200,
368 WMI_HOST_REGDMN_MODE_11A_QUARTER_RATE = 0x00000400,
369 WMI_HOST_REGDMN_MODE_11NG_HT20 = 0x00000800,
370 WMI_HOST_REGDMN_MODE_11NA_HT20 = 0x00001000,
371 WMI_HOST_REGDMN_MODE_11NG_HT40PLUS = 0x00002000,
372 WMI_HOST_REGDMN_MODE_11NG_HT40MINUS = 0x00004000,
373 WMI_HOST_REGDMN_MODE_11NA_HT40PLUS = 0x00008000,
374 WMI_HOST_REGDMN_MODE_11NA_HT40MINUS = 0x00010000,
375 WMI_HOST_REGDMN_MODE_11AC_VHT20 = 0x00020000,
376 WMI_HOST_REGDMN_MODE_11AC_VHT40PLUS = 0x00040000,
377 WMI_HOST_REGDMN_MODE_11AC_VHT40MINUS = 0x00080000,
378 WMI_HOST_REGDMN_MODE_11AC_VHT80 = 0x00100000,
379 WMI_HOST_REGDMN_MODE_11AC_VHT160 = 0x00200000,
380 WMI_HOST_REGDMN_MODE_11AC_VHT80_80 = 0x00400000,
381 WMI_HOST_REGDMN_MODE_11AXG_HE20 = 0x00800000,
382 WMI_HOST_REGDMN_MODE_11AXA_HE20 = 0x01000000,
383 WMI_HOST_REGDMN_MODE_11AXG_HE40PLUS = 0x02000000,
384 WMI_HOST_REGDMN_MODE_11AXG_HE40MINUS = 0x04000000,
385 WMI_HOST_REGDMN_MODE_11AXA_HE40PLUS = 0x08000000,
386 WMI_HOST_REGDMN_MODE_11AXA_HE40MINUS = 0x10000000,
387 WMI_HOST_REGDMN_MODE_11AXA_HE80 = 0x20000000,
388 WMI_HOST_REGDMN_MODE_11AXA_HE160 = 0x40000000,
389 WMI_HOST_REGDMN_MODE_11AXA_HE80_80 = 0x80000000,
390 WMI_HOST_REGDMN_MODE_ALL = 0xffffffff
391} WMI_HOST_REGDMN_MODE;
392
393/**
Krishna Rao7462a8a2017-02-13 15:14:11 +0530394 * enum WMI_HOST_WLAN_BAND_CAPABILITY: Band capability (2.4 GHz, 5 GHz). Maps to
395 * WLAN_BAND_CAPABILITY used in firmware header file(s).
396 * @WMI_HOST_WLAN_2G_CAPABILITY: 2.4 GHz capable
397 * @WMI_HOST_WLAN_5G_CAPABILITY: 5 GHz capable
398 */
399typedef enum {
400 WMI_HOST_WLAN_2G_CAPABILITY = 0x1,
401 WMI_HOST_WLAN_5G_CAPABILITY = 0x2,
402} WMI_HOST_WLAN_BAND_CAPABILITY;
403
404/**
405 * enum wmi_host_channel_width: Channel operating width. Maps to
406 * wmi_channel_width used in firmware header file(s).
407 * @WMI_HOST_CHAN_WIDTH_20: 20 MHz channel operating width
408 * @WMI_HOST_CHAN_WIDTH_40: 40 MHz channel operating width
409 * @WMI_HOST_CHAN_WIDTH_80: 80 MHz channel operating width
410 * @WMI_HOST_CHAN_WIDTH_160: 160 MHz channel operating width
411 * @WMI_HOST_CHAN_WIDTH_80P80: 80+80 MHz channel operating width
412 * @WMI_HOST_CHAN_WIDTH_5: 5 MHz channel operating width
413 * @WMI_HOST_CHAN_WIDTH_10: 10 MHz channel operating width
414 */
415typedef enum {
416 WMI_HOST_CHAN_WIDTH_20 = 0,
417 WMI_HOST_CHAN_WIDTH_40 = 1,
418 WMI_HOST_CHAN_WIDTH_80 = 2,
419 WMI_HOST_CHAN_WIDTH_160 = 3,
420 WMI_HOST_CHAN_WIDTH_80P80 = 4,
421 WMI_HOST_CHAN_WIDTH_5 = 5,
422 WMI_HOST_CHAN_WIDTH_10 = 6,
423} wmi_host_channel_width;
424
425/**
Gupta, Kapil7b768002016-04-25 19:14:19 +0530426 * enum wmi_dwelltime_adaptive_mode: dwelltime_mode
427 * @WMI_DWELL_MODE_DEFAULT: Use firmware default mode
428 * @WMI_DWELL_MODE_CONSERVATIVE: Conservative adaptive mode
429 * @WMI_DWELL_MODE_MODERATE: Moderate adaptive mode
430 * @WMI_DWELL_MODE_AGGRESSIVE: Aggressive adaptive mode
431 * @WMI_DWELL_MODE_STATIC: static adaptive mode
432 */
433enum wmi_dwelltime_adaptive_mode {
434 WMI_DWELL_MODE_DEFAULT = 0,
435 WMI_DWELL_MODE_CONSERVATIVE = 1,
436 WMI_DWELL_MODE_MODERATE = 2,
437 WMI_DWELL_MODE_AGGRESSIVE = 3,
438 WMI_DWELL_MODE_STATIC = 4
439};
440
Manishekar Chandrasekaranb8c59382016-04-21 19:16:32 +0530441#define MAX_NUM_CHAN 128
442
Govind Singhc7cd2d62016-06-21 14:33:26 +0530443/* WME stream classes */
Himanshu Agarwal56c292f2016-07-19 15:41:51 +0530444#define WMI_HOST_AC_BE 0 /* best effort */
445#define WMI_HOST_AC_BK 1 /* background */
446#define WMI_HOST_AC_VI 2 /* video */
447#define WMI_HOST_AC_VO 3 /* voice */
Govind Singhc7cd2d62016-06-21 14:33:26 +0530448#define WMI_TID_TO_AC(_tid) (\
Himanshu Agarwal56c292f2016-07-19 15:41:51 +0530449 (((_tid) == 0) || ((_tid) == 3)) ? WMI_HOST_AC_BE : \
450 (((_tid) == 1) || ((_tid) == 2)) ? WMI_HOST_AC_BK : \
451 (((_tid) == 4) || ((_tid) == 5)) ? WMI_HOST_AC_VI : \
452 WMI_HOST_AC_VO)
Govind Singhc7cd2d62016-06-21 14:33:26 +0530453
Govind Singh3ddda1f2016-03-09 11:34:12 +0530454/**
455 * struct vdev_create_params - vdev create cmd parameter
456 * @if_id: interface id
457 * @type: interface type
458 * @subtype: interface subtype
459 */
460struct vdev_create_params {
461 uint8_t if_id;
462 uint32_t type;
463 uint32_t subtype;
Kiran Kumar Lokere0ae9fb92016-05-02 12:32:27 -0700464 uint8_t nss_2g;
465 uint8_t nss_5g;
Govind Singh3ddda1f2016-03-09 11:34:12 +0530466};
467
468/**
469 * struct vdev_delete_params - vdev delete cmd parameter
470 * @if_id: interface id
471 */
472struct vdev_delete_params {
473 uint8_t if_id;
474};
475
476/**
Govind Singh89727882016-04-15 13:58:27 +0530477 * struct channel_param - Channel paramters with all
478 * info required by target.
479 * @chan_id: channel id
480 * @pwr: channel power
481 * @mhz: channel frequency
482 * @half_rate: is half rate
483 * @quarter_rate: is quarter rate
484 * @dfs_set: is dfs channel
485 * @dfs_set_cfreq2: is secondary freq dfs channel
486 * @is_chan_passive: is this passive channel
487 * @allow_ht: HT allowed in chan
488 * @allow_vht: VHT allowed on chan
Nandha Kishore Easwaran3f1115a2016-11-10 16:01:07 +0530489 * @set_agile: is agile mode
Govind Singh89727882016-04-15 13:58:27 +0530490 * @phy_mode: phymode (vht80 or ht40 or ...)
491 * @cfreq1: centre frequency on primary
492 * @cfreq2: centre frequency on secondary
493 * @maxpower: max power for channel
494 * @minpower: min power for channel
495 * @maxreqpower: Max regulatory power
496 * @antennamac: Max antenna
497 * @reg_class_id: Regulatory class id.
498 */
499
500struct channel_param {
501 uint8_t chan_id;
502 uint8_t pwr;
503 uint32_t mhz;
504 uint32_t half_rate:1,
505 quarter_rate:1,
506 dfs_set:1,
507 dfs_set_cfreq2:1,
508 is_chan_passive:1,
509 allow_ht:1,
Nandha Kishore Easwaran5bee1432016-10-18 10:30:14 +0530510 allow_vht:1,
Nandha Kishore Easwaran3f1115a2016-11-10 16:01:07 +0530511 set_agile:1;
Govind Singh89727882016-04-15 13:58:27 +0530512 uint32_t phy_mode;
513 uint32_t cfreq1;
514 uint32_t cfreq2;
515 int8_t maxpower;
516 int8_t minpower;
517 int8_t maxregpower;
518 uint8_t antennamax;
519 uint8_t reg_class_id;
520};
521
522/**
Govind Singh3ddda1f2016-03-09 11:34:12 +0530523 * struct vdev_stop_params - vdev stop cmd parameter
524 * @vdev_id: vdev id
525 */
526struct vdev_stop_params {
527 uint8_t vdev_id;
528};
529
530/**
531 * struct vdev_up_params - vdev up cmd parameter
532 * @vdev_id: vdev id
533 * @assoc_id: association id
534 */
535struct vdev_up_params {
536 uint8_t vdev_id;
537 uint16_t assoc_id;
538};
539
540/**
541 * struct vdev_down_params - vdev down cmd parameter
542 * @vdev_id: vdev id
543 */
544struct vdev_down_params {
545 uint8_t vdev_id;
546};
547
548/**
Himanshu Agarwal7e4f4bc2016-03-09 16:49:38 +0530549 * struct mac_ssid - mac ssid structure
550 * @length:
551 * @mac_ssid[WMI_MAC_MAX_SSID_LENGTH]:
552 */
553struct mac_ssid {
554 uint8_t length;
555 uint8_t mac_ssid[WMI_MAC_MAX_SSID_LENGTH];
556} qdf_packed;
557
558/**
559 * struct vdev_start_params - vdev start cmd parameter
560 * @vdev_id: vdev id
561 * @chan_freq: channel frequency
562 * @chan_mode: channel mode
563 * @band_center_freq1: center freq 1
564 * @band_center_freq2: center freq 2
565 * @flags: flags to set like pmf_enabled etc.
566 * @is_dfs: flag to check if dfs enabled
567 * @beacon_intval: beacon interval
568 * @dtim_period: dtim period
569 * @max_txpow: max tx power
570 * @is_restart: flag to check if it is vdev
571 * @ssid: ssid and ssid length info
572 * @preferred_tx_streams: preferred tx streams
573 * @preferred_rx_streams: preferred rx streams
574 * @intr_update: flag to check if need to update
575 * required wma interface params
576 * @intr_ssid: pointer to wma interface ssid
577 * @intr_flags: poiter to wma interface flags
578 * @requestor_id: to update requestor id
579 * @disable_hw_ack: to update disable hw ack flag
580 * @info: to update channel info
581 * @reg_info_1: to update min power, max power,
582 * reg power and reg class id
583 * @reg_info_2: to update antennamax
Govind Singh89727882016-04-15 13:58:27 +0530584 * @oper_mode: Operating mode
585 * @dfs_pri_multiplier: DFS primary multiplier
586 * allow pulse if they are within multiple of PRI for the radar type
587 * @dot11_mode: Phy mode (VHT20/VHT80...)
588 * @disable_hw_ack: Disable hw ack if chan is dfs channel for cac
589 * @channel_param: Channel params required by target.
Himanshu Agarwal7e4f4bc2016-03-09 16:49:38 +0530590 */
591struct vdev_start_params {
592 uint8_t vdev_id;
593 uint32_t chan_freq;
594 uint32_t chan_mode;
595 uint32_t band_center_freq1;
596 uint32_t band_center_freq2;
597 uint32_t flags;
598 bool is_dfs;
599 uint32_t beacon_intval;
600 uint32_t dtim_period;
601 int32_t max_txpow;
602 bool is_restart;
Siddarth Poddar466963e2016-03-29 15:13:26 +0530603 bool is_half_rate;
604 bool is_quarter_rate;
605 uint32_t dis_hw_ack;
606 uint32_t flag_dfs;
607 uint8_t hidden_ssid;
608 uint8_t pmf_enabled;
Himanshu Agarwal7e4f4bc2016-03-09 16:49:38 +0530609 struct mac_ssid ssid;
Siddarth Poddar466963e2016-03-29 15:13:26 +0530610 uint32_t num_noa_descriptors;
Himanshu Agarwal7e4f4bc2016-03-09 16:49:38 +0530611 uint32_t preferred_rx_streams;
612 uint32_t preferred_tx_streams;
Kiran Venkatappa9da7e042016-08-09 22:52:35 +0530613#ifndef CONFIG_MCL
Govind Singh89727882016-04-15 13:58:27 +0530614 uint8_t oper_mode;
615 int32_t dfs_pri_multiplier;
616 uint8_t dot11_mode;
617 uint8_t disable_hw_ack;
618 struct channel_param channel;
619#endif
Himanshu Agarwal7e4f4bc2016-03-09 16:49:38 +0530620};
621
622/**
623 * struct hidden_ssid_vdev_restart_params -
624 * vdev restart cmd parameter
625 * @session_id: session id
626 * @ssid_len: ssid length
627 * @ssid: ssid
628 * @flags: flags
629 * @requestor_id: requestor id
630 * @disable_hw_ack: flag to disable hw ack feature
631 * @mhz: channel frequency
632 * @band_center_freq1: center freq 1
633 * @band_center_freq2: center freq 2
634 * @info: channel info
635 * @reg_info_1: contains min power, max power,
636 * reg power and reg class id
637 * @reg_info_2: contains antennamax
638 * @hidden_ssid_restart_in_progress:
639 * flag to check if restart is in progress
640 */
641struct hidden_ssid_vdev_restart_params {
642 uint8_t session_id;
643 uint32_t ssid_len;
644 uint32_t ssid[8];
645 uint32_t flags;
646 uint32_t requestor_id;
647 uint32_t disable_hw_ack;
648 uint32_t mhz;
649 uint32_t band_center_freq1;
650 uint32_t band_center_freq2;
651 uint32_t info;
652 uint32_t reg_info_1;
653 uint32_t reg_info_2;
654 qdf_atomic_t hidden_ssid_restart_in_progress;
655};
656
657/**
Govind Singh3ddda1f2016-03-09 11:34:12 +0530658 * struct vdev_set_params - vdev set cmd parameter
659 * @if_id: vdev id
660 * @param_id: parameter id
661 * @param_value: parameter value
662 */
663struct vdev_set_params {
664 uint32_t if_id;
665 uint32_t param_id;
666 uint32_t param_value;
667};
668
Govind Singh89727882016-04-15 13:58:27 +0530669
670/**
Govind Singh3ddda1f2016-03-09 11:34:12 +0530671 * struct peer_delete_params - peer delete cmd parameter
672 * @vdev_id: vdev id
673 */
674struct peer_delete_params {
675 uint8_t vdev_id;
676};
677
678/**
679 * struct peer_flush_params - peer flush cmd parameter
680 * @peer_tid_bitmap: peer tid bitmap
681 * @vdev_id: vdev id
682 */
683struct peer_flush_params {
684 uint32_t peer_tid_bitmap;
685 uint8_t vdev_id;
686};
687
688/**
689 * struct peer_set_params - peer set cmd parameter
690 * @param_id: parameter id
691 * @param_value: parameter value
692 * @vdev_id: vdev id
693 */
694struct peer_set_params {
695 uint32_t param_id;
696 uint32_t param_value;
697 uint32_t vdev_id;
698};
699
700/**
701 * struct peer_create_params - peer create cmd parameter
702 * @peer_addr: peer mac addr
703 * @peer_type: peer type
704 * @vdev_id: vdev id
705 */
706struct peer_create_params {
707 const uint8_t *peer_addr;
708 uint32_t peer_type;
709 uint32_t vdev_id;
710};
711
712/**
713 * struct peer_remove_params - peer remove cmd parameter
714 * @bssid: bss id
715 * @vdev_id: vdev id
716 * @roam_synch_in_progress: flag to indicate if roaming is in progress
717 */
718struct peer_remove_params {
719 uint8_t *bssid;
720 uint8_t vdev_id;
721 bool roam_synch_in_progress;
722};
723
724/**
Govind Singh89727882016-04-15 13:58:27 +0530725 * Stats ID enums defined in host
726 */
727typedef enum {
728 WMI_HOST_REQUEST_PEER_STAT = 0x01,
729 WMI_HOST_REQUEST_AP_STAT = 0x02,
730 WMI_HOST_REQUEST_PDEV_STAT = 0x04,
731 WMI_HOST_REQUEST_VDEV_STAT = 0x08,
732 WMI_HOST_REQUEST_BCNFLT_STAT = 0x10,
733 WMI_HOST_REQUEST_VDEV_RATE_STAT = 0x20,
734 WMI_HOST_REQUEST_INST_STAT = 0x40,
735 WMI_HOST_REQUEST_PEER_EXTD_STAT = 0x80,
736 WMI_HOST_REQUEST_VDEV_EXTD_STAT = 0x100,
737} wmi_host_stats_id;
738
739typedef struct {
740 uint16_t cfg_retry_count;
741 uint16_t retry_count;
742} wmi_host_inst_rssi_args;
743
744/**
Govind Singh3ddda1f2016-03-09 11:34:12 +0530745 * struct stats_request_params - stats_request cmd parameter
746 * @stats_id: statistics id
747 * @vdev_id: vdev id
Govind Singh89727882016-04-15 13:58:27 +0530748 * @wmi_host_inst_rssi_args: Instantaneous rssi stats args
Govind Singh3ddda1f2016-03-09 11:34:12 +0530749 */
750struct stats_request_params {
751 uint32_t stats_id;
752 uint32_t vdev_id;
Kiran Venkatappa9da7e042016-08-09 22:52:35 +0530753#ifndef CONFIG_MCL
Govind Singh89727882016-04-15 13:58:27 +0530754 wmi_host_inst_rssi_args rssi_args;
755#endif
756};
757
758/**
759 * struct bss_chan_info_request_params - BSS chan info params
760 * @param: parameter value
761 */
762struct bss_chan_info_request_params {
763 uint32_t param;
Govind Singh3ddda1f2016-03-09 11:34:12 +0530764};
765
766/**
767 * struct green_ap_ps_params - green ap ps cmd parameter
768 * @value: parameter value
769 */
770struct green_ap_ps_params {
771 uint32_t value;
772};
773
774/**
775 * struct wow_cmd_params - wow cmd parameter
776 * @enable: wow enable or disable flag
777 * @can_suspend_link: flag to indicate if link can be suspended
778 * @pause_iface_config: interface config
779 */
780struct wow_cmd_params {
781 bool enable;
782 bool can_suspend_link;
783 uint8_t pause_iface_config;
Dustin Browndee95c72016-11-10 11:25:36 -0800784 uint32_t flags;
Govind Singh3ddda1f2016-03-09 11:34:12 +0530785};
786
787/**
Govind Singh89727882016-04-15 13:58:27 +0530788 * struct wow_add_wakeup_params - wow wakeup parameter
789 * @type: param type
790 */
791struct wow_add_wakeup_params {
792 uint32_t type;
793};
794
795/**
796 * struct wow_add_wakeup_pattern_params - Add WoW pattern params
797 * @pattern_bytes: pointer to pattern bytes
798 * @mask_bytes: pointer to mask bytes
799 * @pattern_len: pattern length
800 * @pattern_id: pattern id
801 */
802struct wow_add_wakeup_pattern_params {
803 uint8_t *pattern_bytes;
804 uint8_t *mask_bytes;
805 uint32_t pattern_len;
806 uint32_t pattern_id;
807};
808
809/**
810 * struct wow_remove_wakeup_pattern params - WoW remove pattern param
811 * @pattern_bytes: pointer to pattern bytes
812 * @mask_bytes: Mask bytes
813 * @pattern_id: pattern identifier
814 */
815struct wow_remove_wakeup_pattern_params {
816 uint32_t *pattern_bytes;
817 uint32_t *mask_bytes;
818 uint32_t pattern_id;
819};
820
821
822/**
Govind Singh3ddda1f2016-03-09 11:34:12 +0530823 * struct packet_enable_params - packet enable cmd parameter
824 * @vdev_id: vdev id
825 * @enable: flag to indicate if parameter can be enabled or disabled
826 */
827struct packet_enable_params {
828 uint8_t vdev_id;
829 bool enable;
830};
831
832/**
833 * struct suspend_params - suspend cmd parameter
834 * @disable_target_intr: disable target interrupt
835 */
836struct suspend_params {
837 uint8_t disable_target_intr;
838};
839
840/**
841 * struct pdev_params - pdev set cmd parameter
842 * @param_id: parameter id
843 * @param_value: parameter value
844 */
845struct pdev_params {
846 uint32_t param_id;
847 uint32_t param_value;
848};
849
850/**
Govind Singh89727882016-04-15 13:58:27 +0530851 * struct beacon_tmpl_params - beacon template cmd parameter
852 * @vdev_id: vdev id
853 * @tim_ie_offset: tim ie offset
854 * @tmpl_len: beacon template length
855 * @tmpl_len_aligned: beacon template alignment
856 * @frm: beacon template parameter
857 */
858struct beacon_tmpl_params {
859 uint8_t vdev_id;
860 uint32_t tim_ie_offset;
861 uint32_t tmpl_len;
862 uint32_t tmpl_len_aligned;
863 uint8_t *frm;
864};
865
Govind Singhfa201d92016-06-08 19:40:11 +0530866#ifdef CONFIG_MCL
Govind Singh89727882016-04-15 13:58:27 +0530867/**
868 * struct beacon_params - beacon cmd parameter
Govind Singh3ddda1f2016-03-09 11:34:12 +0530869 * @vdev_id: vdev id
870 * @tim_ie_offset: tim ie offset
871 * @tmpl_len: beacon template length
872 * @tmpl_len_aligned: beacon template alignment
873 * @frm: beacon template parameter
874 */
875struct beacon_params {
876 uint8_t vdev_id;
877 uint32_t tim_ie_offset;
878 uint32_t tmpl_len;
879 uint32_t tmpl_len_aligned;
880 uint8_t *frm;
881};
Govind Singh89727882016-04-15 13:58:27 +0530882#else
883/**
884 * struct beacon_params - beacon cmd parameter
885 * @vdev_id: vdev id
886 * @beaconInterval: Beacon interval
887 * @wbuf: beacon buffer
888 * @frame_ctrl: frame control field
889 * @bcn_txant: beacon antenna
890 * @is_dtim_count_zero: is it dtim beacon
891 * @is_bitctl_reqd: is Bit control required
892 * @is_high_latency: Is this high latency target
893 */
894struct beacon_params {
895 uint8_t vdev_id;
896 uint16_t beaconInterval;
897 qdf_nbuf_t wbuf;
898 uint16_t frame_ctrl;
899 uint32_t bcn_txant;
900 bool is_dtim_count_zero;
901 bool is_bitctl_reqd;
902 bool is_high_latency;
903};
904#endif
905
906/**
907 * struct bcn_prb_template_params - beacon probe template parameter
908 * @vdev_id: vdev id
909 * @buf_len: Template length
910 * @caps: capabilities field
911 * @erp: ERP field
912 */
913struct bcn_prb_template_params {
914 uint8_t vdev_id;
915 int buf_len;
916 uint16_t caps;
917 uint8_t erp;
918};
919
920#define WMI_MAX_SUPPORTED_RATES 128
921/**
922 * struct target_rate_set - Rate set bitmap
923 * @num_rate: number of rates in rates bitmap
924 * @rates: rates (each 8bit value) packed into a 32 bit word.
925 * the rates are filled from least significant byte to most
926 * significant byte.
927 */
928typedef struct {
929 uint32_t num_rates;
930 uint32_t rates[(WMI_MAX_SUPPORTED_RATES / 4) + 1];
931} target_rate_set;
Govind Singh3ddda1f2016-03-09 11:34:12 +0530932
933/**
Himanshu Agarwal56c292f2016-07-19 15:41:51 +0530934 * struct wmi_host_mac_addr - host mac addr 2 word representation of MAC addr
935 * @mac_addr31to0: upper 4 bytes of MAC address
936 * @mac_addr47to32: lower 2 bytes of MAC address
937 */
938typedef struct {
939 uint32_t mac_addr31to0;
940 uint32_t mac_addr47to32;
941} wmi_host_mac_addr;
942
943/**
Govind Singh3ddda1f2016-03-09 11:34:12 +0530944 * struct peer_assoc_params - peer assoc cmd parameter
945 * @peer_macaddr: peer mac address
946 * @vdev_id: vdev id
947 * @peer_new_assoc: peer association type
948 * @peer_associd: peer association id
949 * @peer_flags: peer flags
950 * @peer_caps: peer capabalities
951 * @peer_listen_intval: peer listen interval
952 * @peer_ht_caps: HT capabalities
953 * @peer_max_mpdu: 0 : 8k , 1 : 16k, 2 : 32k, 3 : 64k
954 * @peer_mpdu_density: 3 : 0~7 : 2^(11nAMPDUdensity -4)
955 * @peer_rate_caps: peer rate capabalities
956 * @peer_nss: peer nss
957 * @peer_phymode: peer phymode
958 * @peer_ht_info: peer HT info
959 * @peer_legacy_rates: peer legacy rates
960 * @peer_ht_rates: peer ht rates
Govind Singh3ddda1f2016-03-09 11:34:12 +0530961 * @rx_max_rate: max rx rates
962 * @rx_mcs_set: rx mcs
963 * @tx_max_rate: max tx rates
964 * @tx_mcs_set: tx mcs
965 * @vht_capable: VHT capabalities
Govind Singh89727882016-04-15 13:58:27 +0530966 * @tx_max_mcs_nss: max tx MCS and NSS
967 * @peer_bw_rxnss_override: Peer BW RX NSS overriden or not.
968 * @is_pmf_enabled: PMF enabled
969 * @is_wme_set: WME enabled
970 * @qos_flag: QoS Flags
971 * @apsd_flag: APSD flags
972 * @ht_flag: HT flags
973 * @bw_40: 40 capabale
974 * @bw_80: 80 capabale
975 * @bw_160: 160 capabale
976 * @stbc_flag: STBC flag
977 * @ldpc_flag: LDPC flag
978 * @static_mimops_flag: statis MIMO PS flags
979 * @dynamic_mimops_flag: Dynamic MIMO PS flags
980 * @spatial_mux_flag: spatial MUX flags
981 * @vht_flag: VHT flags
982 * @vht_ng_flag: VHT on 11N/G flags
983 * @need_ptk_4_way: Needs 4 way handshake
984 * @need_gtk_2_way: Needs 2 way GTK
985 * @auth_flag: Is peer authenticated
986 * @safe_mode_enabled: Safe enabled for this peer
987 * @amsdu_disable: AMSDU disble
988 * @peer_mac: Peer mac address
Govind Singh3ddda1f2016-03-09 11:34:12 +0530989 */
990struct peer_assoc_params {
Himanshu Agarwal56c292f2016-07-19 15:41:51 +0530991 wmi_host_mac_addr peer_macaddr;
Govind Singh3ddda1f2016-03-09 11:34:12 +0530992 uint32_t vdev_id;
993 uint32_t peer_new_assoc;
994 uint32_t peer_associd;
995 uint32_t peer_flags;
996 uint32_t peer_caps;
997 uint32_t peer_listen_intval;
998 uint32_t peer_ht_caps;
999 uint32_t peer_max_mpdu;
1000 uint32_t peer_mpdu_density;
1001 uint32_t peer_rate_caps;
1002 uint32_t peer_nss;
1003 uint32_t peer_vht_caps;
1004 uint32_t peer_phymode;
1005 uint32_t peer_ht_info[2];
Govind Singh89727882016-04-15 13:58:27 +05301006 target_rate_set peer_legacy_rates;
1007 target_rate_set peer_ht_rates;
Govind Singh3ddda1f2016-03-09 11:34:12 +05301008 uint32_t rx_max_rate;
1009 uint32_t rx_mcs_set;
1010 uint32_t tx_max_rate;
1011 uint32_t tx_mcs_set;
1012 uint8_t vht_capable;
Kiran Venkatappa9da7e042016-08-09 22:52:35 +05301013#ifndef CONFIG_MCL
Govind Singh89727882016-04-15 13:58:27 +05301014 uint32_t tx_max_mcs_nss;
1015 uint32_t peer_bw_rxnss_override;
1016 bool is_pmf_enabled;
1017 bool is_wme_set;
1018 bool qos_flag;
1019 bool apsd_flag;
1020 bool ht_flag;
1021 bool bw_40;
1022 bool bw_80;
1023 bool bw_160;
1024 bool stbc_flag;
1025 bool ldpc_flag;
1026 bool static_mimops_flag;
1027 bool dynamic_mimops_flag;
1028 bool spatial_mux_flag;
1029 bool vht_flag;
1030 bool vht_ng_flag;
1031 bool need_ptk_4_way;
1032 bool need_gtk_2_way;
1033 bool auth_flag;
1034 bool safe_mode_enabled;
1035 bool amsdu_disable;
1036 /* Use common structure */
1037 uint8_t peer_mac[IEEE80211_ADDR_LEN];
1038#endif
Govind Singh3ddda1f2016-03-09 11:34:12 +05301039};
1040
1041/**
1042 * struct sta_ps_params - sta ps cmd parameter
1043 * @vdev_id: vdev id
1044 * @param: sta ps paramter
1045 * @value: sta ps parameter value
1046 */
1047struct sta_ps_params {
1048 uint32_t vdev_id;
1049 uint32_t param;
1050 uint32_t value;
1051};
1052
1053/**
1054 * struct ap_ps_params - ap ps cmd parameter
1055 * @vdev_id: vdev id
1056 * @param: ap ps paramter
1057 * @value: ap ps paramter value
1058 */
1059struct ap_ps_params {
1060 uint32_t vdev_id;
1061 uint32_t param;
1062 uint32_t value;
1063};
1064
Govind Singh89727882016-04-15 13:58:27 +05301065#define WMI_HOST_SCAN_CHAN_FREQ_SHIFT 0
1066#define WMI_HOST_SCAN_CHAN_FREQ_MASK 0xffff
1067#define WMI_HOST_SCAN_CHAN_MODE_SHIFT 16
1068#define WMI_HOST_SCAN_CHAN_MODE_MASK 0xff
1069
Govind Singh3ddda1f2016-03-09 11:34:12 +05301070/**
Govind Singh3ddda1f2016-03-09 11:34:12 +05301071 * struct scan_start_params - start scan cmd parameter
1072 * @scan_id: scan id
1073 * @scan_req_id: requeted scan id
1074 * @vdev_id: vdev id
1075 * @scan_priority: scan priority
1076 * @notify_scan_events: flag to indicate if scan to be notified
1077 * @dwell_time_active: active dwell time
1078 * @dwell_time_passive: passive dwell time
1079 * @min_rest_time: min rest time
1080 * @max_rest_time: max rest time
1081 * @repeat_probe_time: repeat probe time
1082 * @probe_spacing_time: probe spacing time
1083 * @idle_time: idle time
1084 * @max_scan_time: max scan time
1085 * @probe_delay: probe delay
1086 * @scan_ctrl_flags: scan control flag
1087 * @burst_duration: burst duration
1088 * @num_chan: no of channel
1089 * @num_bssid: no of bssid
1090 * @num_ssids: no of ssid
1091 * @ie_len: ie length
1092 * @n_probes: no of probe
1093 * @chan_list: channel list
1094 * @ie_len_with_pad: ie length with padding
1095 * @num_ssid: no of ssid
1096 * @sid: pointer to mac_ssid structure
1097 * @uie_fieldOffset: ie field offset
1098 * @mac_add_bytes: mac address bytes
Govind Singh89727882016-04-15 13:58:27 +05301099 * @is_strict_pscan_en: Is this a strict passive scan
1100 * @is_promiscous_mode: Is promiscous mode
1101 * @is_phy_error: is Phy error
1102 * @add_cck_rates: Add cck rates
1103 * @chan_stat_enable: channel stats enabled
1104 * @offchan_tx_mgmt: Offchan tx scan
1105 * @offchan_tx_data: offchan tx data
1106 * @add_bcast_probe_reqd: Add bcast probe request
1107 * @bssid_list: Lisst of bssid to scan
1108 * @ie_data: IE data buffer pointer
1109 * @passive_flag: Is this passive scan
Govind Singh3ddda1f2016-03-09 11:34:12 +05301110 */
1111struct scan_start_params {
1112 uint32_t scan_id;
1113 uint32_t scan_req_id;
1114 uint32_t vdev_id;
1115 uint32_t scan_priority;
1116 uint32_t notify_scan_events;
1117 uint32_t dwell_time_active;
1118 uint32_t dwell_time_passive;
1119 uint32_t min_rest_time;
1120 uint32_t max_rest_time;
1121 uint32_t repeat_probe_time;
1122 uint32_t probe_spacing_time;
1123 uint32_t idle_time;
1124 uint32_t max_scan_time;
1125 uint32_t probe_delay;
1126 uint32_t scan_ctrl_flags;
1127 uint32_t burst_duration;
1128 uint32_t num_chan;
1129 uint32_t num_bssid;
1130 uint32_t num_ssids;
1131 uint32_t ie_len;
1132 uint32_t n_probes;
1133 uint32_t *chan_list;
1134 uint32_t ie_len_with_pad;
1135 struct mac_ssid ssid[WMI_SCAN_MAX_NUM_SSID];
1136 uint8_t *ie_base;
1137 uint16_t uie_fieldOffset;
1138 uint8_t mac_add_bytes[IEEE80211_ADDR_LEN];
Kiran Venkatappa9da7e042016-08-09 22:52:35 +05301139#ifndef CONFIG_MCL
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05301140 bool half_rate;
1141 bool quarter_rate;
Govind Singh89727882016-04-15 13:58:27 +05301142 bool is_strict_pscan_en;
1143 bool is_promiscous_mode;
1144 bool is_phy_error;
1145 bool add_cck_rates;
1146 bool chan_stat_enable;
1147 bool offchan_tx_mgmt;
1148 bool offchan_tx_data;
1149 bool add_bcast_probe_reqd;
1150 uint8_t bssid_list[WMI_SCAN_MAX_NUM_BSSID][IEEE80211_ADDR_LEN];
1151 uint8_t *ie_data;
1152 int passive_flag;
1153#endif
Govind Singh3ddda1f2016-03-09 11:34:12 +05301154};
1155
1156/**
1157 * struct scan_stop_params - stop scan cmd parameter
1158 * @requestor: scan requestor
1159 * @scan_id: scan id
1160 * @req_type: scan request type
1161 * @vdev_id: vdev id
Govind Singh89727882016-04-15 13:58:27 +05301162 * @all_scans: Stop all scans
1163 * @vap_scans: stop vap scans
1164 * @specific_scan: specific scan
1165 * @flags: scan flags
1166 * @ss_scan_id: ss scan id
Govind Singh3ddda1f2016-03-09 11:34:12 +05301167 */
1168struct scan_stop_params {
1169 uint32_t requestor;
1170 uint32_t scan_id;
1171 uint32_t req_type;
1172 uint32_t vdev_id;
Kiran Venkatappa9da7e042016-08-09 22:52:35 +05301173#ifndef CONFIG_MCL
Govind Singh89727882016-04-15 13:58:27 +05301174 bool all_scans;
1175 bool vap_scans;
1176 bool specific_scan;
1177 uint32_t flags;
1178 uint32_t ss_scan_id;
1179#endif
Govind Singh3ddda1f2016-03-09 11:34:12 +05301180};
1181
1182/**
1183 * struct scan_chan_list_params - scan channel list cmd parameter
1184 * @num_scan_chans: no of scan channels
1185 * @chan_info: pointer to wmi channel info
1186 */
Govind Singhfa201d92016-06-08 19:40:11 +05301187#ifdef CONFIG_MCL
Himanshu Agarwal56c292f2016-07-19 15:41:51 +05301188/* TODO: This needs clean-up based on how its processed. */
1189typedef struct {
1190 /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_channel */
1191 uint32_t tlv_header;
1192 /** primary 20 MHz channel frequency in mhz */
1193 uint32_t mhz;
1194 /** Center frequency 1 in MHz*/
1195 uint32_t band_center_freq1;
1196 /** Center frequency 2 in MHz - valid only for 11acvht 80plus80 mode*/
1197 uint32_t band_center_freq2;
1198 /** channel info described below */
1199 uint32_t info;
1200 /** contains min power, max power, reg power and reg class id. */
1201 uint32_t reg_info_1;
1202 /** contains antennamax */
1203 uint32_t reg_info_2;
1204} wmi_channel_param;
1205
Govind Singh3ddda1f2016-03-09 11:34:12 +05301206struct scan_chan_list_params {
1207 uint8_t num_scan_chans;
Himanshu Agarwal56c292f2016-07-19 15:41:51 +05301208 wmi_channel_param *chan_info;
Govind Singh3ddda1f2016-03-09 11:34:12 +05301209};
Govind Singh89727882016-04-15 13:58:27 +05301210#else
1211/**
1212 * struct scan_chan_list_params - scan channel list cmd parameter
1213 * @num_chan: no of scan channels
1214 * @nallchans: nall chans
1215 * @ch_param: pointer to channel_paramw
1216 */
1217struct scan_chan_list_params {
Govind Singh89727882016-04-15 13:58:27 +05301218 uint16_t nallchans;
1219 struct channel_param ch_param[1];
1220};
1221#endif
Govind Singh3ddda1f2016-03-09 11:34:12 +05301222
1223/**
1224 * struct fw_hang_params - fw hang command parameters
1225 * @type: 0:unused 1: ASSERT, 2:not respond detect command, 3:simulate ep-full
1226 * @delay_time_ms: 0xffffffff means the simulate will delay for random time (0 ~0xffffffff ms)
1227 */
1228struct fw_hang_params {
1229 uint32_t type;
1230 uint32_t delay_time_ms;
1231};
1232
1233/**
1234 * struct pdev_utf_params - pdev utf command parameters
1235 * @utf_payload:
1236 * @len:
Govind Singh89727882016-04-15 13:58:27 +05301237 * @is_ar900b: is it 900b target
Govind Singh3ddda1f2016-03-09 11:34:12 +05301238 */
1239struct pdev_utf_params {
1240 uint8_t *utf_payload;
1241 uint32_t len;
Kiran Venkatappa9da7e042016-08-09 22:52:35 +05301242#ifndef CONFIG_MCL
Govind Singh89727882016-04-15 13:58:27 +05301243 bool is_ar900b;
1244#endif
Govind Singh3ddda1f2016-03-09 11:34:12 +05301245};
1246
Govind Singh89727882016-04-15 13:58:27 +05301247/*Adding this due to dependency on wmi_unified.h
1248 */
1249typedef struct {
1250 uint32_t len;
1251 uint32_t msgref;
1252 uint32_t segmentInfo;
1253} QVIT_SEG_HDR_INFO_STRUCT;
1254
1255struct pdev_qvit_params {
1256 uint8_t *utf_payload;
1257 uint32_t len;
1258};
Govind Singh3ddda1f2016-03-09 11:34:12 +05301259/**
1260 * struct crash_inject - crash inject command parameters
1261 * @type: crash inject type
1262 * @delay_time_ms: time in milliseconds for FW to delay the crash
1263 */
1264struct crash_inject {
1265 uint32_t type;
1266 uint32_t delay_time_ms;
1267};
1268
1269/**
1270 * struct dbglog_params - fw deboglog command parameters
1271 * @param: command parameter
1272 * @val: parameter value
1273 * @module_id_bitmap: fixed length module id bitmap
1274 * @bitmap_len: module id bitmap length
Govind Singh89727882016-04-15 13:58:27 +05301275 * @cfgvalid: cfgvalid
Govind Singh3ddda1f2016-03-09 11:34:12 +05301276 */
1277struct dbglog_params {
1278 uint32_t param;
1279 uint32_t val;
1280 uint32_t *module_id_bitmap;
1281 uint32_t bitmap_len;
Kiran Venkatappa9da7e042016-08-09 22:52:35 +05301282#ifndef CONFIG_MCL
Govind Singh89727882016-04-15 13:58:27 +05301283 uint32_t cfgvalid[2];
1284#endif
Govind Singh3ddda1f2016-03-09 11:34:12 +05301285};
1286
1287/**
1288 * struct seg_hdr_info - header info
1289 * @len: length
1290 * @msgref: message refrence
1291 * @segmentInfo: segment info
1292 * @pad: padding
1293 */
1294struct seg_hdr_info {
1295 uint32_t len;
1296 uint32_t msgref;
1297 uint32_t segmentInfo;
1298 uint32_t pad;
1299};
1300
1301/**
1302 * struct wmi_mgmt_params - wmi mgmt cmd paramters
1303 * @tx_frame: management tx frame
Govind Singh89727882016-04-15 13:58:27 +05301304 * @frm_len: frame length
Govind Singh3ddda1f2016-03-09 11:34:12 +05301305 * @vdev_id: vdev id
1306 * @tx_complete_cb: tx download callback handler
1307 * @tx_ota_post_proc_cb: OTA complition handler
1308 * @chanfreq: channel frequency
1309 * @pdata: frame data
1310 * @wmi_desc: command descriptor
Govind Singh89727882016-04-15 13:58:27 +05301311 * @desc_id: descriptor id relyaed back by target
1312 * @macaddr - macaddr of peer
Govind Singh3ddda1f2016-03-09 11:34:12 +05301313 */
1314struct wmi_mgmt_params {
1315 void *tx_frame;
1316 uint16_t frm_len;
1317 uint8_t vdev_id;
Govind Singh3ddda1f2016-03-09 11:34:12 +05301318 uint16_t chanfreq;
1319 void *pdata;
Govind Singh89727882016-04-15 13:58:27 +05301320 uint16_t desc_id;
1321 uint8_t *macaddr;
Govind Singhd7468a52016-03-09 14:32:57 +05301322 void *qdf_ctx;
Govind Singh3ddda1f2016-03-09 11:34:12 +05301323};
Govind Singhbffe4de2016-02-26 17:50:39 +05301324
1325/**
1326 * struct p2p_ps_params - P2P powersave related params
1327 * @opp_ps: opportunistic power save
1328 * @ctwindow: CT window
1329 * @count: count
1330 * @duration: duration
1331 * @interval: interval
1332 * @single_noa_duration: single shot noa duration
1333 * @ps_selection: power save selection
1334 * @session_id: session id
1335 */
1336struct p2p_ps_params {
1337 uint8_t opp_ps;
1338 uint32_t ctwindow;
1339 uint8_t count;
1340 uint32_t duration;
1341 uint32_t interval;
1342 uint32_t single_noa_duration;
1343 uint8_t ps_selection;
1344 uint8_t session_id;
1345};
1346
1347
1348/**
1349 * struct ta_uapsd_trig_params - uapsd trigger parameter
1350 * @vdevid: vdev id
1351 * @peer_addr: peer address
1352 * @auto_triggerparam: trigger parameters
1353 * @num_ac: no of access category
1354 */
1355struct sta_uapsd_trig_params {
1356 uint32_t vdevid;
1357 uint8_t peer_addr[IEEE80211_ADDR_LEN];
1358 uint8_t *auto_triggerparam;
1359 uint32_t num_ac;
1360};
Govind Singhe7b800c2016-03-01 15:30:53 +05301361
1362/**
1363 * struct ocb_utc_param
1364 * @vdev_id: session id
1365 * @utc_time: number of nanoseconds from Jan 1st 1958
1366 * @time_error: the error in the UTC time. All 1's for unknown
1367 */
1368struct ocb_utc_param {
1369 uint32_t vdev_id;
1370 uint8_t utc_time[WMI_SIZE_UTC_TIME];
1371 uint8_t time_error[WMI_SIZE_UTC_TIME_ERROR];
1372};
1373
1374/**
1375 * struct ocb_timing_advert_param
1376 * @vdev_id: session id
1377 * @chan_freq: frequency on which to advertise
1378 * @repeat_rate: the number of times it will send TA in 5 seconds
1379 * @timestamp_offset: offset of the timestamp field in the TA frame
1380 * @time_value_offset: offset of the time_value field in the TA frame
1381 * @template_length: size in bytes of the TA frame
1382 * @template_value: the TA frame
1383 */
1384struct ocb_timing_advert_param {
1385 uint32_t vdev_id;
1386 uint32_t chan_freq;
1387 uint32_t repeat_rate;
1388 uint32_t timestamp_offset;
1389 uint32_t time_value_offset;
1390 uint32_t template_length;
1391 uint8_t *template_value;
1392};
1393
1394/**
1395 * struct dcc_get_stats_param
1396 * @vdev_id: session id
1397 * @channel_count: number of dcc channels
1398 * @request_array_len: size in bytes of the request array
1399 * @request_array: the request array
1400 */
1401struct dcc_get_stats_param {
1402 uint32_t vdev_id;
1403 uint32_t channel_count;
1404 uint32_t request_array_len;
1405 void *request_array;
1406};
1407
1408/**
1409 * struct dcc_update_ndl_param
1410 * @vdev_id: session id
1411 * @channel_count: number of channels to be updated
1412 * @dcc_ndl_chan_list_len: size in bytes of the ndl_chan array
1413 * @dcc_ndl_chan_list: the ndl_chan array
1414 * @dcc_ndl_active_state_list_len: size in bytes of the active_state array
1415 * @dcc_ndl_active_state_list: the active state array
1416 */
1417struct dcc_update_ndl_param {
1418 uint32_t vdev_id;
1419 uint32_t channel_count;
1420 uint32_t dcc_ndl_chan_list_len;
1421 void *dcc_ndl_chan_list;
1422 uint32_t dcc_ndl_active_state_list_len;
1423 void *dcc_ndl_active_state_list;
1424};
1425
1426/**
1427 * struct ocb_config_sched
1428 * @chan_freq: frequency of the channel
1429 * @total_duration: duration of the schedule
1430 * @guard_interval: guard interval on the start of the schedule
1431 */
1432struct ocb_config_sched {
1433 uint32_t chan_freq;
1434 uint32_t total_duration;
1435 uint32_t guard_interval;
1436};
1437
1438/**
1439 * OCB structures
1440 */
1441
1442#define WMI_NUM_AC (4)
1443#define WMI_OCB_CHANNEL_MAX (5)
1444#define WMI_MAX_NUM_AC 4
1445struct wmi_ocb_qos_params {
1446 uint8_t aifsn;
1447 uint8_t cwmin;
1448 uint8_t cwmax;
1449};
1450/**
1451 * struct ocb_config_channel
1452 * @chan_freq: frequency of the channel
1453 * @bandwidth: bandwidth of the channel, either 10 or 20 MHz
1454 * @mac_address: MAC address assigned to this channel
1455 * @qos_params: QoS parameters
1456 * @max_pwr: maximum transmit power of the channel (dBm)
1457 * @min_pwr: minimum transmit power of the channel (dBm)
1458 * @reg_pwr: maximum transmit power specified by the regulatory domain (dBm)
1459 * @antenna_max: maximum antenna gain specified by the regulatory domain (dB)
1460 */
1461struct ocb_config_channel {
1462 uint32_t chan_freq;
1463 uint32_t bandwidth;
Govind Singhd7468a52016-03-09 14:32:57 +05301464 struct qdf_mac_addr mac_address;
Govind Singhe7b800c2016-03-01 15:30:53 +05301465 struct wmi_ocb_qos_params qos_params[WMI_MAX_NUM_AC];
1466 uint32_t max_pwr;
1467 uint32_t min_pwr;
1468 uint8_t reg_pwr;
1469 uint8_t antenna_max;
1470 uint16_t flags;
1471};
1472
1473/**
1474 * struct ocb_config_param
1475 * @session_id: session id
1476 * @channel_count: number of channels
1477 * @schedule_size: size of the channel schedule
1478 * @flags: reserved
1479 * @channels: array of OCB channels
1480 * @schedule: array of OCB schedule elements
1481 * @dcc_ndl_chan_list_len: size of the ndl_chan array
1482 * @dcc_ndl_chan_list: array of dcc channel info
1483 * @dcc_ndl_active_state_list_len: size of the active state array
1484 * @dcc_ndl_active_state_list: array of active states
1485 * @adapter: the OCB adapter
1486 * @dcc_stats_callback: callback for the response event
1487 */
1488struct ocb_config_param {
1489 uint8_t session_id;
1490 uint32_t channel_count;
1491 uint32_t schedule_size;
1492 uint32_t flags;
1493 struct ocb_config_channel *channels;
1494 struct ocb_config_sched *schedule;
1495 uint32_t dcc_ndl_chan_list_len;
1496 void *dcc_ndl_chan_list;
1497 uint32_t dcc_ndl_active_state_list_len;
1498 void *dcc_ndl_active_state_list;
1499};
Govind Singh9bad0002016-03-01 15:54:59 +05301500
Poddar, Siddarth794b9962016-04-28 15:49:11 +05301501enum wmi_peer_rate_report_cond_phy_type {
1502 WMI_PEER_RATE_REPORT_COND_11B = 0,
1503 WMI_PEER_RATE_REPORT_COND_11A_G,
1504 WMI_PEER_RATE_REPORT_COND_11N,
1505 WMI_PEER_RATE_REPORT_COND_11AC,
1506 WMI_PEER_RATE_REPORT_COND_MAX_NUM
1507};
1508
1509/**
1510 * struct report_rate_delta - peer specific parameters
1511 * @percent: percentage
1512 * @delta_min: rate min delta
1513 */
1514struct report_rate_delta {
Himanshu Agarwal56c292f2016-07-19 15:41:51 +05301515 uint32_t percent; /* in unit of 12.5% */
1516 uint32_t delta_min; /* in unit of Mbps */
Poddar, Siddarth794b9962016-04-28 15:49:11 +05301517};
1518
1519/**
1520 * struct report_rate_per_phy - per phy report parameters
1521 * @cond_flags: condition flag val
1522 * @delta: rate delta
1523 * @report_rate_threshold: rate threshold
1524 */
1525struct report_rate_per_phy {
1526 /*
1527 * PEER_RATE_REPORT_COND_FLAG_DELTA,
1528 * PEER_RATE_REPORT_COND_FLAG_THRESHOLD
1529 * Any of these two conditions or both of
1530 * them can be set.
1531 */
Himanshu Agarwal56c292f2016-07-19 15:41:51 +05301532 uint32_t cond_flags;
Poddar, Siddarth794b9962016-04-28 15:49:11 +05301533 struct report_rate_delta delta;
1534 /*
1535 * In unit of Mbps. There are at most 4 thresholds
1536 * If the threshold count is less than 4, set zero to
1537 * the one following the last threshold
1538 */
Himanshu Agarwal56c292f2016-07-19 15:41:51 +05301539 uint32_t report_rate_threshold[WMI_MAX_NUM_OF_RATE_THRESH];
Poddar, Siddarth794b9962016-04-28 15:49:11 +05301540};
1541
1542/**
1543 * struct peer_rate_report_params - peer rate report parameters
1544 * @rate_report_enable: enable rate report param
1545 * @backoff_time: backoff time
1546 * @timer_period: timer
1547 * @report_per_phy: report per phy type
1548 */
1549struct wmi_peer_rate_report_params {
Himanshu Agarwal56c292f2016-07-19 15:41:51 +05301550 uint32_t rate_report_enable;
1551 uint32_t backoff_time; /* in unit of msecond */
1552 uint32_t timer_period; /* in unit of msecond */
Poddar, Siddarth794b9962016-04-28 15:49:11 +05301553 /*
1554 *In the following field, the array index means the phy type,
1555 * please see enum wmi_peer_rate_report_cond_phy_type for detail
1556 */
1557 struct report_rate_per_phy report_per_phy[
1558 WMI_PEER_RATE_REPORT_COND_MAX_NUM];
1559
1560};
1561
Govind Singh9bad0002016-03-01 15:54:59 +05301562/**
1563 * struct t_thermal_cmd_params - thermal command parameters
1564 * @min_temp: minimum temprature
1565 * @max_temp: maximum temprature
1566 * @thermal_enable: thermal enable
1567 */
1568struct thermal_cmd_params {
1569 uint16_t min_temp;
1570 uint16_t max_temp;
1571 uint8_t thermal_enable;
1572};
1573
1574#define WMI_LRO_IPV4_SEED_ARR_SZ 5
1575#define WMI_LRO_IPV6_SEED_ARR_SZ 11
1576
1577/**
1578 * struct wmi_lro_config_cmd_t - set LRO init parameters
1579 * @lro_enable: indicates whether lro is enabled
1580 * @tcp_flag: If the TCP flags from the packet do not match
1581 * the values in this field after masking with TCP flags mask
1582 * below, packet is not LRO eligible
1583 * @tcp_flag_mask: field for comparing the TCP values provided
1584 * above with the TCP flags field in the received packet
1585 * @toeplitz_hash_ipv4: contains seed needed to compute the flow id
1586 * 5-tuple toeplitz hash for ipv4 packets
1587 * @toeplitz_hash_ipv6: contains seed needed to compute the flow id
1588 * 5-tuple toeplitz hash for ipv6 packets
1589 */
1590struct wmi_lro_config_cmd_t {
1591 uint32_t lro_enable;
1592 uint32_t tcp_flag:9,
1593 tcp_flag_mask:9;
1594 uint32_t toeplitz_hash_ipv4[WMI_LRO_IPV4_SEED_ARR_SZ];
1595 uint32_t toeplitz_hash_ipv6[WMI_LRO_IPV6_SEED_ARR_SZ];
1596};
Govind Singhae855362016-03-07 14:24:22 +05301597
1598/**
1599 * struct gtx_config_t - GTX config
1600 * @gtx_rt_mask: for HT and VHT rate masks
1601 * @gtx_usrcfg: host request for GTX mask
1602 * @gtx_threshold: PER Threshold (default: 10%)
1603 * @gtx_margin: PER margin (default: 2%)
1604 * @gtx_tcpstep: TCP step (default: 1)
1605 * @gtx_tpcMin: TCP min (default: 5)
1606 * @gtx_bwmask: BW mask (20/40/80/160 Mhz)
1607 */
1608struct wmi_gtx_config {
1609 uint32_t gtx_rt_mask[2];
1610 uint32_t gtx_usrcfg;
1611 uint32_t gtx_threshold;
1612 uint32_t gtx_margin;
1613 uint32_t gtx_tpcstep;
1614 uint32_t gtx_tpcmin;
1615 uint32_t gtx_bwmask;
1616};
1617
1618/**
1619 * struct wmi_probe_resp_params - send probe response parameters
1620 * @bssId: BSSID
1621 * @pProbeRespTemplate: probe response template
1622 * @probeRespTemplateLen: probe response template length
1623 * @ucProxyProbeReqValidIEBmap: valid IE bitmap
1624 */
1625struct wmi_probe_resp_params {
Govind Singh8675b862016-03-28 22:09:18 +05301626 uint8_t bssId[IEEE80211_ADDR_LEN];
Govind Singhae855362016-03-07 14:24:22 +05301627 uint8_t *pProbeRespTemplate;
1628 uint32_t probeRespTemplateLen;
1629 uint32_t ucProxyProbeReqValidIEBmap[8];
1630};
1631
Himanshu Agarwal9efd9bf2016-03-09 18:49:18 +05301632/* struct set_key_params: structure containing
1633 * installation key parameters
1634 * @vdev_id: vdev id
1635 * @key_len: key length
1636 * @key_idx: key index
1637 * @peer_mac: peer mac address
1638 * @key_flags: key flags, 0:pairwise key, 1:group key, 2:static key
1639 * @key_cipher: key cipher based on security mode
1640 * @key_txmic_len: tx mic length
1641 * @key_rxmic_len: rx mic length
Gurumoorthi Gnanasambandhan0d283282017-01-10 20:51:02 +05301642 * @key_tsc_counter: key tx sc counter
1643 * @key_rsc_counter: key rx sc counter
Himanshu Agarwal9efd9bf2016-03-09 18:49:18 +05301644 * @rx_iv: receive IV, applicable only in case of WAPI
1645 * @tx_iv: transmit IV, applicable only in case of WAPI
1646 * @key_data: key data
1647 */
1648struct set_key_params {
1649 uint8_t vdev_id;
1650 uint16_t key_len;
1651 uint32_t key_idx;
1652 uint8_t peer_mac[IEEE80211_ADDR_LEN];
1653 uint32_t key_flags;
1654 uint32_t key_cipher;
1655 uint32_t key_txmic_len;
1656 uint32_t key_rxmic_len;
Gurumoorthi Gnanasambandhan0d283282017-01-10 20:51:02 +05301657 uint64_t key_tsc_counter;
1658 uint64_t *key_rsc_counter;
1659#if defined(ATH_SUPPORT_WAPI) || defined(FEATURE_WLAN_WAPI)
Himanshu Agarwal9efd9bf2016-03-09 18:49:18 +05301660 uint8_t rx_iv[16];
1661 uint8_t tx_iv[16];
1662#endif
1663 uint8_t key_data[WMI_MAC_MAX_KEY_LENGTH];
1664};
1665
Govind Singhae855362016-03-07 14:24:22 +05301666/**
1667 * struct sta_params - sta keep alive parameters
1668 * @vdev_id: vdev id
1669 * @method: keep alive method
1670 * @timeperiod: time to keep alive
1671 * @hostv4addr: host ipv4 address
1672 * @destv4addr: destination ipv4 address
1673 * @destmac: destination mac address
1674 */
1675struct sta_params {
1676 uint8_t vdev_id;
1677 uint32_t method;
1678 uint32_t timeperiod;
1679 uint8_t *hostv4addr;
1680 uint8_t *destv4addr;
1681 uint8_t *destmac;
1682};
1683
1684/**
1685 * struct gateway_update_req_param - gateway parameter update request
1686 * @request_id: request id
1687 * @session_id: session id
1688 * @max_retries: Max ARP/NS retry attempts
1689 * @timeout: Retry interval
1690 * @ipv4_addr_type: on ipv4 network
1691 * @ipv6_addr_type: on ipv6 network
1692 * @gw_mac_addr: gateway mac addr
1693 * @ipv4_addr: ipv4 addr
1694 * @ipv6_addr: ipv6 addr
1695 */
1696struct gateway_update_req_param {
1697 uint32_t request_id;
1698 uint32_t session_id;
1699 uint32_t max_retries;
1700 uint32_t timeout;
1701 uint32_t ipv4_addr_type;
1702 uint32_t ipv6_addr_type;
Govind Singhd7468a52016-03-09 14:32:57 +05301703 struct qdf_mac_addr gw_mac_addr;
1704 uint8_t ipv4_addr[QDF_IPV4_ADDR_SIZE];
1705 uint8_t ipv6_addr[QDF_IPV6_ADDR_SIZE];
Govind Singhae855362016-03-07 14:24:22 +05301706};
1707
1708/**
1709 * struct rssi_monitor_param - rssi monitoring
1710 * @request_id: request id
1711 * @session_id: session id
1712 * @min_rssi: minimum rssi
1713 * @max_rssi: maximum rssi
1714 * @control: flag to indicate start or stop
1715 */
1716struct rssi_monitor_param {
1717 uint32_t request_id;
1718 uint32_t session_id;
1719 int8_t min_rssi;
1720 int8_t max_rssi;
1721 bool control;
1722};
1723
1724/**
1725 * struct scan_mac_oui - oui paramters
1726 * @oui: oui parameters
1727 */
1728struct scan_mac_oui {
1729 uint8_t oui[WMI_WIFI_SCANNING_MAC_OUI_LENGTH];
1730};
1731
1732#define WMI_PASSPOINT_REALM_LEN 256
1733#define WMI_PASSPOINT_ROAMING_CONSORTIUM_ID_NUM 16
1734#define WMI_PASSPOINT_PLMN_LEN 3
1735/**
1736 * struct wifi_passpoint_network_param - passpoint network block
1737 * @id: identifier of this network block
1738 * @realm: null terminated UTF8 encoded realm, 0 if unspecified
1739 * @roaming_consortium_ids: roaming consortium ids to match, 0s if unspecified
1740 * @plmn: mcc/mnc combination as per rules, 0s if unspecified
1741 */
1742struct wifi_passpoint_network_param {
1743 uint32_t id;
1744 uint8_t realm[WMI_PASSPOINT_REALM_LEN];
1745 int64_t roaming_consortium_ids[WMI_PASSPOINT_ROAMING_CONSORTIUM_ID_NUM];
1746 uint8_t plmn[WMI_PASSPOINT_PLMN_LEN];
1747};
1748
1749/**
1750 * struct wifi_passpoint_req_param - passpoint request
1751 * @request_id: request identifier
1752 * @num_networks: number of networks
1753 * @networks: passpoint networks
1754 */
1755struct wifi_passpoint_req_param {
1756 uint32_t request_id;
1757 uint32_t session_id;
1758 uint32_t num_networks;
1759 struct wifi_passpoint_network_param networks[];
1760};
1761
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +05301762/* struct mobility_domain_info - structure containing
1763 * mobility domain info
1764 * @mdie_present: mobility domain present or not
1765 * @mobility_domain: mobility domain
1766 */
1767struct mobility_domain_info {
1768 uint8_t mdie_present;
1769 uint16_t mobility_domain;
1770};
1771
Himanshu Agarwal56c292f2016-07-19 15:41:51 +05301772#define WMI_HOST_ROAM_OFFLOAD_NUM_MCS_SET (16)
1773
1774/* This TLV will be filled only in case roam offload
1775 * for wpa2-psk/okc/ese/11r is enabled */
1776typedef struct {
1777 /*
1778 * TLV tag and len; tag equals
1779 * WMITLV_TAG_STRUC_wmi_roam_offload_fixed_param
1780 */
1781 uint32_t tlv_header;
1782 uint32_t rssi_cat_gap; /* gap for every category bucket */
1783 uint32_t prefer_5g; /* prefer select 5G candidate */
1784 uint32_t select_5g_margin;
1785 uint32_t reassoc_failure_timeout; /* reassoc failure timeout */
1786 uint32_t capability;
1787 uint32_t ht_caps_info;
1788 uint32_t ampdu_param;
1789 uint32_t ht_ext_cap;
1790 uint32_t ht_txbf;
1791 uint32_t asel_cap;
1792 uint32_t qos_enabled;
1793 uint32_t qos_caps;
1794 uint32_t wmm_caps;
1795 /* since this is 4 byte aligned, we don't declare it as tlv array */
1796 uint32_t mcsset[WMI_HOST_ROAM_OFFLOAD_NUM_MCS_SET >> 2];
1797} roam_offload_param;
1798
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +05301799/* struct roam_offload_scan_params - structure
1800 * containing roaming offload scan parameters
1801 * @is_roam_req_valid: flag to tell whether roam req
1802 * is valid or NULL
1803 * @mode: stores flags for scan
1804 * @vdev_id: vdev id
1805 * @roam_offload_enabled: flag for offload enable
1806 * @psk_pmk: pre shared key/pairwise master key
1807 * @pmk_len: length of PMK
1808 * @prefer_5ghz: prefer select 5G candidate
1809 * @roam_rssi_cat_gap: gap for every category bucket
1810 * @select_5ghz_margin: select 5 Ghz margin
1811 * @krk: KRK
1812 * @btk: BTK
1813 * @reassoc_failure_timeout: reassoc failure timeout
1814 * @rokh_id_length: r0kh id length
1815 * @rokh_id: r0kh id
1816 * @roam_key_mgmt_offload_enabled: roam offload flag
1817 * @auth_mode: authentication mode
Deepak Dhamdhere3ae33a32016-08-22 18:04:00 -07001818 * @okc_enabled: enable opportunistic key caching
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +05301819 * @is_ese_assoc: flag to determine ese assoc
1820 * @mdid: mobility domain info
1821 * @roam_offload_params: roam offload tlv params
1822 */
1823struct roam_offload_scan_params {
1824 uint8_t is_roam_req_valid;
1825 uint32_t mode;
1826 uint32_t vdev_id;
1827#ifdef WLAN_FEATURE_ROAM_OFFLOAD
1828 uint8_t roam_offload_enabled;
1829 uint8_t psk_pmk[WMI_ROAM_SCAN_PSK_SIZE];
1830 uint32_t pmk_len;
1831 uint8_t prefer_5ghz;
1832 uint8_t roam_rssi_cat_gap;
1833 uint8_t select_5ghz_margin;
1834 uint8_t krk[WMI_KRK_KEY_LEN];
1835 uint8_t btk[WMI_BTK_KEY_LEN];
1836 uint32_t reassoc_failure_timeout;
1837 uint32_t rokh_id_length;
1838 uint8_t rokh_id[WMI_ROAM_R0KH_ID_MAX_LEN];
1839 uint8_t roam_key_mgmt_offload_enabled;
1840 int auth_mode;
Deepak Dhamdhere3ae33a32016-08-22 18:04:00 -07001841 bool okc_enabled;
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +05301842#endif
1843 bool is_ese_assoc;
1844 struct mobility_domain_info mdid;
Kiran Venkatappa9da7e042016-08-09 22:52:35 +05301845#ifdef CONFIG_MCL
Govind Singh89727882016-04-15 13:58:27 +05301846 /* THis is not available in non tlv target.
1847 * please remove this and replace with a host based
1848 * structure */
Himanshu Agarwal56c292f2016-07-19 15:41:51 +05301849 roam_offload_param roam_offload_params;
Govind Singh89727882016-04-15 13:58:27 +05301850#endif
Selvaraj, Sridhar0a1427f2016-07-04 21:40:23 +05301851 uint32_t assoc_ie_length;
1852 uint8_t assoc_ie[MAX_ASSOC_IE_LENGTH];
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +05301853};
1854
1855/* struct roam_offload_scan_rssi_params - structure containing
1856 * parameters for roam offload scan based on RSSI
1857 * @rssi_thresh: rssi threshold
1858 * @rssi_thresh_diff: difference in rssi threshold
1859 * @hi_rssi_scan_max_count: 5G scan max count
1860 * @hi_rssi_scan_rssi_delta: 5G scan rssi change threshold value
1861 * @hi_rssi_scan_rssi_ub: 5G scan upper bound
1862 * @raise_rssi_thresh_5g: flag to determine penalty and boost thresholds
1863 * @session_id: vdev id
1864 * @penalty_threshold_5g: RSSI threshold below which 5GHz RSSI is penalized
1865 * @boost_threshold_5g: RSSI threshold above which 5GHz RSSI is favored
1866 * @raise_factor_5g: factor by which 5GHz RSSI is boosted
1867 * @drop_factor_5g: factor by which 5GHz RSSI is penalized
1868 * @max_raise_rssi_5g: maximum boost that can be applied to a 5GHz RSSI
1869 * @max_drop_rssi_5g: maximum penalty that can be applied to a 5GHz RSSI
1870 * @good_rssi_threshold: RSSI below which roam is kicked in by background
1871 * scan although rssi is still good
1872 * @roam_earlystop_thres_min: Minimum RSSI threshold value for early stop,
1873 * unit is dB above NF
1874 * @roam_earlystop_thres_max: Maximum RSSI threshold value for early stop,
1875 * unit is dB above NF
Gupta, Kapil1f4a4c32016-04-12 15:02:00 +05301876 * @dense_rssi_thresh_offset: dense roam RSSI threshold difference
1877 * @dense_min_aps_cnt: dense roam minimum APs
1878 * @initial_dense_status: dense status detected by host
1879 * @traffic_threshold: dense roam RSSI threshold
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +05301880 */
1881struct roam_offload_scan_rssi_params {
1882 int8_t rssi_thresh;
1883 uint8_t rssi_thresh_diff;
1884 uint32_t hi_rssi_scan_max_count;
1885 uint32_t hi_rssi_scan_rssi_delta;
1886 int32_t hi_rssi_scan_rssi_ub;
1887 int raise_rssi_thresh_5g;
1888 uint8_t session_id;
1889 uint32_t penalty_threshold_5g;
1890 uint32_t boost_threshold_5g;
1891 uint8_t raise_factor_5g;
1892 uint8_t drop_factor_5g;
1893 int max_raise_rssi_5g;
1894 int max_drop_rssi_5g;
1895 uint32_t good_rssi_threshold;
1896 uint32_t roam_earlystop_thres_min;
1897 uint32_t roam_earlystop_thres_max;
Gupta, Kapil1f4a4c32016-04-12 15:02:00 +05301898 int dense_rssi_thresh_offset;
1899 int dense_min_aps_cnt;
1900 int initial_dense_status;
1901 int traffic_threshold;
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +05301902};
1903
Govind Singhae855362016-03-07 14:24:22 +05301904/**
1905 * struct wifi_epno_network - enhanced pno network block
1906 * @ssid: ssid
1907 * @rssi_threshold: threshold for considering this SSID as found, required
1908 * granularity for this threshold is 4dBm to 8dBm
1909 * @flags: WIFI_PNO_FLAG_XXX
1910 * @auth_bit_field: auth bit field for matching WPA IE
1911 */
1912struct wifi_epno_network_params {
1913 struct mac_ssid ssid;
1914 int8_t rssi_threshold;
1915 uint8_t flags;
1916 uint8_t auth_bit_field;
1917};
1918
1919/**
1920 * struct wifi_enhanched_pno_params - enhanced pno network params
Mukul Sharma90bc73b2016-10-03 15:04:20 +05301921 * @request_id: request id number
1922 * @session_id: session_id number
1923 * @min_5ghz_rssi: minimum 5GHz RSSI for a BSSID to be considered
1924 * @min_24ghz_rssi: minimum 2.4GHz RSSI for a BSSID to be considered
1925 * @initial_score_max: maximum score that a network can have before bonuses
1926 * @current_connection_bonus: only report when there is a network's score this
1927 * much higher than the current connection
1928 * @same_network_bonus: score bonus for all n/w with the same network flag
1929 * @secure_bonus: score bonus for networks that are not open
1930 * @band_5ghz_bonus: 5GHz RSSI score bonus (applied to all 5GHz networks)
Govind Singhae855362016-03-07 14:24:22 +05301931 * @num_networks: number of ssids
Mukul Sharma90bc73b2016-10-03 15:04:20 +05301932 * @networks: EPNO networks
Govind Singhae855362016-03-07 14:24:22 +05301933 */
1934struct wifi_enhanched_pno_params {
1935 uint32_t request_id;
1936 uint32_t session_id;
Mukul Sharma90bc73b2016-10-03 15:04:20 +05301937 uint32_t min_5ghz_rssi;
1938 uint32_t min_24ghz_rssi;
1939 uint32_t initial_score_max;
1940 uint32_t current_connection_bonus;
1941 uint32_t same_network_bonus;
1942 uint32_t secure_bonus;
1943 uint32_t band_5ghz_bonus;
Govind Singhae855362016-03-07 14:24:22 +05301944 uint32_t num_networks;
1945 struct wifi_epno_network_params networks[];
1946};
1947
1948enum {
1949 WMI_AP_RX_DATA_OFFLOAD = 0x00,
1950 WMI_STA_RX_DATA_OFFLOAD = 0x01,
1951};
1952
1953/**
Govind Singhc7cd2d62016-06-21 14:33:26 +05301954 * enum extscan_configuration_flags - extscan config flags
1955 * @WMI_EXTSCAN_LP_EXTENDED_BATCHING: extended batching
1956 */
1957enum wmi_extscan_configuration_flags {
1958 WMI_EXTSCAN_LP_EXTENDED_BATCHING = 0x00000001,
1959};
1960
1961/**
Govind Singhae855362016-03-07 14:24:22 +05301962 * enum extscan_report_events_type - extscan report events type
1963 * @EXTSCAN_REPORT_EVENTS_BUFFER_FULL: report only when scan history is % full
1964 * @EXTSCAN_REPORT_EVENTS_EACH_SCAN: report a scan completion event after scan
1965 * @EXTSCAN_REPORT_EVENTS_FULL_RESULTS: forward scan results
1966 * (beacons/probe responses + IEs)
1967 * in real time to HAL, in addition to completion events.
1968 * Note: To keep backward compatibility,
1969 * fire completion events regardless of REPORT_EVENTS_EACH_SCAN.
1970 * @EXTSCAN_REPORT_EVENTS_NO_BATCH: controls batching,
1971 * 0 => batching, 1 => no batching
1972 */
1973enum wmi_extscan_report_events_type {
1974 WMI_EXTSCAN_REPORT_EVENTS_BUFFER_FULL = 0x00,
1975 WMI_EXTSCAN_REPORT_EVENTS_EACH_SCAN = 0x01,
1976 WMI_EXTSCAN_REPORT_EVENTS_FULL_RESULTS = 0x02,
1977 WMI_EXTSCAN_REPORT_EVENTS_NO_BATCH = 0x04,
1978};
1979
1980/**
1981 * struct ipa_offload_control_params - ipa offload parameters
1982 * @offload_type: ipa offload type
1983 * @vdev_id: vdev id
1984 * @enable: ipa offload enable/disable
1985 */
1986struct ipa_offload_control_params {
1987 uint32_t offload_type;
1988 uint32_t vdev_id;
1989 uint32_t enable;
1990};
1991
1992/**
1993 * struct extscan_capabilities_params - ext scan capablities
1994 * @request_id: request_id
1995 * @session_id: session_id
1996 */
1997struct extscan_capabilities_params {
1998 uint32_t request_id;
1999 uint8_t session_id;
2000};
2001
2002/**
2003 * struct extscan_capabilities_reset_params - ext scan capablities reset parameter
2004 * @request_id: request_id
2005 * @session_id: session_id
2006 */
2007struct extscan_capabilities_reset_params {
2008 uint32_t request_id;
2009 uint8_t session_id;
2010};
2011
2012/**
2013 * struct extscan_bssid_hotlist_reset_params - ext scan hotlist reset parameter
2014 * @request_id: request_id
2015 * @session_id: session_id
2016 */
2017struct extscan_bssid_hotlist_reset_params {
2018 uint32_t request_id;
2019 uint8_t session_id;
2020};
2021
2022/**
2023 * struct extscan_stop_req_params - ext scan stop parameter
2024 * @request_id: request_id
2025 * @session_id: session_id
2026 */
2027struct extscan_stop_req_params {
2028 uint32_t request_id;
2029 uint8_t session_id;
2030};
2031
2032/**
2033 * struct ap_threshold_params - ap threshold parameter
2034 * @bssid: mac address
2035 * @low: low threshold
2036 * @high: high threshold
2037 */
2038struct ap_threshold_params {
Govind Singhd7468a52016-03-09 14:32:57 +05302039 struct qdf_mac_addr bssid;
Govind Singhae855362016-03-07 14:24:22 +05302040 int32_t low;
2041 int32_t high;
2042};
2043
2044/**
2045 * struct extscan_set_sig_changereq_params - ext scan channel parameter
2046 * @request_id: mac address
2047 * @session_id: low threshold
2048 * @rssi_sample_size: Number of samples for averaging RSSI
2049 * @lostap_sample_size: Number of missed samples to confirm AP loss
2050 * @min_breaching: Number of APs breaching threshold required for firmware
2051 * @num_ap: no of scanned ap
2052 * @ap: ap threshold parameter
2053 */
2054struct extscan_set_sig_changereq_params {
2055 uint32_t request_id;
2056 uint8_t session_id;
2057 uint32_t rssi_sample_size;
2058 uint32_t lostap_sample_size;
2059 uint32_t min_breaching;
2060 uint32_t num_ap;
2061 struct ap_threshold_params ap[WMI_EXTSCAN_MAX_SIGNIFICANT_CHANGE_APS];
2062};
2063
2064/**
2065 * struct extscan_cached_result_params - ext scan cached parameter
2066 * @request_id: mac address
2067 * @session_id: low threshold
2068 * @flush: cached results flush
2069 */
2070struct extscan_cached_result_params {
2071 uint32_t request_id;
2072 uint8_t session_id;
2073 bool flush;
2074};
2075
Govind Singhae855362016-03-07 14:24:22 +05302076/* Set PNO */
2077#define WMI_PNO_MAX_NETW_CHANNELS 26
2078#define WMI_PNO_MAX_NETW_CHANNELS_EX 60
2079#define WMI_PNO_MAX_SUPP_NETWORKS 16
2080
2081/*
2082 * size based of dot11 declaration without extra IEs as we will not carry those
2083 * for PNO
2084 */
2085#define WMI_PNO_MAX_PB_REQ_SIZE 450
2086
2087#define WMI_PNO_24G_DEFAULT_CH 1
2088#define WMI_PNO_5G_DEFAULT_CH 36
2089
2090/**
2091 * enum pno_mode - pno mode types
2092 * @WMI_PNO_MODE_IMMEDIATE: immidiate mode
2093 * @WMI_PNO_MODE_ON_SUSPEND: suspend on mode
2094 * @WMI_PNO_MODE_ON_RESUME: resume on mode
2095 * @WMI_PNO_MODE_MAX: max range
2096 */
2097enum pno_mode {
2098 WMI_PNO_MODE_IMMEDIATE,
2099 WMI_PNO_MODE_ON_SUSPEND,
2100 WMI_PNO_MODE_ON_RESUME,
2101 WMI_PNO_MODE_MAX
2102};
2103
2104/**
2105 * struct pno_nw_type - pno nw type
2106 * @ssid: mac ssid
2107 * @authentication: authentication type
2108 * @encryption: encryption type
2109 * @bcastNetwType: broadcast nw type
2110 * @ucChannelCount: uc channel count
2111 * @aChannels: pno channel
2112 * @rssiThreshold: rssi threshold
2113 */
2114struct pno_nw_type {
2115 struct mac_ssid ssid;
2116 uint32_t authentication;
2117 uint32_t encryption;
2118 uint32_t bcastNetwType;
2119 uint8_t ucChannelCount;
2120 uint8_t aChannels[WMI_PNO_MAX_NETW_CHANNELS_EX];
2121 int32_t rssiThreshold;
2122};
2123
2124/**
2125 * struct pno_scan_req_params - PNO Scan request structure
2126 * @enable: flag to enable or disable
2127 * @modePNO: PNO Mode
2128 * @ucNetworksCount: Number of networks
2129 * @aNetworks: Preferred network list
2130 * @sessionId: Session identifier
2131 * @fast_scan_period: Fast Scan period
2132 * @slow_scan_period: Slow scan period
2133 * @fast_scan_max_cycles: Fast scan max cycles
2134 * @us24GProbeTemplateLen: 2.4G probe template length
2135 * @p24GProbeTemplate: 2.4G probe template
2136 * @us5GProbeTemplateLen: 5G probe template length
2137 * @p5GProbeTemplate: 5G probe template
Gupta, Kapil7b768002016-04-25 19:14:19 +05302138 * @pno_channel_prediction: PNO channel prediction feature status
2139 * @top_k_num_of_channels: top K number of channels are used for tanimoto
2140 * distance calculation.
2141 * @stationary_thresh: threshold value to determine that the STA is stationary.
2142 * @pnoscan_adaptive_dwell_mode: adaptive dwelltime mode for pno scan
2143 * @channel_prediction_full_scan: periodic timer upon which a full scan needs
2144 * to be triggered.
Govind Singhae855362016-03-07 14:24:22 +05302145 */
2146struct pno_scan_req_params {
2147 uint8_t enable;
2148 enum pno_mode modePNO;
2149 uint8_t ucNetworksCount;
2150 struct pno_nw_type aNetworks[WMI_PNO_MAX_SUPP_NETWORKS];
2151 uint8_t sessionId;
2152 uint32_t fast_scan_period;
2153 uint32_t slow_scan_period;
2154 uint8_t fast_scan_max_cycles;
2155 uint32_t active_min_time;
2156 uint32_t active_max_time;
2157 uint32_t passive_min_time;
2158 uint32_t passive_max_time;
2159 uint16_t us24GProbeTemplateLen;
2160 uint8_t p24GProbeTemplate[WMI_PNO_MAX_PB_REQ_SIZE];
2161 uint16_t us5GProbeTemplateLen;
2162 uint8_t p5GProbeTemplate[WMI_PNO_MAX_PB_REQ_SIZE];
2163#ifdef FEATURE_WLAN_SCAN_PNO
2164 bool pno_channel_prediction;
2165 uint8_t top_k_num_of_channels;
2166 uint8_t stationary_thresh;
Gupta, Kapil7b768002016-04-25 19:14:19 +05302167 enum wmi_dwelltime_adaptive_mode pnoscan_adaptive_dwell_mode;
Govind Singhae855362016-03-07 14:24:22 +05302168 uint32_t channel_prediction_full_scan;
2169#endif
2170};
2171
Govind Singhae855362016-03-07 14:24:22 +05302172
2173#define WMI_WLAN_EXTSCAN_MAX_CHANNELS 36
2174#define WMI_WLAN_EXTSCAN_MAX_BUCKETS 16
2175#define WMI_WLAN_EXTSCAN_MAX_HOTLIST_APS 128
2176#define WMI_WLAN_EXTSCAN_MAX_SIGNIFICANT_CHANGE_APS 64
2177#define WMI_EXTSCAN_MAX_HOTLIST_SSIDS 8
2178
2179/**
2180 * struct wifi_scan_channelspec_params - wifi scan channel parameter
2181 * @channel: Frequency in MHz
2182 * @dwellTimeMs: dwell time
2183 * @flush: cached results flush
2184 * @passive: passive scan
2185 * @chnlClass: channel class
2186 */
2187struct wifi_scan_channelspec_params {
2188 uint32_t channel;
2189 uint32_t dwellTimeMs;
2190 bool passive;
2191 uint8_t chnlClass;
2192};
2193
2194/**
2195 * enum wmi_wifi_band - wifi band
2196 * @WMI_WIFI_BAND_UNSPECIFIED: unspecified band
2197 * @WMI_WIFI_BAND_BG: 2.4 GHz
2198 * @WMI_WIFI_BAND_A: 5 GHz without DFS
2199 * @WMI_WIFI_BAND_ABG: 2.4 GHz + 5 GHz; no DFS
2200 * @WMI_WIFI_BAND_A_DFS_ONLY: 5 GHz DFS only
2201 * @WMI_WIFI_BAND_A_WITH_DFS: 5 GHz with DFS
2202 * @WMI_WIFI_BAND_ABG_WITH_DFS: 2.4 GHz + 5 GHz with DFS
2203 * @WMI_WIFI_BAND_MAX: max range
2204 */
2205enum wmi_wifi_band {
2206 WMI_WIFI_BAND_UNSPECIFIED,
2207 WMI_WIFI_BAND_BG = 1,
2208 WMI_WIFI_BAND_A = 2,
2209 WMI_WIFI_BAND_ABG = 3,
2210 WMI_WIFI_BAND_A_DFS_ONLY = 4,
2211 /* 5 is reserved */
2212 WMI_WIFI_BAND_A_WITH_DFS = 6,
2213 WMI_WIFI_BAND_ABG_WITH_DFS = 7,
2214 /* Keep it last */
2215 WMI_WIFI_BAND_MAX
2216};
2217
2218/**
2219 * struct wifi_scan_bucket_params - wifi scan bucket spec
2220 * @bucket: bucket identifier
2221 * @band: wifi band
2222 * @period: Desired period, in millisecond; if this is too
2223 * low, the firmware should choose to generate results as fast as
2224 * it can instead of failing the command byte
2225 * for exponential backoff bucket this is the min_period
2226 * @reportEvents: 0 => normal reporting (reporting rssi history
2227 * only, when rssi history buffer is % full)
2228 * 1 => same as 0 + report a scan completion event after scanning
2229 * this bucket
2230 * 2 => same as 1 + forward scan results
2231 * (beacons/probe responses + IEs) in real time to HAL
2232 * @max_period: if max_period is non zero or different than period,
2233 * then this bucket is an exponential backoff bucket and
2234 * the scan period will grow exponentially as per formula:
2235 * actual_period(N) = period ^ (N/(step_count+1)) to a
2236 * maximum period of max_period
2237 * @exponent: for exponential back off bucket: multiplier:
2238 * new_period = old_period * exponent
2239 * @step_count: for exponential back off bucket, number of scans performed
2240 * at a given period and until the exponent is applied
2241 * @numChannels: channels to scan; these may include DFS channels
2242 * Note that a given channel may appear in multiple buckets
2243 * @min_dwell_time_active: per bucket minimum active dwell time
2244 * @max_dwell_time_active: per bucket maximum active dwell time
2245 * @min_dwell_time_passive: per bucket minimum passive dwell time
2246 * @max_dwell_time_passive: per bucket maximum passive dwell time
2247 * @channels: Channel list
2248 */
2249struct wifi_scan_bucket_params {
2250 uint8_t bucket;
2251 enum wmi_wifi_band band;
2252 uint32_t period;
2253 uint32_t reportEvents;
2254 uint32_t max_period;
2255 uint32_t exponent;
2256 uint32_t step_count;
2257 uint32_t numChannels;
2258 uint32_t min_dwell_time_active;
2259 uint32_t max_dwell_time_active;
2260 uint32_t min_dwell_time_passive;
2261 uint32_t max_dwell_time_passive;
2262 struct wifi_scan_channelspec_params channels[WMI_WLAN_EXTSCAN_MAX_CHANNELS];
2263};
2264
2265/**
2266 * struct wifi_scan_cmd_req_params - wifi scan command request params
2267 * @basePeriod: base timer period
2268 * @maxAPperScan: max ap per scan
2269 * @report_threshold_percent: report threshold
2270 * in %, when buffer is this much full, wake up host
2271 * @report_threshold_num_scans: report threshold number of scans
2272 * in number of scans, wake up host after these many scans
2273 * @requestId: request id
2274 * @sessionId: session id
2275 * @numBuckets: number of buckets
2276 * @min_dwell_time_active: per bucket minimum active dwell time
2277 * @max_dwell_time_active: per bucket maximum active dwell time
2278 * @min_dwell_time_passive: per bucket minimum passive dwell time
2279 * @max_dwell_time_passive: per bucket maximum passive dwell time
2280 * @configuration_flags: configuration flags
Gupta, Kapil7b768002016-04-25 19:14:19 +05302281 * @extscan_adaptive_dwell_mode: adaptive dwelltime mode for extscan
Govind Singhae855362016-03-07 14:24:22 +05302282 * @buckets: buckets array
2283 */
2284struct wifi_scan_cmd_req_params {
2285 uint32_t basePeriod;
2286 uint32_t maxAPperScan;
2287
2288 uint32_t report_threshold_percent;
2289 uint32_t report_threshold_num_scans;
2290
2291 uint32_t requestId;
2292 uint8_t sessionId;
2293 uint32_t numBuckets;
2294
2295 uint32_t min_dwell_time_active;
2296 uint32_t max_dwell_time_active;
2297 uint32_t min_dwell_time_passive;
2298 uint32_t max_dwell_time_passive;
2299 uint32_t configuration_flags;
Gupta, Kapil7b768002016-04-25 19:14:19 +05302300 enum wmi_dwelltime_adaptive_mode extscan_adaptive_dwell_mode;
Govind Singhae855362016-03-07 14:24:22 +05302301 struct wifi_scan_bucket_params buckets[WMI_WLAN_EXTSCAN_MAX_BUCKETS];
2302};
2303
Govind Singhae855362016-03-07 14:24:22 +05302304#define WMI_CFG_VALID_CHANNEL_LIST_LEN 100
Govind Singhc7cd2d62016-06-21 14:33:26 +05302305/* Occupied channel list remains static */
2306#define WMI_CHANNEL_LIST_STATIC 1
2307/* Occupied channel list can be learnt after init */
2308#define WMI_CHANNEL_LIST_DYNAMIC_INIT 2
2309/* Occupied channel list can be learnt after flush */
2310#define WMI_CHANNEL_LIST_DYNAMIC_FLUSH 3
2311/* Occupied channel list can be learnt after update */
2312#define WMI_CHANNEL_LIST_DYNAMIC_UPDATE 4
Govind Singhae855362016-03-07 14:24:22 +05302313
2314/**
2315 * struct plm_req_params - plm req parameter
2316 * @diag_token: Dialog token
2317 * @meas_token: measurement token
2318 * @num_bursts: total number of bursts
2319 * @burst_int: burst interval in seconds
2320 * @meas_duration:in TU's,STA goes off-ch
2321 * @burst_len: no of times the STA should cycle through PLM ch list
2322 * @desired_tx_pwr: desired tx power
2323 * @mac_addr: MC dest addr
2324 * @plm_num_ch: channel numbers
2325 * @plm_ch_list: channel list
2326 * @session_id: session id
2327 * @enable: enable/disable
2328 */
2329struct plm_req_params {
2330 uint16_t diag_token;
2331 uint16_t meas_token;
2332 uint16_t num_bursts;
2333 uint16_t burst_int;
2334 uint16_t meas_duration;
2335 /* no of times the STA should cycle through PLM ch list */
2336 uint8_t burst_len;
2337 int8_t desired_tx_pwr;
Govind Singhd7468a52016-03-09 14:32:57 +05302338 struct qdf_mac_addr mac_addr;
Govind Singhae855362016-03-07 14:24:22 +05302339 /* no of channels */
2340 uint8_t plm_num_ch;
2341 /* channel numbers */
2342 uint8_t plm_ch_list[WMI_CFG_VALID_CHANNEL_LIST_LEN];
2343 uint8_t session_id;
2344 bool enable;
2345};
Naveen Rawatd5ffe152016-04-14 23:42:46 -07002346
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +05302347#define MAX_SSID_ALLOWED_LIST 4
2348#define MAX_BSSID_AVOID_LIST 16
2349#define MAX_BSSID_FAVORED 16
Govind Singhae855362016-03-07 14:24:22 +05302350
2351
2352/**
2353 * struct mac_ts_info_tfc - mac ts info parameters
2354 * @burstSizeDefn: burst size
2355 * @reserved: reserved
2356 * @ackPolicy: ack policy
2357 * @psb: psb
2358 * @aggregation: aggregation
2359 * @accessPolicy: access policy
2360 * @direction: direction
2361 * @tsid: direction
2362 * @trafficType: traffic type
2363 */
2364struct mac_ts_info_tfc {
2365#ifndef ANI_LITTLE_BIT_ENDIAN
2366 uint8_t burstSizeDefn:1;
2367 uint8_t reserved:7;
2368#else
2369 uint8_t reserved:7;
2370 uint8_t burstSizeDefn:1;
2371#endif
2372
2373#ifndef ANI_LITTLE_BIT_ENDIAN
2374 uint16_t ackPolicy:2;
2375 uint16_t userPrio:3;
2376 uint16_t psb:1;
2377 uint16_t aggregation:1;
2378 uint16_t accessPolicy:2;
2379 uint16_t direction:2;
2380 uint16_t tsid:4;
2381 uint16_t trafficType:1;
2382#else
2383 uint16_t trafficType:1;
2384 uint16_t tsid:4;
2385 uint16_t direction:2;
2386 uint16_t accessPolicy:2;
2387 uint16_t aggregation:1;
2388 uint16_t psb:1;
2389 uint16_t userPrio:3;
2390 uint16_t ackPolicy:2;
2391#endif
Govind Singhd7468a52016-03-09 14:32:57 +05302392} qdf_packed;
Govind Singhae855362016-03-07 14:24:22 +05302393
2394/**
2395 * struct mac_ts_info_sch - mac ts info schedule parameters
2396 * @rsvd: reserved
2397 * @schedule: schedule bit
2398 */
2399struct mac_ts_info_sch {
2400#ifndef ANI_LITTLE_BIT_ENDIAN
2401 uint8_t rsvd:7;
2402 uint8_t schedule:1;
2403#else
2404 uint8_t schedule:1;
2405 uint8_t rsvd:7;
2406#endif
Govind Singhd7468a52016-03-09 14:32:57 +05302407} qdf_packed;
Govind Singhae855362016-03-07 14:24:22 +05302408
2409/**
2410 * struct mac_ts_info_sch - mac ts info schedule parameters
2411 * @traffic: mac tfc parameter
2412 * @schedule: mac schedule parameters
2413 */
2414struct mac_ts_info {
2415 struct mac_ts_info_tfc traffic;
2416 struct mac_ts_info_sch schedule;
Govind Singhd7468a52016-03-09 14:32:57 +05302417} qdf_packed;
Govind Singhae855362016-03-07 14:24:22 +05302418
2419/**
2420 * struct mac_tspec_ie - mac ts spec
2421 * @type: type
2422 * @length: length
2423 * @tsinfo: tsinfo
2424 * @nomMsduSz: nomMsduSz
2425 * @maxMsduSz: maxMsduSz
2426 * @minSvcInterval: minSvcInterval
2427 * @maxSvcInterval: maxSvcInterval
2428 * @inactInterval: inactInterval
2429 * @suspendInterval: suspendInterval
2430 * @svcStartTime: svcStartTime
2431 * @minDataRate: minDataRate
2432 * @meanDataRate: meanDataRate
2433 * @peakDataRate: peakDataRate
2434 * @maxBurstSz: maxBurstSz
2435 * @delayBound: delayBound
2436 * @minPhyRate: minPhyRate
2437 * @surplusBw: surplusBw
2438 * @mediumTime: mediumTime
2439 */
2440struct mac_tspec_ie {
2441 uint8_t type;
2442 uint8_t length;
2443 struct mac_ts_info tsinfo;
2444 uint16_t nomMsduSz;
2445 uint16_t maxMsduSz;
2446 uint32_t minSvcInterval;
2447 uint32_t maxSvcInterval;
2448 uint32_t inactInterval;
2449 uint32_t suspendInterval;
2450 uint32_t svcStartTime;
2451 uint32_t minDataRate;
2452 uint32_t meanDataRate;
2453 uint32_t peakDataRate;
2454 uint32_t maxBurstSz;
2455 uint32_t delayBound;
2456 uint32_t minPhyRate;
2457 uint16_t surplusBw;
2458 uint16_t mediumTime;
Govind Singhd7468a52016-03-09 14:32:57 +05302459} qdf_packed;
Govind Singhae855362016-03-07 14:24:22 +05302460
2461/**
2462 * struct add_ts_param - ADDTS related parameters
2463 * @staIdx: station index
2464 * @tspecIdx: TSPEC handler uniquely identifying a TSPEC for a STA in a BSS
2465 * @tspec: tspec value
2466 * @status: CDF status
2467 * @sessionId: session id
Govind Singhd7468a52016-03-09 14:32:57 +05302468 * @tsm_interval: TSM interval period passed from UMAC to WMI
Govind Singhae855362016-03-07 14:24:22 +05302469 * @setRICparams: RIC parameters
2470 * @sme_session_id: sme session id
2471 */
2472struct add_ts_param {
2473 uint16_t staIdx;
2474 uint16_t tspecIdx;
2475 struct mac_tspec_ie tspec;
Govind Singhd7468a52016-03-09 14:32:57 +05302476 QDF_STATUS status;
Govind Singhae855362016-03-07 14:24:22 +05302477 uint8_t sessionId;
2478#ifdef FEATURE_WLAN_ESE
2479 uint16_t tsm_interval;
2480#endif /* FEATURE_WLAN_ESE */
2481#ifdef WLAN_FEATURE_ROAM_OFFLOAD
2482 uint8_t setRICparams;
2483#endif /* WLAN_FEATURE_ROAM_OFFLOAD */
2484 uint8_t sme_session_id;
2485};
2486
2487/**
2488 * struct delts_req_info - DELTS request parameter
2489 * @tsinfo: ts info
2490 * @tspec: ts spec
2491 * @wmeTspecPresent: wme ts spec flag
2492 * @wsmTspecPresent: wsm ts spec flag
2493 * @lleTspecPresent: lle ts spec flag
2494 */
2495struct delts_req_info {
2496 struct mac_ts_info tsinfo;
2497 struct mac_tspec_ie tspec;
2498 uint8_t wmeTspecPresent:1;
2499 uint8_t wsmTspecPresent:1;
2500 uint8_t lleTspecPresent:1;
2501};
2502
2503/**
2504 * struct del_ts_params - DELTS related parameters
2505 * @staIdx: station index
2506 * @tspecIdx: TSPEC identifier uniquely identifying a TSPEC for a STA in a BSS
2507 * @bssId: BSSID
2508 * @sessionId: session id
2509 * @userPrio: user priority
2510 * @delTsInfo: DELTS info
2511 * @setRICparams: RIC parameters
2512 */
2513struct del_ts_params {
2514 uint16_t staIdx;
2515 uint16_t tspecIdx;
Govind Singh8675b862016-03-28 22:09:18 +05302516 uint8_t bssId[IEEE80211_ADDR_LEN];
Govind Singhae855362016-03-07 14:24:22 +05302517 uint8_t sessionId;
2518 uint8_t userPrio;
2519#ifdef WLAN_FEATURE_ROAM_OFFLOAD
2520 struct delts_req_info delTsInfo;
2521 uint8_t setRICparams;
2522#endif /* WLAN_FEATURE_ROAM_OFFLOAD */
2523};
2524
2525/**
2526 * struct ll_stats_clear_params - ll stats clear parameter
2527 * @req_id: request id
2528 * @sta_id: sta id
2529 * @stats_clear_mask: stats clear mask
2530 * @stop_req: stop request
2531 */
2532struct ll_stats_clear_params {
2533 uint32_t req_id;
2534 uint8_t sta_id;
2535 uint32_t stats_clear_mask;
2536 uint8_t stop_req;
2537};
2538
2539/**
2540 * struct ll_stats_set_params - ll stats get parameter
2541 * @req_id: request id
2542 * @sta_id: sta id
2543 * @mpdu_size_threshold: mpdu sixe threshold
2544 * @aggressive_statistics_gathering: aggressive_statistics_gathering
2545 */
2546struct ll_stats_set_params {
2547 uint32_t req_id;
2548 uint8_t sta_id;
2549 uint32_t mpdu_size_threshold;
2550 uint32_t aggressive_statistics_gathering;
2551};
2552
2553/**
2554 * struct ll_stats_get_params - ll stats parameter
2555 * @req_id: request id
2556 * @sta_id: sta id
2557 * @param_id_mask: param is mask
2558 */
2559struct ll_stats_get_params {
2560 uint32_t req_id;
2561 uint8_t sta_id;
2562 uint32_t param_id_mask;
2563};
2564
2565/**
2566 * struct pe_stats_req - pe stats parameter
2567 * @msg_type: message type is same as the request type
2568 * @msg_len: length of the entire request
2569 * @sta_id: Per STA stats request must contain valid
2570 * @stats_mask: categories of stats requested
2571 * @session_id: wsm ts spec flag
2572 */
2573struct pe_stats_req {
2574 /* Common for all types are requests */
2575 uint16_t msg_type;
2576 uint16_t msg_len;
2577 uint32_t sta_id;
2578 /* categories of stats requested. look at ePEStatsMask */
2579 uint32_t stats_mask;
2580 uint8_t session_id;
2581};
2582
2583/**
2584 * struct link_status_params - link stats parameter
2585 * @msg_type: message type is same as the request type
2586 * @msg_len: length of the entire request
2587 * @link_status: wme ts spec flag
2588 * @session_id: wsm ts spec flag
2589 */
2590struct link_status_params {
2591 uint16_t msg_type;
2592 uint16_t msg_len;
2593 uint8_t link_status;
2594 uint8_t session_id;
2595};
2596
2597/**
2598 * struct dhcp_stop_ind_params - DHCP Stop indication message
2599 * @msgtype: message type is same as the request type
2600 * @msglen: length of the entire request
2601 * @device_mode: Mode of the device(ex:STA, AP)
2602 * @adapter_macaddr: MAC address of the adapter
2603 * @peer_macaddr: MAC address of the connected peer
2604 */
2605struct dhcp_stop_ind_params {
2606 uint16_t msgtype;
2607 uint16_t msglen;
2608 uint8_t device_mode;
Govind Singhd7468a52016-03-09 14:32:57 +05302609 struct qdf_mac_addr adapter_macaddr;
2610 struct qdf_mac_addr peer_macaddr;
Govind Singhae855362016-03-07 14:24:22 +05302611};
2612
2613/**
2614 * struct aggr_add_ts_param - ADDTS parameters
2615 * @staIdx: station index
2616 * @tspecIdx: TSPEC handler uniquely identifying a TSPEC for a STA in a BSS
2617 * @tspec: tspec value
2618 * @status: CDF status
2619 * @sessionId: session id
2620 */
2621struct aggr_add_ts_param {
2622 uint16_t staIdx;
2623 uint16_t tspecIdx;
2624 struct mac_tspec_ie tspec[WMI_QOS_NUM_AC_MAX];
Govind Singhd7468a52016-03-09 14:32:57 +05302625 QDF_STATUS status[WMI_QOS_NUM_AC_MAX];
Govind Singhae855362016-03-07 14:24:22 +05302626 uint8_t sessionId;
2627};
2628
2629#define WMI_MAX_FILTER_TEST_DATA_LEN 8
2630#define WMI_MAX_NUM_MULTICAST_ADDRESS 240
2631#define WMI_MAX_NUM_FILTERS 20
2632#define WMI_MAX_NUM_TESTS_PER_FILTER 10
2633
2634/**
2635 * enum packet_filter_type - packet filter type
2636 * @WMI_RCV_FILTER_TYPE_INVALID: invalid type
2637 * @WMI_RCV_FILTER_TYPE_FILTER_PKT: filter packet type
2638 * @WMI_RCV_FILTER_TYPE_BUFFER_PKT: buffer packet type
2639 * @WMI_RCV_FILTER_TYPE_MAX_ENUM_SIZE: max enum size
2640 */
2641enum packet_filter_type {
2642 WMI_RCV_FILTER_TYPE_INVALID,
2643 WMI_RCV_FILTER_TYPE_FILTER_PKT,
2644 WMI_RCV_FILTER_TYPE_BUFFER_PKT,
2645 WMI_RCV_FILTER_TYPE_MAX_ENUM_SIZE
2646};
2647
2648/**
2649 * enum packet_protocol_type - packet protocol type
2650 * @WMI_FILTER_HDR_TYPE_INVALID: invalid type
2651 * @WMI_FILTER_HDR_TYPE_MAC: mac type
2652 * @WMI_FILTER_HDR_TYPE_ARP: trp type
2653 * @WMI_FILTER_HDR_TYPE_IPV4: ipv4 type
2654 * @WMI_FILTER_HDR_TYPE_IPV6: ipv6 type
2655 * @WMI_FILTER_HDR_TYPE_UDP: udp type
2656 * @WMI_FILTER_HDR_TYPE_MAX: max type
2657 */
2658enum packet_protocol_type {
2659 WMI_FILTER_HDR_TYPE_INVALID,
2660 WMI_FILTER_HDR_TYPE_MAC,
2661 WMI_FILTER_HDR_TYPE_ARP,
2662 WMI_FILTER_HDR_TYPE_IPV4,
2663 WMI_FILTER_HDR_TYPE_IPV6,
2664 WMI_FILTER_HDR_TYPE_UDP,
2665 WMI_FILTER_HDR_TYPE_MAX
2666};
2667
2668/**
2669 * enum packet_filter_comp_type - packet filter comparison type
2670 * @WMI_FILTER_CMP_TYPE_INVALID: invalid type
2671 * @WMI_FILTER_CMP_TYPE_EQUAL: type equal
2672 * @WMI_FILTER_CMP_TYPE_MASK_EQUAL: mask equal
2673 * @WMI_FILTER_CMP_TYPE_NOT_EQUAL: type not equal
2674 * @WMI_FILTER_CMP_TYPE_MASK_NOT_EQUAL: mask not equal
2675 * @WMI_FILTER_CMP_TYPE_MAX: max type
2676 */
2677enum packet_filter_comp_type {
2678 WMI_FILTER_CMP_TYPE_INVALID,
2679 WMI_FILTER_CMP_TYPE_EQUAL,
2680 WMI_FILTER_CMP_TYPE_MASK_EQUAL,
2681 WMI_FILTER_CMP_TYPE_NOT_EQUAL,
2682 WMI_FILTER_CMP_TYPE_MASK_NOT_EQUAL,
2683 WMI_FILTER_CMP_TYPE_MAX
2684};
2685
2686/**
2687 * struct rcv_pkt_filter_params - recieve packet filter parameters
2688 * @protocolLayer - protocol layer
2689 * @cmpFlag - comparison flag
2690 * @dataLength - data length
2691 * @dataOffset - data offset
2692 * @reserved - resserved
2693 * @compareData - compare data
2694 * @dataMask - data mask
2695 */
2696struct rcv_pkt_filter_params {
2697 enum packet_protocol_type protocolLayer;
2698 enum packet_filter_comp_type cmpFlag;
2699 uint16_t dataLength;
2700 uint8_t dataOffset;
2701 uint8_t reserved;
2702 uint8_t compareData[WMI_MAX_FILTER_TEST_DATA_LEN];
2703 uint8_t dataMask[WMI_MAX_FILTER_TEST_DATA_LEN];
2704};
2705
2706/**
2707 * struct rcv_pkt_filter_config - recieve packet filter info
2708 * @filterId - filter id
2709 * @filterType - filter type
2710 * @numFieldParams - no of fields
2711 * @coalesceTime - reserved parameter
2712 * @self_macaddr - self mac address
2713 * @bssid - Bssid of the connected AP
2714 * @paramsData - data parameter
2715 */
2716struct rcv_pkt_filter_config {
2717 uint8_t filterId;
2718 enum packet_filter_type filterType;
2719 uint32_t numFieldParams;
2720 uint32_t coalesceTime;
Govind Singhd7468a52016-03-09 14:32:57 +05302721 struct qdf_mac_addr self_macaddr;
2722 struct qdf_mac_addr bssid;
Govind Singhae855362016-03-07 14:24:22 +05302723 struct rcv_pkt_filter_params paramsData[WMI_MAX_NUM_TESTS_PER_FILTER];
2724};
2725
2726/**
2727 * struct vdev_ie_info_param - IE info
2728 * @vdev_id - vdev for which the IE is being sent
2729 * @ie_id - ID of the IE
2730 * @length - length of the IE data
2731 * @data - IE data
2732 *
2733 * This structure is used to store the IE information.
2734 */
2735struct vdev_ie_info_param {
2736 uint32_t vdev_id;
2737 uint32_t ie_id;
2738 uint32_t length;
Selvaraj, Sridharce064292016-07-25 16:25:14 +05302739 uint32_t ie_source;
Naveen Rawat71268882016-08-03 16:41:33 -07002740 uint32_t band;
Govind Singhae855362016-03-07 14:24:22 +05302741 uint8_t *data;
2742};
2743
2744#define WMI_MAX_NUM_FW_SEGMENTS 4
2745
2746/**
2747 * struct fw_dump_seg_req_param - individual segment details
2748 * @seg_id - segment id.
2749 * @seg_start_addr_lo - lower address of the segment.
2750 * @seg_start_addr_hi - higher address of the segment.
2751 * @seg_length - length of the segment.
2752 * @dst_addr_lo - lower address of the destination buffer.
2753 * @dst_addr_hi - higher address of the destination buffer.
2754 *
2755 * This structure carries the information to firmware about the
2756 * individual segments. This structure is part of firmware memory
2757 * dump request.
2758 */
2759struct fw_dump_seg_req_param {
2760 uint8_t seg_id;
2761 uint32_t seg_start_addr_lo;
2762 uint32_t seg_start_addr_hi;
2763 uint32_t seg_length;
2764 uint32_t dst_addr_lo;
2765 uint32_t dst_addr_hi;
2766};
2767
2768/**
2769 * struct fw_dump_req_param - firmware memory dump request details.
2770 * @request_id - request id.
2771 * @num_seg - requested number of segments.
2772 * @fw_dump_seg_req - individual segment information.
2773 *
2774 * This structure carries information about the firmware
2775 * memory dump request.
2776 */
2777struct fw_dump_req_param {
2778 uint32_t request_id;
2779 uint32_t num_seg;
2780 struct fw_dump_seg_req_param segment[WMI_MAX_NUM_FW_SEGMENTS];
2781};
2782
2783#define WMI_TDLS_MAX_SUPP_CHANNELS 128
2784#define WMI_TDLS_MAX_SUPP_OPER_CLASSES 32
2785#define WMI_2_4_GHZ_MAX_FREQ 3000
2786
2787/**
2788 * struct tdls_update_ch_params - channel parameters
2789 * @chanId: ID of the channel
2790 * @pwr: power level
2791 * @dfsSet: is dfs supported or not
2792 * @half_rate: is the channel operating at 10MHz
2793 * @quarter_rate: is the channel operating at 5MHz
2794 */
2795struct tdls_update_ch_params {
2796 uint8_t chanId;
2797 uint8_t pwr;
2798 bool dfsSet;
2799 bool half_rate;
2800 bool quarter_rate;
2801};
2802
2803/**
2804 * struct tdls_peer_cap_params - TDLS peer capablities parameters
2805 * @isPeerResponder: is peer responder or not
2806 * @peerUapsdQueue: peer uapsd queue
2807 * @peerMaxSp: peer max SP value
2808 * @peerBuffStaSupport: peer buffer sta supported or not
2809 * @peerOffChanSupport: peer offchannel support
2810 * @peerCurrOperClass: peer current operating class
2811 * @selfCurrOperClass: self current operating class
2812 * @peerChanLen: peer channel length
2813 * @peerChan: peer channel list
2814 * @peerOperClassLen: peer operating class length
2815 * @peerOperClass: peer operating class
2816 * @prefOffChanNum: peer offchannel number
2817 * @prefOffChanBandwidth: peer offchannel bandwidth
2818 * @opClassForPrefOffChan: operating class for offchannel
2819 */
2820struct tdls_peer_cap_params {
2821 uint8_t isPeerResponder;
2822 uint8_t peerUapsdQueue;
2823 uint8_t peerMaxSp;
2824 uint8_t peerBuffStaSupport;
2825 uint8_t peerOffChanSupport;
2826 uint8_t peerCurrOperClass;
2827 uint8_t selfCurrOperClass;
2828 uint8_t peerChanLen;
2829 struct tdls_update_ch_params peerChan[WMI_TDLS_MAX_SUPP_CHANNELS];
2830 uint8_t peerOperClassLen;
2831 uint8_t peerOperClass[WMI_TDLS_MAX_SUPP_OPER_CLASSES];
2832 uint8_t prefOffChanNum;
2833 uint8_t prefOffChanBandwidth;
2834 uint8_t opClassForPrefOffChan;
2835};
2836
2837/**
2838 * struct tdls_peer_state_params - TDLS peer state parameters
2839 * @vdevId: vdev id
2840 * @peerMacAddr: peer mac address
2841 * @peerCap: peer capabality
2842 */
2843struct tdls_peer_state_params {
2844 uint32_t vdevId;
Govind Singh8675b862016-03-28 22:09:18 +05302845 uint8_t peerMacAddr[IEEE80211_ADDR_LEN];
Govind Singhae855362016-03-07 14:24:22 +05302846 uint32_t peerState;
2847 struct tdls_peer_cap_params peerCap;
2848};
2849
2850/**
2851 * struct wmi_tdls_params - TDLS parameters
2852 * @vdev_id: vdev id
2853 * @tdls_state: TDLS state
2854 * @notification_interval_ms: notification inerval
2855 * @tx_discovery_threshold: tx discovery threshold
2856 * @tx_teardown_threshold: tx teardown threashold
2857 * @rssi_teardown_threshold: RSSI teardown threshold
2858 * @rssi_delta: RSSI delta
2859 * @tdls_options: TDLS options
2860 * @peer_traffic_ind_window: raffic indication window
2861 * @peer_traffic_response_timeout: traffic response timeout
2862 * @puapsd_mask: uapsd mask
2863 * @puapsd_inactivity_time: uapsd inactivity time
2864 * @puapsd_rx_frame_threshold: uapsd rx frame threshold
2865 * @teardown_notification_ms: tdls teardown notification interval
2866 * @tdls_peer_kickout_threshold: tdls packet threshold for
2867 * peer kickout operation
2868 */
2869struct wmi_tdls_params {
2870 uint32_t vdev_id;
2871 uint32_t tdls_state;
2872 uint32_t notification_interval_ms;
2873 uint32_t tx_discovery_threshold;
2874 uint32_t tx_teardown_threshold;
2875 int32_t rssi_teardown_threshold;
2876 int32_t rssi_delta;
2877 uint32_t tdls_options;
2878 uint32_t peer_traffic_ind_window;
2879 uint32_t peer_traffic_response_timeout;
2880 uint32_t puapsd_mask;
2881 uint32_t puapsd_inactivity_time;
2882 uint32_t puapsd_rx_frame_threshold;
2883 uint32_t teardown_notification_ms;
2884 uint32_t tdls_peer_kickout_threshold;
2885};
2886
2887/**
2888 * struct tdls_chan_switch_params - channel switch parameter structure
2889 * @vdev_id: vdev ID
2890 * @peer_mac_addr: Peer mac address
2891 * @tdls_off_ch_bw_offset: Target off-channel bandwitdh offset
2892 * @tdls_off_ch: Target Off Channel
2893 * @oper_class: Operating class for target channel
2894 * @is_responder: Responder or initiator
2895 */
2896struct tdls_channel_switch_params {
2897 uint32_t vdev_id;
Govind Singh8675b862016-03-28 22:09:18 +05302898 uint8_t peer_mac_addr[IEEE80211_ADDR_LEN];
Govind Singhae855362016-03-07 14:24:22 +05302899 uint16_t tdls_off_ch_bw_offset;
2900 uint8_t tdls_off_ch;
2901 uint8_t tdls_sw_mode;
2902 uint8_t oper_class;
2903 uint8_t is_responder;
2904};
2905
2906/**
2907 * struct dhcp_offload_info_params - dhcp offload parameters
2908 * @vdev_id: request data length
2909 * @dhcpSrvOffloadEnabled: dhcp offload enabled
2910 * @dhcpClientNum: dhcp client no
2911 * @dhcpSrvIP: dhcp server ip
2912 */
2913struct dhcp_offload_info_params {
2914 uint32_t vdev_id;
2915 uint32_t dhcpSrvOffloadEnabled;
2916 uint32_t dhcpClientNum;
2917 uint32_t dhcpSrvIP;
2918};
2919
2920/**
2921 * struct nan_req_params - NAN request params
2922 * @request_data_len: request data length
2923 * @request_data: request data
2924 */
2925struct nan_req_params {
2926 uint16_t request_data_len;
2927 uint8_t request_data[];
2928};
2929
2930
2931/**
2932 * struct app_type2_params - app type2parameter
2933 * @vdev_id: vdev id
2934 * @rc4_key: rc4 key
2935 * @rc4_key_len: rc4 key length
2936 * @ip_id: NC id
2937 * @ip_device_ip: NC IP addres
2938 * @ip_server_ip: Push server IP address
2939 * @tcp_src_port: NC TCP port
2940 * @tcp_dst_port: Push server TCP port
2941 * @tcp_seq: tcp sequence
2942 * @tcp_ack_seq: tcp ack sequence
2943 * @keepalive_init: Initial ping interval
2944 * @keepalive_min: Minimum ping interval
2945 * @keepalive_max: Maximum ping interval
2946 * @keepalive_inc: Increment of ping interval
2947 * @gateway_mac: gateway mac address
2948 * @tcp_tx_timeout_val: tcp tx timeout value
2949 * @tcp_rx_timeout_val: tcp rx timeout value
2950 */
2951struct app_type2_params {
2952 uint8_t vdev_id;
2953 uint8_t rc4_key[16];
2954 uint32_t rc4_key_len;
2955 /** ip header parameter */
2956 uint32_t ip_id;
2957 uint32_t ip_device_ip;
2958 uint32_t ip_server_ip;
2959 /** tcp header parameter */
2960 uint16_t tcp_src_port;
2961 uint16_t tcp_dst_port;
2962 uint32_t tcp_seq;
2963 uint32_t tcp_ack_seq;
2964 uint32_t keepalive_init;
2965 uint32_t keepalive_min;
2966 uint32_t keepalive_max;
2967 uint32_t keepalive_inc;
Govind Singhd7468a52016-03-09 14:32:57 +05302968 struct qdf_mac_addr gateway_mac;
Govind Singhae855362016-03-07 14:24:22 +05302969 uint32_t tcp_tx_timeout_val;
2970 uint32_t tcp_rx_timeout_val;
2971};
2972
2973/**
2974 * struct app_type1_params - app type1 parameter
2975 * @vdev_id: vdev id
2976 * @wakee_mac_addr: mac address
2977 * @identification_id: identification id
2978 * @password: password
2979 * @id_length: id length
2980 * @pass_length: password length
2981 */
2982struct app_type1_params {
2983 uint8_t vdev_id;
Govind Singhd7468a52016-03-09 14:32:57 +05302984 struct qdf_mac_addr wakee_mac_addr;
Govind Singhae855362016-03-07 14:24:22 +05302985 uint8_t identification_id[8];
2986 uint8_t password[16];
2987 uint32_t id_length;
2988 uint32_t pass_length;
2989};
2990
2991/**
2992 * enum wmi_ext_wow_type - wow type
2993 * @WMI_EXT_WOW_TYPE_APP_TYPE1: only enable wakeup for app type1
2994 * @WMI_EXT_WOW_TYPE_APP_TYPE2: only enable wakeup for app type2
2995 * @WMI_EXT_WOW_TYPE_APP_TYPE1_2: enable wakeup for app type1&2
2996 */
2997enum wmi_ext_wow_type {
2998 WMI_EXT_WOW_TYPE_APP_TYPE1,
2999 WMI_EXT_WOW_TYPE_APP_TYPE2,
3000 WMI_EXT_WOW_TYPE_APP_TYPE1_2,
3001};
3002
3003/**
3004 * struct ext_wow_params - ext wow parameters
3005 * @vdev_id: vdev id
3006 * @type: wow type
3007 * @wakeup_pin_num: wake up gpio no
3008 */
3009struct ext_wow_params {
3010 uint8_t vdev_id;
3011 enum wmi_ext_wow_type type;
3012 uint32_t wakeup_pin_num;
3013};
3014
3015/**
3016 * struct stats_ext_params - ext stats request
3017 * @vdev_id: vdev id
3018 * @request_data_len: request data length
3019 * @request_data: request data
3020 */
3021struct stats_ext_params {
3022 uint32_t vdev_id;
3023 uint32_t request_data_len;
3024 uint8_t request_data[];
3025};
3026
3027#define WMI_PERIODIC_TX_PTRN_MAX_SIZE 1536
3028/**
3029 * struct periodic_tx_pattern - periodic tx pattern
3030 * @mac_address: MAC Address for the adapter
3031 * @ucPtrnId: Pattern ID
3032 * @ucPtrnSize: Pattern size
3033 * @usPtrnIntervalMs: in ms
3034 * @ucPattern: Pattern buffer
3035 */
3036struct periodic_tx_pattern {
Govind Singhd7468a52016-03-09 14:32:57 +05303037 struct qdf_mac_addr mac_address;
Govind Singhae855362016-03-07 14:24:22 +05303038 uint8_t ucPtrnId;
3039 uint16_t ucPtrnSize;
3040 uint32_t usPtrnIntervalMs;
3041 uint8_t ucPattern[WMI_PERIODIC_TX_PTRN_MAX_SIZE];
3042};
3043
3044#define WMI_GTK_OFFLOAD_KEK_BYTES 16
3045#define WMI_GTK_OFFLOAD_KCK_BYTES 16
Siddarth Poddard9221542016-04-01 17:45:06 +05303046#define WMI_GTK_OFFLOAD_ENABLE 0
3047#define WMI_GTK_OFFLOAD_DISABLE 1
Govind Singhae855362016-03-07 14:24:22 +05303048
3049/**
3050 * struct gtk_offload_params - gtk offload parameters
3051 * @ulFlags: optional flags
3052 * @aKCK: Key confirmation key
3053 * @aKEK: key encryption key
3054 * @ullKeyReplayCounter: replay counter
3055 * @bssid: bss id
3056 */
3057struct gtk_offload_params {
3058 uint32_t ulFlags;
3059 uint8_t aKCK[WMI_GTK_OFFLOAD_KCK_BYTES];
3060 uint8_t aKEK[WMI_GTK_OFFLOAD_KEK_BYTES];
3061 uint64_t ullKeyReplayCounter;
Govind Singhd7468a52016-03-09 14:32:57 +05303062 struct qdf_mac_addr bssid;
Govind Singhae855362016-03-07 14:24:22 +05303063};
3064
3065/**
3066 * struct flashing_req_params - led flashing parameter
3067 * @reqId: request id
3068 * @pattern_id: pattern identifier. 0: disconnected 1: connected
3069 * @led_x0: led flashing parameter0
3070 * @led_x1: led flashing parameter1
3071 */
3072struct flashing_req_params {
3073 uint32_t req_id;
3074 uint32_t pattern_id;
3075 uint32_t led_x0;
3076 uint32_t led_x1;
3077};
3078
Govind Singh89727882016-04-15 13:58:27 +05303079#define MAX_MEM_CHUNKS 32
3080/**
3081 * struct wmi_host_mem_chunk - host memory chunk structure
3082 * @vaddr: Pointer to virtual address
3083 * @paddr: Physical address
3084 * @memctx: qdf memory context for mapped address.
3085 * @len: length of chunk
3086 * @req_id: request id from target
3087 */
Govind Singhae855362016-03-07 14:24:22 +05303088struct wmi_host_mem_chunk {
3089 uint32_t *vaddr;
3090 uint32_t paddr;
Govind Singhd7468a52016-03-09 14:32:57 +05303091 qdf_dma_mem_context(memctx);
Govind Singhae855362016-03-07 14:24:22 +05303092 uint32_t len;
3093 uint32_t req_id;
3094};
3095
Govind Singh89727882016-04-15 13:58:27 +05303096/**
3097 * struct target_resource_config - Resource config given to target
3098 * This structure is union of wmi_resource_config defined
3099 * by both TLV and non-TLV target.
3100 */
Govind Singhae855362016-03-07 14:24:22 +05303101struct target_resource_config {
3102 uint32_t num_vdevs;
3103 uint32_t num_peers;
3104 uint32_t num_active_peers;
3105 uint32_t num_offload_peers;
3106 uint32_t num_offload_reorder_buffs;
3107 uint32_t num_peer_keys;
3108 uint32_t num_tids;
3109 uint32_t ast_skid_limit;
3110 uint32_t tx_chain_mask;
3111 uint32_t rx_chain_mask;
3112 uint32_t rx_timeout_pri[4];
3113 uint32_t rx_decap_mode;
3114 uint32_t scan_max_pending_req;
3115 uint32_t bmiss_offload_max_vdev;
3116 uint32_t roam_offload_max_vdev;
3117 uint32_t roam_offload_max_ap_profiles;
3118 uint32_t num_mcast_groups;
3119 uint32_t num_mcast_table_elems;
3120 uint32_t mcast2ucast_mode;
3121 uint32_t tx_dbg_log_size;
3122 uint32_t num_wds_entries;
3123 uint32_t dma_burst_size;
3124 uint32_t mac_aggr_delim;
3125 uint32_t rx_skip_defrag_timeout_dup_detection_check;
3126 uint32_t vow_config;
3127 uint32_t gtk_offload_max_vdev;
3128 uint32_t num_msdu_desc; /* Number of msdu desc */
3129 uint32_t max_frag_entries;
3130 /* End common */
3131
3132 /* Added in MCL */
3133 uint32_t num_tdls_vdevs;
3134 uint32_t num_tdls_conn_table_entries;
3135 uint32_t beacon_tx_offload_max_vdev;
3136 uint32_t num_multicast_filter_entries;
3137 uint32_t num_wow_filters;
3138 uint32_t num_keep_alive_pattern;
3139 uint32_t keep_alive_pattern_size;
3140 uint32_t max_tdls_concurrent_sleep_sta;
3141 uint32_t max_tdls_concurrent_buffer_sta;
3142 uint32_t wmi_send_separate;
3143 uint32_t num_ocb_vdevs;
3144 uint32_t num_ocb_channels;
3145 uint32_t num_ocb_schedules;
3146};
3147
3148/**
3149 * struct wmi_wifi_start_log - Structure to store the params sent to start/
3150 * stop logging
3151 * @name: Attribute which indicates the type of logging like per packet
3152 * statistics, connectivity etc.
3153 * @verbose_level: Verbose level which can be 0,1,2,3
3154 * @flag: Flag field for future use
3155 */
3156struct wmi_wifi_start_log {
3157 uint32_t ring_id;
3158 uint32_t verbose_level;
3159 uint32_t flag;
3160};
3161
3162/**
3163 * struct wmi_pcl_list - Format of PCL
3164 * @pcl_list: List of preferred channels
Manishekar Chandrasekaranb8c59382016-04-21 19:16:32 +05303165 * @weight_list: Weights of the PCL
Govind Singhae855362016-03-07 14:24:22 +05303166 * @pcl_len: Number of channels in the PCL
3167 */
3168struct wmi_pcl_list {
3169 uint8_t pcl_list[128];
Manishekar Chandrasekaranb8c59382016-04-21 19:16:32 +05303170 uint8_t weight_list[128];
Govind Singhae855362016-03-07 14:24:22 +05303171 uint32_t pcl_len;
3172};
3173
3174/**
Manishekar Chandrasekaranb8c59382016-04-21 19:16:32 +05303175 * struct wmi_pcl_chan_weights - Params to get the valid weighed list
3176 * @pcl_list: Preferred channel list already sorted in the order of preference
3177 * @pcl_len: Length of the PCL
3178 * @saved_chan_list: Valid channel list updated as part of
3179 * WMA_UPDATE_CHAN_LIST_REQ
3180 * @saved_num_chan: Length of the valid channel list
3181 * @weighed_valid_list: Weights of the valid channel list. This will have one
3182 * to one mapping with valid_chan_list. FW expects channel order and size to be
3183 * as per the list provided in WMI_SCAN_CHAN_LIST_CMDID.
3184 * @weight_list: Weights assigned by policy manager
3185 */
3186struct wmi_pcl_chan_weights {
3187 uint8_t pcl_list[MAX_NUM_CHAN];
3188 uint32_t pcl_len;
3189 uint8_t saved_chan_list[MAX_NUM_CHAN];
3190 uint32_t saved_num_chan;
3191 uint8_t weighed_valid_list[MAX_NUM_CHAN];
3192 uint8_t weight_list[MAX_NUM_CHAN];
3193};
3194
3195/**
Govind Singhae855362016-03-07 14:24:22 +05303196 * struct wmi_hw_mode_params - HW mode params
3197 * @mac0_tx_ss: MAC0 Tx spatial stream
3198 * @mac0_rx_ss: MAC0 Rx spatial stream
3199 * @mac1_tx_ss: MAC1 Tx spatial stream
3200 * @mac1_rx_ss: MAC1 Rx spatial stream
3201 * @mac0_bw: MAC0 bandwidth
3202 * @mac1_bw: MAC1 bandwidth
3203 * @dbs_cap: DBS capabality
3204 * @agile_dfs_cap: Agile DFS capabality
3205 */
3206struct wmi_hw_mode_params {
3207 uint8_t mac0_tx_ss;
3208 uint8_t mac0_rx_ss;
3209 uint8_t mac1_tx_ss;
3210 uint8_t mac1_rx_ss;
3211 uint8_t mac0_bw;
3212 uint8_t mac1_bw;
3213 uint8_t dbs_cap;
3214 uint8_t agile_dfs_cap;
3215};
3216
3217/**
3218 * struct wmi_dual_mac_config - Dual MAC configuration
3219 * @scan_config: Scan configuration
3220 * @fw_mode_config: FW mode configuration
3221 * @set_dual_mac_cb: Callback function to be executed on response to the command
3222 */
3223struct wmi_dual_mac_config {
3224 uint32_t scan_config;
3225 uint32_t fw_mode_config;
3226 void *set_dual_mac_cb;
3227};
3228
3229#ifdef WLAN_NS_OFFLOAD
3230/**
3231 * struct ns_offload_req_params - ns offload request paramter
3232 * @srcIPv6Addr: src ipv6 address
3233 * @selfIPv6Addr: self ipv6 address
3234 * @targetIPv6Addr: target ipv6 address
3235 * @self_macaddr: self mac address
3236 * @srcIPv6AddrValid: src ipv6 address valid flag
3237 * @targetIPv6AddrValid: target ipv6 address valid flag
Sravan Kumar Kairam33b95492016-07-26 17:59:59 +05303238 * @target_ipv6_addr_ac_type: target ipv6 address type
Govind Singhae855362016-03-07 14:24:22 +05303239 * @slotIdx: slot index
3240 */
3241struct ns_offload_req_params {
3242 uint8_t srcIPv6Addr[WMI_MAC_IPV6_ADDR_LEN];
3243 uint8_t selfIPv6Addr[WMI_MAC_NUM_TARGET_IPV6_NS_OFFLOAD_NA][WMI_MAC_IPV6_ADDR_LEN];
3244 uint8_t targetIPv6Addr[WMI_MAC_NUM_TARGET_IPV6_NS_OFFLOAD_NA][WMI_MAC_IPV6_ADDR_LEN];
Govind Singhd7468a52016-03-09 14:32:57 +05303245 struct qdf_mac_addr self_macaddr;
Govind Singhae855362016-03-07 14:24:22 +05303246 uint8_t srcIPv6AddrValid;
3247 uint8_t targetIPv6AddrValid[WMI_MAC_NUM_TARGET_IPV6_NS_OFFLOAD_NA];
Sravan Kumar Kairam33b95492016-07-26 17:59:59 +05303248 uint8_t target_ipv6_addr_ac_type[WMI_MAC_NUM_TARGET_IPV6_NS_OFFLOAD_NA];
Govind Singhae855362016-03-07 14:24:22 +05303249 uint8_t slotIdx;
3250};
3251#endif /* WLAN_NS_OFFLOAD */
3252
3253/**
3254 * struct host_offload_req_param - arp offload parameter
3255 * @offloadType: offload type
3256 * @enableOrDisable: enable or disable
3257 * @num_ns_offload_count: offload count
3258 */
3259struct host_offload_req_param {
3260 uint8_t offloadType;
3261 uint8_t enableOrDisable;
3262 uint32_t num_ns_offload_count;
3263 union {
3264 uint8_t hostIpv4Addr[WMI_IPV4_ADDR_LEN];
3265 uint8_t hostIpv6Addr[WMI_MAC_IPV6_ADDR_LEN];
3266 } params;
3267#ifdef WLAN_NS_OFFLOAD
3268 struct ns_offload_req_params nsOffloadInfo;
3269#endif /* WLAN_NS_OFFLOAD */
Govind Singhd7468a52016-03-09 14:32:57 +05303270 struct qdf_mac_addr bssid;
Govind Singhae855362016-03-07 14:24:22 +05303271};
3272
3273/**
3274 * struct ssid_hotlist_param - param for SSID Hotlist
3275 * @ssid: SSID which is being hotlisted
3276 * @band: Band in which the given SSID should be scanned
3277 * @rssi_low: Low bound on RSSI
3278 * @rssi_high: High bound on RSSI
3279 */
3280struct ssid_hotlist_param {
3281 struct mac_ssid ssid;
3282 uint8_t band;
3283 int32_t rssi_low;
3284 int32_t rssi_high;
3285};
3286
3287/**
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +05303288 * struct roam_scan_filter_params - Structure holding roaming scan
3289 * parameters
3290 * @len: length
3291 * @op_bitmap: bitmap to determine reason of roaming
3292 * @session_id: vdev id
3293 * @num_bssid_black_list: The number of BSSID's that we should
3294 * avoid connecting to. It is like a
3295 * blacklist of BSSID's.
3296 * @num_ssid_white_list: The number of SSID profiles that are
3297 * in the Whitelist. When roaming, we
3298 * consider the BSSID's with this SSID
3299 * also for roaming apart from the connected one's
3300 * @num_bssid_preferred_list: Number of BSSID's which have a preference over
3301 * others
3302 * @bssid_avoid_list: Blacklist SSID's
3303 * @ssid_allowed_list: Whitelist SSID's
3304 * @bssid_favored: Favorable BSSID's
3305 * @bssid_favored_factor: RSSI to be added to this BSSID to prefer it
3306 *
3307 * This structure holds all the key parameters related to
3308 * initial connection and roaming connections.
3309 */
3310
3311struct roam_scan_filter_params {
3312 uint32_t len;
3313 uint32_t op_bitmap;
3314 uint8_t session_id;
3315 uint32_t num_bssid_black_list;
3316 uint32_t num_ssid_white_list;
3317 uint32_t num_bssid_preferred_list;
3318 struct qdf_mac_addr bssid_avoid_list[MAX_BSSID_AVOID_LIST];
3319 struct mac_ssid ssid_allowed_list[MAX_SSID_ALLOWED_LIST];
3320 struct qdf_mac_addr bssid_favored[MAX_BSSID_FAVORED];
3321 uint8_t bssid_favored_factor[MAX_BSSID_FAVORED];
3322};
3323
3324/**
Govind Singhae855362016-03-07 14:24:22 +05303325 * struct ssid_hotlist_request_params - set SSID hotlist request struct
3326 * @request_id: ID of the request
3327 * @session_id: ID of the session
3328 * @lost_ssid_sample_size: Number of consecutive scans in which the SSID
3329 * must not be seen in order to consider the SSID "lost"
3330 * @ssid_count: Number of valid entries in the @ssids array
3331 * @ssids: Array that defines the SSIDs that are in the hotlist
3332 */
3333struct ssid_hotlist_request_params {
3334 uint32_t request_id;
3335 uint8_t session_id;
3336 uint32_t lost_ssid_sample_size;
3337 uint32_t ssid_count;
3338 struct ssid_hotlist_param ssids[WMI_EXTSCAN_MAX_HOTLIST_SSIDS];
3339};
3340
3341/**
3342 * struct wmi_unit_test_cmd - unit test command parameters
3343 * @vdev_id: vdev id
3344 * @module_id: module id
3345 * @num_args: number of arguments
3346 * @args: arguments
3347 */
3348struct wmi_unit_test_cmd {
3349 uint32_t vdev_id;
Govind Singh89727882016-04-15 13:58:27 +05303350 uint32_t module_id;
Govind Singhae855362016-03-07 14:24:22 +05303351 uint32_t num_args;
3352 uint32_t args[WMI_MAX_NUM_ARGS];
3353};
3354
3355/**
3356 * struct wmi_roam_invoke_cmd - roam invoke command
3357 * @vdev_id: vdev id
3358 * @bssid: mac address
3359 * @channel: channel
3360 */
3361struct wmi_roam_invoke_cmd {
3362 uint32_t vdev_id;
3363 uint8_t bssid[IEEE80211_ADDR_LEN];
3364 uint32_t channel;
3365};
3366
3367/**
3368 * struct ext_scan_setbssi_hotlist_params - set hotlist request
3369 * @requestId: request identifier
3370 * @sessionId: session identifier
3371 * @lost_ap_sample_size: number of samples to confirm AP loss
3372 * @numAp: Number of hotlist APs
3373 * @ap: hotlist APs
3374 */
3375struct ext_scan_setbssi_hotlist_params {
3376 uint32_t requestId;
3377 uint8_t sessionId;
3378
3379 uint32_t lost_ap_sample_size;
3380 uint32_t numAp;
3381 struct ap_threshold_params ap[WMI_WLAN_EXTSCAN_MAX_HOTLIST_APS];
3382};
Govind Singh89727882016-04-15 13:58:27 +05303383
3384/**
3385 * struct TARGET_HAL_REG_CAPABILITIES - This is replication of REG table
3386 * structure defined by target. This is added here to remove dependency
3387 * on FW headers so that host can be agnostic to different defintions in
3388 * both the targets.
3389 */
3390typedef struct {
3391 uint32_t eeprom_rd; /* regdomain value specified in EEPROM */
3392 uint32_t eeprom_rd_ext; /* regdomain */
3393 uint32_t regcap1; /* CAP1 capabilities bit map */
3394 uint32_t regcap2; /* REGDMN EEPROM CAP */
3395 uint32_t wireless_modes; /* REGDMN MODE */
3396 uint32_t low_2ghz_chan;
3397 uint32_t high_2ghz_chan;
3398 uint32_t low_5ghz_chan;
3399 uint32_t high_5ghz_chan;
3400} TARGET_HAL_REG_CAPABILITIES;
3401
3402/**
3403 * struct host_mem_req - Host memory request paramseters request by target
3404 * @req_id: Request id to identify the request.
3405 * @unit_size: Size of single unit requested.
3406 * @num_unit_info: Memory chunk info
3407 * @num_units: number of units requested.
3408 */
3409typedef struct {
3410 uint32_t req_id;
3411 uint32_t unit_size;
3412 uint32_t num_unit_info;
3413 uint32_t num_units;
3414} host_mem_req;
3415
3416#define WMI_HOST_DSCP_MAP_MAX (64)
3417
3418/**
3419 * struct wmi_host_ext_resource_config - Extended resource config
3420 * @host_platform_config: Host plaform configuration.
3421 * @fw_featuew_bitmap: FW feature requested bitmap.
3422 */
3423typedef struct {
3424 uint32_t host_platform_config;
3425
3426#define WMI_HOST_FW_FEATURE_LTEU_SUPPORT 0x0001
3427#define WMI_HOST_FW_FEATURE_COEX_GPIO_SUPPORT 0x0002
3428#define WMI_HOST_FW_FEATURE_AUX_RADIO_SPECTRAL_INTF 0x0004
3429#define WMI_HOST_FW_FEATURE_AUX_RADIO_CHAN_LOAD_INTF 0x0008
3430#define WMI_HOST_FW_FEATURE_BSS_CHANNEL_INFO_64 0x0010
3431#define WMI_HOST_FW_FEATURE_PEER_STATS 0x0020
3432#define WMI_HOST_FW_FEATURE_VDEV_STATS 0x0040
3433 /**
3434 * @brief fw_feature_bitmask - Enable/Disable features in FW
3435 * @details
3436 * The bits in fw_feature_bitmask are used as shown by the masks below:
3437 * 0x0001 - LTEU Config enable/disable
3438 * 0x0002 - COEX GPIO Config enable/disable
3439 * 0x0004 - Aux Radio enhancement for spectral scan enable/disable
3440 * 0x0008 - Aux Radio enhancement for chan load scan enable/disable
3441 * 0x0010 - BSS channel info stats enable/disable
3442 * The features in question are enabled by setting
3443 * the feature's bit to 1,
3444 * or disabled by setting the feature's bit to 0.
3445 */
3446 uint32_t fw_feature_bitmap;
3447
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05303448 /* WLAN priority GPIO number
3449 * The target uses a GPIO pin to indicate when it is transmitting
3450 * high-priority traffic (e.g. beacon, management, or AC_VI) or
3451 * low-priority traffic (e.g. AC_BE, AC_BK). The HW uses this
3452 * WLAN GPIO pin to determine whether to abort WLAN tx in favor of
3453 * BT activity.
3454 * Which GPIO is used for this WLAN tx traffic priority specification
3455 * varies between platforms, so the host needs to indicate to the
3456 * target which GPIO to use.
3457 */
3458 uint32_t wlan_priority_gpio;
3459
Sathish Kumar612d0c22017-01-19 14:57:37 +05303460 /* Host will notify target which coex algorithm has to be
3461 * enabled based on HW, FW capability and device tree config.
3462 * Till now the coex algorithms were target specific. Now the
3463 * same target can choose between multiple coex algorithms
3464 * depending on device tree config on host. For backward
3465 * compatibility, version support will have option 0 and will
3466 * rely on FW compile time flags to decide the coex version
3467 * between VERSION_1, VERSION_2 and VERSION_3. Version info is
3468 * mandatory from VERSION_4 onwards for any new coex algorithms.
3469 *
3470 * 0 = no version support
3471 * 1 = COEX_VERSION_1 (3 wire coex)
3472 * 2 = COEX_VERSION_2 (2.5 wire coex)
3473 * 3 = COEX_VERSION_3 (2.5 wire coex+duty cycle)
3474 * 4 = COEX_VERSION_4 (4 wire coex)
3475 */
3476 uint32_t coex_version;
3477
3478 /* There are multiple coex implementations on FW to support different
3479 * hardwares. Since the coex algos are mutually exclusive, host will
3480 * use below fields to send GPIO info to FW and these GPIO pins will
3481 * have different usages depending on the feature enabled. This is to
3482 * avoid adding multiple GPIO fields here for different features.
3483 *
3484 * COEX VERSION_4 (4 wire coex) :
3485 * 4 wire coex feature uses 1 common input request line from BT/ZB/
3486 * Thread which interrupts the WLAN target processor directly, 1 input
3487 * priority line from BT and ZB each, 1 output line to grant access to
3488 * requesting IOT subsystem. WLAN uses the input priority line to
3489 * identify the requesting IOT subsystem. Request is granted based on
3490 * IOT interface priority and WLAN traffic. GPIO pin usage is as below:
3491 * coex_gpio_pin_1 = BT PRIORITY INPUT GPIO
3492 * coex_gpio_pin_2 = ZIGBEE PRIORITY INPUT GPIO
3493 * coex_gpio_pin_3 = GRANT OUTPUT GPIO
3494 * when a BT active interrupt is raised, WLAN reads
3495 * BT and ZB priority input GPIO pins to compare against the coex
3496 * priority table and accordingly sets the grant output GPIO to give
3497 * access to requesting IOT subsystem.
3498 */
3499 uint32_t coex_gpio_pin_1;
3500 uint32_t coex_gpio_pin_2;
3501 uint32_t coex_gpio_pin_3;
3502
Govind Singh89727882016-04-15 13:58:27 +05303503 /* add new members here */
3504} wmi_host_ext_resource_config;
3505
3506/**
3507 * struct set_neighbour_rx_params - Neighbour RX params
3508 * @vdev_id: vdev id
3509 * @idx: index of param
3510 * @action: action
3511 * @type: Type of param
3512 */
3513struct set_neighbour_rx_params {
3514 uint8_t vdev_id;
3515 uint32_t idx;
3516 uint32_t action;
3517 uint32_t type;
3518};
3519
3520/**
3521 * struct set_fwtest_params - FW test params
3522 * @arg: FW param id
3523 * @value: value
3524 */
3525struct set_fwtest_params {
3526 uint32_t arg;
3527 uint32_t value;
3528};
3529
3530/**
3531 * struct config_ratemask_params - ratemask config parameters
3532 * @vdev_id: vdev id
3533 * @type: Type
3534 * @lower32: Lower 32 bits
3535 * @higher32: Hogher 32 bits
3536 */
3537struct config_ratemask_params {
3538 uint8_t vdev_id;
3539 uint8_t type;
3540 uint32_t lower32;
3541 uint32_t higher32;
3542};
3543
3544/**
3545 * struct peer_add_wds_entry_params - WDS peer entry add params
3546 * @dest_addr: Pointer to destination macaddr
3547 * @peer_addr: Pointer to peer mac addr
3548 * @flags: flags
3549 */
3550struct peer_add_wds_entry_params {
3551 const uint8_t *dest_addr;
3552 uint8_t *peer_addr;
3553 uint32_t flags;
3554};
3555
3556/**
3557 * struct peer_del_wds_entry_params - WDS peer entry del params
3558 * @dest_addr: Pointer to destination macaddr
3559 */
3560struct peer_del_wds_entry_params {
3561 uint8_t *dest_addr;
3562};
3563
3564/**
3565 * struct peer_updatewds_entry_params - WDS peer entry update params
3566 * @wds_macaddr: Pointer to destination macaddr
3567 * @peer_add: Pointer to peer mac addr
3568 * @flags: flags
3569 */
3570struct peer_update_wds_entry_params {
3571 uint8_t *wds_macaddr;
3572 uint8_t *peer_macaddr;
3573 uint32_t flags;
3574};
3575
3576/**
3577 * struct set_ps_mode_params - PS mode params
3578 * @vdev_id: vdev id
3579 * @psmode: PS mode
3580 */
3581struct set_ps_mode_params {
3582 uint8_t vdev_id;
3583 uint8_t psmode;
3584};
3585
3586/**
3587 * @struct tt_level_config - Set Thermal throttlling config
3588 * @tmplwm: Temperature low water mark
3589 * @tmphwm: Temperature high water mark
3590 * @dcoffpercent: dc off percentage
3591 * @priority: priority
3592 */
3593typedef struct {
3594 uint32_t tmplwm;
3595 uint32_t tmphwm;
3596 uint32_t dcoffpercent;
3597 uint32_t priority;
3598} tt_level_config;
3599
3600/**
3601 * struct thermal_mitigation_params - Thermal mitigation params
3602 * @enable: Enable/Disable Thermal mitigation
3603 * @dc: DC
3604 * @dc_per_event: DC per event
3605 * @tt_level_config: TT level config params
3606 */
3607struct thermal_mitigation_params {
3608 uint32_t enable;
3609 uint32_t dc;
3610 uint32_t dc_per_event;
3611 tt_level_config levelconf[THERMAL_LEVELS];
3612};
3613
3614/**
3615 * struct smart_ant_enable_params - Smart antenna params
3616 * @enable: Enable/Disable
3617 * @mode: SA mode
3618 * @rx_antenna: RX antenna config
Govind Singh41da3152016-05-06 20:20:25 +05303619 * @gpio_pin : GPIO pin config
3620 * @gpio_func : GPIO function config
Govind Singh89727882016-04-15 13:58:27 +05303621 */
3622struct smart_ant_enable_params {
3623 uint32_t enable;
3624 uint32_t mode;
3625 uint32_t rx_antenna;
Govind Singh41da3152016-05-06 20:20:25 +05303626 uint32_t gpio_pin[WMI_HAL_MAX_SANTENNA];
3627 uint32_t gpio_func[WMI_HAL_MAX_SANTENNA];
Govind Singh89727882016-04-15 13:58:27 +05303628};
3629
3630/**
3631 * struct smart_ant_rx_ant_params - RX antenna params
3632 * @antenna: RX antenna
3633 */
3634struct smart_ant_rx_ant_params {
3635 uint32_t antenna;
3636};
3637
3638/**
3639 * struct smart_ant_tx_ant_params - TX antenna param
3640 * @antenna_array: Antenna arry
3641 * @vdev_id: VDEV id
3642 */
3643struct smart_ant_tx_ant_params {
3644 uint32_t *antenna_array;
3645 uint8_t vdev_id;
3646};
3647
3648/**
3649 * struct smart_ant_training_info_params - SA training params
3650 * @vdev_id: VDEV id
3651 * @rate_array: Rates array
3652 * @antenna_array: Antenna array
3653 * @numpkts: num packets for training
3654 */
3655struct smart_ant_training_info_params {
3656 uint8_t vdev_id;
3657 uint32_t *rate_array;
3658 uint32_t *antenna_array;
3659 uint32_t numpkts;
3660};
3661
3662/**
3663 * struct smart_ant_node_config_params - SA node config params
3664 * @vdev_id: VDEV id
3665 * @cmd_id: Command id
3666 * @args_count: Arguments count
3667 */
3668struct smart_ant_node_config_params {
3669 uint8_t vdev_id;
3670 uint32_t cmd_id;
3671 uint16_t args_count;
3672 uint32_t *args_arr;
3673};
3674/**
3675 * struct smart_ant_enable_tx_feedback_params - SA tx feeback params
3676 * @enable: Enable TX feedback for SA
3677 */
3678struct smart_ant_enable_tx_feedback_params {
3679 int enable;
3680};
3681
3682/**
3683 * struct vdev_spectral_configure_params - SPectral config params
3684 * @vdev_id: VDEV id
3685 * @count: count
3686 * @period: period
3687 * @spectral_pri: Spectral priority
3688 * @fft_size: FFT size
3689 * @gc_enable: GC enable
3690 * @restart_enable: restart enabled
3691 * @noise_floor_ref: Noise floor reference
3692 * @init_delay: Init delays
3693 * @nb_tone_thr: NB tone threshold
3694 * @str_bin_thr: STR BIN threshold
3695 * @wb_rpt_mode: WB BIN threshold
3696 * @rssi_rpt_mode: RSSI report mode
3697 * @rssi_thr: RSSI threshold
3698 * @pwr_format: Power format
3699 * @rpt_mode: Report mdoe
3700 * @bin_scale: BIN scale
3701 * @dBm_adj: DBM adjust
3702 * @chn_mask: chain mask
3703 */
3704struct vdev_spectral_configure_params {
3705 uint8_t vdev_id;
3706 uint16_t count;
3707 uint16_t period;
3708 uint16_t spectral_pri;
3709 uint16_t fft_size;
3710 uint16_t gc_enable;
3711 uint16_t restart_enable;
3712 uint16_t noise_floor_ref;
3713 uint16_t init_delay;
3714 uint16_t nb_tone_thr;
3715 uint16_t str_bin_thr;
3716 uint16_t wb_rpt_mode;
3717 uint16_t rssi_rpt_mode;
3718 uint16_t rssi_thr;
3719 uint16_t pwr_format;
3720 uint16_t rpt_mode;
3721 uint16_t bin_scale;
3722 uint16_t dBm_adj;
3723 uint16_t chn_mask;
3724};
3725
3726/**
3727 * struct vdev_spectral_enable_params - Spectral enabled params
3728 * @vdev_id: VDEV id
3729 * @active_valid: Active valid
3730 * @active: active
3731 * @enabled_valid: Enabled valid
3732 * @enabled: enabled
3733 */
3734struct vdev_spectral_enable_params {
3735 uint8_t vdev_id;
3736 uint8_t active_valid;
3737 uint8_t active;
3738 uint8_t enabled_valid;
3739 uint8_t enabled;
3740};
3741
3742/**
3743 * struct pdev_set_regdomain_params - PDEV set reg domain params
3744 * @currentRDinuse: Current Reg domain
3745 * @currentRD2G: Current Reg domain 2G
3746 * @currentRD5G: Current Reg domain 5G
3747 * @ctl_2G: CTL 2G
3748 * @ctl_5G: CTL 5G
3749 * @dfsDomain: DFS domain
3750 */
3751struct pdev_set_regdomain_params {
3752 uint16_t currentRDinuse;
3753 uint16_t currentRD2G;
3754 uint16_t currentRD5G;
3755 uint32_t ctl_2G;
3756 uint32_t ctl_5G;
3757 uint8_t dfsDomain;
3758};
3759
3760/**
3761 * struct set_quiet_mode_params - Set quiet mode params
3762 * @enabled: Enabled
3763 * @period: Quite period
3764 * @intval: Quite interval
3765 * @duration: Quite duration
3766 * @offset: offset
3767 */
3768struct set_quiet_mode_params {
3769 uint8_t enabled;
3770 uint8_t period;
3771 uint16_t intval;
3772 uint16_t duration;
3773 uint16_t offset;
3774};
3775
3776/**
3777 * struct set_beacon_filter_params - Set beacon filter params
3778 * @vdev_id: VDEV id
3779 * @ie: Pointer to IE fields
3780 */
3781struct set_beacon_filter_params {
3782 uint8_t vdev_id;
3783 uint32_t *ie;
3784};
3785
3786/**
3787 * struct remove_beacon_filter_params - Remove beacon filter params
3788 * @vdev_id: VDEV id
3789 */
3790struct remove_beacon_filter_params {
3791 uint8_t vdev_id;
3792};
3793
3794/**
3795 * struct mgmt_params - Mgmt params
3796 * @vdev_id: vdev id
3797 * @buf_len: lenght of frame buffer
3798 * @wbuf: frame buffer
3799 */
3800struct mgmt_params {
3801 int vdev_id;
3802 uint32_t buf_len;
3803 qdf_nbuf_t wbuf;
3804};
3805
3806/**
3807 * struct addba_clearresponse_params - Addba clear response params
3808 * @vdev_id: VDEV id
3809 */
3810struct addba_clearresponse_params {
3811 uint8_t vdev_id;
3812};
3813
3814/**
3815 * struct addba_send_params - ADDBA send params
3816 * @vdev_id: vdev id
3817 * @tidno: TID
3818 * @buffersize: buffer size
3819 */
3820struct addba_send_params {
3821 uint8_t vdev_id;
3822 uint8_t tidno;
3823 uint16_t buffersize;
3824};
3825
3826/**
3827 * struct delba_send_params - DELBA send params
3828 * @vdev_id: vdev id
3829 * @tidno: TID
3830 * @initiator: initiator
3831 * @reasoncode: reason code
3832 */
3833struct delba_send_params {
3834 uint8_t vdev_id;
3835 uint8_t tidno;
3836 uint8_t initiator;
3837 uint16_t reasoncode;
3838};
3839/**
3840 * struct addba_setresponse_arams - Set ADDBA response params
3841 * @vdev_id: vdev id
3842 * @tidno: TID
3843 * @statuscode: status code in response
3844 */
3845struct addba_setresponse_params {
3846 uint8_t vdev_id;
3847 uint8_t tidno;
3848 uint16_t statuscode;
3849};
3850
3851/**
3852 * struct singleamsdu_params - Single AMSDU params
3853 * @vdev_id: vdev is
3854 * @tidno: TID
3855 */
3856struct singleamsdu_params {
3857 uint8_t vdev_id;
3858 uint8_t tidno;
3859};
3860
3861/**
3862 * struct set_qbosst_params - Set QBOOST params
3863 * @vdev_id: vdev id
3864 * @value: value
3865 */
3866struct set_qboost_params {
3867 uint8_t vdev_id;
3868 uint32_t value;
3869};
3870
3871/**
3872 * struct mu_scan_params - MU scan params
3873 * @id: id
3874 * @type: type
3875 * @duration: Duration
3876 * @lteu_tx_power: LTEU tx power
3877 */
3878struct mu_scan_params {
3879 uint8_t id;
3880 uint8_t type;
3881 uint32_t duration;
3882 uint32_t lteu_tx_power;
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05303883 uint32_t rssi_thr_bssid;
3884 uint32_t rssi_thr_sta;
3885 uint32_t rssi_thr_sc;
3886 uint32_t plmn_id;
3887 uint32_t alpha_num_bssid;
Govind Singh89727882016-04-15 13:58:27 +05303888};
3889
3890/**
3891 * struct lteu_config_params - LTEU config params
3892 * @lteu_gpio_start: start MU/AP scan after GPIO toggle
3893 * @lteu_num_bins: no. of elements in the following arrays
3894 * @use_actual_nf: whether to use the actual NF obtained or a hardcoded one
3895 * @lteu_weight: weights for MU algo
3896 * @lteu_thresh: thresholds for MU algo
3897 * @lteu_gamma: gamma's for MU algo
3898 * @lteu_scan_timeout: timeout in ms to gpio toggle
3899 * @alpha_num_ssid: alpha for num active bssid calculation
3900 * @wifi_tx_power: Wifi Tx power
3901 */
3902struct lteu_config_params {
3903 uint8_t lteu_gpio_start;
3904 uint8_t lteu_num_bins;
3905 uint8_t use_actual_nf;
3906 uint32_t lteu_weight[LTEU_MAX_BINS];
3907 uint32_t lteu_thresh[LTEU_MAX_BINS];
3908 uint32_t lteu_gamma[LTEU_MAX_BINS];
3909 uint32_t lteu_scan_timeout;
3910 uint32_t alpha_num_bssid;
3911 uint32_t wifi_tx_power;
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05303912 uint32_t allow_err_packets;
Govind Singh89727882016-04-15 13:58:27 +05303913};
3914
3915struct wmi_macaddr_t {
3916 /** upper 4 bytes of MAC address */
3917 uint32_t mac_addr31to0;
3918 /** lower 2 bytes of MAC address */
3919 uint32_t mac_addr47to32;
3920};
3921
3922/**
3923 * struct atf_peer_info - ATF peer info params
3924 * @peer_macaddr: peer mac addr
3925 * @percentage_peer: percentage of air time for this peer
3926 */
3927typedef struct {
3928 struct wmi_macaddr_t peer_macaddr;
3929 uint32_t percentage_peer;
3930} atf_peer_info;
3931
3932/**
Sathish Kumar50232d72016-08-09 16:50:46 +05303933 * struct bwf_peer_info_t - BWF peer info params
3934 * @peer_macaddr: peer mac addr
3935 * @throughput: Throughput
3936 * @max_airtime: Max airtime
3937 * @priority: Priority level
3938 * @reserved: Reserved array
3939 */
3940typedef struct {
3941 struct wmi_macaddr_t peer_macaddr;
3942 uint32_t throughput;
3943 uint32_t max_airtime;
3944 uint32_t priority;
3945 uint32_t reserved[4];
3946} bwf_peer_info;
3947
3948/**
3949 * struct set_bwf_params - BWF params
3950 * @num_peers: number of peers
3951 * @atf_peer_info: BWF peer info
3952 */
3953struct set_bwf_params {
3954 uint32_t num_peers;
3955 bwf_peer_info peer_info[1];
3956};
3957
3958/**
Govind Singh89727882016-04-15 13:58:27 +05303959 * struct set_atf_params - ATF params
3960 * @num_peers: number of peers
3961 * @atf_peer_info: ATF peer info
3962 */
3963struct set_atf_params {
3964 uint32_t num_peers;
3965 atf_peer_info peer_info[ATF_ACTIVED_MAX_CLIENTS];
3966};
3967
3968/**
3969 * struct atf_peer_ext_info - ATF peer ext info params
3970 * @peer_macaddr: peer mac address
3971 * @group_index: group index
3972 * @atf_index_reserved: ATF index rsvd
3973 */
3974typedef struct {
3975 struct wmi_macaddr_t peer_macaddr;
3976 uint32_t group_index;
3977 uint32_t atf_index_reserved;
3978} atf_peer_ext_info;
3979
3980/**
3981 * struct atf_peer_request_params - ATF peer req params
3982 * @num_peers: number of peers
3983 * @atf_peer_ext_info: ATF peer ext info
3984 */
3985struct atf_peer_request_params {
3986 uint32_t num_peers;
3987 atf_peer_ext_info peer_ext_info[ATF_ACTIVED_MAX_CLIENTS];
3988};
3989
3990/**
3991 * struct atf_group_info - ATF group info params
3992 * @percentage_group: Percentage AT for group
3993 * @atf_group_units_reserved: ATF group information
3994 */
3995typedef struct {
3996 uint32_t percentage_group;
3997 uint32_t atf_group_units_reserved;
3998} atf_group_info;
3999
4000/**
4001 * struct atf_grouping_params - ATF grouping params
4002 * @num_groups: number of groups
4003 * @group_inf: Group informaition
4004 */
4005struct atf_grouping_params {
4006 uint32_t num_groups;
4007 atf_group_info group_info[ATF_ACTIVED_MAX_ATFGROUPS];
4008};
4009
4010/**
4011 * struct wlan_profile_params - WLAN profile params
4012 * @param_id: param id
4013 * @profile_id: profile id
4014 * @enable: enable
4015 */
4016struct wlan_profile_params {
4017 uint32_t param_id;
4018 uint32_t profile_id;
4019 uint32_t enable;
4020};
4021
4022/* struct ht_ie_params - HT IE params
4023 * @ie_len: IE length
4024 * @ie_data: pointer to IE data
4025 */
4026struct ht_ie_params {
4027 uint32_t ie_len;
4028 uint8_t *ie_data;
4029};
4030
4031/* struct vht_ie_params - VHT IE params
4032 * @ie_len: IE length
4033 * @ie_data: pointer to IE data
4034 */
4035struct vht_ie_params {
4036 uint32_t ie_len;
4037 uint8_t *ie_data;
4038};
4039
4040/**
4041 * struct wmi_host_wmeParams - WME params
4042 * @wmep_acm: ACM paramete
4043 * @wmep_aifsn: AIFSN parameters
4044 * @wmep_logcwmin: cwmin in exponential form
4045 * @wmep_logcwmax: cwmax in exponential form
4046 * @wmep_txopLimit: txopLimit
4047 * @wmep_noackPolicy: No-Ack Policy: 0=ack, 1=no-ack
4048 */
4049struct wmi_host_wmeParams {
4050 u_int8_t wmep_acm;
4051 u_int8_t wmep_aifsn;
4052 u_int8_t wmep_logcwmin;
4053 u_int8_t wmep_logcwmax;
4054 u_int16_t wmep_txopLimit;
4055 u_int8_t wmep_noackPolicy;
4056};
4057
4058/**
4059 * struct wmm_update_params - WMM update params
4060 * @wmep_array: WME params for each AC
4061 */
4062struct wmm_update_params {
4063 struct wmi_host_wmeParams *wmep_array;
4064};
4065
4066/**
4067 * struct ant_switch_tbl_params - Antenna switch table params
4068 * @ant_ctrl_common1: ANtenna control common param 1
4069 * @ant_ctrl_common2: Antenna control commn param 2
4070 */
4071struct ant_switch_tbl_params {
4072 uint32_t ant_ctrl_common1;
4073 uint32_t ant_ctrl_common2;
4074};
4075
4076/**
4077 * struct ratepwr_table_params - Rate power table params
4078 * @ratepwr_tbl: pointer to rate power table
4079 * @ratepwr_len: rate power table len
4080 */
4081struct ratepwr_table_params {
4082 uint8_t *ratepwr_tbl;
4083 uint16_t ratepwr_len;
4084};
4085
4086/**
4087 * struct ctl_table_params - Ctl table params
4088 * @ctl_array: pointer to ctl array
Sathish Kumar990089f2016-11-09 11:44:50 +05304089 * @ctl_cmd_len: ctl command length
Govind Singh89727882016-04-15 13:58:27 +05304090 * @is_acfg_ctl: is acfg_ctl table
4091 */
4092struct ctl_table_params {
4093 uint8_t *ctl_array;
Sathish Kumar990089f2016-11-09 11:44:50 +05304094 uint16_t ctl_cmd_len;
Nandha Kishore Easwaranda8e13c2016-10-14 15:22:05 +05304095 uint32_t target_type;
4096 bool is_2g;
Sathish Kumar990089f2016-11-09 11:44:50 +05304097 uint32_t ctl_band;
Govind Singh89727882016-04-15 13:58:27 +05304098};
4099
4100/**
4101 * struct mimogain_table_params - MIMO gain table params
4102 * @array_gain: pointer to array gain table
4103 * @tbl_len: table length
4104 * @multichain_gain_bypass: bypass multichain gain
4105 */
4106struct mimogain_table_params {
4107 uint8_t *array_gain;
4108 uint16_t tbl_len;
4109 bool multichain_gain_bypass;
4110};
4111
4112/**
4113 * struct ratepwr_chainmask_params - Rate power chainmask params
4114 * @ratepwr_chain_tbl: pointer to ratepwr chain table
4115 * @num_rate: number of rate in table
4116 * @pream_type: preamble type
4117 * @ops: ops
4118 */
4119struct ratepwr_chainmsk_params {
4120 uint32_t *ratepwr_chain_tbl;
4121 uint16_t num_rate;
4122 uint8_t pream_type;
4123 uint8_t ops;
4124};
4125
4126struct macaddr_params {
4127 uint8_t *macaddr;
4128};
4129
4130/**
4131 * struct acparams_params - acparams config structure
4132 * @ac: AC to configure
4133 * @use_rts: Use rts for this AC
4134 * @aggrsize_scaling: Aggregrate size scaling for the AC
4135 * @min_kbps: min kbps req
4136 */
4137struct acparams_params {
4138 uint8_t ac;
4139 uint8_t use_rts;
4140 uint8_t aggrsize_scaling;
4141 uint32_t min_kbps;
4142};
4143
4144/**
4145 * struct vap_dscp_tid_map_params - DSCP tid map params
4146 * @vdev_id: vdev id
4147 * @dscp_to_tid_map: pointer to arry of tid to dscp map table
4148 */
4149struct vap_dscp_tid_map_params {
4150 uint8_t vdev_id;
4151 uint32_t *dscp_to_tid_map;
4152};
4153
4154/**
4155 * struct proxy_ast_reserve_params - Proxy AST reserve params
4156 * @macaddr: macaddr for proxy ast entry
4157 */
4158struct proxy_ast_reserve_params {
4159 uint8_t *macaddr;
4160};
4161
4162/**
4163 * struct fips_params - FIPS params config
4164 * @key: pointer to key
4165 * @key_len: length of key
4166 * @data: pointer data buf
Nandha Kishore Easwaran2ccd4242017-01-09 21:33:00 +05304167 * @data_len: lenght of data buf
Govind Singh89727882016-04-15 13:58:27 +05304168 * @mode: mode
4169 * @op: operation
Nandha Kishore Easwaran2ccd4242017-01-09 21:33:00 +05304170 * @pdev_id: pdev_id for identifying the MAC
Govind Singh89727882016-04-15 13:58:27 +05304171 */
4172struct fips_params {
4173 uint8_t *key;
4174 uint32_t key_len;
4175 uint8_t *data;
4176 uint32_t data_len;
4177 uint32_t mode;
4178 uint32_t op;
Nandha Kishore Easwaran2ccd4242017-01-09 21:33:00 +05304179 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05304180};
4181
4182/**
4183 * struct mcast_group_update_param - Mcast group table update to target
4184 * @action: Addition/deletion
4185 * @wildcard: iwldcard table entry?
4186 * @mcast_ip_addr: mcast ip address to be updated
4187 * @mcast_ip_addr_bytes: mcast ip addr bytes
4188 * @ucast_mac_addr: ucast peer mac subscribed to mcast ip
4189 * @filter_mode: filter mode
4190 * @nsrcs: number of entries in source list
4191 * @srcs: source mac accpted
4192 * @mask: mask
4193 * @vap_id: vdev id
4194 * @is_action_delete: is delete
4195 * @is_filter_mode_snoop:
4196 * @is_mcast_addr_len:
4197 */
4198struct mcast_group_update_params {
4199 int action;
4200 int wildcard;
4201 uint8_t *mcast_ip_addr;
4202 int mcast_ip_addr_bytes;
4203 uint8_t *ucast_mac_addr;
4204 uint8_t filter_mode;
4205 uint8_t nsrcs;
4206 uint8_t *srcs;
4207 uint8_t *mask;
4208 uint8_t vap_id;
4209 bool is_action_delete;
4210 bool is_filter_mode_snoop;
4211 bool is_mcast_addr_len;
4212};
4213
4214/**
4215 * struct periodic_chan_stats_param - periodic channel stats req param
4216 * @stats_period: stats period update
4217 * @enable: enable/disable
4218 */
4219struct periodic_chan_stats_params {
4220 uint32_t stats_period;
4221 bool enable;
4222};
4223
4224/**
4225 * struct packet_power_info_params - packet power info params
4226 * @rate_flags: rate flags
4227 * @nss: number of spatial streams
4228 * @preamble: preamble
4229 * @hw_rate:
4230 */
4231struct packet_power_info_params {
4232 uint16_t rate_flags;
4233 uint16_t nss;
4234 uint16_t preamble;
4235 uint16_t hw_rate;
4236};
4237
4238/**
4239 * WMI_GPIO_CONFIG_CMDID
4240 */
4241enum {
4242 WMI_HOST_GPIO_PULL_NONE,
4243 WMI_HOST_GPIO_PULL_UP,
4244 WMI_HOST_GPIO_PULL_DOWN,
4245};
4246
4247/**
4248 * WMI_GPIO_INTTYPE
4249 */
4250enum {
4251 WMI_HOST_GPIO_INTTYPE_DISABLE,
4252 WMI_HOST_GPIO_INTTYPE_RISING_EDGE,
4253 WMI_HOST_GPIO_INTTYPE_FALLING_EDGE,
4254 WMI_HOST_GPIO_INTTYPE_BOTH_EDGE,
4255 WMI_HOST_GPIO_INTTYPE_LEVEL_LOW,
4256 WMI_HOST_GPIO_INTTYPE_LEVEL_HIGH
4257};
4258
4259/**
4260 * struct wmi_host_gpio_input_event - GPIO input event structure
4261 * @gpio_num: GPIO number which changed state
4262 */
4263typedef struct {
4264 uint32_t gpio_num; /* GPIO number which changed state */
4265} wmi_host_gpio_input_event;
4266
4267/**
4268 * struct gpio_config_params - GPIO config params
4269 * @gpio_num: GPIO number to config
4270 * @input: input/output
4271 * @pull_type: pull type
4272 * @intr_mode: int mode
4273 */
4274struct gpio_config_params {
4275 uint32_t gpio_num;
4276 uint32_t input;
4277 uint32_t pull_type;
4278 uint32_t intr_mode;
4279};
4280
4281/**
4282 * struct gpio_output_params - GPIO output params
4283 * @gpio_num: GPIO number to configure
4284 * @set: set/reset
4285 */
4286struct gpio_output_params {
4287 uint32_t gpio_num;
4288 uint32_t set;
4289};
4290
Sathish Kumar7e566c52016-11-10 15:30:22 +05304291/* flags bit 0: to configure wlan priority bitmap */
4292#define WMI_HOST_BTCOEX_PARAM_FLAGS_WLAN_PRIORITY_BITMAP_BIT (1<<0)
4293/* flags bit 1: to configure both period and wlan duration */
4294#define WMI_HOST_BTCOEX_PARAM_FLAGS_DUTY_CYCLE_BIT (1<<1)
4295struct btcoex_cfg_params {
4296 /* WLAN priority bitmask for different frame types */
4297 uint32_t btcoex_wlan_priority_bitmap;
4298 /* This command is used to configure different btcoex params
4299 * in different situations.The host sets the appropriate bit(s)
4300 * in btcoex_param_flags to indicate which configuration parameters
4301 * are valid within a particular BT coex config message, so that one
4302 * BT configuration parameter can be configured without affecting
4303 * other BT configuration parameters.E.g. if the host wants to
4304 * configure only btcoex_wlan_priority_bitmap it sets only
4305 * WMI_BTCOEX_PARAM_FLAGS_WLAN_PRIORITY_BITMAP_BIT in
4306 * btcoex_param_flags so that firmware will not overwrite
4307 * other params with default value passed in the command.
4308 * Host can also set multiple bits in btcoex_param_flags
4309 * to configure more than one param in single message.
4310 */
4311 uint32_t btcoex_param_flags;
4312 /* period denotes the total time in milliseconds which WLAN and BT share
4313 * configured percentage for transmission and reception.
4314 */
4315 uint32_t period;
4316 /* wlan duration is the time in milliseconds given for wlan
4317 * in above period.
4318 */
4319 uint32_t wlan_duration;
4320};
4321
Sathish Kumar612d0c22017-01-19 14:57:37 +05304322#define WMI_HOST_COEX_CONFIG_BUF_MAX_LEN 32 /* 128 bytes */
4323/**
4324 * coex_ver_cfg_t
4325 * @coex_version: Version for 4 wire coex
4326 * @length: Length of payload buffer based on version
4327 * @config_buf: Payload Buffer
4328 */
4329typedef struct {
4330 /* VERSION_4 (4 wire coex) */
4331 uint32_t coex_version;
4332
4333 /* No. of A_UINT32 elements in payload buffer. Will depend on the coex
4334 * version
4335 */
4336 uint32_t length;
4337
4338 /* Payload buffer */
4339 uint32_t config_buf[WMI_HOST_COEX_CONFIG_BUF_MAX_LEN];
4340} coex_ver_cfg_t;
Sathish Kumar7e566c52016-11-10 15:30:22 +05304341
Govind Singh89727882016-04-15 13:58:27 +05304342#define WMI_HOST_RTT_REPORT_CFR 0
4343#define WMI_HOST_RTT_NO_REPORT_CFR 1
4344#define WMI_HOST_RTT_AGGREGATE_REPORT_NON_CFR 2
4345/**
4346 * struct rtt_meas_req_test_params
4347 * @peer: peer mac address
4348 * @req_frame_type: RTT request frame type
4349 * @req_bw: requested bandwidth
4350 * @req_preamble: Preamble
4351 * @req_num_req: num of requests
4352 * @req_report_type: report type
4353 * @num_measurements: number of measurements
4354 * @asap_mode: priority
4355 * @lci_requested: LCI requested
4356 * @loc_civ_requested:
4357 * @channel_param: channel param
4358 * @req_id: requested id
4359 */
4360struct rtt_meas_req_test_params {
4361 uint8_t peer[IEEE80211_ADDR_LEN];
4362 int req_frame_type;
4363 int req_bw;
4364 int req_preamble;
4365 int req_num_req;
4366 int req_report_type;
4367 uint32_t num_measurements;
4368 uint32_t asap_mode;
4369 uint32_t lci_requested;
4370 uint32_t loc_civ_requested;
4371 struct channel_param channel;
4372 uint8_t req_id;
4373};
4374
4375/**
4376 * struct rtt_meas_req_params - RTT measurement request params
4377 * @req_id: Request id
4378 * @vdev_id: vdev id
4379 * @sta_mac_addr: pointer to station mac address
4380 * @spoof_mac_addr: pointer to spoof mac address
4381 * @is_mode_na: 11NA
4382 * @is_mode_ac: AC
4383 * @is_bw_20: 20
4384 * @is_bw_40: 40
4385 * @is_bw_80: 80
4386 * @num_probe_rqst: number of probe request
4387 * @channel_param: channel param
4388 */
4389struct rtt_meas_req_params {
4390 uint8_t req_id;
4391 uint8_t vdev_id;
4392 uint8_t *sta_mac_addr;
4393 uint8_t *spoof_mac_addr;
4394 bool is_mode_na;
4395 bool is_mode_ac;
4396 bool is_bw_20;
4397 bool is_bw_40;
4398 bool is_bw_80;
4399 uint32_t num_probe_rqst;
4400 struct channel_param channel;
4401};
4402
4403/**
4404 * struct lci_set_params - LCI params
4405 * @lci_data: pointer to LCI data
4406 * @latitude_unc: latitude
4407 * @latitude_0_12: bits 0 to 1 of latitude
4408 * @latitude_2_33: bits 2 to 33 of latitude
4409 * @longitude_unc: longitude
4410 * @longitude_0_1: bits 0 to 1 of longitude
4411 * @longitude_2_33: bits 2 to 33 of longitude
4412 * @altitude_type: altitude type
4413 * @altitude_unc_0_3: altitude bits 0 - 3
4414 * @altitude_unc_4_5: altitude bits 4 - 5
4415 * @altitude: altitude
4416 * @datum: dataum
4417 * @reg_loc_agmt:
4418 * @reg_loc_dse:
4419 * @dep_sta:
4420 * @version: version
4421 */
4422struct lci_set_params {
4423 void *lci_data;
4424 uint8_t latitude_unc:6,
4425 latitude_0_1:2;
4426 uint32_t latitude_2_33;
4427 uint8_t longitude_unc:6,
4428 longitude_0_1:2;
4429 uint32_t longitude_2_33;
4430 uint8_t altitude_type:4,
4431 altitude_unc_0_3:4;
4432 uint32_t altitude_unc_4_5:2,
4433 altitude:30;
4434 uint8_t datum:3,
4435 reg_loc_agmt:1,
4436 reg_loc_dse:1,
4437 dep_sta:1,
4438 version:2;
Sathish Kumar38bf0d82016-10-20 14:07:21 +05304439 uint8_t *colocated_bss;
4440 int msg_len;
Govind Singh89727882016-04-15 13:58:27 +05304441};
4442
4443/**
4444 * struct lcr_set_params - LCR params
4445 * @lcr_data: pointer to lcr data
4446 */
4447struct lcr_set_params {
4448 void *lcr_data;
Sathish Kumar38bf0d82016-10-20 14:07:21 +05304449 int msg_len;
Govind Singh89727882016-04-15 13:58:27 +05304450};
4451
4452/**
4453 * struct rtt_keepalive_req_params - RTT keepalive params
4454 * @macaddr: pointer to macaddress
4455 * @req_id: Request id
4456 * @vdev_id: vdev id
4457 * @stop: start/stop
4458 */
4459struct rtt_keepalive_req_params {
4460 uint8_t *macaddr;
4461 uint8_t req_id;
4462 uint8_t vdev_id;
4463 bool stop;
4464};
4465
4466/**
Leo Chang8184e9c2016-09-28 13:43:36 -07004467 * struct rx_reorder_queue_setup_params - Reorder queue setup params
4468 * @peer_mac_addr: Peer mac address
4469 * @tid: TID
4470 * @vdev_id: vdev id
4471 * @hw_qdesc_paddr_lo: lower 32 bits of queue desc adddress
4472 * @hw_qdesc_paddr_hi: upper 32 bits of queue desc adddress
4473 * @queue_no: 16-bit number assigned by host for queue
4474 */
4475struct rx_reorder_queue_setup_params {
4476 uint8_t *peer_macaddr;
4477 uint16_t tid;
4478 uint16_t vdev_id;
4479 uint32_t hw_qdesc_paddr_lo;
4480 uint32_t hw_qdesc_paddr_hi;
4481 uint16_t queue_no;
4482};
4483
4484/**
4485 * struct rx_reorder_queue_remove_params - Reorder queue setup params
4486 * @peer_mac_addr: Peer mac address
4487 * @vdev_id: vdev id
4488 * @peer_tid_bitmap: peer tid bitmap
4489 */
4490struct rx_reorder_queue_remove_params {
4491 uint8_t *peer_macaddr;
4492 uint16_t vdev_id;
4493 uint32_t peer_tid_bitmap;
4494};
4495
4496/**
Govind Singh89727882016-04-15 13:58:27 +05304497 * struct wmi_host_stats_event - Stats event params
4498 * @stats_id: stats id of type wmi_host_stats_event
4499 * @num_pdev_stats: number of pdev stats event structures 0 or 1
4500 * @num_pdev_ext_stats: number of pdev ext stats event structures
4501 * @num_vdev_stats: number of vdev stats
4502 * @num_peer_stats: number of peer stats event structures 0 or max peers
4503 * @num_bcnflt_stats: number of beacon filter stats
4504 * @num_chan_stats: number of channel stats
4505 */
4506typedef struct {
4507 wmi_host_stats_id stats_id;
4508 uint32_t num_pdev_stats;
4509 uint32_t num_pdev_ext_stats;
4510 uint32_t num_vdev_stats;
4511 uint32_t num_peer_stats;
4512 uint32_t num_bcnflt_stats;
4513 uint32_t num_chan_stats;
4514} wmi_host_stats_event;
4515
4516/**
Govind Singh89727882016-04-15 13:58:27 +05304517 * struct wmi_host_peer_extd_stats - peer extd stats event structure
4518 * @peer_macaddr: Peer mac address
4519 * @inactive_time: inactive time in secs
4520 * @peer_chain_rssi: peer rssi
4521 * @rx_duration: RX duration
4522 * @peer_tx_bytes: TX bytes
4523 * @peer_rx_bytes: RX bytes
4524 * @last_tx_rate_code: Tx rate code of last frame
4525 * @last_tx_power: Tx power latest
4526 * @atf_tokens_allocated: atf tokens allocated
4527 * @atf_tokens_utilized: atf tokens utilized
4528 * @reserved: for future use
4529 */
4530typedef struct {
4531 wmi_host_mac_addr peer_macaddr;
4532 uint32_t inactive_time;
4533 uint32_t peer_chain_rssi;
4534 uint32_t rx_duration;
4535 uint32_t peer_tx_bytes;
4536 uint32_t peer_rx_bytes;
4537 uint32_t last_tx_rate_code;
4538 uint32_t last_tx_power;
4539 uint32_t atf_tokens_allocated;
4540 uint32_t atf_tokens_utilized;
4541 uint32_t reserved[4];
4542} wmi_host_peer_extd_stats;
4543
4544/**
4545 * struct wmi_host_pdev_ext_stats - peer ext stats structure
4546 * @rx_rssi_comb: RX rssi
4547 * @rx_rssi_chain0: RX rssi chain 0
4548 * @rx_rssi_chain1: RX rssi chain 1
4549 * @rx_rssi_chain2: RX rssi chain 2
4550 * @rx_rssi_chain3: RX rssi chain 3
4551 * @rx_mcs: RX MCS array
4552 * @tx_mcs: TX MCS array
4553 * @ack_rssi: Ack rssi
4554 */
4555typedef struct {
4556 uint32_t rx_rssi_comb;
4557 uint32_t rx_rssi_chain0;
4558 uint32_t rx_rssi_chain1;
4559 uint32_t rx_rssi_chain2;
4560 uint32_t rx_rssi_chain3;
4561 uint32_t rx_mcs[10];
4562 uint32_t tx_mcs[10];
4563 uint32_t ack_rssi;
4564} wmi_host_pdev_ext_stats;
4565
4566/**
4567 * struct wmi_host_dbg_tx_stats - Debug stats
4568 * @comp_queued: Num HTT cookies queued to dispatch list
4569 * @comp_delivered: Num HTT cookies dispatched
4570 * @msdu_enqued: Num MSDU queued to WAL
4571 * @mpdu_enqued: Num MPDU queue to WAL
4572 * @wmm_drop: Num MSDUs dropped by WMM limit
4573 * @local_enqued: Num Local frames queued
4574 * @local_freed: Num Local frames done
4575 * @hw_queued: Num queued to HW
4576 * @hw_reaped: Num PPDU reaped from HW
4577 * @underrun: Num underruns
4578 * @hw_paused: HW Paused.
4579 * @tx_abort: Num PPDUs cleaned up in TX abort
4580 * @mpdus_requed: Num MPDUs requed by SW
4581 * @tx_ko: excessive retries
4582 * @tx_xretry:
4583 * @data_rc: data hw rate code
4584 * @self_triggers: Scheduler self triggers
4585 * @sw_retry_failure: frames dropped due to excessive sw retries
4586 * @illgl_rate_phy_err: illegal rate phy errors
4587 * @pdev_cont_xretry: wal pdev continous xretry
4588 * @pdev_tx_timeout: wal pdev continous xretry
4589 * @pdev_resets: wal pdev resets
4590 * @stateless_tid_alloc_failure: frames dropped due to non-availability of
4591 * stateless TIDs
4592 * @phy_underrun: PhY/BB underrun
4593 * @txop_ovf: MPDU is more than txop limit
4594 * @seq_posted: Number of Sequences posted
4595 * @seq_failed_queueing: Number of Sequences failed queueing
4596 * @seq_completed: Number of Sequences completed
4597 * @seq_restarted: Number of Sequences restarted
4598 * @mu_seq_posted: Number of MU Sequences posted
4599 * @mpdus_sw_flush: Num MPDUs flushed by SW, HWPAUSED, SW TXABORT
4600 * (Reset,channel change)
4601 * @mpdus_hw_filter: Num MPDUs filtered by HW, all filter condition
4602 * (TTL expired)
4603 * @mpdus_truncated: Num MPDUs truncated by PDG (TXOP, TBTT,
4604 * PPDU_duration based on rate, dyn_bw)
4605 * @mpdus_ack_failed: Num MPDUs that was tried but didn't receive ACK or BA
4606 * @mpdus_expired: Num MPDUs that was dropped du to expiry.
4607 * @mc_dropr: Num mc drops
4608 */
4609typedef struct {
4610 int32_t comp_queued;
4611 int32_t comp_delivered;
4612 int32_t msdu_enqued;
4613 int32_t mpdu_enqued;
4614 int32_t wmm_drop;
4615 int32_t local_enqued;
4616 int32_t local_freed;
4617 int32_t hw_queued;
4618 int32_t hw_reaped;
4619 int32_t underrun;
4620 uint32_t hw_paused;
4621 int32_t tx_abort;
4622 int32_t mpdus_requed;
4623 uint32_t tx_ko;
4624 uint32_t tx_xretry;
4625 uint32_t data_rc;
4626 uint32_t self_triggers;
4627 uint32_t sw_retry_failure;
4628 uint32_t illgl_rate_phy_err;
4629 uint32_t pdev_cont_xretry;
4630 uint32_t pdev_tx_timeout;
4631 uint32_t pdev_resets;
4632 uint32_t stateless_tid_alloc_failure;
4633 uint32_t phy_underrun;
4634 uint32_t txop_ovf;
4635 uint32_t seq_posted;
4636 uint32_t seq_failed_queueing;
4637 uint32_t seq_completed;
4638 uint32_t seq_restarted;
4639 uint32_t mu_seq_posted;
4640 int32_t mpdus_sw_flush;
4641 int32_t mpdus_hw_filter;
4642 int32_t mpdus_truncated;
4643 int32_t mpdus_ack_failed;
4644 int32_t mpdus_expired;
4645 uint32_t mc_drop;
4646} wmi_host_dbg_tx_stats;
4647
4648/**
4649 * struct wmi_host_dbg_rx_stats - RX Debug stats
4650 * @mid_ppdu_route_change: Cnts any change in ring routing mid-ppdu
4651 * @status_rcvd: Total number of statuses processed
4652 * @r0_frags: Extra frags on rings 0
4653 * @r1_frags: Extra frags on rings 1
4654 * @r2_frags: Extra frags on rings 2
4655 * @r3_frags: Extra frags on rings 3
4656 * @htt_msdus: MSDUs delivered to HTT
4657 * @htt_mpdus: MPDUs delivered to HTT
4658 * @loc_msdus: MSDUs delivered to local stack
4659 * @loc_mpdus: MPDUS delivered to local stack
4660 * @oversize_amsdu: AMSDUs that have more MSDUs than the status ring size
4661 * @phy_errs: Number of PHY errors
4662 * @phy_err_drop: Number of PHY errors drops
4663 * @mpdu_errs: Number of mpdu errors - FCS, MIC, ENC etc.
4664 * @pdev_rx_timeout: Number of rx inactivity timeouts
4665 * @rx_ovfl_errs: Number of rx overflow errors.
4666 */
4667typedef struct {
4668 int32_t mid_ppdu_route_change;
4669 int32_t status_rcvd;
4670 int32_t r0_frags;
4671 int32_t r1_frags;
4672 int32_t r2_frags;
4673 int32_t r3_frags;
4674 int32_t htt_msdus;
4675 int32_t htt_mpdus;
4676 int32_t loc_msdus;
4677 int32_t loc_mpdus;
4678 int32_t oversize_amsdu;
4679 int32_t phy_errs;
4680 int32_t phy_err_drop;
4681 int32_t mpdu_errs;
4682 uint32_t pdev_rx_timeout;
4683 int32_t rx_ovfl_errs;
4684} wmi_host_dbg_rx_stats;
4685
4686/** struct wmi_host_dbg_mem_stats - memory stats
4687 * @iram_free_size: IRAM free size on target
4688 * @dram_free_size: DRAM free size on target
4689 * @sram_free_size: SRAM free size on target
4690 */
4691typedef struct {
4692 uint32_t iram_free_size;
4693 uint32_t dram_free_size;
4694 /* Only Non-TLV */
4695 uint32_t sram_free_size;
4696} wmi_host_dbg_mem_stats;
4697
4698typedef struct {
4699 /* Only TLV */
4700 int32_t dummy;/* REMOVE THIS ONCE REAL PEER STAT COUNTERS ARE ADDED */
4701} wmi_host_dbg_peer_stats;
4702
4703/**
4704 * struct wmi_host_dbg_stats - host debug stats
4705 * @tx: TX stats of type wmi_host_dbg_tx_stats
4706 * @rx: RX stats of type wmi_host_dbg_rx_stats
4707 * @mem: Memory stats of type wmi_host_dbg_mem_stats
4708 * @peer: peer stats of type wmi_host_dbg_peer_stats
4709 */
4710typedef struct {
4711 wmi_host_dbg_tx_stats tx;
4712 wmi_host_dbg_rx_stats rx;
4713 wmi_host_dbg_mem_stats mem;
4714 wmi_host_dbg_peer_stats peer;
4715} wmi_host_dbg_stats;
4716
4717/**
4718 * struct wmi_host_pdev_stats - PDEV stats
4719 * @chan_nf: Channel noise floor
4720 * @tx_frame_count: TX frame count
4721 * @rx_frame_count: RX frame count
4722 * @rx_clear_count: rx clear count
4723 * @cycle_count: cycle count
4724 * @phy_err_count: Phy error count
4725 * @chan_tx_pwr: Channel Tx Power
4726 * @pdev_stats: WAL dbg stats
4727 * @ackRcvBad:
4728 * @rtsBad:
4729 * @rtsGood:
4730 * @fcsBad:
4731 * @noBeacons:
4732 * @mib_int_count:
4733 */
4734typedef struct {
4735 int32_t chan_nf;
4736 uint32_t tx_frame_count;
4737 uint32_t rx_frame_count;
4738 uint32_t rx_clear_count;
4739 uint32_t cycle_count;
4740 uint32_t phy_err_count;
4741 uint32_t chan_tx_pwr;
4742 wmi_host_dbg_stats pdev_stats;
4743 uint32_t ackRcvBad;
4744 uint32_t rtsBad;
4745 uint32_t rtsGood;
4746 uint32_t fcsBad;
4747 uint32_t noBeacons;
4748 uint32_t mib_int_count;
4749} wmi_host_pdev_stats;
4750
4751/**
4752 * struct wmi_host_snr_info - WMI host Signal to noise ration info
4753 * @bcn_snr: beacon SNR
4754 * @dat_snr: Data frames SNR
4755 */
4756typedef struct {
4757 int32_t bcn_snr;
4758 int32_t dat_snr;
4759} wmi_host_snr_info;
4760
4761#define WMI_HOST_MAX_TX_RATE_VALUES 10 /*Max Tx Rates */
4762#define WMI_HOST_MAX_RSSI_VALUES 10 /*Max Rssi values */
4763
4764/* The WLAN_MAX_AC macro cannot be changed without breaking
4765 * * WMI compatibility.
4766 * * The maximum value of access category
4767 * */
4768#define WMI_HOST_WLAN_MAX_AC 4
4769
4770/**
4771 * struct wmi_host_vdev_stats - vdev stats structure
4772 * @vdev_id: unique id identifying the VDEV, generated by the caller
4773 * Rest all Only TLV
4774 * @vdev_snr: wmi_host_snr_info
4775 * @tx_frm_cnt: Total number of packets(per AC) that were successfully
4776 * transmitted (with and without retries,
4777 * including multi-cast, broadcast)
4778 * @rx_frm_cnt: Total number of packets that were successfully received
4779 * (after appropriate filter rules including multi-cast, broadcast)
4780 * @multiple_retry_cnt: The number of MSDU packets and MMPDU frames per AC
4781 * that the 802.11 station successfully transmitted after
4782 * more than one retransmission attempt
4783 * @fail_cnt: Total number packets(per AC) failed to transmit
4784 * @rts_fail_cnt: Total number of RTS/CTS sequence failures for transmission
4785 * of a packet
4786 * @rts_succ_cnt: Total number of RTS/CTS sequence success for transmission
4787 * of a packet
4788 * @rx_err_cnt: The receive error count. HAL will provide the
4789 * RxP FCS error global
4790 * @rx_discard_cnt: The sum of the receive error count and
4791 * dropped-receive-buffer error count (FCS error)
4792 * @ack_fail_cnt: Total number packets failed transmit because of no
4793 * ACK from the remote entity
4794 * @tx_rate_history:History of last ten transmit rate, in units of 500 kbit/sec
4795 * @bcn_rssi_history: History of last ten Beacon rssi of the connected Bss
4796 */
4797typedef struct {
4798 uint32_t vdev_id;
4799 /* Rest all Only TLV */
4800 wmi_host_snr_info vdev_snr;
4801 uint32_t tx_frm_cnt[WMI_HOST_WLAN_MAX_AC];
4802 uint32_t rx_frm_cnt;
4803 uint32_t multiple_retry_cnt[WMI_HOST_WLAN_MAX_AC];
4804 uint32_t fail_cnt[WMI_HOST_WLAN_MAX_AC];
4805 uint32_t rts_fail_cnt;
4806 uint32_t rts_succ_cnt;
4807 uint32_t rx_err_cnt;
4808 uint32_t rx_discard_cnt;
4809 uint32_t ack_fail_cnt;
4810 uint32_t tx_rate_history[WMI_HOST_MAX_TX_RATE_VALUES];
4811 uint32_t bcn_rssi_history[WMI_HOST_MAX_RSSI_VALUES];
4812} wmi_host_vdev_stats;
4813
4814/**
4815 * struct wmi_host_vdev_extd_stats - VDEV extended stats
4816 * @vdev_id: unique id identifying the VDEV, generated by the caller
4817 * @ppdu_aggr_cnt: No of Aggrs Queued to HW
4818 * @ppdu_noack: No of PPDU's not Acked includes both aggr and nonaggr's
4819 * @mpdu_queued: No of MPDU/Subframes's queued to HW in Aggregates
4820 * @ppdu_nonaggr_cnt: No of NonAggr/MPDU/Subframes's queued to HW
4821 * in Legacy NonAggregates
4822 * @mpdu_sw_requed: No of MPDU/Subframes's SW requeued includes
4823 * both Aggr and NonAggr
4824 * @mpdu_suc_retry: No of MPDU/Subframes's transmitted Successfully
4825 * after Single/mul HW retry
4826 * @mpdu_suc_multitry: No of MPDU/Subframes's transmitted Success
4827 * after Multiple HW retry
4828 * @mpdu_fail_retry: No of MPDU/Subframes's failed transmission
4829 * after Multiple HW retry
4830 * @reserved[13]: for future extensions set to 0x0
4831 */
4832typedef struct {
4833 uint32_t vdev_id;
4834 uint32_t ppdu_aggr_cnt;
4835 uint32_t ppdu_noack;
4836 uint32_t mpdu_queued;
4837 uint32_t ppdu_nonaggr_cnt;
4838 uint32_t mpdu_sw_requed;
4839 uint32_t mpdu_suc_retry;
4840 uint32_t mpdu_suc_multitry;
4841 uint32_t mpdu_fail_retry;
4842 uint32_t reserved[13];
4843} wmi_host_vdev_extd_stats;
4844
4845/**
4846 * struct wmi_host_peer_stats - peer stats
4847 * @peer_macaddr: peer MAC address
4848 * @peer_rssi: rssi
4849 * @peer_rssi_seq_num: rssi sequence number
4850 * @peer_tx_rate: last tx data rate used for peer
4851 * @peer_rx_rate: last rx data rate used for peer
4852 * @currentper: Current PER
4853 * @retries: Retries happend during transmission
4854 * @txratecount: Maximum Aggregation Size
4855 * @max4msframelen: Max4msframelen of tx rates used
4856 * @totalsubframes: Total no of subframes
4857 * @txbytes: No of bytes transmitted to the client
4858 * @nobuffs[4]: Packet Loss due to buffer overflows
4859 * @excretries[4]: Packet Loss due to excessive retries
4860 * @peer_rssi_changed: how many times peer's RSSI changed by a
4861 * non-negligible amount
4862 */
4863typedef struct {
4864 wmi_host_mac_addr peer_macaddr;
4865 uint32_t peer_rssi;
4866 uint32_t peer_rssi_seq_num;
4867 uint32_t peer_tx_rate;
4868 uint32_t peer_rx_rate;
4869 uint32_t currentper;
4870 uint32_t retries;
4871 uint32_t txratecount;
4872 uint32_t max4msframelen;
4873 uint32_t totalsubframes;
4874 uint32_t txbytes;
4875 uint32_t nobuffs[4];
4876 uint32_t excretries[4];
4877 uint32_t peer_rssi_changed;
4878} wmi_host_peer_stats;
4879
4880typedef struct {
4881 uint32_t dummy;
4882} wmi_host_bcnflt_stats;
4883
4884/**
4885 * struct wmi_host_chan_stats - WMI chan stats
4886 * @chan_mhz: Primary channel freq of the channel for which stats are sent
4887 * @sampling_period_us: Time spent on the channel
4888 * @rx_clear_count: Aggregate duration over a sampling period for
4889 * which channel activity was observed
4890 * @tx_duration_us: Accumalation of the TX PPDU duration over a sampling period
4891 * @rx_duration_us: Accumalation of the RX PPDU duration over a sampling period
4892 */
4893typedef struct {
4894 uint32_t chan_mhz;
4895 uint32_t sampling_period_us;
4896 uint32_t rx_clear_count;
4897 uint32_t tx_duration_us;
4898 uint32_t rx_duration_us;
4899} wmi_host_chan_stats;
4900
4901#define WMI_EVENT_ID_INVALID 0
4902/**
4903 * Host based ENUM IDs for events to abstract target enums for event_id
4904 */
4905typedef enum {
4906 wmi_service_ready_event_id = 0,
4907 wmi_ready_event_id,
4908 wmi_dbg_msg_event_id,
4909 wmi_scan_event_id,
4910 wmi_echo_event_id,
4911 wmi_update_stats_event_id,
4912 wmi_inst_rssi_stats_event_id,
4913 wmi_vdev_start_resp_event_id,
4914 wmi_vdev_standby_req_event_id,
4915 wmi_vdev_resume_req_event_id,
4916 wmi_vdev_stopped_event_id,
4917 wmi_peer_sta_kickout_event_id,
4918 wmi_host_swba_event_id,
4919 wmi_tbttoffset_update_event_id,
4920 wmi_mgmt_rx_event_id,
4921 wmi_chan_info_event_id,
4922 wmi_phyerr_event_id,
4923 wmi_roam_event_id,
4924 wmi_profile_match,
4925 wmi_debug_print_event_id,
4926 wmi_pdev_qvit_event_id,
4927 wmi_wlan_profile_data_event_id,
4928 wmi_rtt_meas_report_event_id,
4929 wmi_tsf_meas_report_event_id,
4930 wmi_rtt_error_report_event_id,
4931 wmi_rtt_keepalive_event_id,
4932 wmi_oem_cap_event_id,
4933 wmi_oem_meas_report_event_id,
4934 wmi_oem_report_event_id,
4935 wmi_nan_event_id,
4936 wmi_wow_wakeup_host_event_id,
4937 wmi_gtk_offload_status_event_id,
4938 wmi_gtk_rekey_fail_event_id,
4939 wmi_dcs_interference_event_id,
4940 wmi_pdev_tpc_config_event_id,
4941 wmi_csa_handling_event_id,
4942 wmi_gpio_input_event_id,
4943 wmi_peer_ratecode_list_event_id,
4944 wmi_generic_buffer_event_id,
4945 wmi_mcast_buf_release_event_id,
4946 wmi_mcast_list_ageout_event_id,
4947 wmi_vdev_get_keepalive_event_id,
4948 wmi_wds_peer_event_id,
4949 wmi_peer_sta_ps_statechg_event_id,
4950 wmi_pdev_fips_event_id,
4951 wmi_tt_stats_event_id,
4952 wmi_pdev_channel_hopping_event_id,
4953 wmi_pdev_ani_cck_level_event_id,
4954 wmi_pdev_ani_ofdm_level_event_id,
4955 wmi_pdev_reserve_ast_entry_event_id,
4956 wmi_pdev_nfcal_power_event_id,
4957 wmi_pdev_tpc_event_id,
4958 wmi_pdev_get_ast_info_event_id,
4959 wmi_pdev_temperature_event_id,
4960 wmi_pdev_nfcal_power_all_channels_event_id,
4961 wmi_pdev_bss_chan_info_event_id,
4962 wmi_mu_report_event_id,
4963 wmi_pdev_utf_event_id,
4964 wmi_pdev_dump_event_id,
4965 wmi_tx_pause_event_id,
4966 wmi_dfs_radar_event_id,
4967 wmi_pdev_l1ss_track_event_id,
4968 wmi_service_ready_ext_event_id,
4969 wmi_vdev_install_key_complete_event_id,
4970 wmi_vdev_mcc_bcn_intvl_change_req_event_id,
4971 wmi_vdev_tsf_report_event_id,
4972 wmi_peer_info_event_id,
4973 wmi_peer_tx_fail_cnt_thr_event_id,
4974 wmi_peer_estimated_linkspeed_event_id,
4975 wmi_peer_state_event_id,
4976 wmi_offload_bcn_tx_status_event_id,
4977 wmi_offload_prob_resp_tx_status_event_id,
4978 wmi_mgmt_tx_completion_event_id,
4979 wmi_tx_delba_complete_event_id,
4980 wmi_tx_addba_complete_event_id,
4981 wmi_ba_rsp_ssn_event_id,
4982 wmi_aggr_state_trig_event_id,
4983 wmi_roam_synch_event_id,
4984 wmi_p2p_disc_event_id,
4985 wmi_p2p_noa_event_id,
4986 wmi_pdev_resume_event_id,
4987 wmi_do_wow_disable_ack_event_id,
4988 wmi_wow_initial_wakeup_event_id,
4989 wmi_stats_ext_event_id,
4990 wmi_iface_link_stats_event_id,
4991 wmi_peer_link_stats_event_id,
4992 wmi_radio_link_stats_link,
4993 wmi_update_fw_mem_dump_event_id,
4994 wmi_diag_event_id_log_supported_event_id,
4995 wmi_nlo_match_event_id,
4996 wmi_nlo_scan_complete_event_id,
4997 wmi_apfind_event_id,
4998 wmi_passpoint_match_event_id,
4999 wmi_chatter_pc_query_event_id,
5000 wmi_pdev_ftm_intg_event_id,
5001 wmi_wlan_freq_avoid_event_id,
5002 wmi_thermal_mgmt_event_id,
5003 wmi_diag_container_event_id,
5004 wmi_host_auto_shutdown_event_id,
5005 wmi_update_whal_mib_stats_event_id,
5006 wmi_update_vdev_rate_stats_event_id,
5007 wmi_diag_event_id,
5008 wmi_ocb_set_sched_event_id,
5009 wmi_dbg_mesg_flush_complete_event_id,
5010 wmi_rssi_breach_event_id,
5011 wmi_uploadh_event_id,
5012 wmi_captureh_event_id,
5013 wmi_rfkill_state_change_event_id,
5014 wmi_tdls_peer_event_id,
5015 wmi_batch_scan_enabled_event_id,
5016 wmi_batch_scan_result_event_id,
5017 wmi_lpi_result_event_id,
5018 wmi_lpi_status_event_id,
5019 wmi_lpi_handoff_event_id,
5020 wmi_extscan_start_stop_event_id,
5021 wmi_extscan_operation_event_id,
5022 wmi_extscan_table_usage_event_id,
5023 wmi_extscan_cached_results_event_id,
5024 wmi_extscan_wlan_change_results_event_id,
5025 wmi_extscan_hotlist_match_event_id,
5026 wmi_extscan_capabilities_event_id,
5027 wmi_extscan_hotlist_ssid_match_event_id,
5028 wmi_mdns_stats_event_id,
5029 wmi_sap_ofl_add_sta_event_id,
5030 wmi_sap_ofl_del_sta_event_id,
5031 wmi_ocb_set_config_resp_event_id,
5032 wmi_ocb_get_tsf_timer_resp_event_id,
5033 wmi_dcc_get_stats_resp_event_id,
5034 wmi_dcc_update_ndl_resp_event_id,
5035 wmi_dcc_stats_event_id,
5036 wmi_soc_set_hw_mode_resp_event_id,
5037 wmi_soc_hw_mode_transition_event_id,
5038 wmi_soc_set_dual_mac_config_resp_event_id,
5039 wmi_tx_data_traffic_ctrl_event_id,
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305040 wmi_peer_tx_mu_txmit_count_event_id,
5041 wmi_peer_gid_userpos_list_event_id,
5042 wmi_pdev_check_cal_version_event_id,
5043 wmi_atf_peer_stats_event_id,
Vijay Pamidipatiadd0ba72017-01-17 12:53:05 +05305044 wmi_peer_delete_response_event_id,
Govind Singh89727882016-04-15 13:58:27 +05305045
5046 wmi_events_max,
5047} wmi_conv_event_id;
5048
5049#define WMI_UNAVAILABLE_PARAM 0
5050/**
5051 * Host based ENUM IDs for PDEV params to abstract target enums
5052 */
5053typedef enum {
5054 wmi_pdev_param_tx_chain_mask = 0,
5055 wmi_pdev_param_rx_chain_mask,
5056 wmi_pdev_param_txpower_limit2g,
5057 wmi_pdev_param_txpower_limit5g,
5058 wmi_pdev_param_txpower_scale,
5059 wmi_pdev_param_beacon_gen_mode,
5060 wmi_pdev_param_beacon_tx_mode,
5061 wmi_pdev_param_resmgr_offchan_mode,
5062 wmi_pdev_param_protection_mode,
5063 wmi_pdev_param_dynamic_bw,
5064 wmi_pdev_param_non_agg_sw_retry_th,
5065 wmi_pdev_param_agg_sw_retry_th,
5066 wmi_pdev_param_sta_kickout_th,
5067 wmi_pdev_param_ac_aggrsize_scaling,
5068 wmi_pdev_param_ltr_enable,
5069 wmi_pdev_param_ltr_ac_latency_be,
5070 wmi_pdev_param_ltr_ac_latency_bk,
5071 wmi_pdev_param_ltr_ac_latency_vi,
5072 wmi_pdev_param_ltr_ac_latency_vo,
5073 wmi_pdev_param_ltr_ac_latency_timeout,
5074 wmi_pdev_param_ltr_sleep_override,
5075 wmi_pdev_param_ltr_rx_override,
5076 wmi_pdev_param_ltr_tx_activity_timeout,
5077 wmi_pdev_param_l1ss_enable,
5078 wmi_pdev_param_dsleep_enable,
5079 wmi_pdev_param_pcielp_txbuf_flush,
5080 wmi_pdev_param_pcielp_txbuf_watermark,
5081 wmi_pdev_param_pcielp_txbuf_tmo_en,
5082 wmi_pdev_param_pcielp_txbuf_tmo_value,
5083 wmi_pdev_param_pdev_stats_update_period,
5084 wmi_pdev_param_vdev_stats_update_period,
5085 wmi_pdev_param_peer_stats_update_period,
5086 wmi_pdev_param_bcnflt_stats_update_period,
5087 wmi_pdev_param_pmf_qos,
5088 wmi_pdev_param_arp_ac_override,
5089 wmi_pdev_param_dcs,
5090 wmi_pdev_param_ani_enable,
5091 wmi_pdev_param_ani_poll_period,
5092 wmi_pdev_param_ani_listen_period,
5093 wmi_pdev_param_ani_ofdm_level,
5094 wmi_pdev_param_ani_cck_level,
5095 wmi_pdev_param_dyntxchain,
5096 wmi_pdev_param_proxy_sta,
5097 wmi_pdev_param_idle_ps_config,
5098 wmi_pdev_param_power_gating_sleep,
5099 wmi_pdev_param_aggr_burst,
5100 wmi_pdev_param_rx_decap_mode,
5101 wmi_pdev_param_fast_channel_reset,
5102 wmi_pdev_param_burst_dur,
5103 wmi_pdev_param_burst_enable,
5104 wmi_pdev_param_smart_antenna_default_antenna,
5105 wmi_pdev_param_igmpmld_override,
5106 wmi_pdev_param_igmpmld_tid,
5107 wmi_pdev_param_antenna_gain,
5108 wmi_pdev_param_rx_filter,
5109 wmi_pdev_set_mcast_to_ucast_tid,
5110 wmi_pdev_param_proxy_sta_mode,
5111 wmi_pdev_param_set_mcast2ucast_mode,
5112 wmi_pdev_param_set_mcast2ucast_buffer,
5113 wmi_pdev_param_remove_mcast2ucast_buffer,
5114 wmi_pdev_peer_sta_ps_statechg_enable,
5115 wmi_pdev_param_igmpmld_ac_override,
5116 wmi_pdev_param_block_interbss,
5117 wmi_pdev_param_set_disable_reset_cmdid,
5118 wmi_pdev_param_set_msdu_ttl_cmdid,
5119 wmi_pdev_param_set_ppdu_duration_cmdid,
5120 wmi_pdev_param_txbf_sound_period_cmdid,
5121 wmi_pdev_param_set_promisc_mode_cmdid,
5122 wmi_pdev_param_set_burst_mode_cmdid,
5123 wmi_pdev_param_en_stats,
5124 wmi_pdev_param_mu_group_policy,
5125 wmi_pdev_param_noise_detection,
5126 wmi_pdev_param_noise_threshold,
5127 wmi_pdev_param_dpd_enable,
5128 wmi_pdev_param_set_mcast_bcast_echo,
5129 wmi_pdev_param_atf_strict_sch,
5130 wmi_pdev_param_atf_sched_duration,
5131 wmi_pdev_param_ant_plzn,
5132 wmi_pdev_param_mgmt_retry_limit,
5133 wmi_pdev_param_sensitivity_level,
5134 wmi_pdev_param_signed_txpower_2g,
5135 wmi_pdev_param_signed_txpower_5g,
5136 wmi_pdev_param_enable_per_tid_amsdu,
5137 wmi_pdev_param_enable_per_tid_ampdu,
5138 wmi_pdev_param_cca_threshold,
5139 wmi_pdev_param_rts_fixed_rate,
5140 wmi_pdev_param_cal_period,
5141 wmi_pdev_param_pdev_reset,
5142 wmi_pdev_param_wapi_mbssid_offset,
5143 wmi_pdev_param_arp_srcaddr,
5144 wmi_pdev_param_arp_dstaddr,
5145 wmi_pdev_param_txpower_decr_db,
5146 wmi_pdev_param_rx_batchmode,
5147 wmi_pdev_param_packet_aggr_delay,
5148 wmi_pdev_param_atf_obss_noise_sch,
5149 wmi_pdev_param_atf_obss_noise_scaling_factor,
5150 wmi_pdev_param_cust_txpower_scale,
5151 wmi_pdev_param_atf_dynamic_enable,
5152 wmi_pdev_param_atf_ssid_group_policy,
5153 wmi_pdev_param_rfkill_enable,
5154 wmi_pdev_param_hw_rfkill_config,
5155 wmi_pdev_param_low_power_rf_enable,
5156 wmi_pdev_param_l1ss_track,
5157 wmi_pdev_param_hyst_en,
5158 wmi_pdev_param_power_collapse_enable,
5159 wmi_pdev_param_led_sys_state,
5160 wmi_pdev_param_led_enable,
5161 wmi_pdev_param_audio_over_wlan_latency,
5162 wmi_pdev_param_audio_over_wlan_enable,
5163 wmi_pdev_param_whal_mib_stats_update_enable,
5164 wmi_pdev_param_vdev_rate_stats_update_period,
5165 wmi_pdev_param_cts_cbw,
5166 wmi_pdev_param_wnts_config,
5167 wmi_pdev_param_adaptive_early_rx_enable,
5168 wmi_pdev_param_adaptive_early_rx_min_sleep_slop,
5169 wmi_pdev_param_adaptive_early_rx_inc_dec_step,
5170 wmi_pdev_param_early_rx_fix_sleep_slop,
5171 wmi_pdev_param_bmiss_based_adaptive_bto_enable,
5172 wmi_pdev_param_bmiss_bto_min_bcn_timeout,
5173 wmi_pdev_param_bmiss_bto_inc_dec_step,
5174 wmi_pdev_param_bto_fix_bcn_timeout,
5175 wmi_pdev_param_ce_based_adaptive_bto_enable,
5176 wmi_pdev_param_ce_bto_combo_ce_value,
5177 wmi_pdev_param_tx_chain_mask_2g,
5178 wmi_pdev_param_rx_chain_mask_2g,
5179 wmi_pdev_param_tx_chain_mask_5g,
5180 wmi_pdev_param_rx_chain_mask_5g,
5181 wmi_pdev_param_tx_chain_mask_cck,
5182 wmi_pdev_param_tx_chain_mask_1ss,
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305183 wmi_pdev_param_enable_btcoex,
5184 wmi_pdev_param_atf_peer_stats,
Sathish Kumar612d0c22017-01-19 14:57:37 +05305185 wmi_pdev_param_btcoex_cfg,
Govind Singh89727882016-04-15 13:58:27 +05305186
5187 wmi_pdev_param_max,
5188} wmi_conv_pdev_params_id;
5189
5190
5191/**
5192 * Host based ENUM IDs for VDEV params to abstract target enums
5193 */
5194typedef enum {
5195 wmi_vdev_param_rts_threshold = 0,
5196 wmi_vdev_param_fragmentation_threshold,
5197 wmi_vdev_param_beacon_interval,
5198 wmi_vdev_param_listen_interval,
5199 wmi_vdev_param_multicast_rate,
5200 wmi_vdev_param_mgmt_tx_rate,
5201 wmi_vdev_param_slot_time,
5202 wmi_vdev_param_preamble,
5203 wmi_vdev_param_swba_time,
5204 wmi_vdev_stats_update_period,
5205 wmi_vdev_pwrsave_ageout_time,
5206 wmi_vdev_host_swba_interval,
5207 wmi_vdev_param_dtim_period,
5208 wmi_vdev_oc_scheduler_air_time_limit,
5209 wmi_vdev_param_wds,
5210 wmi_vdev_param_atim_window,
5211 wmi_vdev_param_bmiss_count_max,
5212 wmi_vdev_param_bmiss_first_bcnt,
5213 wmi_vdev_param_bmiss_final_bcnt,
5214 wmi_vdev_param_feature_wmm,
5215 wmi_vdev_param_chwidth,
5216 wmi_vdev_param_chextoffset,
5217 wmi_vdev_param_disable_htprotection,
5218 wmi_vdev_param_sta_quickkickout,
5219 wmi_vdev_param_mgmt_rate,
5220 wmi_vdev_param_protection_mode,
5221 wmi_vdev_param_fixed_rate,
5222 wmi_vdev_param_sgi,
5223 wmi_vdev_param_ldpc,
5224 wmi_vdev_param_tx_stbc,
5225 wmi_vdev_param_rx_stbc,
5226 wmi_vdev_param_intra_bss_fwd,
5227 wmi_vdev_param_def_keyid,
5228 wmi_vdev_param_nss,
5229 wmi_vdev_param_bcast_data_rate,
5230 wmi_vdev_param_mcast_data_rate,
5231 wmi_vdev_param_mcast_indicate,
5232 wmi_vdev_param_dhcp_indicate,
5233 wmi_vdev_param_unknown_dest_indicate,
5234 wmi_vdev_param_ap_keepalive_min_idle_inactive_time_secs,
5235 wmi_vdev_param_ap_keepalive_max_idle_inactive_time_secs,
5236 wmi_vdev_param_ap_keepalive_max_unresponsive_time_secs,
5237 wmi_vdev_param_ap_enable_nawds,
5238 wmi_vdev_param_mcast2ucast_set,
5239 wmi_vdev_param_enable_rtscts,
5240 wmi_vdev_param_rc_num_retries,
5241 wmi_vdev_param_txbf,
5242 wmi_vdev_param_packet_powersave,
5243 wmi_vdev_param_drop_unencry,
5244 wmi_vdev_param_tx_encap_type,
5245 wmi_vdev_param_ap_detect_out_of_sync_sleeping_sta_time_secs,
5246 wmi_vdev_param_cabq_maxdur,
5247 wmi_vdev_param_mfptest_set,
5248 wmi_vdev_param_rts_fixed_rate,
5249 wmi_vdev_param_vht_sgimask,
5250 wmi_vdev_param_vht80_ratemask,
5251 wmi_vdev_param_early_rx_adjust_enable,
5252 wmi_vdev_param_early_rx_tgt_bmiss_num,
5253 wmi_vdev_param_early_rx_bmiss_sample_cycle,
5254 wmi_vdev_param_early_rx_slop_step,
5255 wmi_vdev_param_early_rx_init_slop,
5256 wmi_vdev_param_early_rx_adjust_pause,
5257 wmi_vdev_param_proxy_sta,
5258 wmi_vdev_param_meru_vc,
5259 wmi_vdev_param_rx_decap_type,
5260 wmi_vdev_param_bw_nss_ratemask,
5261 wmi_vdev_param_sensor_ap,
5262 wmi_vdev_param_beacon_rate,
5263 wmi_vdev_param_dtim_enable_cts,
5264 wmi_vdev_param_sta_kickout,
5265 wmi_vdev_param_tx_pwrlimit,
5266 wmi_vdev_param_snr_num_for_cal,
5267 wmi_vdev_param_roam_fw_offload,
5268 wmi_vdev_param_enable_rmc,
5269 wmi_vdev_param_ibss_max_bcn_lost_ms,
5270 wmi_vdev_param_max_rate,
5271 wmi_vdev_param_early_rx_drift_sample,
5272 wmi_vdev_param_set_ibss_tx_fail_cnt_thr,
5273 wmi_vdev_param_ebt_resync_timeout,
5274 wmi_vdev_param_aggr_trig_event_enable,
5275 wmi_vdev_param_is_ibss_power_save_allowed,
5276 wmi_vdev_param_is_power_collapse_allowed,
5277 wmi_vdev_param_is_awake_on_txrx_enabled,
5278 wmi_vdev_param_inactivity_cnt,
5279 wmi_vdev_param_txsp_end_inactivity_time_ms,
5280 wmi_vdev_param_dtim_policy,
5281 wmi_vdev_param_ibss_ps_warmup_time_secs,
5282 wmi_vdev_param_ibss_ps_1rx_chain_in_atim_window_enable,
5283 wmi_vdev_param_rx_leak_window,
5284 wmi_vdev_param_stats_avg_factor,
5285 wmi_vdev_param_disconnect_th,
5286 wmi_vdev_param_rtscts_rate,
5287 wmi_vdev_param_mcc_rtscts_protection_enable,
5288 wmi_vdev_param_mcc_broadcast_probe_enable,
Himanshu Agarwal56c292f2016-07-19 15:41:51 +05305289 wmi_vdev_param_capabilities,
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305290 wmi_vdev_param_mgmt_tx_power,
5291 wmi_vdev_param_atf_ssid_sched_policy,
5292 wmi_vdev_param_disable_dyn_bw_rts,
Nandha Kishore Easwaranb3da4222017-02-01 10:59:00 +05305293 wmi_vdev_param_ampdu_subframe_size_per_ac,
Govind Singh89727882016-04-15 13:58:27 +05305294
5295 wmi_vdev_param_max,
5296} wmi_conv_vdev_param_id;
5297
5298/**
5299 * Host based ENUM IDs for service bits to abstract target enums
5300 */
5301typedef enum {
5302 wmi_service_beacon_offload = 0,
5303 wmi_service_scan_offload,
5304 wmi_service_roam_offload,
5305 wmi_service_bcn_miss_offload,
5306 wmi_service_sta_pwrsave,
5307 wmi_service_sta_advanced_pwrsave,
5308 wmi_service_ap_uapsd,
5309 wmi_service_ap_dfs,
5310 wmi_service_11ac,
5311 wmi_service_blockack,
5312 wmi_service_phyerr,
5313 wmi_service_bcn_filter,
5314 wmi_service_rtt,
5315 wmi_service_ratectrl,
5316 wmi_service_wow,
5317 wmi_service_ratectrl_cache,
5318 wmi_service_iram_tids,
5319 wmi_service_burst,
5320 wmi_service_smart_antenna_sw_support,
5321 wmi_service_gtk_offload,
5322 wmi_service_scan_sch,
5323 wmi_service_csa_offload,
5324 wmi_service_chatter,
5325 wmi_service_coex_freqavoid,
5326 wmi_service_packet_power_save,
5327 wmi_service_force_fw_hang,
5328 wmi_service_smart_antenna_hw_support,
5329 wmi_service_gpio,
5330 wmi_sta_uapsd_basic_auto_trig,
5331 wmi_sta_uapsd_var_auto_trig,
5332 wmi_service_sta_keep_alive,
5333 wmi_service_tx_encap,
5334 wmi_service_ap_ps_detect_out_of_sync,
5335 wmi_service_early_rx,
5336 wmi_service_enhanced_proxy_sta,
5337 wmi_service_tt,
5338 wmi_service_atf,
5339 wmi_service_peer_caching,
5340 wmi_service_coex_gpio,
5341 wmi_service_aux_spectral_intf,
5342 wmi_service_aux_chan_load_intf,
5343 wmi_service_bss_channel_info_64,
5344 wmi_service_ext_res_cfg_support,
5345 wmi_service_mesh,
5346 wmi_service_restrt_chnl_support,
5347 wmi_service_roam_scan_offload,
5348 wmi_service_arpns_offload,
5349 wmi_service_nlo,
5350 wmi_service_sta_dtim_ps_modulated_dtim,
5351 wmi_service_sta_smps,
5352 wmi_service_fwtest,
5353 wmi_service_sta_wmmac,
5354 wmi_service_tdls,
5355 wmi_service_mcc_bcn_interval_change,
5356 wmi_service_adaptive_ocs,
5357 wmi_service_ba_ssn_support,
5358 wmi_service_filter_ipsec_natkeepalive,
5359 wmi_service_wlan_hb,
5360 wmi_service_lte_ant_share_support,
5361 wmi_service_batch_scan,
5362 wmi_service_qpower,
5363 wmi_service_plmreq,
5364 wmi_service_thermal_mgmt,
5365 wmi_service_rmc,
5366 wmi_service_mhf_offload,
5367 wmi_service_coex_sar,
5368 wmi_service_bcn_txrate_override,
5369 wmi_service_nan,
5370 wmi_service_l1ss_stat,
5371 wmi_service_estimate_linkspeed,
5372 wmi_service_obss_scan,
5373 wmi_service_tdls_offchan,
5374 wmi_service_tdls_uapsd_buffer_sta,
5375 wmi_service_tdls_uapsd_sleep_sta,
5376 wmi_service_ibss_pwrsave,
5377 wmi_service_lpass,
5378 wmi_service_extscan,
5379 wmi_service_d0wow,
5380 wmi_service_hsoffload,
5381 wmi_service_roam_ho_offload,
5382 wmi_service_rx_full_reorder,
5383 wmi_service_dhcp_offload,
5384 wmi_service_sta_rx_ipa_offload_support,
5385 wmi_service_mdns_offload,
5386 wmi_service_sap_auth_offload,
5387 wmi_service_dual_band_simultaneous_support,
5388 wmi_service_ocb,
5389 wmi_service_ap_arpns_offload,
5390 wmi_service_per_band_chainmask_support,
5391 wmi_service_packet_filter_offload,
5392 wmi_service_mgmt_tx_htt,
5393 wmi_service_mgmt_tx_wmi,
5394 wmi_service_ext_msg,
5395 wmi_service_mawc,
5396
5397 wmi_service_peer_stats,
5398 wmi_service_mesh_11s,
5399 wmi_service_periodic_chan_stat_support,
5400 wmi_service_tx_mode_push_only,
5401 wmi_service_tx_mode_push_pull,
5402 wmi_service_tx_mode_dynamic,
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305403 wmi_service_check_cal_version,
Sathish Kumar7e566c52016-11-10 15:30:22 +05305404 wmi_service_btcoex_duty_cycle,
Sathish Kumar612d0c22017-01-19 14:57:37 +05305405 wmi_service_4_wire_coex_support,
Govind Singh89727882016-04-15 13:58:27 +05305406
5407 wmi_services_max,
5408} wmi_conv_service_ids;
5409#define WMI_SERVICE_UNAVAILABLE 0xFFFF
5410
5411/**
5412 * struct target_capability_info - Target capabilities in service ready
5413 * @phy_capability: PHY capabilities
5414 * @max_frag_entry: Maximum frag entries
5415 * @num_rf_chains: Number of RF chains supported
5416 * @ht_cap_info: HT cap info
5417 * @vht_cap_info: VHT cap info
5418 * @vht_supp_mcs: VHT Supported MCS
5419 * @hw_min_tx_power: HW minimum tx power
5420 * @hw_max_tx_power: HW maximum tx power
5421 * @sys_cap_info: sys capability info
5422 * @min_pkt_size_enable: Enterprise mode short pkt enable
5423 * @max_bcn_ie_size: Max beacon and probe rsp IE offload size
5424 * @max_num_scan_channels: Max scan channels
5425 * @max_supported_macs: max supported MCS
5426 * @wmi_fw_sub_feat_caps: FW sub feature capabilities
5427 * @txrx_chainmask: TXRX chain mask
5428 * @default_dbs_hw_mode_index: DBS hw mode index
5429 * @num_msdu_desc: number of msdu desc
5430 */
5431typedef struct {
5432 uint32_t phy_capability;
5433 uint32_t max_frag_entry;
5434 uint32_t num_rf_chains;
5435 uint32_t ht_cap_info;
5436 uint32_t vht_cap_info;
5437 uint32_t vht_supp_mcs;
5438 uint32_t hw_min_tx_power;
5439 uint32_t hw_max_tx_power;
5440 uint32_t sys_cap_info;
5441 uint32_t min_pkt_size_enable;
5442 uint32_t max_bcn_ie_size;
5443 uint32_t max_num_scan_channels;
5444 uint32_t max_supported_macs;
5445 uint32_t wmi_fw_sub_feat_caps;
5446 uint32_t txrx_chainmask;
5447 uint32_t default_dbs_hw_mode_index;
5448 uint32_t num_msdu_desc;
5449} target_capability_info;
5450
5451/**
Sandeep Puligilla82b95ca2017-01-04 16:45:45 -08005452 * enum WMI_DBG_PARAM - Debug params
5453 * @WMI_DBGLOG_LOG_LEVEL: Set the loglevel
5454 * @WMI_DBGLOG_VAP_ENABLE: Enable VAP level debug
5455 * @WMI_DBGLOG_VAP_DISABLE: Disable VAP level debug
5456 * @WMI_DBGLOG_MODULE_ENABLE: Enable MODULE level debug
5457 * @WMI_DBGLOG_MODULE_DISABLE: Disable MODULE level debug
5458 * @WMI_DBGLOG_MOD_LOG_LEVEL: Enable MODULE level debug
5459 * @WMI_DBGLOG_TYPE: set type of the debug output
5460 * @WMI_DBGLOG_REPORT_ENABLE: Enable Disable debug
5461 */
5462typedef enum {
5463 WMI_DBGLOG_LOG_LEVEL = 0x1,
5464 WMI_DBGLOG_VAP_ENABLE,
5465 WMI_DBGLOG_VAP_DISABLE,
5466 WMI_DBGLOG_MODULE_ENABLE,
5467 WMI_DBGLOG_MODULE_DISABLE,
5468 WMI_DBGLOG_MOD_LOG_LEVEL,
5469 WMI_DBGLOG_TYPE,
5470 WMI_DBGLOG_REPORT_ENABLE
5471} WMI_DBG_PARAM;
5472
5473/**
Govind Singh89727882016-04-15 13:58:27 +05305474 * struct wmi_host_fw_ver - FW version in non-tlv target
5475 * @sw_version: Versin info
5476 * @sw_version_1: Second dword of version
5477 */
5478struct wmi_host_fw_ver {
5479 uint32_t sw_version;
5480 uint32_t sw_version_1;
5481};
5482
5483/**
5484 * struct wmi_host_fw_abi_ver - FW version in non-tlv target
5485 * @sw_version: Versin info
5486 * @abi_version: ABI version
5487 */
5488struct wmi_host_fw_abi_ver {
5489 uint32_t sw_version;
5490 uint32_t abi_version;
5491};
5492
5493/**
5494 * struct target_resource_config - Resource config sent from host to target
5495 * abstracted out to include union of both configs
5496 * @num_vdevs: Number vdevs configured
5497 * @num_peers: Number of peers
5498 * @num_active_peers: Number of active peers for peer cache
5499 * @num_offload_peers: Number of offload peers
5500 * @num_offload_reorder_buffs: number of offload reorder buffs
5501 * @num_peer_keys: number of peer keys
5502 * @num_tids: number of tids
5503 * @ast_skid_limit: AST skid limit
5504 * @tx_chain_mask: TX chain mask
5505 * @rx_chain_mask: RX chain mask
5506 * @rx_timeout_pri: RX reorder timeout per AC
5507 * @rx_decap_mode: RX decap mode
5508 * @scan_max_pending_req: Scan mac pending req
5509 * @bmiss_offload_max_vdev: Beacom miss offload max vdevs
5510 * @roam_offload_max_vdev: Roam offload max vdevs
5511 * @roam_offload_max_ap_profiles: roam offload max ap profiles
5512 * @num_mcast_groups: num mcast groups
5513 * @num_mcast_table_elems: number of macst table elems
5514 * @mcast2ucast_mode: mcast enhance mode
5515 * @tx_dbg_log_size: DBG log buf size
5516 * @num_wds_entries: number of WDS entries
5517 * @dma_burst_size: DMA burst size.
5518 * @mac_aggr_delim: Mac aggr delim
5519 * @rx_skip_defrag_timeout_dup_detection_check: Defrag dup check in host?
5520 * @vow_config: vow configuration
5521 * @gtk_offload_max_vdev: Max vdevs for GTK offload
5522 * @num_msdu_desc: Number of msdu desc
5523 * @max_frag_entries: Max frag entries
5524 * End common
5525 * @max_peer_ext_stats: Max peer EXT stats
5526 * @smart_ant_cap: Smart antenna capabilities
5527 * @BK_Minfree: BIN configuration for BK traffic
5528 * @BE_Minfree: BIN configuration for BE traffic
5529 * @VI_Minfree: BIN configuration for VI traffic
5530 * @VO_Minfree: BIN configuration for VO traffic
5531 * @rx_batchmode: RX batch mode
5532 * @tt_support: Thermal throttling support
5533 * @atf_config: ATF config
5534 * @iphdr_pad_config: ipheader pad config
5535 * @qwrap_config: Qwrap configuration
5536 * @alloc_frag_desc_for_data_pkt: Frag desc for data
5537 * Added in MCL
5538 * @num_tdls_vdevs:
5539 * @num_tdls_conn_table_entries:
5540 * @beacon_tx_offload_max_vdev:
5541 * @num_multicast_filter_entries:
5542 * @num_wow_filters:
5543 * @num_keep_alive_pattern:
5544 * @keep_alive_pattern_size:
5545 * @max_tdls_concurrent_sleep_sta:
5546 * @max_tdls_concurrent_buffer_sta:
5547 * @wmi_send_separate:
5548 * @num_ocb_vdevs:
5549 * @num_ocb_channels:
5550 * @num_ocb_schedules:
5551 */
5552typedef struct {
5553 uint32_t num_vdevs;
5554 uint32_t num_peers;
5555 uint32_t num_active_peers;
5556 uint32_t num_offload_peers;
5557 uint32_t num_offload_reorder_buffs;
5558 uint32_t num_peer_keys;
5559 uint32_t num_tids;
5560 uint32_t ast_skid_limit;
5561 uint32_t tx_chain_mask;
5562 uint32_t rx_chain_mask;
5563 uint32_t rx_timeout_pri[4];
5564 uint32_t rx_decap_mode;
5565 uint32_t scan_max_pending_req;
5566 uint32_t bmiss_offload_max_vdev;
5567 uint32_t roam_offload_max_vdev;
5568 uint32_t roam_offload_max_ap_profiles;
5569 uint32_t num_mcast_groups;
5570 uint32_t num_mcast_table_elems;
5571 uint32_t mcast2ucast_mode;
5572 uint32_t tx_dbg_log_size;
5573 uint32_t num_wds_entries;
5574 uint32_t dma_burst_size;
5575 uint32_t mac_aggr_delim;
5576 uint32_t rx_skip_defrag_timeout_dup_detection_check;
5577 uint32_t vow_config;
5578 uint32_t gtk_offload_max_vdev;
5579 uint32_t num_msdu_desc; /* Number of msdu desc */
5580 uint32_t max_frag_entries;
5581 /* End common */
5582
5583 /* Added for Beeliner */
5584 uint32_t max_peer_ext_stats;
5585 uint32_t smart_ant_cap;
5586 uint32_t BK_Minfree;
5587 uint32_t BE_Minfree;
5588 uint32_t VI_Minfree;
5589 uint32_t VO_Minfree;
5590 uint32_t rx_batchmode;
5591 uint32_t tt_support;
5592 uint32_t atf_config;
5593 uint32_t iphdr_pad_config;
5594 uint32_t
5595 qwrap_config:16,
5596 alloc_frag_desc_for_data_pkt:16;
5597
5598 /* Added in MCL */
5599 uint32_t num_tdls_vdevs;
5600 uint32_t num_tdls_conn_table_entries;
5601 uint32_t beacon_tx_offload_max_vdev;
5602 uint32_t num_multicast_filter_entries;
5603 uint32_t num_wow_filters;
5604 uint32_t num_keep_alive_pattern;
5605 uint32_t keep_alive_pattern_size;
5606 uint32_t max_tdls_concurrent_sleep_sta;
5607 uint32_t max_tdls_concurrent_buffer_sta;
5608 uint32_t wmi_send_separate;
5609 uint32_t num_ocb_vdevs;
5610 uint32_t num_ocb_channels;
5611 uint32_t num_ocb_schedules;
5612} target_resource_config;
5613
5614/**
5615 * struct wds_addr_event - WDS addr event structure
5616 * @event_type: event type add/delete
5617 * @peer_mac: peer mac
5618 * @dest_mac: destination mac address
5619 */
5620typedef struct {
5621 uint32_t event_type[4];
5622 u_int8_t peer_mac[IEEE80211_ADDR_LEN];
5623 u_int8_t dest_mac[IEEE80211_ADDR_LEN];
5624} wds_addr_event_t;
5625/**
5626 * Enum replicated for host abstraction with FW
5627 */
5628typedef enum {
5629 /* Event respose of START CMD */
5630 WMI_HOST_VDEV_START_RESP_EVENT = 0,
5631 /* Event respose of RESTART CMD */
5632 WMI_HOST_VDEV_RESTART_RESP_EVENT,
5633} WMI_HOST_START_EVENT_PARAM;
5634
5635/**
5636 * struct wmi_host_vdev_start_resp - VDEV start response
5637 * @vdev_id: vdev id
5638 * @requestor_id: requestor id that requested the VDEV start request
5639 * @resp_type: Respose of Event type START/RESTART
5640 * @status: status of the response
5641 * @chain_mask: Vdev chain mask
5642 * @smps_mode: Vdev mimo power save mode
5643 * @mac_id: mac_id field contains the MAC identifier that the
5644 * VDEV is bound to. The valid range is 0 to (num_macs-1).
5645 * @cfgd_tx_streams: Configured Transmit Streams
5646 * @cfgd_rx_streams: Configured Receive Streams
5647 */
5648typedef struct {
5649 uint32_t vdev_id;
5650 uint32_t requestor_id;
5651 WMI_HOST_START_EVENT_PARAM resp_type;
5652 uint32_t status;
5653 uint32_t chain_mask;
5654 uint32_t smps_mode;
5655 uint32_t mac_id;
5656 uint32_t cfgd_tx_streams;
5657 uint32_t cfgd_rx_streams;
5658} wmi_host_vdev_start_resp;
5659
5660#define WMI_HOST_ATH_MAX_ANTENNA 4
5661/**
5662 * struct wmi_host_mgmt_rx_hdr - host mgmt header params
5663 * @channel: channel on which this frame is received
5664 * @snr: snr information used to cal rssi
5665 * @rssi_ctl[WMI_HOST_ATH_MAX_ANTENNA]: RSSI of PRI 20MHz for each chain.
5666 * @rate: Rate kbps
5667 * @phy_mode: rx phy mode WLAN_PHY_MODE
5668 * @buf_len: length of the frame
5669 * @status: rx status
5670 * @flags: information about the management frame e.g. can give a
5671 * scan source for a scan result mgmt frame
5672 * @rssi: combined RSSI, i.e. the sum of the snr + noise floor (dBm units)
5673 * @tsf_delta:
5674 */
5675typedef struct {
5676 uint32_t channel;
5677 uint32_t snr;
5678 uint8_t rssi_ctl[WMI_HOST_ATH_MAX_ANTENNA];
5679 uint32_t rate;
5680 uint32_t phy_mode;
5681 uint32_t buf_len;
5682 uint32_t status;
5683 uint32_t flags;
5684 int32_t rssi;
5685 uint32_t tsf_delta;
5686} wmi_host_mgmt_rx_hdr;
5687
5688/**
5689 * struct wmi_host_roam_event - host roam event param
5690 * @vdev_id: vdev id
5691 * @reason: roam reason
5692 * @rssi: RSSI
5693 */
5694typedef struct {
5695 uint32_t vdev_id;
5696 uint32_t reason;
5697 uint32_t rssi;
5698} wmi_host_roam_event;
5699
5700/**
5701 * ENUM wmi_host_scan_event_type - Scan event type
5702 */
5703enum wmi_host_scan_event_type {
5704 WMI_HOST_SCAN_EVENT_STARTED = 0x1,
5705 WMI_HOST_SCAN_EVENT_COMPLETED = 0x2,
5706 WMI_HOST_SCAN_EVENT_BSS_CHANNEL = 0x4,
5707 WMI_HOST_SCAN_EVENT_FOREIGN_CHANNEL = 0x8,
5708 WMI_HOST_SCAN_EVENT_DEQUEUED = 0x10,
5709 WMI_HOST_SCAN_EVENT_PREEMPTED = 0x20,
5710 WMI_HOST_SCAN_EVENT_START_FAILED = 0x40,
5711 WMI_HOST_SCAN_EVENT_RESTARTED = 0x80,
5712 WMI_HOST_SCAN_EVENT_FOREIGN_CHANNEL_EXIT = 0x100,
5713 WMI_HOST_SCAN_EVENT_INVALID = 0x200,
Sathish Kumar753eb7d2016-10-25 18:47:52 +05305714 WMI_HOST_SCAN_EVENT_GPIO_TIMEOUT = 0x400,
Govind Singh89727882016-04-15 13:58:27 +05305715 WMI_HOST_SCAN_EVENT_MAX = 0x8000
5716};
5717
5718/**
5719 * ENUM wmi_host_scan_completion_reason - Scan completion event type
5720 */
5721enum wmi_host_scan_completion_reason {
5722 /** scan related events */
5723 WMI_HOST_SCAN_REASON_NONE = 0xFF,
5724 WMI_HOST_SCAN_REASON_COMPLETED = 0,
5725 WMI_HOST_SCAN_REASON_CANCELLED = 1,
5726 WMI_HOST_SCAN_REASON_PREEMPTED = 2,
5727 WMI_HOST_SCAN_REASON_TIMEDOUT = 3,
5728 WMI_HOST_SCAN_REASON_INTERNAL_FAILURE = 4,
5729 WMI_HOST_SCAN_REASON_MAX,
5730};
5731
5732/**
5733 * struct wmi_host_scan_event - Scan event response from target
5734 * @event: event type
5735 * @reason: Reason for event
5736 * @channel_freq: channel frequency
5737 * @requestor: requestor id
5738 * @scan_id: scan id
5739 * @vdev_id: vdev id
5740 */
5741typedef struct {
5742 uint32_t event;
5743 uint32_t reason;
5744 uint32_t channel_freq;
5745 uint32_t requestor;
5746 uint32_t scan_id;
5747 uint32_t vdev_id;
5748} wmi_host_scan_event;
5749
5750/**
5751 * struct wmi_host_pdev_reserve_ast_entry_event - Reserve AST entry
5752 * @result: result
5753 */
5754typedef struct {
5755 uint32_t result;
5756} wmi_host_pdev_reserve_ast_entry_event;
5757
5758/**
5759 * struct wmi_host_mcast_ageout_entry - mcast aged-out entry
5760 * @grp_addr: IPv4/6 mcast group addr
5761 * @vdev_id: vdev id
5762 */
5763typedef struct {
5764 uint8_t grp_addr[16];
5765 uint32_t vdev_id;
5766} wmi_host_mcast_ageout_entry;
5767
5768/**
5769 * struct wmi_host_mcast_list_ageout_event - List of mcast entry aged-out
5770 * @num_entry: Number of mcast entries timed-out
5771 * @entry: List of wmi_host_mcast_ageout_entry
5772 */
5773typedef struct {
5774 uint32_t num_entry;
5775 wmi_host_mcast_ageout_entry entry[1];
5776} wmi_host_mcast_list_ageout_event;
5777
5778/**
5779 * struct wmi_host_pdev_nfcal_power_all_channels_event - NF cal event data
5780 * @nfdBr:
5781 * chan0: {NFCalPower_chain0, NFCalPower_chain1,
5782 * NFCalPower_chain2, NFCalPower_chain3},
5783 * chan1: {NFCalPower_chain0, NFCalPower_chain1,
5784 * NFCalPower_chain2, NFCalPower_chain3},
5785 * chan2: {NFCalPower_chain0, NFCalPower_chain1,
5786 * NFCalPower_chain2, NFCalPower_chain3},
5787 * chan3: {NFCalPower_chain0, NFCalPower_chain1,
5788 * NFCalPower_chain2, NFCalPower_chain3},
5789 * @nfdBr:
5790 * chan0: {NFCalPower_chain0, NFCalPower_chain1,
5791 * NFCalPower_chain2, NFCalPower_chain3},
5792 * chan1: {NFCalPower_chain0, NFCalPower_chain1,
5793 * NFCalPower_chain2, NFCalPower_chain3},
5794 * chan2: {NFCalPower_chain0, NFCalPower_chain1,
5795 * NFCalPower_chain2, NFCalPower_chain3},
5796 * chan3: {NFCalPower_chain0, NFCalPower_chain1,
5797 * NFCalPower_chain2, NFCalPower_chain3},
5798 * @freqNum: frequency number
5799 */
5800typedef struct {
5801 int8_t nfdBr[WMI_HOST_RXG_CAL_CHAN_MAX * WMI_HOST_MAX_NUM_CHAINS];
5802 int8_t nfdBm[WMI_HOST_RXG_CAL_CHAN_MAX * WMI_HOST_MAX_NUM_CHAINS];
5803 uint32_t freqNum[WMI_HOST_RXG_CAL_CHAN_MAX];
5804} wmi_host_pdev_nfcal_power_all_channels_event;
5805
5806/**
5807 * struct wmi_host_pdev_tpc_event - WMI host pdev TPC event
5808 * @tpc:
5809 */
5810typedef struct {
5811 uint32_t tpc[1];
5812} wmi_host_pdev_tpc_event;
5813
5814/**
5815 * struct wmi_host_pdev_generic_buffer_event
5816 * @buf_type: Buffer type
5817 * @frag_id: Frag id
5818 * @more_frag: more frags pending
5819 * @buf_len: buffer length
5820 * @buf_info: variable length buffer
5821 */
5822typedef struct {
5823 uint32_t buf_type;
5824 uint32_t frag_id;
5825 uint32_t more_frag;
5826 uint32_t buf_len;
5827 uint32_t buf_info[1];
5828} wmi_host_pdev_generic_buffer_event;
5829/**
5830 * Enum for host buffer event
5831 */
5832enum {
5833 WMI_HOST_BUFFER_TYPE_RATEPWR_TABLE,
5834 WMI_HOST_BUFFER_TYPE_CTL_TABLE,
5835};
5836
5837/**
5838 * struct wmi_host_pdev_tpc_config_event - host pdev tpc config event
5839 * @regDomain:
5840 * @chanFreq:
5841 * @phyMode:
5842 * @twiceAntennaReduction:
5843 * @twiceMaxRDPower:
5844 * @twiceAntennaGain:
5845 * @powerLimit:
5846 * @rateMax:
5847 * @numTxChain:
5848 * @ctl:
5849 * @flags:
5850 * @maxRegAllowedPower:
5851 * @maxRegAllowedPowerAGCDD:
5852 * @maxRegAllowedPowerAGSTBC:
5853 * @maxRegAllowedPowerAGTXBF:
5854 * @ratesArray:
5855 */
5856typedef struct {
5857 uint32_t regDomain;
5858 uint32_t chanFreq;
5859 uint32_t phyMode;
5860 uint32_t twiceAntennaReduction;
5861 uint32_t twiceMaxRDPower;
5862 int32_t twiceAntennaGain;
5863 uint32_t powerLimit;
5864 uint32_t rateMax;
5865 uint32_t numTxChain;
5866 uint32_t ctl;
5867 uint32_t flags;
5868 int8_t maxRegAllowedPower[WMI_HOST_TPC_TX_NUM_CHAIN];
5869 int8_t maxRegAllowedPowerAGCDD[WMI_HOST_TPC_TX_NUM_CHAIN][WMI_HOST_TPC_TX_NUM_CHAIN];
5870 int8_t maxRegAllowedPowerAGSTBC[WMI_HOST_TPC_TX_NUM_CHAIN][WMI_HOST_TPC_TX_NUM_CHAIN];
5871 int8_t maxRegAllowedPowerAGTXBF[WMI_HOST_TPC_TX_NUM_CHAIN][WMI_HOST_TPC_TX_NUM_CHAIN];
5872 uint8_t ratesArray[WMI_HOST_TPC_RATE_MAX];
5873} wmi_host_pdev_tpc_config_event;
5874/**
5875 * Enums for TPC event
5876 */
5877typedef enum {
5878 WMI_HOST_TPC_CONFIG_EVENT_FLAG_TABLE_CDD = 0x1,
5879 WMI_HOST_TPC_CONFIG_EVENT_FLAG_TABLE_STBC = 0x2,
5880 WMI_HOST_TPC_CONFIG_EVENT_FLAG_TABLE_TXBF = 0x4,
5881} WMI_HOST_TPC_CONFIG_EVENT_FLAG;
5882
5883/**
5884 * Medium Utilization evaluation algorithms
5885 * These algorithms can be complementary rather than exclusive.
5886 */
5887typedef enum {
5888 WMI_HOST_MU_BASIC_ALGO = 0x1,
5889 WMI_HOST_MU_PER_BSSID_ALGO = 0x2,
5890 WMI_HOST_MU_HIDDEN_NODE_ALGO = 0x4,
5891} WMI_HOST_MU_ALGO_TYPE;
5892/* max MU alg combinations supported by target */
5893#define WMI_HOST_MU_MAX_ALGO_TYPE 3
5894
5895/**
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305896 * struct wmi_host_mu_db_entry
5897 * @event_type: 0=AP, 1=STA, 2=Small Cell(SC)
5898 * @bssid_mac_addr: Transmitter MAC if entry is WiFi node. PLMNID if SC
5899 * @tx_addr: Transmitter MAC if entry is WiFi node. PLMNID if SC
5900 * @avg_duration_us: Avg. duration for which node was transmitting
5901 * @avg_rssi: Avg. RSSI of all TX packets by node. Unit dBm
5902 * @mu_percent: % medium utilization by node
5903 */
5904typedef struct {
5905 uint32_t entry_type;
5906 wmi_host_mac_addr bssid_mac_addr;
5907 wmi_host_mac_addr tx_addr;
5908 uint32_t avg_duration_us;
5909 uint32_t avg_rssi;
5910 uint32_t mu_percent;
5911} wmi_host_mu_db_entry;
5912
5913/**
Govind Singh89727882016-04-15 13:58:27 +05305914 * struct wmi_host_mu_report_event - WMI_MU_REPORT_EVENTID
5915 * @mu_request_id: request id
5916 * @status_reason: MU_STATUS_REASON
5917 * @total_mu: MU_ALG_TYPE combinations
5918 * @num_active_bssid: number of active bssid
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305919 * @hidden_node_mu : hidden node algo MU per bin
5920 * @num_TA_entries : No. of entries found in MU db report
Govind Singh89727882016-04-15 13:58:27 +05305921 */
5922typedef struct {
5923 uint32_t mu_request_id;
5924 uint32_t status_reason;
5925 uint32_t total_mu[WMI_HOST_MU_MAX_ALGO_TYPE];
5926 uint32_t num_active_bssid;
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305927 uint32_t hidden_node_mu[LTEU_MAX_BINS];
5928 uint32_t num_TA_entries;
Govind Singh89727882016-04-15 13:58:27 +05305929} wmi_host_mu_report_event;
5930
5931/**
5932 * struct wmi_host_mgmt_tx_compl_event - TX completion event
5933 * @desc_id: from tx_send_cmd
5934 * @status: WMI_MGMT_TX_COMP_STATUS_TYPE
5935 */
5936typedef struct {
5937 uint32_t desc_id;
5938 uint32_t status;
5939} wmi_host_mgmt_tx_compl_event;
5940
5941#define WMI_HOST_TIM_BITMAP_ARRAY_SIZE 17
5942
5943/**
5944 * struct wmi_host_tim_info - TIM info in SWBA event
5945 * @tim_len: TIM length
5946 * @tim_mcast:
5947 * @tim_bitmap: TIM bitmap
5948 * @tim_changed: TIM changed
5949 * @tim_num_ps_pending: TIM num PS sta pending
5950 */
5951typedef struct {
5952 uint32_t tim_len;
5953 uint32_t tim_mcast;
5954 uint32_t tim_bitmap[WMI_HOST_TIM_BITMAP_ARRAY_SIZE];
5955 uint32_t tim_changed;
5956 uint32_t tim_num_ps_pending;
5957} wmi_host_tim_info;
5958
5959/**
5960 * struct wmi_host_p2p_noa_descriptor - NoA desc in SWBA event
5961 * @type_count: Absence count
5962 * @duration: NoA duration
5963 * @interval: NoA interval
5964 * @start_time: start time
5965 */
5966typedef struct {
5967 uint32_t type_count;
5968 uint32_t duration;
5969 uint32_t interval;
5970 uint32_t start_time;
5971} wmi_host_p2p_noa_descriptor;
5972/* Maximum number of NOA Descriptors supported */
5973#define WMI_HOST_P2P_MAX_NOA_DESCRIPTORS 4
5974/**
5975 * struct wmi_host_p2p_noa_info - p2p noa information
5976 * @modified: NoA modified
5977 * @index: Index
5978 * @oppPS: Oppurtunstic ps
5979 * @ctwindow: CT window
5980 * @num_descriptors: number of descriptors
5981 * @noa_descriptors: noa descriptors
5982 */
5983typedef struct {
5984 uint8_t modified;
5985 uint8_t index;
5986 uint8_t oppPS;
5987 uint8_t ctwindow;
5988 uint8_t num_descriptors;
5989 wmi_host_p2p_noa_descriptor
5990 noa_descriptors[WMI_HOST_P2P_MAX_NOA_DESCRIPTORS];
5991} wmi_host_p2p_noa_info;
5992
5993/**
5994 * struct wmi_host_peer_sta_kickout_event
5995 * @peer_macaddr: peer mac address
5996 * @reason: kickout reason
5997 * @rssi: rssi
5998 */
5999typedef struct {
6000 uint8_t peer_macaddr[IEEE80211_ADDR_LEN];
6001 uint32_t reason;
6002 uint32_t rssi;
6003} wmi_host_peer_sta_kickout_event;
6004
6005/**
6006 * struct wmi_host_peer_sta_ps_statechange_event - ST ps state change event
6007 * @peer_macaddr: peer mac address
6008 * @peer_ps_stats: peer PS state
6009 */
6010typedef struct {
6011 uint8_t peer_macaddr[IEEE80211_ADDR_LEN];
6012 uint32_t peer_ps_state;
6013} wmi_host_peer_sta_ps_statechange_event;
6014
6015/* Maximum CCK, OFDM rates supported */
6016#define WMI_SA_MAX_CCK_OFDM_RATES 12
6017/* Maximum MCS rates supported; 4 rates in each dword */
6018#define WMI_SA_MAX_MCS_RATES 40
6019#define WMI_SA_MAX_RATE_COUNTERS 4
6020/* Maximum rate series used for transmission */
6021#define SA_MAX_RATE_SERIES 2
6022
6023#define SA_MAX_LEGACY_RATE_DWORDS 3
6024#define SA_MAX_HT_RATE_DWORDS 10
6025#define SA_BYTES_IN_DWORD 4
6026#define SA_MASK_BYTE 0xff
6027/* TODO: ratecode_160 needs to add for future chips */
6028/**
6029 * struct wmi_sa_rate_cap - smart antenna rat capabilities
6030 * @ratecode_legacy: Rate code array for CCK OFDM
6031 * @ratecode_20: Rate code array for 20MHz BW
6032 * @ratecode_40: Rate code array for 40MHz BW
6033 * @ratecode_80: Rate code array for 80MHz BW
6034 * @ratecount: Max Rate count for each mode
6035 */
6036typedef struct {
6037 uint8_t ratecode_legacy[WMI_SA_MAX_CCK_OFDM_RATES];
6038 uint8_t ratecode_20[WMI_SA_MAX_MCS_RATES];
6039 uint8_t ratecode_40[WMI_SA_MAX_MCS_RATES];
6040 uint8_t ratecode_80[WMI_SA_MAX_MCS_RATES];
6041 uint8_t ratecount[WMI_SA_MAX_RATE_COUNTERS];
6042} wmi_sa_rate_cap;
6043
6044/** Preamble types to be used with VDEV fixed rate configuration */
6045typedef enum {
6046 WMI_HOST_RATE_PREAMBLE_OFDM,
6047 WMI_HOST_RATE_PREAMBLE_CCK,
6048 WMI_HOST_RATE_PREAMBLE_HT,
6049 WMI_HOST_RATE_PREAMBLE_VHT,
6050} WMI_HOST_RATE_PREAMBLE;
6051
6052#define WMI_HOST_FIXED_RATE_NONE (0xff)
6053
6054/** slot time long */
6055#define WMI_HOST_VDEV_SLOT_TIME_LONG 0x1
6056/** slot time short */
6057#define WMI_HOST_VDEV_SLOT_TIME_SHORT 0x2
6058/** preablbe long */
6059#define WMI_HOST_VDEV_PREAMBLE_LONG 0x1
6060/** preablbe short */
6061#define WMI_HOST_VDEV_PREAMBLE_SHORT 0x2
6062/** found a better AP */
6063#define WMI_HOST_ROAM_REASON_BETTER_AP 0x1
6064/** beacon miss detected */
6065#define WMI_HOST_ROAM_REASON_BMISS 0x2
6066/** deauth/disassoc received */
6067#define WMI_HOST_ROAM_REASON_DEAUTH 0x2
6068/** connected AP's low rssi condition detected */
6069#define WMI_HOST_ROAM_REASON_LOW_RSSI 0x3
6070/** found another AP that matches SSID and Security profile in
6071 * WMI_ROAM_AP_PROFILE, found during scan triggered upon FINAL_BMISS
6072 */
6073#define WMI_HOST_ROAM_REASON_SUITABLE_AP 0x4
6074/** LFR3.0 roaming failed, indicate the disconnection to host */
6075#define WMI_HOST_ROAM_REASON_HO_FAILED 0x5
6076
6077/** values for vdev_type */
6078#define WMI_HOST_VDEV_TYPE_AP 0x1
6079#define WMI_HOST_VDEV_TYPE_STA 0x2
6080#define WMI_HOST_VDEV_TYPE_IBSS 0x3
6081#define WMI_HOST_VDEV_TYPE_MONITOR 0x4
6082
6083/** values for vdev_subtype */
6084#define WMI_HOST_VDEV_SUBTYPE_P2P_DEVICE 0x1
6085#define WMI_HOST_VDEV_SUBTYPE_P2P_CLIENT 0x2
6086#define WMI_HOST_VDEV_SUBTYPE_P2P_GO 0x3
6087#define WMI_HOST_VDEV_SUBTYPE_PROXY_STA 0x4
6088#define WMI_HOST_VDEV_SUBTYPE_MESH 0x5
6089
6090#define WMI_HOST_MGMT_TID 17
6091/* Disable aging & learning */
6092#define WMI_HOST_WDS_FLAG_STATIC 0x1
6093
6094/**
6095 * Peer param enum abstracted from target
6096 */
6097typedef enum {
6098 /** mimo powersave state */
6099 WMI_HOST_PEER_MIMO_PS_STATE = 0x1,
6100 /** enable/disable AMPDU . initial value (enabled) */
6101 WMI_HOST_PEER_AMPDU = 0x2,
6102 /** authorize/unauthorize peer. initial value is unauthorized (0) */
6103 WMI_HOST_PEER_AUTHORIZE = 0x3,
6104 /** peer channel bandwidth */
6105 WMI_HOST_PEER_CHWIDTH = 0x4,
6106 /** peer NSS */
6107 WMI_HOST_PEER_NSS = 0x5,
6108 /** USE 4 ADDR */
6109 WMI_HOST_PEER_USE_4ADDR = 0x6,
6110 /** Enable extended peer stats */
6111 WMI_HOST_PEER_EXT_STATS_ENABLE = 0x7,
6112 /*Use FIXED Pwr */
6113 WMI_HOST_PEER_USE_FIXED_PWR = 0x8,
6114 /* Set peer fixed rate */
6115 WMI_HOST_PEER_PARAM_FIXED_RATE = 0x9,
6116 /* Whitelist peer TIDs */
6117 WMI_HOST_PEER_SET_MU_WHITELIST = 0xa,
6118 /* set group membership status */
6119 WMI_HOST_PEER_MEMBERSHIP = 0xb,
6120 WMI_HOST_PEER_USERPOS = 0xc,
Kiran Venkatappa9da7e042016-08-09 22:52:35 +05306121 WMI_HOST_PEER_CRIT_PROTO_HINT_ENABLED = 0xd,
6122 WMI_HOST_PEER_TX_FAIL_CNT_THR = 0xe,
6123 WMI_HOST_PEER_SET_HW_RETRY_CTS2S = 0xf,
6124 WMI_HOST_PEER_IBSS_ATIM_WINDOW_LENGTH = 0x10,
6125 WMI_HOST_PEER_PHYMODE = 0x11,
6126 WMI_HOST_PEER_SET_MAC_TX_RATE = 0x12,
6127 /* Set default Rx routing */
6128 WMI_HOST_PEER_SET_DEFAULT_ROUTING = 0x13,
6129 WMI_HOST_PEER_SET_MIN_TX_RATE = 0x14,
Govind Singh89727882016-04-15 13:58:27 +05306130} PEER_PARAM_ENUM;
6131#define WMI_HOST_PEER_MIMO_PS_NONE 0x0
6132#define WMI_HOST_PEER_MIMO_PS_STATIC 0x1
6133#define WMI_HOST_PEER_MIMO_PS_DYNAMIC 0x2
6134typedef enum {
6135 HOST_PLATFORM_HIGH_PERF,
6136 HOST_PLATFORM_LOW_PERF,
Sathish Kumar41eca492016-09-16 16:55:35 +05306137 HOST_PLATFORM_LOW_PERF_NO_FETCH,
Govind Singh89727882016-04-15 13:58:27 +05306138} HOST_PLATFORM_TYPE;
6139
6140enum wmi_host_sta_ps_mode {
6141 /** enable power save for the given STA VDEV */
6142 WMI_HOST_STA_PS_MODE_DISABLED = 0,
6143 /** disable power save for a given STA VDEV */
6144 WMI_HOST_STA_PS_MODE_ENABLED = 1,
6145};
6146enum wmi_host_sta_powersave_param {
6147 /**
6148 * Controls how frames are retrievd from AP while STA is sleeping
6149 *
6150 * (see enum wmi_sta_ps_param_rx_wake_policy)
6151 */
6152 WMI_HOST_STA_PS_PARAM_RX_WAKE_POLICY = 0,
6153
6154 /**
6155 * The STA will go active after this many TX
6156 *
6157 * (see enum wmi_sta_ps_param_tx_wake_threshold)
6158 */
6159 WMI_HOST_STA_PS_PARAM_TX_WAKE_THRESHOLD = 1,
6160
6161 /**
6162 * Number of PS-Poll to send before STA wakes up
6163 *
6164 * (see enum wmi_sta_ps_param_pspoll_count)
6165 *
6166 */
6167 WMI_HOST_STA_PS_PARAM_PSPOLL_COUNT = 2,
6168
6169 /**
6170 * TX/RX inactivity time in msec before going to sleep.
6171 *
6172 * The power save SM will monitor tx/rx activity on the VDEV, if no
6173 * activity for the specified msec of the parameter
6174 * the Power save SM will go to sleep.
6175 */
6176 WMI_HOST_STA_PS_PARAM_INACTIVITY_TIME = 3,
6177
6178 /**
6179 * Set uapsd configuration.
6180 *
6181 * (see enum wmi_sta_ps_param_uapsd)
6182 */
6183 WMI_HOST_STA_PS_PARAM_UAPSD = 4,
6184};
6185/* prefix used by scan requestor ids on the host
6186 * replicated here form wmi_unified.h*/
6187#define WMI_HOST_P_SCAN_REQUESTOR_ID_PREFIX 0xA000
6188/* prefix used by scan request ids generated on the host */
6189/* host cycles through the lower 12 bits to generate ids */
6190#define WMI_HOST_P_SCAN_REQ_ID_PREFIX 0xA000
6191
6192#define WMI_HOST_RC_DS_FLAG 0x01 /* Dual stream flag */
6193#define WMI_HOST_RC_CW40_FLAG 0x02 /* CW 40 */
6194#define WMI_HOST_RC_SGI_FLAG 0x04 /* Short Guard Interval */
6195#define WMI_HOST_RC_HT_FLAG 0x08 /* HT */
6196#define WMI_HOST_RC_RTSCTS_FLAG 0x10 /* RTS-CTS */
6197#define WMI_HOST_RC_TX_STBC_FLAG 0x20 /* TX STBC */
6198#define WMI_HOST_RC_RX_STBC_FLAG 0xC0 /* RX STBC ,2 bits */
6199#define WMI_HOST_RC_RX_STBC_FLAG_S 6 /* RX STBC ,2 bits */
6200#define WMI_HOST_RC_WEP_TKIP_FLAG 0x100 /* WEP/TKIP encryption */
6201#define WMI_HOST_RC_TS_FLAG 0x200 /* Three stream flag */
6202#define WMI_HOST_RC_UAPSD_FLAG 0x400 /* UAPSD Rate Control */
6203
6204/** HT Capabilities*/
6205#define WMI_HOST_HT_CAP_ENABLED 0x0001 /* HT Enabled/ disabled */
6206/* Short Guard Interval with HT20 */
6207#define WMI_HOST_HT_CAP_HT20_SGI 0x0002
6208#define WMI_HOST_HT_CAP_DYNAMIC_SMPS 0x0004 /* Dynamic MIMO powersave */
6209#define WMI_HOST_HT_CAP_TX_STBC 0x0008 /* B3 TX STBC */
6210#define WMI_HOST_HT_CAP_TX_STBC_MASK_SHIFT 3
6211#define WMI_HOST_HT_CAP_RX_STBC 0x0030 /* B4-B5 RX STBC */
6212#define WMI_HOST_HT_CAP_RX_STBC_MASK_SHIFT 4
6213#define WMI_HOST_HT_CAP_LDPC 0x0040 /* LDPC supported */
6214#define WMI_HOST_HT_CAP_L_SIG_TXOP_PROT 0x0080 /* L-SIG TXOP Protection */
6215#define WMI_HOST_HT_CAP_MPDU_DENSITY 0x0700 /* MPDU Density */
6216#define WMI_HOST_HT_CAP_MPDU_DENSITY_MASK_SHIFT 8
6217#define WMI_HOST_HT_CAP_HT40_SGI 0x0800
6218#define WMI_HOST_HT_CAP_IBF_BFER 0x1000
6219
6220/* These macros should be used when we wish to advertise STBC support for
6221 * only 1SS or 2SS or 3SS. */
6222#define WMI_HOST_HT_CAP_RX_STBC_1SS 0x0010 /* B4-B5 RX STBC */
6223#define WMI_HOST_HT_CAP_RX_STBC_2SS 0x0020 /* B4-B5 RX STBC */
6224#define WMI_HOST_HT_CAP_RX_STBC_3SS 0x0030 /* B4-B5 RX STBC */
6225
6226
6227#define WMI_HOST_HT_CAP_DEFAULT_ALL (WMI_HOST_HT_CAP_ENABLED | \
6228 WMI_HOST_HT_CAP_HT20_SGI | \
6229 WMI_HOST_HT_CAP_HT40_SGI | \
6230 WMI_HOST_HT_CAP_TX_STBC | \
6231 WMI_HOST_HT_CAP_RX_STBC | \
6232 WMI_HOST_HT_CAP_LDPC)
6233
6234/* WMI_HOST_VHT_CAP_* these maps to ieee 802.11ac vht capability information
6235 field. The fields not defined here are not supported, or reserved.
6236 Do not change these masks and if you have to add new one follow the
6237 bitmask as specified by 802.11ac draft.
6238*/
6239
6240#define WMI_HOST_VHT_CAP_MAX_MPDU_LEN_MASK 0x00000003
6241#define WMI_HOST_VHT_CAP_RX_LDPC 0x00000010
6242#define WMI_HOST_VHT_CAP_SGI_80MHZ 0x00000020
6243#define WMI_HOST_VHT_CAP_SGI_160MHZ 0x00000040
6244#define WMI_HOST_VHT_CAP_TX_STBC 0x00000080
6245#define WMI_HOST_VHT_CAP_RX_STBC_MASK 0x00000300
6246#define WMI_HOST_VHT_CAP_RX_STBC_MASK_SHIFT 8
6247#define WMI_HOST_VHT_CAP_SU_BFER 0x00000800
6248#define WMI_HOST_VHT_CAP_SU_BFEE 0x00001000
6249#define WMI_HOST_VHT_CAP_MAX_CS_ANT_MASK 0x0000E000
6250#define WMI_HOST_VHT_CAP_MAX_CS_ANT_MASK_SHIFT 13
6251#define WMI_HOST_VHT_CAP_MAX_SND_DIM_MASK 0x00070000
6252#define WMI_HOST_VHT_CAP_MAX_SND_DIM_MASK_SHIFT 16
6253#define WMI_HOST_VHT_CAP_MU_BFER 0x00080000
6254#define WMI_HOST_VHT_CAP_MU_BFEE 0x00100000
6255#define WMI_HOST_VHT_CAP_MAX_AMPDU_LEN_EXP 0x03800000
6256#define WMI_HOST_VHT_CAP_MAX_AMPDU_LEN_EXP_SHIT 23
6257#define WMI_HOST_VHT_CAP_RX_FIXED_ANT 0x10000000
6258#define WMI_HOST_VHT_CAP_TX_FIXED_ANT 0x20000000
6259
6260#define WMI_HOST_VHT_CAP_MAX_MPDU_LEN_11454 0x00000002
6261
6262/* These macros should be used when we wish to advertise STBC support for
6263 * only 1SS or 2SS or 3SS. */
6264#define WMI_HOST_VHT_CAP_RX_STBC_1SS 0x00000100
6265#define WMI_HOST_VHT_CAP_RX_STBC_2SS 0x00000200
6266#define WMI_HOST_VHT_CAP_RX_STBC_3SS 0x00000300
6267
6268#define WMI_HOST_VHT_CAP_DEFAULT_ALL (WMI_HOST_VHT_CAP_MAX_MPDU_LEN_11454 | \
6269 WMI_HOST_VHT_CAP_SGI_80MHZ | \
6270 WMI_HOST_VHT_CAP_TX_STBC | \
6271 WMI_HOST_VHT_CAP_RX_STBC_MASK | \
6272 WMI_HOST_VHT_CAP_RX_LDPC | \
6273 WMI_HOST_VHT_CAP_MAX_AMPDU_LEN_EXP | \
6274 WMI_HOST_VHT_CAP_RX_FIXED_ANT | \
6275 WMI_HOST_VHT_CAP_TX_FIXED_ANT)
6276
6277/* Interested readers refer to Rx/Tx MCS Map definition as defined in
6278 802.11ac
6279*/
6280#define WMI_HOST_VHT_MAX_MCS_4_SS_MASK(r, ss) ((3 & (r)) << (((ss) - 1) << 1))
6281#define WMI_HOST_VHT_MAX_SUPP_RATE_MASK 0x1fff0000
6282#define WMI_HOST_VHT_MAX_SUPP_RATE_MASK_SHIFT 16
6283
6284/** U-APSD configuration of peer station from (re)assoc request and TSPECs */
6285enum wmi_host_ap_ps_param_uapsd {
6286 WMI_HOST_AP_PS_UAPSD_AC0_DELIVERY_EN = (1 << 0),
6287 WMI_HOST_AP_PS_UAPSD_AC0_TRIGGER_EN = (1 << 1),
6288 WMI_HOST_AP_PS_UAPSD_AC1_DELIVERY_EN = (1 << 2),
6289 WMI_HOST_AP_PS_UAPSD_AC1_TRIGGER_EN = (1 << 3),
6290 WMI_HOST_AP_PS_UAPSD_AC2_DELIVERY_EN = (1 << 4),
6291 WMI_HOST_AP_PS_UAPSD_AC2_TRIGGER_EN = (1 << 5),
6292 WMI_HOST_AP_PS_UAPSD_AC3_DELIVERY_EN = (1 << 6),
6293 WMI_HOST_AP_PS_UAPSD_AC3_TRIGGER_EN = (1 << 7),
6294};
6295/** U-APSD maximum service period of peer station */
6296enum wmi_host_ap_ps_peer_param_max_sp {
6297 WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_UNLIMITED = 0,
6298 WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_2 = 1,
6299 WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_4 = 2,
6300 WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_6 = 3,
6301
6302 /* keep last! */
6303 MAX_HOST_WMI_AP_PS_PEER_PARAM_MAX_SP,
6304};
6305
6306#define WMI_HOST_UAPSD_AC_TYPE_DELI 0
6307#define WMI_HOST_UAPSD_AC_TYPE_TRIG 1
6308
6309#define WMI_HOST_UAPSD_AC_BIT_MASK(ac, type) \
6310 ((type == WMI_HOST_UAPSD_AC_TYPE_DELI) ? (1<<(ac<<1)) :\
6311 (1<<((ac<<1)+1)))
6312
6313enum wmi_host_ap_ps_peer_param_wnm_sleep {
6314 WMI_HOST_AP_PS_PEER_PARAM_WNM_SLEEP_ENABLE,
6315 WMI_HOST_AP_PS_PEER_PARAM_WNM_SLEEP_DISABLE,
6316};
6317
6318enum wmi_host_ap_ps_peer_param {
6319 /** Set uapsd configuration for a given peer.
6320 *
6321 * This will include the delivery and trigger enabled state for every AC.
6322 * The host MLME needs to set this based on AP capability and stations
6323 * request Set in the association request received from the station.
6324 *
6325 * Lower 8 bits of the value specify the UAPSD configuration.
6326 *
6327 * (see enum wmi_ap_ps_param_uapsd)
6328 * The default value is 0.
6329 */
6330 WMI_HOST_AP_PS_PEER_PARAM_UAPSD = 0,
6331
6332 /**
6333 * Set the service period for a UAPSD capable station
6334 *
6335 * The service period from wme ie in the (re)assoc request frame.
6336 *
6337 * (see enum wmi_ap_ps_peer_param_max_sp)
6338 */
6339 WMI_HOST_AP_PS_PEER_PARAM_MAX_SP = 1,
6340
6341 /** Time in seconds for aging out buffered frames
6342 * for STA in power save */
6343 WMI_HOST_AP_PS_PEER_PARAM_AGEOUT_TIME = 2,
6344
6345 /** Specify frame types that are considered SIFS
6346 * RESP trigger frame */
6347 WMI_HOST_AP_PS_PEER_PARAM_SIFS_RESP_FRMTYPE = 3,
6348
6349 /** Specifies the trigger state of TID.
6350 * Valid only for UAPSD frame type */
6351 WMI_HOST_AP_PS_PEER_PARAM_SIFS_RESP_UAPSD = 4,
6352
6353 /** Specifies the WNM sleep state of a STA */
6354 WMI_HOST_AP_PS_PEER_PARAM_WNM_SLEEP = 5,
6355};
6356#define WMI_HOST_RXERR_CRC 0x01 /* CRC error on frame */
6357#define WMI_HOST_RXERR_DECRYPT 0x08 /* non-Michael decrypt error */
6358#define WMI_HOST_RXERR_MIC 0x10 /* Michael MIC decrypt error */
6359#define WMI_HOST_RXERR_KEY_CACHE_MISS 0x20 /* No/incorrect key matter in h/w */
6360
6361enum wmi_host_sta_ps_param_uapsd {
6362 WMI_HOST_STA_PS_UAPSD_AC0_DELIVERY_EN = (1 << 0),
6363 WMI_HOST_STA_PS_UAPSD_AC0_TRIGGER_EN = (1 << 1),
6364 WMI_HOST_STA_PS_UAPSD_AC1_DELIVERY_EN = (1 << 2),
6365 WMI_HOST_STA_PS_UAPSD_AC1_TRIGGER_EN = (1 << 3),
6366 WMI_HOST_STA_PS_UAPSD_AC2_DELIVERY_EN = (1 << 4),
6367 WMI_HOST_STA_PS_UAPSD_AC2_TRIGGER_EN = (1 << 5),
6368 WMI_HOST_STA_PS_UAPSD_AC3_DELIVERY_EN = (1 << 6),
6369 WMI_HOST_STA_PS_UAPSD_AC3_TRIGGER_EN = (1 << 7),
6370};
6371
6372enum wmi_host_sta_ps_param_rx_wake_policy {
6373 /* Wake up when ever there is an RX activity on the VDEV. In this mode
6374 * the Power save SM(state machine) will come out of sleep by either
6375 * sending null frame (or) a data frame (with PS==0) in response to TIM
6376 * bit set in the received beacon frame from AP.
6377 */
6378 WMI_HOST_STA_PS_RX_WAKE_POLICY_WAKE = 0,
6379
6380 /* Here the power save state machine will not wakeup in response to TIM
6381 * bit, instead it will send a PSPOLL (or) UASPD trigger based on UAPSD
6382 * configuration setup by WMISET_PS_SET_UAPSD WMI command. When all
6383 * access categories are delivery-enabled, the station will send a UAPSD
6384 * trigger frame, otherwise it will send a PS-Poll.
6385 */
6386 WMI_HOST_STA_PS_RX_WAKE_POLICY_POLL_UAPSD = 1,
6387};
6388enum wmi_host_sta_ps_param_pspoll_count {
6389 WMI_HOST_STA_PS_PSPOLL_COUNT_NO_MAX = 0,
6390 /* Values greater than 0 indicate the maximum numer of PS-Poll frames FW
6391 * will send before waking up.
6392 */
6393};
6394/** Number of tx frames/beacon that cause the power save SM to wake up.
6395 *
6396 * Value 1 causes the SM to wake up for every TX. Value 0 has a special
6397 * meaning, It will cause the SM to never wake up. This is useful if you want
6398 * to keep the system to sleep all the time for some kind of test mode . host
6399 * can change this parameter any time. It will affect at the next tx frame.
6400 */
6401enum wmi_host_sta_ps_param_tx_wake_threshold {
6402 WMI_HOST_STA_PS_TX_WAKE_THRESHOLD_NEVER = 0,
6403 WMI_HOST_STA_PS_TX_WAKE_THRESHOLD_ALWAYS = 1,
6404
6405 /* Values greater than one indicate that many TX attempts per beacon
6406 * interval before the STA will wake up
6407 */
6408};
6409/*
6410 * Transmit power scale factor.
6411 *
6412 */
6413typedef enum {
6414 WMI_HOST_TP_SCALE_MAX = 0, /* no scaling (default) */
6415 WMI_HOST_TP_SCALE_50 = 1, /* 50% of max (-3 dBm) */
6416 WMI_HOST_TP_SCALE_25 = 2, /* 25% of max (-6 dBm) */
6417 WMI_HOST_TP_SCALE_12 = 3, /* 12% of max (-9 dBm) */
6418 WMI_HOST_TP_SCALE_MIN = 4, /* min, but still on */
6419 WMI_HOST_TP_SCALE_SIZE = 5, /* max num of enum */
6420} WMI_HOST_TP_SCALE;
6421enum {
6422 WMI_HOST_RATEPWR_TABLE_OPS_SET,
6423 WMI_HOST_RATEPWR_TABLE_OPS_GET,
6424};
6425/* reserved up through 0xF */
6426/**
6427 * struct wmi_host_dcs_mib_stats - WLAN IM stats from target to host
6428 * Below statistics are sent from target to host periodically.
6429 * These are collected at target as long as target is running
6430 * and target chip is not in sleep.
6431 * @listen_time:
6432 * @reg_tx_frame_cnt:
6433 * @reg_rx_frame_cnt:
6434 * @reg_rxclr_cnt:
6435 * @reg_cycle_cnt: delta cycle count
6436 * @reg_rxclr_ext_cnt:
6437 * @reg_ofdm_phyerr_cnt:
6438 * @reg_cck_phyerr_cnt: CCK err count since last reset, read from register
6439 */
6440typedef struct _hp_dcs_mib_stats {
6441 int32_t listen_time;
6442 uint32_t reg_tx_frame_cnt;
6443 uint32_t reg_rx_frame_cnt;
6444 uint32_t reg_rxclr_cnt;
6445 uint32_t reg_cycle_cnt;
6446 uint32_t reg_rxclr_ext_cnt;
6447 uint32_t reg_ofdm_phyerr_cnt;
6448 uint32_t reg_cck_phyerr_cnt;
6449} wmi_host_dcs_mib_stats_t;
6450
6451/**
6452 * struct wmi_host_dcs_im_tgt_stats - DCS IM target stats
6453 * @reg_tsf32: current running TSF from the TSF-1
6454 * @last_ack_rssi: Known last frame rssi, in case of multiple stations, if
6455 * and at different ranges, this would not gaurantee that
6456 * this is the least rssi.
6457 * @tx_waste_time: Sum of all the failed durations in the last
6458 * one second interval.
6459 * @rx_time: count how many times the hal_rxerr_phy is marked, in this
6460 * time period
6461 * @phyerr_cnt:
6462 * @mib_stats: wmi_host_dcs_mib_stats_t - collected mib stats as explained
6463 * in mib structure
Sathish Kumarba2b5da2016-11-08 14:58:29 +05306464 * @chan_nf: Channel noise floor (Units are in dBm)
6465 * @my_bss_rx_cycle_count: BSS rx cycle count
Govind Singh89727882016-04-15 13:58:27 +05306466 */
6467typedef struct _wmi_host_dcs_im_tgt_stats {
6468 uint32_t reg_tsf32;
6469 uint32_t last_ack_rssi;
6470 uint32_t tx_waste_time;
6471 uint32_t rx_time;
6472 uint32_t phyerr_cnt;
6473 wmi_host_dcs_mib_stats_t mib_stats;
Sathish Kumarba2b5da2016-11-08 14:58:29 +05306474 uint32_t chan_nf;
6475 uint32_t my_bss_rx_cycle_count;
Govind Singh89727882016-04-15 13:58:27 +05306476} wmi_host_dcs_im_tgt_stats_t;
6477
6478/**
6479 * Enum for pktlog req
6480 */
6481typedef enum {
6482 WMI_HOST_PKTLOG_EVENT_RX = 0x1,
6483 WMI_HOST_PKTLOG_EVENT_TX = 0x2,
6484 WMI_HOST_PKTLOG_EVENT_RCF = 0x4, /* Rate Control Find */
6485 WMI_HOST_PKTLOG_EVENT_RCU = 0x8, /* Rate Control Update */
6486 WMI_HOST_PKTLOG_EVENT_DBG_PRINT = 0x10, /* DEBUG prints */
6487 /* To support Smart Antenna */
6488 WMI_HOST_PKTLOG_EVENT_SMART_ANTENNA = 0x20,
6489 WMI_HOST_PKTLOG_EVENT_H_INFO = 0x40,
6490 WMI_HOST_PKTLOG_EVENT_STEERING = 0x80,
Sathish Kumar657402a2016-09-26 14:48:09 +05306491 /* To support Tx data Capture */
6492 WMI_HOST_PKTLOG_EVENT_TX_DATA_CAPTURE = 0x100,
Govind Singh89727882016-04-15 13:58:27 +05306493} WMI_HOST_PKTLOG_EVENT;
6494
6495/**
6496 * wmi_host_phyerr
6497 *
6498 */
6499#define WMI_HOST_PHY_ERROR_SPECTRAL_SCAN 0x26
6500#define WMI_HOST_PHY_ERROR_FALSE_RADAR_EXT 0x24
6501
6502#define WMI_HOST_AR900B_DFS_PHYERR_MASK 0x4
6503#define WMI_HOST_AR900B_SPECTRAL_PHYERR_MASK 0x4000000
6504
6505/**
6506 * struct wmi_host_perchain_rssi_info - per chain RSSI info
6507 * @rssi_pri20: RSSI on primary 20
6508 * @rssi_sec20: RSSI on secomdary 20
6509 * @rssi_sec40: RSSI secondary 40
6510 * @rssi_sec80: RSSI secondary 80
6511 */
6512typedef struct wmi_host_perchain_rssi_info {
6513 int8_t rssi_pri20;
6514 int8_t rssi_sec20;
6515 int8_t rssi_sec40;
6516 int8_t rssi_sec80;
6517} wmi_host_perchain_rssi_info_t;
6518
6519/**
6520 * struct _wmi_host_rf_info - RF measurement information
6521 * @rssi_comb: RSSI Information
6522 * @pc_rssi_info[4]: For now, we know we are getting information
6523 * for only 4 chains at max. For future extensions
6524 * use a define
6525 * @noise_floor: Noise floor information
6526 */
6527typedef struct _wmi_host_rf_info {
6528 int8_t rssi_comb;
6529 wmi_host_perchain_rssi_info_t pc_rssi_info[4];
6530 int16_t noise_floor[4];
6531} wmi_host_rf_info_t;
6532
6533/**
6534 * struct _wmi_host_chan_info
6535 * @center_freq1: center frequency 1 in MHz
6536 * @center_freq2: center frequency 2 in MHz -valid only for
6537 * 11ACVHT 80PLUS80 mode
6538 * @chan_width: channel width in MHz
6539 */
6540typedef struct _wmi_host_chan_info {
6541 u_int16_t center_freq1;
6542 u_int16_t center_freq2;
6543 u_int8_t chan_width;
6544} wmi_host_chan_info_t;
6545
6546/**
6547 * struct wmi_host_phyerr
6548 * @rf_info:
6549 * @chan_info:
6550 * @tsf64:
6551 * @phy_err_code:
6552 * @tsf_timestamp:
6553 * @bufp:
6554 * @buf_len:
6555 * @phy_err_mask0:
6556 * @phy_err_mask1:
6557 */
6558typedef struct _wmi_host_phyerr {
6559 wmi_host_rf_info_t rf_info;
6560 wmi_host_chan_info_t chan_info;
6561 uint64_t tsf64;
6562 int32_t phy_err_code;
6563 uint32_t tsf_timestamp;
6564 uint8_t *bufp;
6565 uint32_t buf_len;
6566 uint32_t phy_err_mask0;
6567 uint32_t phy_err_mask1;
6568} wmi_host_phyerr_t;
6569
6570/**
6571 * struct wmi_host_rtt_event_hdr
6572 * @req_id: request id
6573 * @status: status
6574 * @meas_done: measurement done flag
6575 * @meas_type: measurement type
6576 * @report_type: report type
6577 * @v3_status: v2 status
6578 * @v3_finish:
6579 * @v3_tm_start:
6580 * @num_ap: number of AP
6581 * @result: resuult
6582 * @dest_mac: destination mac
6583 */
6584typedef struct {
6585 uint16_t req_id;
6586 uint16_t status:1,
6587 meas_done:1,
6588 meas_type:3,
6589 report_type:3,
6590 v3_status:2,
6591 v3_finish:1,
6592 v3_tm_start:1,
6593 num_ap:4;
6594 uint16_t result;
6595 uint8_t dest_mac[IEEE80211_ADDR_LEN];
6596} wmi_host_rtt_event_hdr;
6597
6598/**
6599 * struct wmi_host_rtt_meas_event - RTT measurement event
6600 * @chain_mask:
6601 * @bw:
6602 * @rsvd:
6603 * @txrxchain_mask: Bit:0-3:chain mask
6604 * Bit 4-5: band width info
6605 * 00 --Legacy 20, 01 --HT/VHT20
6606 * 10 --HT/VHT40, 11 -- VHT80
6607 * @tod: resolution of 0.1ns
6608 * @toa: resolution of 0.1ns
6609 * @t3:
6610 * @t4:
6611 * @rssi0:
6612 * @rssi1:
6613 * @rssi2:
6614 * @rssi3:
6615 */
6616typedef struct {
6617 uint32_t chain_mask:3,
6618 bw:2,
6619 rsvd:27;
6620 uint32_t txrxchain_mask;
6621 uint64_t tod;
6622 uint64_t toa;
6623 uint64_t t3;
6624 uint64_t t4;
6625 uint32_t rssi0;
6626 uint32_t rssi1;
6627 uint32_t rssi2;
6628 uint32_t rssi3;
6629} wmi_host_rtt_meas_event;
6630
6631/*----RTT Report event definition ----*/
6632typedef enum {
6633 /* rtt cmd header parsing error --terminate */
6634 WMI_HOST_RTT_COMMAND_HEADER_ERROR = 0,
6635 /* rtt body parsing error -- skip current STA REQ */
6636 WMI_HOST_RTT_COMMAND_ERROR,
6637 /* rtt no resource -- terminate */
6638 WMI_HOST_RTT_MODULE_BUSY,
6639 /* STA exceed the support limit -- only server the first n STA */
6640 WMI_HOST_RTT_TOO_MANY_STA,
6641 /* any allocate failure */
6642 WMI_HOST_RTT_NO_RESOURCE,
6643 /* can not find vdev with vdev ID - skip current STA REQ */
6644 WMI_HOST_RTT_VDEV_ERROR,
6645 /* Tx failure -- continiue and measure number */
6646 WMI_HOST_RTT_TRANSIMISSION_ERROR,
6647 /* wait for first TM timer expire-terminate current STA measurement */
6648 WMI_HOST_RTT_TM_TIMER_EXPIRE,
6649 /* we do not support RTT measurement with this type of frame */
6650 WMI_HOST_RTT_FRAME_TYPE_NOSUPPORT,
6651 /* whole RTT measurement timer expire-terminate
6652 ** current STA measurement */
6653 WMI_HOST_RTT_TIMER_EXPIRE,
6654 /* channel swicth failed */
6655 WMI_HOST_RTT_CHAN_SWITCH_ERROR,
6656 /* TMR trans error, this dest peer will be skipped */
6657 WMI_HOST_RTT_TMR_TRANS_ERROR,
6658 /* V3 only. If both CFR and Token mismatch, do not report */
6659 WMI_HOST_RTT_NO_REPORT_BAD_CFR_TOKEN,
6660 /* For First TM, if CFR is bad, then do not report */
6661 WMI_HOST_RTT_NO_REPORT_FIRST_TM_BAD_CFR,
6662 /* do not allow report type2 mix with type 0, 1 */
6663 WMI_HOST_RTT_REPORT_TYPE2_MIX,
6664 /* LCI Configuration OK. - Responder only */
6665 WMI_HOST_RTT_LCI_CFG_OK,
6666 /* LCR configuration OK. - Responder only */
6667 WMI_HOST_RTT_LCR_CFG_OK,
6668 /* Bad configuration LCI (or) LCR request - Responder only */
6669 WMI_HOST_RTT_CFG_ERROR,
6670 WMI_HOST_WMI_RTT_REJECT_MAX,
6671} WMI_HOST_RTT_ERROR_INDICATOR;
6672typedef struct {
6673 wmi_host_rtt_event_hdr hdr;
6674 WMI_HOST_RTT_ERROR_INDICATOR reject_reason;
6675} wmi_host_rtt_error_report_event;
6676
6677#if defined(AR9888)
6678typedef enum {
6679 WMI_HOST_PROF_CPU_IDLE,
6680 WMI_HOST_PROF_PPDU_PROC,
6681 WMI_HOST_PROF_PPDU_POST,
6682 WMI_HOST_PROF_HTT_TX_INPUT,
6683 WMI_HOST_PROF_MSDU_ENQ,
6684 WMI_HOST_PROF_PPDU_POST_HAL,
6685 WMI_HOST_PROF_COMPUTE_TX_TIME,
6686
6687 /* Add new ID's above this. */
6688 WMI_HOST_PROF_MAX_ID,
6689} wmi_host_profile_id_t;
6690#endif
6691
6692#define WMI_HOST_WLAN_PROFILE_MAX_HIST 3
6693#define WMI_HOST_WLAN_PROFILE_MAX_BIN_CNT 32
6694
6695#if defined(AR9888)
6696#define WMI_HOST_MAX_PROFILE WMI_HOST_PROF_MAX_ID
6697#else
6698#define WMI_HOST_MAX_PROFILE WMI_HOST_WLAN_PROFILE_MAX_BIN_CNT
6699#endif
6700
6701/**
6702 * struct wmi_host_wlan_profile - Host profile param
6703 * @id: profile id
6704 * @cnt: Count
6705 * @tot:
6706 * @min: minimum
6707 * @max: Mac
6708 * @hist_intvl: history interval
6709 * @hist: profile data history
6710 */
6711typedef struct {
6712 uint32_t id;
6713 uint32_t cnt;
6714 uint32_t tot;
6715 uint32_t min;
6716 uint32_t max;
6717 uint32_t hist_intvl;
6718 uint32_t hist[WMI_HOST_WLAN_PROFILE_MAX_HIST];
6719} wmi_host_wlan_profile_t;
6720
6721/**
6722 * struct wmi_host_wlan_profile_ctx_t - profile context
6723 * @tot: time in us
6724 * @tx_msdu_cnt: MSDU TX count
6725 * @tx_mpdu_cnt: MPDU tx count
6726 * @tx_ppdu_cnt: PPDU tx count
6727 * @rx_msdu_cnt: MSDU RX count
6728 * @rx_mpdu_cnt: MPDU RXcount
6729 * @bin_count: Bin count
6730 */
6731typedef struct {
6732 uint32_t tot;
6733 uint32_t tx_msdu_cnt;
6734 uint32_t tx_mpdu_cnt;
6735 uint32_t tx_ppdu_cnt;
6736 uint32_t rx_msdu_cnt;
6737 uint32_t rx_mpdu_cnt;
6738 uint32_t bin_count;
6739} wmi_host_wlan_profile_ctx_t;
6740
6741/**
Govind Singh89727882016-04-15 13:58:27 +05306742 * struct wmi_host_chan_info_event - Channel info WMI event
6743 * @err_code: Error code
6744 * @freq: Channel freq
6745 * @cmd_flags: Read flags
6746 * @noise_floor: Noise Floor value
6747 * @rx_clear_count: rx clear count
6748 * @cycle_count: cycle count
6749 * @chan_tx_pwr_range: channel tx power per range
6750 * @chan_tx_pwr_tp: channel tx power per throughput
6751 * @rx_frame_count: rx frame count
6752 * @rx_11b_mode_data_duration: 11b mode data duration
6753 */
6754typedef struct {
6755 uint32_t err_code;
6756 uint32_t freq;
6757 uint32_t cmd_flags;
6758 uint32_t noise_floor;
6759 uint32_t rx_clear_count;
6760 uint32_t cycle_count;
6761 uint32_t chan_tx_pwr_range;
6762 uint32_t chan_tx_pwr_tp;
6763 uint32_t rx_frame_count;
6764 uint32_t rx_11b_mode_data_duration;
6765} wmi_host_chan_info_event;
6766
6767/**
6768 * struct wmi_host_pdev_channel_hopping_event
6769 * @noise_floor_report_iter: Noise threshold iterations with high values
6770 * @noise_floor_total_iter: Total noise threshold iterations
6771 */
6772typedef struct {
6773 uint32_t noise_floor_report_iter;
6774 uint32_t noise_floor_total_iter;
6775} wmi_host_pdev_channel_hopping_event;
6776
6777/**
6778 * struct wmi_host_pdev_bss_chan_info_event
6779 * @freq: Units in MHz
6780 * @noise_floor: units are dBm
6781 * @rx_clear_count_low:
6782 * @rx_clear_count_high:
6783 * @cycle_count_low:
6784 * @cycle_count_high:
6785 * @tx_cycle_count_low:
6786 * @tx_cycle_count_high:
6787 * @rx_cycle_count_low:
6788 * @rx_cycle_count_high:
6789 * @rx_bss_cycle_count_low:
6790 * @rx_bss_cycle_count_high:
6791 * @reserved:
6792 */
6793typedef struct {
6794 uint32_t freq;
6795 uint32_t noise_floor;
6796 uint32_t rx_clear_count_low;
6797 uint32_t rx_clear_count_high;
6798 uint32_t cycle_count_low;
6799 uint32_t cycle_count_high;
6800 uint32_t tx_cycle_count_low;
6801 uint32_t tx_cycle_count_high;
6802 uint32_t rx_cycle_count_low;
6803 uint32_t rx_cycle_count_high;
6804 uint32_t rx_bss_cycle_count_low;
6805 uint32_t rx_bss_cycle_count_high;
6806 uint32_t reserved;
6807} wmi_host_pdev_bss_chan_info_event;
6808
6809#define WMI_HOST_INST_STATS_INVALID_RSSI 0
6810/**
6811 * struct wmi_host_inst_stats_resp
6812 * @iRSSI: Instantaneous RSSI
6813 * @peer_macaddr: peer mac address
6814 */
6815typedef struct {
6816 uint32_t iRSSI;
6817 wmi_host_mac_addr peer_macaddr;
6818} wmi_host_inst_stats_resp;
6819
6820/* Event definition and new structure addition to send event
6821 * to host to block/unblock tx data traffic based on peer_ast_idx or vdev id
6822 */
6823#define WMI_HOST_INVALID_PEER_AST_INDEX 0xffff
6824#define WMI_HOST_TX_DATA_TRAFFIC_CTRL_BLOCK 0x1
6825#define WMI_HOST_TX_DATA_TRAFFIC_CTRL_UNBLOCK 0x2
6826/**
6827 * struct wmi_host_tx_data_traffic_ctrl_event
6828 * @peer_ast_idx: For vdev based control, peer_ast_idx will be
6829 * WMI_INVALID_PEER_AST_INDEX
6830 * @vdev_id: only applies if peer_ast_idx == INVALID
6831 * @ctrl_cmd: WMI_TX_DATA_TRAFFIC_CTRL_BLOCK or
6832 * WMI_TX_DATA_TRAFFIC_CTRL_UNBLOCK
6833 */
6834typedef struct {
6835 uint32_t peer_ast_idx;
6836 uint32_t vdev_id;
6837 uint32_t ctrl_cmd;
6838} wmi_host_tx_data_traffic_ctrl_event;
6839
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05306840enum {
6841 WMI_HOST_ATF_PEER_STATS_DISABLED = 0,
6842 WMI_HOST_ATF_PEER_STATS_ENABLED = 1,
6843};
6844
6845#define WMI_HOST_ATF_PEER_STATS_GET_PEER_AST_IDX(token_info) \
6846 (token_info.field1 & 0xffff)
6847
6848#define WMI_HOST_ATF_PEER_STATS_GET_USED_TOKENS(token_info) \
6849 ((token_info.field2 & 0xffff0000) >> 16)
6850
6851#define WMI_HOST_ATF_PEER_STATS_GET_UNUSED_TOKENS(token_info) \
6852 (token_info.field2 & 0xffff)
6853
6854#define WMI_HOST_ATF_PEER_STATS_SET_PEER_AST_IDX(token_info, peer_ast_idx) \
6855 do { \
6856 token_info.field1 &= 0xffff0000; \
6857 token_info.field1 |= ((peer_ast_idx) & 0xffff); \
6858 } while (0)
6859
6860#define WMI_HOST_ATF_PEER_STATS_SET_USED_TOKENS(token_info, used_token) \
6861 do { \
6862 token_info.field2 &= 0x0000ffff; \
6863 token_info.field2 |= (((used_token) & 0xffff) << 16); \
6864 } while (0)
6865
6866#define WMI_HOST_ATF_PEER_STATS_SET_UNUSED_TOKENS(token_info, unused_token) \
6867 do { \
6868 token_info.field2 &= 0xffff0000; \
6869 token_info.field2 |= ((unused_token) & 0xffff); \
6870 } while (0)
6871
6872typedef struct {
6873 /**
6874 * field1 contains:
6875 * bits 15:0 peer_ast_index WMI_ATF_PEER_STATS_GET_PEER_AST_IDX
6876 * WMI_ATF_PEER_STATS_SET_PEER_AST_IDX
6877 * bits 31:16 reserved
6878 *
6879 * field2 contains:
6880 * bits 15:0 used tokens WMI_ATF_PEER_STATS_GET_USED_TOKENS
6881 * WMI_ATF_PEER_STATS_SET_USED_TOKENS
6882 * bits 31:16 unused tokens WMI_ATF_PEER_STATS_GET_UNUSED_TOKENS
6883 * WMI_ATF_PEER_STATS_SET_UNUSED_TOKENS
6884 *
6885 * field3 for future use
6886 */
6887 uint32_t field1;
6888 uint32_t field2;
6889 uint32_t field3;
6890} wmi_host_atf_peer_stats_info;
6891
6892typedef struct {
6893 uint32_t num_atf_peers; /** number of peers in token_info_list */
6894 uint32_t comp_usable_airtime; /** computed usable airtime in tokens */
6895 uint32_t reserved[4]; /** reserved for future use */
6896 wmi_host_atf_peer_stats_info token_info_list[1/*num_atf_peers*/];
6897} wmi_host_atf_peer_stats_event;
6898
Govind Singh89727882016-04-15 13:58:27 +05306899/**
6900 * struct wmi_host_ath_dcs_cw_int
6901 * @channel: either number or freq in mhz
6902 */
6903typedef struct {
6904 uint32_t channel;
6905} wmi_host_ath_dcs_cw_int;
Govind Singhc10bde82016-05-02 17:59:24 +05306906
6907#define WMI_MAX_POWER_DBG_ARGS 8
6908
6909/**
6910 * struct wmi_power_dbg_params - power debug command parameter
6911 * @pdev_id: subsystem identifier
6912 * @module_id: parameter id
6913 * @num_arg: no of arguments
6914 * @args: arguments
6915 */
6916struct wmi_power_dbg_params {
6917 uint32_t pdev_id;
6918 uint32_t module_id;
6919 uint32_t num_args;
6920 uint32_t args[WMI_MAX_POWER_DBG_ARGS];
6921};
6922
Gupta, Kapil7b768002016-04-25 19:14:19 +05306923/**
6924 * struct wmi_adaptive_dwelltime_params - the adaptive dwelltime params
6925 * @vdev_id: vdev id
6926 * @is_enabled: Adaptive dwell time is enabled/disabled
6927 * @dwelltime_mode: global default adaptive dwell mode
6928 * @lpf_weight: weight to calculate the average low pass
6929 * filter for channel congestion
6930 * @passive_mon_intval: intval to monitor wifi activity in passive scan in msec
6931 * @wifi_act_threshold: % of wifi activity used in passive scan 0-100
6932 *
6933 */
6934struct wmi_adaptive_dwelltime_params {
6935 uint32_t vdev_id;
6936 bool is_enabled;
6937 enum wmi_dwelltime_adaptive_mode dwelltime_mode;
6938 uint8_t lpf_weight;
6939 uint8_t passive_mon_intval;
6940 uint8_t wifi_act_threshold;
6941};
Govind Singhc7cd2d62016-06-21 14:33:26 +05306942
6943/**
6944 * struct wmi_fw_dump_seg_req - individual segment details
6945 * @seg_id - segment id.
6946 * @seg_start_addr_lo - lower address of the segment.
6947 * @seg_start_addr_hi - higher address of the segment.
6948 * @seg_length - length of the segment.
6949 * @dst_addr_lo - lower address of the destination buffer.
6950 * @dst_addr_hi - higher address of the destination buffer.
6951 *
6952 * This structure carries the information to firmware about the
6953 * individual segments. This structure is part of firmware memory
6954 * dump request.
6955 */
6956struct wmi_fw_dump_seg_req {
6957 uint8_t seg_id;
6958 uint32_t seg_start_addr_lo;
6959 uint32_t seg_start_addr_hi;
6960 uint32_t seg_length;
6961 uint32_t dst_addr_lo;
6962 uint32_t dst_addr_hi;
6963};
6964
6965/**
6966 * enum wmi_userspace_log_level - Log level at userspace
6967 * @WMI_LOG_LEVEL_NO_COLLECTION: verbose_level 0 corresponds to no collection
6968 * @WMI_LOG_LEVEL_NORMAL_COLLECT: verbose_level 1 correspond to normal log
6969 * level with minimal user impact. This is the default value.
6970 * @WMI_LOG_LEVEL_ISSUE_REPRO: verbose_level 2 are enabled when user is lazily
6971 * trying to reproduce a problem, wifi performances and power can be impacted
6972 * but device should not otherwise be significantly impacted
6973 * @WMI_LOG_LEVEL_ACTIVE: verbose_level 3+ are used when trying to
6974 * actively debug a problem
6975 *
6976 * Various log levels defined in the userspace for logging applications
6977 */
6978enum wmi_userspace_log_level {
6979 WMI_LOG_LEVEL_NO_COLLECTION,
6980 WMI_LOG_LEVEL_NORMAL_COLLECT,
6981 WMI_LOG_LEVEL_ISSUE_REPRO,
6982 WMI_LOG_LEVEL_ACTIVE,
6983};
6984
Padma, Santhosh Kumar73524052016-09-11 18:24:59 +05306985/**
6986 * struct encrypt_decrypt_req_params - encrypt/decrypt params
6987 * @vdev_id: virtual device id
6988 * @key_flag: This indicates firmware to encrypt/decrypt payload
6989 * see ENCRYPT_DECRYPT_FLAG
6990 * @key_idx: Index used in storing key
6991 * @key_cipher: cipher used for encryption/decryption
6992 * Eg: see WMI_CIPHER_AES_CCM for CCMP
6993 * @key_len: length of key data
6994 * @key_txmic_len: length of Tx MIC
6995 * @key_rxmic_len: length of Rx MIC
6996 * @key_data: Key
6997 * @pn: packet number
6998 * @mac_header: MAC header
6999 * @data_len: length of data
7000 * @data: pointer to payload
7001 */
7002struct encrypt_decrypt_req_params {
7003 uint32_t vdev_id;
7004 uint8_t key_flag;
7005 uint32_t key_idx;
7006 uint32_t key_cipher;
7007 uint32_t key_len;
7008 uint32_t key_txmic_len;
7009 uint32_t key_rxmic_len;
7010 uint8_t key_data[MAC_MAX_KEY_LENGTH];
7011 uint8_t pn[MAC_PN_LENGTH];
7012 uint8_t mac_header[MAX_MAC_HEADER_LEN];
7013 uint32_t data_len;
7014 uint8_t *data;
7015};
7016
Kiran Venkatappa9c71b362016-08-10 23:55:40 +05307017/**
7018 * struct wmi_host_ppe_threshold -PPE threshold
7019 * @numss_m1: NSS - 1
7020 * @ru_count: Max RU count
7021 * @ppet16_ppet8_ru3_ru0: ppet8 and ppet16 for max num ss
7022 */
7023#define WMI_HOST_MAX_NUM_SS 8
7024struct wmi_host_ppe_threshold {
7025 uint32_t numss_m1;
7026 uint32_t ru_count;
7027 uint32_t ppet16_ppet8_ru3_ru0[WMI_HOST_MAX_NUM_SS];
7028};
7029
Kiran Venkatappa176fe6c2016-12-26 15:38:06 +05307030/*
7031 * HW mode config type replicated from FW header
7032 * @WMI_HOST_HW_MODE_SINGLE: Only one PHY is active.
7033 * @WMI_HOST_HW_MODE_DBS: Both PHYs are active in different bands,
7034 * one in 2G and another in 5G.
7035 * @WMI_HOST_HW_MODE_SBS_PASSIVE: Both PHYs are in passive mode (only rx) in
7036 * same band; no tx allowed.
7037 * @WMI_HOST_HW_MODE_SBS: Both PHYs are active in the same band.
7038 * Support for both PHYs within one band is planned
7039 * for 5G only(as indicated in WMI_MAC_PHY_CAPABILITIES),
7040 * but could be extended to other bands in the future.
7041 * The separation of the band between the two PHYs needs
7042 * to be communicated separately.
7043 * @WMI_HOST_HW_MODE_DBS_SBS: 3 PHYs, with 2 on the same band doing SBS
7044 * as in WMI_HW_MODE_SBS, and 3rd on the other band
7045 */
7046enum wmi_host_hw_mode_config_type {
7047 WMI_HOST_HW_MODE_SINGLE = 0,
7048 WMI_HOST_HW_MODE_DBS = 1,
7049 WMI_HOST_HW_MODE_SBS_PASSIVE = 2,
7050 WMI_HOST_HW_MODE_SBS = 3,
7051 WMI_HOST_HW_MODE_DBS_SBS = 4,
7052};
7053
Kiran Venkatappa9c71b362016-08-10 23:55:40 +05307054/**
7055 * struct wmi_host_service_ext_param - EXT service base params in event
7056 * @default_conc_scan_config_bits: Default concurrenct scan config
7057 * @default_fw_config_bits: Default HW config bits
7058 * @wmi_host_ppe_threshold ppet: Host PPE threshold struct
7059 * @he_cap_info: HE capabality info
7060 * @mpdu_density: units are microseconds
7061 * @max_bssid_rx_filters: Maximum no of BSSID based RX filters host can program
7062 * Value 0 means FW hasn't given any limit to host.
7063 * @num_hw_modes: Number of HW modes in event
7064 * @num_phy: Number of Phy mode.
7065 */
7066struct wmi_host_service_ext_param {
7067 uint32_t default_conc_scan_config_bits;
7068 uint32_t default_fw_config_bits;
7069 struct wmi_host_ppe_threshold ppet;
7070 uint32_t he_cap_info;
7071 uint32_t mpdu_density;
7072 uint32_t max_bssid_rx_filters;
7073 uint32_t num_hw_modes;
7074 uint32_t num_phy;
7075};
7076
7077/**
7078 * struct wmi_host_hw_mode_caps - HW mode capabilities in EXT event
7079 * @hw_mode_id: identify a particular set of HW characteristics,
7080 * as specified by the subsequent fields
7081 * @phy_id_map: BIT0 represents phy_id 0, BIT1 represent phy_id 1 and so on
Kiran Venkatappa176fe6c2016-12-26 15:38:06 +05307082 * @hw_mode_config_type: HW mode config type
Kiran Venkatappa9c71b362016-08-10 23:55:40 +05307083 */
7084struct wmi_host_hw_mode_caps {
7085 uint32_t hw_mode_id;
7086 uint32_t phy_id_map;
Kiran Venkatappa176fe6c2016-12-26 15:38:06 +05307087 uint32_t hw_mode_config_type;
Kiran Venkatappa9c71b362016-08-10 23:55:40 +05307088};
7089
7090/**
7091 * struct wmi_host_mac_phy_caps - Phy caps recvd in EXT service
7092 * @hw_mode_id: identify a particular set of HW characteristics,
7093 * as specified by the subsequent fields. WMI_MAC_PHY_CAPABILITIES
7094 * element must be mapped to its parent WMI_HW_MODE_CAPABILITIES
7095 * element using hw_mode_id. No particular ordering of
7096 * WMI_MAC_PHY_CAPABILITIES elements should be
7097 * assumed, though in practice the elements may always be ordered
7098 * by hw_mode_id.
7099 * @pdev_id: pdev_id starts with 1. pdev_id 1 => phy_id 0, pdev_id 2 => phy_id 1
7100 * @phy_id: Starts with 0
Kiran Venkatappa176fe6c2016-12-26 15:38:06 +05307101 * @bitmap of supported modulations
Krishna Rao7462a8a2017-02-13 15:14:11 +05307102 * @supported_bands: supported bands, enum WLAN_BAND_CAPABILITY (mapped to
7103 * enum WMI_HOST_WLAN_BAND_CAPABILITY within host)
Kiran Venkatappa9c71b362016-08-10 23:55:40 +05307104 * @ampdu_density: ampdu density 0 for no restriction, 1 for 1/4 us,
7105 * 2 for 1/2 us, 3 for 1 us,4 for 2 us, 5 for 4 us,
7106 * 6 for 8 us,7 for 16 us
Krishna Rao7462a8a2017-02-13 15:14:11 +05307107 * @max_bw_supported_2G: max bw supported 2G, enum wmi_channel_width (mapped to
7108 * enum wmi_host_channel_width within host)
Kiran Venkatappa9c71b362016-08-10 23:55:40 +05307109 * @ht_cap_info_2G: WMI HT Capability, WMI_HT_CAP defines
7110 * @vht_cap_info_2G: VHT capability info field of 802.11ac, WMI_VHT_CAP defines
7111 * @vht_supp_mcs_2G: VHT Supported MCS Set field Rx/Tx same
7112 * The max VHT-MCS for n SS subfield (where n = 1,...,8) is encoded as
7113 * follows
7114 * - 0 indicates support for VHT-MCS 0-7 for n spatial streams
7115 * - 1 indicates support for VHT-MCS 0-8 for n spatial streams
7116 * - 2 indicates support for VHT-MCS 0-9 for n spatial streams
7117 * - 3 indicates that n spatial streams is not supported
7118 * @he_cap_info_2G: HE capability info field of 802.11ax, WMI_HE_CAP defines
7119 * @he_supp_mcs_2G: HE Supported MCS Set field Rx/Tx same
7120 * @tx_chain_mask_2G: Valid Transmit chain mask
7121 * @rx_chain_mask_2G: Valid Receive chain mask
Krishna Rao7462a8a2017-02-13 15:14:11 +05307122 * @max_bw_supported_5G: max bw supported 5G, enum wmi_channel_width (mapped to
7123 * enum wmi_host_channel_width within host)
Kiran Venkatappa9c71b362016-08-10 23:55:40 +05307124 * @ht_cap_info_5G: WMI HT Capability, WMI_HT_CAP defines
7125 * @vht_cap_info_5G: VHT capability info field of 802.11ac, WMI_VHT_CAP defines
7126 * @vht_supp_mcs_5G: VHT Supported MCS Set field Rx/Tx same
7127 * The max VHT-MCS for n SS subfield (where n = 1,...,8) is encoded as
7128 * follows
7129 * - 0 indicates support for VHT-MCS 0-7 for n spatial streams
7130 * - 1 indicates support for VHT-MCS 0-8 for n spatial streams
7131 * - 2 indicates support for VHT-MCS 0-9 for n spatial streams
7132 * - 3 indicates that n spatial streams is not supported
7133 * @he_cap_info_5G: HE capability info field of 802.11ax, WMI_HE_CAP defines
7134 * @he_supp_mcs_5G: HE Supported MCS Set field Rx/Tx same
7135 * @tx_chain_mask_5G: Valid Transmit chain mask
7136 * @rx_chain_mask_5G: Valid Receive chain mask
7137 */
7138struct wmi_host_mac_phy_caps {
7139 uint32_t hw_mode_id;
7140 uint32_t pdev_id;
7141 uint32_t phy_id;
Kiran Venkatappa176fe6c2016-12-26 15:38:06 +05307142 uint32_t supports_11b:1,
7143 supports_11g:1,
7144 supports_11a:1,
7145 supports_11n:1,
7146 supports_11ac:1,
7147 supports_11ax:1;
Kiran Venkatappa9c71b362016-08-10 23:55:40 +05307148 uint32_t supported_bands;
7149 uint32_t ampdu_density;
7150 uint32_t max_bw_supported_2G;
7151 uint32_t ht_cap_info_2G;
7152 uint32_t vht_cap_info_2G;
7153 uint32_t vht_supp_mcs_2G;
7154 uint32_t he_cap_info_2G;
7155 uint32_t he_supp_mcs_2G;
7156 uint32_t tx_chain_mask_2G;
7157 uint32_t rx_chain_mask_2G;
7158 uint32_t max_bw_supported_5G;
7159 uint32_t ht_cap_info_5G;
7160 uint32_t vht_cap_info_5G;
7161 uint32_t vht_supp_mcs_5G;
7162 uint32_t he_cap_info_5G;
7163 uint32_t he_supp_mcs_5G;
7164 uint32_t tx_chain_mask_5G;
7165 uint32_t rx_chain_mask_5G;
7166};
7167
7168/**
7169 * struct WMI_HOST_HAL_REG_CAPABILITIES_EXT: Below are Reg caps per PHY.
7170 * Please note PHY ID starts with 0.
7171 * @phy_id: phy id starts with 0.
7172 * @eeprom_reg_domain: regdomain value specified in EEPROM
7173 * @eeprom_reg_domain_ext: regdomain
7174 * @regcap1: CAP1 capabilities bit map, see REGDMN_CAP1_ defines
7175 * @regcap2: REGDMN EEPROM CAP, see REGDMN_EEPROM_EEREGCAP_ defines
7176 * @wireless_modes: REGDMN MODE, see REGDMN_MODE_ enum
7177 * @low_2ghz_chan: 2G channel low
7178 * @high_2ghz_chan: 2G channel High
7179 * @low_5ghz_chan: 5G channel low
7180 * @high_5ghz_chan: 5G channel High
7181 */
7182struct WMI_HOST_HAL_REG_CAPABILITIES_EXT {
7183 uint32_t phy_id;
7184 uint32_t eeprom_reg_domain;
7185 uint32_t eeprom_reg_domain_ext;
7186 uint32_t regcap1;
7187 uint32_t regcap2;
7188 uint32_t wireless_modes;
7189 uint32_t low_2ghz_chan;
7190 uint32_t high_2ghz_chan;
7191 uint32_t low_5ghz_chan;
7192 uint32_t high_5ghz_chan;
7193};
Govind Singh3ddda1f2016-03-09 11:34:12 +05307194
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05307195/*
7196 * struct wmi_host_peer_txmu_cnt_event
7197 * @tx_mu_transmitted - MU-MIMO tx count
7198 */
7199typedef struct {
7200 uint32_t tx_mu_transmitted;
7201} wmi_host_peer_txmu_cnt_event;
7202
Manikandan Mohan7e5ad482016-12-13 13:14:06 -08007203#define MAX_SAR_LIMIT_ROWS_SUPPORTED 64
7204/**
7205 * struct sar_limit_cmd_row - sar limts row
7206 * @band_id: Optional param for frequency band
7207 * @chain_id: Optional param for antenna chain id
7208 * @mod_id: Optional param for modulation scheme
7209 * @limit_value: Mandatory param providing power limits in steps of 0.5 dbm
7210 * @validity_bitmap: bitmap of valid optional params in sar_limit_cmd_row struct
7211 */
7212struct sar_limit_cmd_row {
7213 uint32_t band_id;
7214 uint32_t chain_id;
7215 uint32_t mod_id;
7216 uint32_t limit_value;
7217 uint32_t validity_bitmap;
7218};
7219
7220/**
7221 * struct sar_limit_cmd_params - sar limts params
7222 * @sar_enable: flag to enable SAR
7223 * @num_limit_rows: number of items in sar_limits
7224 * @commit_limits: indicates firmware to start apply new SAR values
7225 * @sar_limit_row_list: pointer to array of sar limit rows
7226 */
7227struct sar_limit_cmd_params {
7228 uint32_t sar_enable;
7229 uint32_t num_limit_rows;
7230 uint32_t commit_limits;
7231 struct sar_limit_cmd_row *sar_limit_row_list;
7232};
7233
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05307234/*
7235 * struct wmi_peer_gid_userpos_list_event
7236 * @usr_list - User list
7237 */
7238#define GID_OVERLOAD_GROUP_COUNT 15
7239typedef struct {
7240 uint32_t usr_list[GID_OVERLOAD_GROUP_COUNT];
7241} wmi_host_peer_gid_userpos_list_event;
7242
7243#define WMI_HOST_BOARD_MCN_STRING_MAX_SIZE 19
7244#define WMI_HOST_BOARD_MCN_STRING_BUF_SIZE \
7245 (WMI_HOST_BOARD_MCN_STRING_MAX_SIZE+1) /* null-terminator */
7246
7247typedef struct {
7248 uint32_t software_cal_version;
7249 uint32_t board_cal_version;
7250 /* board_mcn_detail:
7251 * Provide a calibration message string for the host to display.
7252 * Note: on a big-endian host, the 4 bytes within each A_UINT32 portion
7253 * of a WMI message will be automatically byteswapped by the copy engine
7254 * as the messages are transferred between host and target, to convert
7255 * between the target's little-endianness and the host's big-endianness.
7256 * Consequently, a big-endian host should manually unswap the bytes
7257 * within the board_mcn_detail string buffer to get the bytes back into
7258 * the desired natural order.
7259 */
7260 uint8_t board_mcn_detail[WMI_HOST_BOARD_MCN_STRING_BUF_SIZE];
7261 uint32_t cal_ok; /* filled with CALIBRATION_STATUS enum value */
7262} wmi_host_pdev_check_cal_version_event;
7263
Kiran Venkatappa4110f0a2016-12-27 22:51:29 +05307264/**
7265 * enum WMI_HOST_CALIBRATION_STATUS - Host defined Enums for cal status
7266 * @WMI_HOST_NO_FEATURE: The board was calibrated with a meta
7267 * which did not have this feature
7268 * @WMI_HOST_CALIBRATION_OK: The calibration status is OK
7269 * @WMI_HOST_CALIBRATION_NOT_OK: The calibration status is NOT OK
7270 */
7271enum WMI_HOST_CALIBRATION_STATUS {
7272 WMI_HOST_NO_FEATURE = 0,
7273 WMI_HOST_CALIBRATION_OK,
7274 WMI_HOST_CALIBRATION_NOT_OK,
7275};
7276
Paul Zhanga9ec9432017-01-04 16:45:42 +08007277#define WMI_SUPPORTED_ACTION_CATEGORY 256
7278#define WMI_SUPPORTED_ACTION_CATEGORY_ELE_LIST (WMI_SUPPORTED_ACTION_CATEGORY/32)
7279
7280/**
7281 * struct action_wakeup_set_param - action wakeup set params
7282 * @vdev_id: virtual device id
7283 * @operation: 0 reset to fw default, 1 set the bits,
7284 * 2 add the setting bits, 3 delete the setting bits
7285 * @action_category_map: bit mapping.
7286 */
7287struct action_wakeup_set_param {
7288 uint32_t vdev_id;
7289 uint32_t operation;
7290 uint32_t action_category_map[WMI_SUPPORTED_ACTION_CATEGORY_ELE_LIST];
7291};
7292
Sathish Kumar617535c2017-01-24 17:51:26 +05307293/**
7294 * struct wmi_host_pdev_utf_event - Host defined struct to hold utf event data
7295 * @data: Pointer to data
7296 * @datalen: Data length
7297 *
7298 */
7299struct wmi_host_pdev_utf_event {
7300 uint8_t *data;
7301 uint16_t datalen;
7302};
7303
Kiran Venkatappa9b7a9592016-12-29 18:09:32 +05307304/**
Vijay Pamidipatiadd0ba72017-01-17 12:53:05 +05307305 * struct wmi_host_peer_delete_response_event - Peer Delete response event param
7306 * @vdev_id: vdev id
7307 * @mac_address: Peer Mac Address
7308 *
7309 */
7310struct wmi_host_peer_delete_response_event {
7311 uint32_t vdev_id;
7312 struct qdf_mac_addr mac_address;
7313};
7314
7315/**
Kiran Venkatappa9b7a9592016-12-29 18:09:32 +05307316 * @struct wmi_host_dcs_interference_param
7317 * @interference_type: Type of DCS Interference
7318 * @uint32_t pdev_id: pdev id
7319 */
7320struct wmi_host_dcs_interference_param {
7321 uint32_t interference_type;
7322 uint32_t pdev_id;
7323};
7324
Kiran Venkatappa9f5fcc02016-12-29 22:07:14 +05307325/*
7326 * struct wmi_host_fips_event_param: FIPS event param
7327 * @pdev_id: pdev id
7328 * @error_status: Error status: 0 (no err), 1, or OPER_TIMEOUR
7329 * @data_len: FIPS data lenght
7330 * @data: pointer to data
7331 */
7332struct wmi_host_fips_event_param {
7333 uint32_t pdev_id;
7334 uint32_t error_status;
7335 uint32_t data_len;
7336 uint32_t *data;
7337};
7338
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05307339#endif /* _WMI_UNIFIED_PARAM_H_ */