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