blob: dc525be8cb24c31ca2d3aaa530ed58187f589e2d [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
Sathish Kumar79fdae42017-02-22 17:28:28 +05303558 * @vdev_id: Vdev id
Govind Singh89727882016-04-15 13:58:27 +05303559 */
3560struct peer_add_wds_entry_params {
3561 const uint8_t *dest_addr;
3562 uint8_t *peer_addr;
3563 uint32_t flags;
Sathish Kumar79fdae42017-02-22 17:28:28 +05303564 uint32_t vdev_id;
Govind Singh89727882016-04-15 13:58:27 +05303565};
3566
3567/**
3568 * struct peer_del_wds_entry_params - WDS peer entry del params
3569 * @dest_addr: Pointer to destination macaddr
Sathish Kumar79fdae42017-02-22 17:28:28 +05303570 * @vdev_id: Vdev id
Govind Singh89727882016-04-15 13:58:27 +05303571 */
3572struct peer_del_wds_entry_params {
3573 uint8_t *dest_addr;
Sathish Kumar79fdae42017-02-22 17:28:28 +05303574 uint32_t vdev_id;
Govind Singh89727882016-04-15 13:58:27 +05303575};
3576
3577/**
3578 * struct peer_updatewds_entry_params - WDS peer entry update params
3579 * @wds_macaddr: Pointer to destination macaddr
3580 * @peer_add: Pointer to peer mac addr
3581 * @flags: flags
Sathish Kumar79fdae42017-02-22 17:28:28 +05303582 * @vdev_id: Vdev id
Govind Singh89727882016-04-15 13:58:27 +05303583 */
3584struct peer_update_wds_entry_params {
3585 uint8_t *wds_macaddr;
3586 uint8_t *peer_macaddr;
3587 uint32_t flags;
Sathish Kumardcc75292017-03-01 14:02:36 +05303588 uint32_t vdev_id;
Govind Singh89727882016-04-15 13:58:27 +05303589};
3590
3591/**
3592 * struct set_ps_mode_params - PS mode params
3593 * @vdev_id: vdev id
3594 * @psmode: PS mode
3595 */
3596struct set_ps_mode_params {
3597 uint8_t vdev_id;
3598 uint8_t psmode;
3599};
3600
3601/**
3602 * @struct tt_level_config - Set Thermal throttlling config
3603 * @tmplwm: Temperature low water mark
3604 * @tmphwm: Temperature high water mark
3605 * @dcoffpercent: dc off percentage
3606 * @priority: priority
3607 */
3608typedef struct {
3609 uint32_t tmplwm;
3610 uint32_t tmphwm;
3611 uint32_t dcoffpercent;
3612 uint32_t priority;
3613} tt_level_config;
3614
3615/**
3616 * struct thermal_mitigation_params - Thermal mitigation params
3617 * @enable: Enable/Disable Thermal mitigation
3618 * @dc: DC
3619 * @dc_per_event: DC per event
3620 * @tt_level_config: TT level config params
3621 */
3622struct thermal_mitigation_params {
3623 uint32_t enable;
3624 uint32_t dc;
3625 uint32_t dc_per_event;
3626 tt_level_config levelconf[THERMAL_LEVELS];
3627};
3628
3629/**
3630 * struct smart_ant_enable_params - Smart antenna params
3631 * @enable: Enable/Disable
3632 * @mode: SA mode
3633 * @rx_antenna: RX antenna config
Govind Singh41da3152016-05-06 20:20:25 +05303634 * @gpio_pin : GPIO pin config
3635 * @gpio_func : GPIO function config
Govind Singh89727882016-04-15 13:58:27 +05303636 */
3637struct smart_ant_enable_params {
3638 uint32_t enable;
3639 uint32_t mode;
3640 uint32_t rx_antenna;
Govind Singh41da3152016-05-06 20:20:25 +05303641 uint32_t gpio_pin[WMI_HAL_MAX_SANTENNA];
3642 uint32_t gpio_func[WMI_HAL_MAX_SANTENNA];
Sathish Kumardcc75292017-03-01 14:02:36 +05303643 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05303644};
3645
3646/**
3647 * struct smart_ant_rx_ant_params - RX antenna params
3648 * @antenna: RX antenna
3649 */
3650struct smart_ant_rx_ant_params {
3651 uint32_t antenna;
Sathish Kumardcc75292017-03-01 14:02:36 +05303652 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05303653};
3654
3655/**
3656 * struct smart_ant_tx_ant_params - TX antenna param
3657 * @antenna_array: Antenna arry
3658 * @vdev_id: VDEV id
3659 */
3660struct smart_ant_tx_ant_params {
3661 uint32_t *antenna_array;
3662 uint8_t vdev_id;
3663};
3664
3665/**
3666 * struct smart_ant_training_info_params - SA training params
3667 * @vdev_id: VDEV id
3668 * @rate_array: Rates array
3669 * @antenna_array: Antenna array
3670 * @numpkts: num packets for training
3671 */
3672struct smart_ant_training_info_params {
3673 uint8_t vdev_id;
3674 uint32_t *rate_array;
3675 uint32_t *antenna_array;
3676 uint32_t numpkts;
3677};
3678
3679/**
3680 * struct smart_ant_node_config_params - SA node config params
3681 * @vdev_id: VDEV id
3682 * @cmd_id: Command id
3683 * @args_count: Arguments count
3684 */
3685struct smart_ant_node_config_params {
3686 uint8_t vdev_id;
3687 uint32_t cmd_id;
3688 uint16_t args_count;
3689 uint32_t *args_arr;
3690};
3691/**
3692 * struct smart_ant_enable_tx_feedback_params - SA tx feeback params
3693 * @enable: Enable TX feedback for SA
3694 */
3695struct smart_ant_enable_tx_feedback_params {
3696 int enable;
3697};
3698
3699/**
3700 * struct vdev_spectral_configure_params - SPectral config params
3701 * @vdev_id: VDEV id
3702 * @count: count
3703 * @period: period
3704 * @spectral_pri: Spectral priority
3705 * @fft_size: FFT size
3706 * @gc_enable: GC enable
3707 * @restart_enable: restart enabled
3708 * @noise_floor_ref: Noise floor reference
3709 * @init_delay: Init delays
3710 * @nb_tone_thr: NB tone threshold
3711 * @str_bin_thr: STR BIN threshold
3712 * @wb_rpt_mode: WB BIN threshold
3713 * @rssi_rpt_mode: RSSI report mode
3714 * @rssi_thr: RSSI threshold
3715 * @pwr_format: Power format
3716 * @rpt_mode: Report mdoe
3717 * @bin_scale: BIN scale
3718 * @dBm_adj: DBM adjust
3719 * @chn_mask: chain mask
3720 */
3721struct vdev_spectral_configure_params {
3722 uint8_t vdev_id;
3723 uint16_t count;
3724 uint16_t period;
3725 uint16_t spectral_pri;
3726 uint16_t fft_size;
3727 uint16_t gc_enable;
3728 uint16_t restart_enable;
3729 uint16_t noise_floor_ref;
3730 uint16_t init_delay;
3731 uint16_t nb_tone_thr;
3732 uint16_t str_bin_thr;
3733 uint16_t wb_rpt_mode;
3734 uint16_t rssi_rpt_mode;
3735 uint16_t rssi_thr;
3736 uint16_t pwr_format;
3737 uint16_t rpt_mode;
3738 uint16_t bin_scale;
3739 uint16_t dBm_adj;
3740 uint16_t chn_mask;
3741};
3742
3743/**
3744 * struct vdev_spectral_enable_params - Spectral enabled params
3745 * @vdev_id: VDEV id
3746 * @active_valid: Active valid
3747 * @active: active
3748 * @enabled_valid: Enabled valid
3749 * @enabled: enabled
3750 */
3751struct vdev_spectral_enable_params {
3752 uint8_t vdev_id;
3753 uint8_t active_valid;
3754 uint8_t active;
3755 uint8_t enabled_valid;
3756 uint8_t enabled;
3757};
3758
3759/**
3760 * struct pdev_set_regdomain_params - PDEV set reg domain params
3761 * @currentRDinuse: Current Reg domain
3762 * @currentRD2G: Current Reg domain 2G
3763 * @currentRD5G: Current Reg domain 5G
3764 * @ctl_2G: CTL 2G
3765 * @ctl_5G: CTL 5G
3766 * @dfsDomain: DFS domain
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05303767 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05303768 */
3769struct pdev_set_regdomain_params {
3770 uint16_t currentRDinuse;
3771 uint16_t currentRD2G;
3772 uint16_t currentRD5G;
3773 uint32_t ctl_2G;
3774 uint32_t ctl_5G;
3775 uint8_t dfsDomain;
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05303776 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05303777};
3778
3779/**
3780 * struct set_quiet_mode_params - Set quiet mode params
3781 * @enabled: Enabled
3782 * @period: Quite period
3783 * @intval: Quite interval
3784 * @duration: Quite duration
3785 * @offset: offset
3786 */
3787struct set_quiet_mode_params {
3788 uint8_t enabled;
3789 uint8_t period;
3790 uint16_t intval;
3791 uint16_t duration;
3792 uint16_t offset;
3793};
3794
3795/**
3796 * struct set_beacon_filter_params - Set beacon filter params
3797 * @vdev_id: VDEV id
3798 * @ie: Pointer to IE fields
3799 */
3800struct set_beacon_filter_params {
3801 uint8_t vdev_id;
3802 uint32_t *ie;
3803};
3804
3805/**
3806 * struct remove_beacon_filter_params - Remove beacon filter params
3807 * @vdev_id: VDEV id
3808 */
3809struct remove_beacon_filter_params {
3810 uint8_t vdev_id;
3811};
3812
3813/**
3814 * struct mgmt_params - Mgmt params
3815 * @vdev_id: vdev id
3816 * @buf_len: lenght of frame buffer
3817 * @wbuf: frame buffer
3818 */
3819struct mgmt_params {
3820 int vdev_id;
3821 uint32_t buf_len;
3822 qdf_nbuf_t wbuf;
3823};
3824
3825/**
3826 * struct addba_clearresponse_params - Addba clear response params
3827 * @vdev_id: VDEV id
3828 */
3829struct addba_clearresponse_params {
3830 uint8_t vdev_id;
3831};
3832
3833/**
3834 * struct addba_send_params - ADDBA send params
3835 * @vdev_id: vdev id
3836 * @tidno: TID
3837 * @buffersize: buffer size
3838 */
3839struct addba_send_params {
3840 uint8_t vdev_id;
3841 uint8_t tidno;
3842 uint16_t buffersize;
3843};
3844
3845/**
3846 * struct delba_send_params - DELBA send params
3847 * @vdev_id: vdev id
3848 * @tidno: TID
3849 * @initiator: initiator
3850 * @reasoncode: reason code
3851 */
3852struct delba_send_params {
3853 uint8_t vdev_id;
3854 uint8_t tidno;
3855 uint8_t initiator;
3856 uint16_t reasoncode;
3857};
3858/**
3859 * struct addba_setresponse_arams - Set ADDBA response params
3860 * @vdev_id: vdev id
3861 * @tidno: TID
3862 * @statuscode: status code in response
3863 */
3864struct addba_setresponse_params {
3865 uint8_t vdev_id;
3866 uint8_t tidno;
3867 uint16_t statuscode;
3868};
3869
3870/**
3871 * struct singleamsdu_params - Single AMSDU params
3872 * @vdev_id: vdev is
3873 * @tidno: TID
3874 */
3875struct singleamsdu_params {
3876 uint8_t vdev_id;
3877 uint8_t tidno;
3878};
3879
3880/**
3881 * struct set_qbosst_params - Set QBOOST params
3882 * @vdev_id: vdev id
3883 * @value: value
3884 */
3885struct set_qboost_params {
3886 uint8_t vdev_id;
3887 uint32_t value;
3888};
3889
3890/**
3891 * struct mu_scan_params - MU scan params
3892 * @id: id
3893 * @type: type
3894 * @duration: Duration
3895 * @lteu_tx_power: LTEU tx power
3896 */
3897struct mu_scan_params {
3898 uint8_t id;
3899 uint8_t type;
3900 uint32_t duration;
3901 uint32_t lteu_tx_power;
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05303902 uint32_t rssi_thr_bssid;
3903 uint32_t rssi_thr_sta;
3904 uint32_t rssi_thr_sc;
3905 uint32_t plmn_id;
3906 uint32_t alpha_num_bssid;
Govind Singh89727882016-04-15 13:58:27 +05303907};
3908
3909/**
3910 * struct lteu_config_params - LTEU config params
3911 * @lteu_gpio_start: start MU/AP scan after GPIO toggle
3912 * @lteu_num_bins: no. of elements in the following arrays
3913 * @use_actual_nf: whether to use the actual NF obtained or a hardcoded one
3914 * @lteu_weight: weights for MU algo
3915 * @lteu_thresh: thresholds for MU algo
3916 * @lteu_gamma: gamma's for MU algo
3917 * @lteu_scan_timeout: timeout in ms to gpio toggle
3918 * @alpha_num_ssid: alpha for num active bssid calculation
3919 * @wifi_tx_power: Wifi Tx power
3920 */
3921struct lteu_config_params {
3922 uint8_t lteu_gpio_start;
3923 uint8_t lteu_num_bins;
3924 uint8_t use_actual_nf;
3925 uint32_t lteu_weight[LTEU_MAX_BINS];
3926 uint32_t lteu_thresh[LTEU_MAX_BINS];
3927 uint32_t lteu_gamma[LTEU_MAX_BINS];
3928 uint32_t lteu_scan_timeout;
3929 uint32_t alpha_num_bssid;
3930 uint32_t wifi_tx_power;
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05303931 uint32_t allow_err_packets;
Govind Singh89727882016-04-15 13:58:27 +05303932};
3933
3934struct wmi_macaddr_t {
3935 /** upper 4 bytes of MAC address */
3936 uint32_t mac_addr31to0;
3937 /** lower 2 bytes of MAC address */
3938 uint32_t mac_addr47to32;
3939};
3940
3941/**
3942 * struct atf_peer_info - ATF peer info params
3943 * @peer_macaddr: peer mac addr
3944 * @percentage_peer: percentage of air time for this peer
3945 */
3946typedef struct {
3947 struct wmi_macaddr_t peer_macaddr;
3948 uint32_t percentage_peer;
3949} atf_peer_info;
3950
3951/**
Sathish Kumar50232d72016-08-09 16:50:46 +05303952 * struct bwf_peer_info_t - BWF peer info params
3953 * @peer_macaddr: peer mac addr
3954 * @throughput: Throughput
3955 * @max_airtime: Max airtime
3956 * @priority: Priority level
3957 * @reserved: Reserved array
3958 */
3959typedef struct {
3960 struct wmi_macaddr_t peer_macaddr;
3961 uint32_t throughput;
3962 uint32_t max_airtime;
3963 uint32_t priority;
3964 uint32_t reserved[4];
3965} bwf_peer_info;
3966
3967/**
3968 * struct set_bwf_params - BWF params
3969 * @num_peers: number of peers
3970 * @atf_peer_info: BWF peer info
3971 */
3972struct set_bwf_params {
3973 uint32_t num_peers;
3974 bwf_peer_info peer_info[1];
3975};
3976
3977/**
Govind Singh89727882016-04-15 13:58:27 +05303978 * struct atf_peer_ext_info - ATF peer ext info params
3979 * @peer_macaddr: peer mac address
3980 * @group_index: group index
3981 * @atf_index_reserved: ATF index rsvd
3982 */
3983typedef struct {
3984 struct wmi_macaddr_t peer_macaddr;
3985 uint32_t group_index;
3986 uint32_t atf_index_reserved;
3987} atf_peer_ext_info;
3988
3989/**
Sathish Kumarb597ba42017-02-22 17:24:45 +05303990 * struct set_atf_params - ATF params
3991 * @num_peers: number of peers
3992 * @atf_peer_info: ATF peer info
3993 */
3994struct set_atf_params {
3995 uint32_t num_peers;
3996 atf_peer_info peer_info[ATF_ACTIVED_MAX_CLIENTS];
3997};
3998
3999/**
Govind Singh89727882016-04-15 13:58:27 +05304000 * struct atf_peer_request_params - ATF peer req params
4001 * @num_peers: number of peers
4002 * @atf_peer_ext_info: ATF peer ext info
4003 */
4004struct atf_peer_request_params {
4005 uint32_t num_peers;
4006 atf_peer_ext_info peer_ext_info[ATF_ACTIVED_MAX_CLIENTS];
4007};
4008
4009/**
4010 * struct atf_group_info - ATF group info params
4011 * @percentage_group: Percentage AT for group
4012 * @atf_group_units_reserved: ATF group information
4013 */
4014typedef struct {
4015 uint32_t percentage_group;
4016 uint32_t atf_group_units_reserved;
4017} atf_group_info;
4018
4019/**
4020 * struct atf_grouping_params - ATF grouping params
4021 * @num_groups: number of groups
4022 * @group_inf: Group informaition
4023 */
4024struct atf_grouping_params {
4025 uint32_t num_groups;
4026 atf_group_info group_info[ATF_ACTIVED_MAX_ATFGROUPS];
4027};
4028
4029/**
4030 * struct wlan_profile_params - WLAN profile params
4031 * @param_id: param id
4032 * @profile_id: profile id
4033 * @enable: enable
4034 */
4035struct wlan_profile_params {
4036 uint32_t param_id;
4037 uint32_t profile_id;
4038 uint32_t enable;
4039};
4040
4041/* struct ht_ie_params - HT IE params
4042 * @ie_len: IE length
4043 * @ie_data: pointer to IE data
Sathish Kumar79fdae42017-02-22 17:28:28 +05304044 * @tx_streams: Tx streams supported for this HT IE
4045 * @rx_streams: Rx streams supported for this HT IE
Govind Singh89727882016-04-15 13:58:27 +05304046 */
4047struct ht_ie_params {
4048 uint32_t ie_len;
4049 uint8_t *ie_data;
Sathish Kumar79fdae42017-02-22 17:28:28 +05304050 uint32_t tx_streams;
4051 uint32_t rx_streams;
Govind Singh89727882016-04-15 13:58:27 +05304052};
4053
4054/* struct vht_ie_params - VHT IE params
4055 * @ie_len: IE length
4056 * @ie_data: pointer to IE data
Sathish Kumar79fdae42017-02-22 17:28:28 +05304057 * @tx_streams: Tx streams supported for this VHT IE
4058 * @rx_streams: Rx streams supported for this VHT IE
Govind Singh89727882016-04-15 13:58:27 +05304059 */
4060struct vht_ie_params {
4061 uint32_t ie_len;
4062 uint8_t *ie_data;
Sathish Kumar79fdae42017-02-22 17:28:28 +05304063 uint32_t tx_streams;
4064 uint32_t rx_streams;
Govind Singh89727882016-04-15 13:58:27 +05304065};
4066
4067/**
4068 * struct wmi_host_wmeParams - WME params
4069 * @wmep_acm: ACM paramete
4070 * @wmep_aifsn: AIFSN parameters
4071 * @wmep_logcwmin: cwmin in exponential form
4072 * @wmep_logcwmax: cwmax in exponential form
4073 * @wmep_txopLimit: txopLimit
4074 * @wmep_noackPolicy: No-Ack Policy: 0=ack, 1=no-ack
4075 */
4076struct wmi_host_wmeParams {
4077 u_int8_t wmep_acm;
4078 u_int8_t wmep_aifsn;
4079 u_int8_t wmep_logcwmin;
4080 u_int8_t wmep_logcwmax;
4081 u_int16_t wmep_txopLimit;
4082 u_int8_t wmep_noackPolicy;
4083};
4084
4085/**
4086 * struct wmm_update_params - WMM update params
4087 * @wmep_array: WME params for each AC
4088 */
4089struct wmm_update_params {
4090 struct wmi_host_wmeParams *wmep_array;
4091};
4092
4093/**
4094 * struct ant_switch_tbl_params - Antenna switch table params
4095 * @ant_ctrl_common1: ANtenna control common param 1
4096 * @ant_ctrl_common2: Antenna control commn param 2
4097 */
4098struct ant_switch_tbl_params {
4099 uint32_t ant_ctrl_common1;
4100 uint32_t ant_ctrl_common2;
Sathish Kumarb597ba42017-02-22 17:24:45 +05304101 uint32_t pdev_id;
4102 uint32_t antCtrlChain;
Govind Singh89727882016-04-15 13:58:27 +05304103};
4104
4105/**
4106 * struct ratepwr_table_params - Rate power table params
4107 * @ratepwr_tbl: pointer to rate power table
4108 * @ratepwr_len: rate power table len
4109 */
4110struct ratepwr_table_params {
4111 uint8_t *ratepwr_tbl;
4112 uint16_t ratepwr_len;
4113};
4114
4115/**
4116 * struct ctl_table_params - Ctl table params
4117 * @ctl_array: pointer to ctl array
Sathish Kumar990089f2016-11-09 11:44:50 +05304118 * @ctl_cmd_len: ctl command length
Govind Singh89727882016-04-15 13:58:27 +05304119 * @is_acfg_ctl: is acfg_ctl table
4120 */
4121struct ctl_table_params {
4122 uint8_t *ctl_array;
Sathish Kumar990089f2016-11-09 11:44:50 +05304123 uint16_t ctl_cmd_len;
Nandha Kishore Easwaranda8e13c2016-10-14 15:22:05 +05304124 uint32_t target_type;
4125 bool is_2g;
Sathish Kumar990089f2016-11-09 11:44:50 +05304126 uint32_t ctl_band;
Sathish Kumardcc75292017-03-01 14:02:36 +05304127 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05304128};
4129
4130/**
4131 * struct mimogain_table_params - MIMO gain table params
4132 * @array_gain: pointer to array gain table
4133 * @tbl_len: table length
4134 * @multichain_gain_bypass: bypass multichain gain
4135 */
4136struct mimogain_table_params {
4137 uint8_t *array_gain;
4138 uint16_t tbl_len;
4139 bool multichain_gain_bypass;
Sathish Kumardcc75292017-03-01 14:02:36 +05304140 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05304141};
4142
4143/**
4144 * struct ratepwr_chainmask_params - Rate power chainmask params
4145 * @ratepwr_chain_tbl: pointer to ratepwr chain table
4146 * @num_rate: number of rate in table
4147 * @pream_type: preamble type
4148 * @ops: ops
4149 */
4150struct ratepwr_chainmsk_params {
4151 uint32_t *ratepwr_chain_tbl;
4152 uint16_t num_rate;
4153 uint8_t pream_type;
4154 uint8_t ops;
4155};
4156
4157struct macaddr_params {
4158 uint8_t *macaddr;
4159};
4160
4161/**
4162 * struct acparams_params - acparams config structure
4163 * @ac: AC to configure
4164 * @use_rts: Use rts for this AC
4165 * @aggrsize_scaling: Aggregrate size scaling for the AC
4166 * @min_kbps: min kbps req
4167 */
4168struct acparams_params {
4169 uint8_t ac;
4170 uint8_t use_rts;
4171 uint8_t aggrsize_scaling;
4172 uint32_t min_kbps;
4173};
4174
4175/**
4176 * struct vap_dscp_tid_map_params - DSCP tid map params
4177 * @vdev_id: vdev id
4178 * @dscp_to_tid_map: pointer to arry of tid to dscp map table
4179 */
4180struct vap_dscp_tid_map_params {
4181 uint8_t vdev_id;
4182 uint32_t *dscp_to_tid_map;
4183};
4184
4185/**
4186 * struct proxy_ast_reserve_params - Proxy AST reserve params
4187 * @macaddr: macaddr for proxy ast entry
4188 */
4189struct proxy_ast_reserve_params {
4190 uint8_t *macaddr;
4191};
4192
4193/**
4194 * struct fips_params - FIPS params config
4195 * @key: pointer to key
4196 * @key_len: length of key
4197 * @data: pointer data buf
Nandha Kishore Easwaran2ccd4242017-01-09 21:33:00 +05304198 * @data_len: lenght of data buf
Govind Singh89727882016-04-15 13:58:27 +05304199 * @mode: mode
4200 * @op: operation
Nandha Kishore Easwaran2ccd4242017-01-09 21:33:00 +05304201 * @pdev_id: pdev_id for identifying the MAC
Govind Singh89727882016-04-15 13:58:27 +05304202 */
4203struct fips_params {
4204 uint8_t *key;
4205 uint32_t key_len;
4206 uint8_t *data;
4207 uint32_t data_len;
4208 uint32_t mode;
4209 uint32_t op;
Nandha Kishore Easwaran2ccd4242017-01-09 21:33:00 +05304210 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05304211};
4212
4213/**
4214 * struct mcast_group_update_param - Mcast group table update to target
4215 * @action: Addition/deletion
4216 * @wildcard: iwldcard table entry?
4217 * @mcast_ip_addr: mcast ip address to be updated
4218 * @mcast_ip_addr_bytes: mcast ip addr bytes
4219 * @ucast_mac_addr: ucast peer mac subscribed to mcast ip
4220 * @filter_mode: filter mode
4221 * @nsrcs: number of entries in source list
4222 * @srcs: source mac accpted
4223 * @mask: mask
4224 * @vap_id: vdev id
4225 * @is_action_delete: is delete
4226 * @is_filter_mode_snoop:
4227 * @is_mcast_addr_len:
4228 */
4229struct mcast_group_update_params {
4230 int action;
4231 int wildcard;
4232 uint8_t *mcast_ip_addr;
4233 int mcast_ip_addr_bytes;
4234 uint8_t *ucast_mac_addr;
4235 uint8_t filter_mode;
4236 uint8_t nsrcs;
4237 uint8_t *srcs;
4238 uint8_t *mask;
4239 uint8_t vap_id;
4240 bool is_action_delete;
4241 bool is_filter_mode_snoop;
4242 bool is_mcast_addr_len;
4243};
4244
4245/**
4246 * struct periodic_chan_stats_param - periodic channel stats req param
4247 * @stats_period: stats period update
4248 * @enable: enable/disable
4249 */
4250struct periodic_chan_stats_params {
4251 uint32_t stats_period;
4252 bool enable;
4253};
4254
4255/**
4256 * struct packet_power_info_params - packet power info params
4257 * @rate_flags: rate flags
4258 * @nss: number of spatial streams
4259 * @preamble: preamble
4260 * @hw_rate:
4261 */
4262struct packet_power_info_params {
4263 uint16_t rate_flags;
4264 uint16_t nss;
4265 uint16_t preamble;
4266 uint16_t hw_rate;
Sathish Kumardcc75292017-03-01 14:02:36 +05304267 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05304268};
4269
4270/**
4271 * WMI_GPIO_CONFIG_CMDID
4272 */
4273enum {
4274 WMI_HOST_GPIO_PULL_NONE,
4275 WMI_HOST_GPIO_PULL_UP,
4276 WMI_HOST_GPIO_PULL_DOWN,
4277};
4278
4279/**
4280 * WMI_GPIO_INTTYPE
4281 */
4282enum {
4283 WMI_HOST_GPIO_INTTYPE_DISABLE,
4284 WMI_HOST_GPIO_INTTYPE_RISING_EDGE,
4285 WMI_HOST_GPIO_INTTYPE_FALLING_EDGE,
4286 WMI_HOST_GPIO_INTTYPE_BOTH_EDGE,
4287 WMI_HOST_GPIO_INTTYPE_LEVEL_LOW,
4288 WMI_HOST_GPIO_INTTYPE_LEVEL_HIGH
4289};
4290
4291/**
4292 * struct wmi_host_gpio_input_event - GPIO input event structure
4293 * @gpio_num: GPIO number which changed state
4294 */
4295typedef struct {
4296 uint32_t gpio_num; /* GPIO number which changed state */
4297} wmi_host_gpio_input_event;
4298
4299/**
4300 * struct gpio_config_params - GPIO config params
4301 * @gpio_num: GPIO number to config
4302 * @input: input/output
4303 * @pull_type: pull type
4304 * @intr_mode: int mode
4305 */
4306struct gpio_config_params {
4307 uint32_t gpio_num;
4308 uint32_t input;
4309 uint32_t pull_type;
4310 uint32_t intr_mode;
4311};
4312
4313/**
4314 * struct gpio_output_params - GPIO output params
4315 * @gpio_num: GPIO number to configure
4316 * @set: set/reset
4317 */
4318struct gpio_output_params {
4319 uint32_t gpio_num;
4320 uint32_t set;
4321};
4322
Sathish Kumar7e566c52016-11-10 15:30:22 +05304323/* flags bit 0: to configure wlan priority bitmap */
4324#define WMI_HOST_BTCOEX_PARAM_FLAGS_WLAN_PRIORITY_BITMAP_BIT (1<<0)
4325/* flags bit 1: to configure both period and wlan duration */
4326#define WMI_HOST_BTCOEX_PARAM_FLAGS_DUTY_CYCLE_BIT (1<<1)
4327struct btcoex_cfg_params {
4328 /* WLAN priority bitmask for different frame types */
4329 uint32_t btcoex_wlan_priority_bitmap;
4330 /* This command is used to configure different btcoex params
4331 * in different situations.The host sets the appropriate bit(s)
4332 * in btcoex_param_flags to indicate which configuration parameters
4333 * are valid within a particular BT coex config message, so that one
4334 * BT configuration parameter can be configured without affecting
4335 * other BT configuration parameters.E.g. if the host wants to
4336 * configure only btcoex_wlan_priority_bitmap it sets only
4337 * WMI_BTCOEX_PARAM_FLAGS_WLAN_PRIORITY_BITMAP_BIT in
4338 * btcoex_param_flags so that firmware will not overwrite
4339 * other params with default value passed in the command.
4340 * Host can also set multiple bits in btcoex_param_flags
4341 * to configure more than one param in single message.
4342 */
4343 uint32_t btcoex_param_flags;
4344 /* period denotes the total time in milliseconds which WLAN and BT share
4345 * configured percentage for transmission and reception.
4346 */
4347 uint32_t period;
4348 /* wlan duration is the time in milliseconds given for wlan
4349 * in above period.
4350 */
4351 uint32_t wlan_duration;
4352};
4353
Sathish Kumar612d0c22017-01-19 14:57:37 +05304354#define WMI_HOST_COEX_CONFIG_BUF_MAX_LEN 32 /* 128 bytes */
4355/**
4356 * coex_ver_cfg_t
4357 * @coex_version: Version for 4 wire coex
4358 * @length: Length of payload buffer based on version
4359 * @config_buf: Payload Buffer
4360 */
4361typedef struct {
4362 /* VERSION_4 (4 wire coex) */
4363 uint32_t coex_version;
4364
4365 /* No. of A_UINT32 elements in payload buffer. Will depend on the coex
4366 * version
4367 */
4368 uint32_t length;
4369
4370 /* Payload buffer */
4371 uint32_t config_buf[WMI_HOST_COEX_CONFIG_BUF_MAX_LEN];
4372} coex_ver_cfg_t;
Sathish Kumar7e566c52016-11-10 15:30:22 +05304373
Govind Singh89727882016-04-15 13:58:27 +05304374#define WMI_HOST_RTT_REPORT_CFR 0
4375#define WMI_HOST_RTT_NO_REPORT_CFR 1
4376#define WMI_HOST_RTT_AGGREGATE_REPORT_NON_CFR 2
4377/**
4378 * struct rtt_meas_req_test_params
4379 * @peer: peer mac address
4380 * @req_frame_type: RTT request frame type
4381 * @req_bw: requested bandwidth
4382 * @req_preamble: Preamble
4383 * @req_num_req: num of requests
4384 * @req_report_type: report type
4385 * @num_measurements: number of measurements
4386 * @asap_mode: priority
4387 * @lci_requested: LCI requested
4388 * @loc_civ_requested:
4389 * @channel_param: channel param
4390 * @req_id: requested id
4391 */
4392struct rtt_meas_req_test_params {
4393 uint8_t peer[IEEE80211_ADDR_LEN];
4394 int req_frame_type;
4395 int req_bw;
4396 int req_preamble;
4397 int req_num_req;
4398 int req_report_type;
4399 uint32_t num_measurements;
4400 uint32_t asap_mode;
4401 uint32_t lci_requested;
4402 uint32_t loc_civ_requested;
4403 struct channel_param channel;
4404 uint8_t req_id;
4405};
4406
4407/**
4408 * struct rtt_meas_req_params - RTT measurement request params
4409 * @req_id: Request id
4410 * @vdev_id: vdev id
4411 * @sta_mac_addr: pointer to station mac address
4412 * @spoof_mac_addr: pointer to spoof mac address
4413 * @is_mode_na: 11NA
4414 * @is_mode_ac: AC
4415 * @is_bw_20: 20
4416 * @is_bw_40: 40
4417 * @is_bw_80: 80
4418 * @num_probe_rqst: number of probe request
4419 * @channel_param: channel param
4420 */
4421struct rtt_meas_req_params {
4422 uint8_t req_id;
4423 uint8_t vdev_id;
4424 uint8_t *sta_mac_addr;
4425 uint8_t *spoof_mac_addr;
4426 bool is_mode_na;
4427 bool is_mode_ac;
4428 bool is_bw_20;
4429 bool is_bw_40;
4430 bool is_bw_80;
4431 uint32_t num_probe_rqst;
4432 struct channel_param channel;
4433};
4434
4435/**
4436 * struct lci_set_params - LCI params
4437 * @lci_data: pointer to LCI data
4438 * @latitude_unc: latitude
4439 * @latitude_0_12: bits 0 to 1 of latitude
4440 * @latitude_2_33: bits 2 to 33 of latitude
4441 * @longitude_unc: longitude
4442 * @longitude_0_1: bits 0 to 1 of longitude
4443 * @longitude_2_33: bits 2 to 33 of longitude
4444 * @altitude_type: altitude type
4445 * @altitude_unc_0_3: altitude bits 0 - 3
4446 * @altitude_unc_4_5: altitude bits 4 - 5
4447 * @altitude: altitude
4448 * @datum: dataum
4449 * @reg_loc_agmt:
4450 * @reg_loc_dse:
4451 * @dep_sta:
4452 * @version: version
4453 */
4454struct lci_set_params {
4455 void *lci_data;
4456 uint8_t latitude_unc:6,
4457 latitude_0_1:2;
4458 uint32_t latitude_2_33;
4459 uint8_t longitude_unc:6,
4460 longitude_0_1:2;
4461 uint32_t longitude_2_33;
4462 uint8_t altitude_type:4,
4463 altitude_unc_0_3:4;
4464 uint32_t altitude_unc_4_5:2,
4465 altitude:30;
4466 uint8_t datum:3,
4467 reg_loc_agmt:1,
4468 reg_loc_dse:1,
4469 dep_sta:1,
4470 version:2;
Sathish Kumar38bf0d82016-10-20 14:07:21 +05304471 uint8_t *colocated_bss;
4472 int msg_len;
Govind Singh89727882016-04-15 13:58:27 +05304473};
4474
4475/**
4476 * struct lcr_set_params - LCR params
4477 * @lcr_data: pointer to lcr data
4478 */
4479struct lcr_set_params {
4480 void *lcr_data;
Sathish Kumar38bf0d82016-10-20 14:07:21 +05304481 int msg_len;
Govind Singh89727882016-04-15 13:58:27 +05304482};
4483
4484/**
4485 * struct rtt_keepalive_req_params - RTT keepalive params
4486 * @macaddr: pointer to macaddress
4487 * @req_id: Request id
4488 * @vdev_id: vdev id
4489 * @stop: start/stop
4490 */
4491struct rtt_keepalive_req_params {
4492 uint8_t *macaddr;
4493 uint8_t req_id;
4494 uint8_t vdev_id;
4495 bool stop;
4496};
4497
4498/**
Leo Chang8184e9c2016-09-28 13:43:36 -07004499 * struct rx_reorder_queue_setup_params - Reorder queue setup params
4500 * @peer_mac_addr: Peer mac address
4501 * @tid: TID
4502 * @vdev_id: vdev id
4503 * @hw_qdesc_paddr_lo: lower 32 bits of queue desc adddress
4504 * @hw_qdesc_paddr_hi: upper 32 bits of queue desc adddress
4505 * @queue_no: 16-bit number assigned by host for queue
4506 */
4507struct rx_reorder_queue_setup_params {
4508 uint8_t *peer_macaddr;
4509 uint16_t tid;
4510 uint16_t vdev_id;
4511 uint32_t hw_qdesc_paddr_lo;
4512 uint32_t hw_qdesc_paddr_hi;
4513 uint16_t queue_no;
4514};
4515
4516/**
4517 * struct rx_reorder_queue_remove_params - Reorder queue setup params
4518 * @peer_mac_addr: Peer mac address
4519 * @vdev_id: vdev id
4520 * @peer_tid_bitmap: peer tid bitmap
4521 */
4522struct rx_reorder_queue_remove_params {
4523 uint8_t *peer_macaddr;
4524 uint16_t vdev_id;
4525 uint32_t peer_tid_bitmap;
4526};
4527
4528/**
Govind Singh89727882016-04-15 13:58:27 +05304529 * struct wmi_host_stats_event - Stats event params
4530 * @stats_id: stats id of type wmi_host_stats_event
4531 * @num_pdev_stats: number of pdev stats event structures 0 or 1
4532 * @num_pdev_ext_stats: number of pdev ext stats event structures
4533 * @num_vdev_stats: number of vdev stats
4534 * @num_peer_stats: number of peer stats event structures 0 or max peers
4535 * @num_bcnflt_stats: number of beacon filter stats
4536 * @num_chan_stats: number of channel stats
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05304537 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05304538 */
4539typedef struct {
4540 wmi_host_stats_id stats_id;
4541 uint32_t num_pdev_stats;
4542 uint32_t num_pdev_ext_stats;
4543 uint32_t num_vdev_stats;
4544 uint32_t num_peer_stats;
4545 uint32_t num_bcnflt_stats;
4546 uint32_t num_chan_stats;
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05304547 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05304548} wmi_host_stats_event;
4549
4550/**
Govind Singh89727882016-04-15 13:58:27 +05304551 * struct wmi_host_peer_extd_stats - peer extd stats event structure
4552 * @peer_macaddr: Peer mac address
4553 * @inactive_time: inactive time in secs
4554 * @peer_chain_rssi: peer rssi
4555 * @rx_duration: RX duration
4556 * @peer_tx_bytes: TX bytes
4557 * @peer_rx_bytes: RX bytes
4558 * @last_tx_rate_code: Tx rate code of last frame
4559 * @last_tx_power: Tx power latest
4560 * @atf_tokens_allocated: atf tokens allocated
4561 * @atf_tokens_utilized: atf tokens utilized
4562 * @reserved: for future use
4563 */
4564typedef struct {
4565 wmi_host_mac_addr peer_macaddr;
4566 uint32_t inactive_time;
4567 uint32_t peer_chain_rssi;
4568 uint32_t rx_duration;
4569 uint32_t peer_tx_bytes;
4570 uint32_t peer_rx_bytes;
4571 uint32_t last_tx_rate_code;
4572 uint32_t last_tx_power;
4573 uint32_t atf_tokens_allocated;
4574 uint32_t atf_tokens_utilized;
4575 uint32_t reserved[4];
4576} wmi_host_peer_extd_stats;
4577
4578/**
4579 * struct wmi_host_pdev_ext_stats - peer ext stats structure
4580 * @rx_rssi_comb: RX rssi
4581 * @rx_rssi_chain0: RX rssi chain 0
4582 * @rx_rssi_chain1: RX rssi chain 1
4583 * @rx_rssi_chain2: RX rssi chain 2
4584 * @rx_rssi_chain3: RX rssi chain 3
4585 * @rx_mcs: RX MCS array
4586 * @tx_mcs: TX MCS array
4587 * @ack_rssi: Ack rssi
4588 */
4589typedef struct {
4590 uint32_t rx_rssi_comb;
4591 uint32_t rx_rssi_chain0;
4592 uint32_t rx_rssi_chain1;
4593 uint32_t rx_rssi_chain2;
4594 uint32_t rx_rssi_chain3;
4595 uint32_t rx_mcs[10];
4596 uint32_t tx_mcs[10];
4597 uint32_t ack_rssi;
4598} wmi_host_pdev_ext_stats;
4599
4600/**
4601 * struct wmi_host_dbg_tx_stats - Debug stats
4602 * @comp_queued: Num HTT cookies queued to dispatch list
4603 * @comp_delivered: Num HTT cookies dispatched
4604 * @msdu_enqued: Num MSDU queued to WAL
4605 * @mpdu_enqued: Num MPDU queue to WAL
4606 * @wmm_drop: Num MSDUs dropped by WMM limit
4607 * @local_enqued: Num Local frames queued
4608 * @local_freed: Num Local frames done
4609 * @hw_queued: Num queued to HW
4610 * @hw_reaped: Num PPDU reaped from HW
4611 * @underrun: Num underruns
4612 * @hw_paused: HW Paused.
4613 * @tx_abort: Num PPDUs cleaned up in TX abort
4614 * @mpdus_requed: Num MPDUs requed by SW
4615 * @tx_ko: excessive retries
4616 * @tx_xretry:
4617 * @data_rc: data hw rate code
4618 * @self_triggers: Scheduler self triggers
4619 * @sw_retry_failure: frames dropped due to excessive sw retries
4620 * @illgl_rate_phy_err: illegal rate phy errors
4621 * @pdev_cont_xretry: wal pdev continous xretry
4622 * @pdev_tx_timeout: wal pdev continous xretry
4623 * @pdev_resets: wal pdev resets
4624 * @stateless_tid_alloc_failure: frames dropped due to non-availability of
4625 * stateless TIDs
4626 * @phy_underrun: PhY/BB underrun
4627 * @txop_ovf: MPDU is more than txop limit
4628 * @seq_posted: Number of Sequences posted
4629 * @seq_failed_queueing: Number of Sequences failed queueing
4630 * @seq_completed: Number of Sequences completed
4631 * @seq_restarted: Number of Sequences restarted
4632 * @mu_seq_posted: Number of MU Sequences posted
4633 * @mpdus_sw_flush: Num MPDUs flushed by SW, HWPAUSED, SW TXABORT
4634 * (Reset,channel change)
4635 * @mpdus_hw_filter: Num MPDUs filtered by HW, all filter condition
4636 * (TTL expired)
4637 * @mpdus_truncated: Num MPDUs truncated by PDG (TXOP, TBTT,
4638 * PPDU_duration based on rate, dyn_bw)
4639 * @mpdus_ack_failed: Num MPDUs that was tried but didn't receive ACK or BA
4640 * @mpdus_expired: Num MPDUs that was dropped du to expiry.
4641 * @mc_dropr: Num mc drops
4642 */
4643typedef struct {
4644 int32_t comp_queued;
4645 int32_t comp_delivered;
4646 int32_t msdu_enqued;
4647 int32_t mpdu_enqued;
4648 int32_t wmm_drop;
4649 int32_t local_enqued;
4650 int32_t local_freed;
4651 int32_t hw_queued;
4652 int32_t hw_reaped;
4653 int32_t underrun;
4654 uint32_t hw_paused;
4655 int32_t tx_abort;
4656 int32_t mpdus_requed;
4657 uint32_t tx_ko;
4658 uint32_t tx_xretry;
4659 uint32_t data_rc;
4660 uint32_t self_triggers;
4661 uint32_t sw_retry_failure;
4662 uint32_t illgl_rate_phy_err;
4663 uint32_t pdev_cont_xretry;
4664 uint32_t pdev_tx_timeout;
4665 uint32_t pdev_resets;
4666 uint32_t stateless_tid_alloc_failure;
4667 uint32_t phy_underrun;
4668 uint32_t txop_ovf;
4669 uint32_t seq_posted;
4670 uint32_t seq_failed_queueing;
4671 uint32_t seq_completed;
4672 uint32_t seq_restarted;
4673 uint32_t mu_seq_posted;
4674 int32_t mpdus_sw_flush;
4675 int32_t mpdus_hw_filter;
4676 int32_t mpdus_truncated;
4677 int32_t mpdus_ack_failed;
4678 int32_t mpdus_expired;
4679 uint32_t mc_drop;
4680} wmi_host_dbg_tx_stats;
4681
4682/**
4683 * struct wmi_host_dbg_rx_stats - RX Debug stats
4684 * @mid_ppdu_route_change: Cnts any change in ring routing mid-ppdu
4685 * @status_rcvd: Total number of statuses processed
4686 * @r0_frags: Extra frags on rings 0
4687 * @r1_frags: Extra frags on rings 1
4688 * @r2_frags: Extra frags on rings 2
4689 * @r3_frags: Extra frags on rings 3
4690 * @htt_msdus: MSDUs delivered to HTT
4691 * @htt_mpdus: MPDUs delivered to HTT
4692 * @loc_msdus: MSDUs delivered to local stack
4693 * @loc_mpdus: MPDUS delivered to local stack
4694 * @oversize_amsdu: AMSDUs that have more MSDUs than the status ring size
4695 * @phy_errs: Number of PHY errors
4696 * @phy_err_drop: Number of PHY errors drops
4697 * @mpdu_errs: Number of mpdu errors - FCS, MIC, ENC etc.
4698 * @pdev_rx_timeout: Number of rx inactivity timeouts
4699 * @rx_ovfl_errs: Number of rx overflow errors.
4700 */
4701typedef struct {
4702 int32_t mid_ppdu_route_change;
4703 int32_t status_rcvd;
4704 int32_t r0_frags;
4705 int32_t r1_frags;
4706 int32_t r2_frags;
4707 int32_t r3_frags;
4708 int32_t htt_msdus;
4709 int32_t htt_mpdus;
4710 int32_t loc_msdus;
4711 int32_t loc_mpdus;
4712 int32_t oversize_amsdu;
4713 int32_t phy_errs;
4714 int32_t phy_err_drop;
4715 int32_t mpdu_errs;
4716 uint32_t pdev_rx_timeout;
4717 int32_t rx_ovfl_errs;
4718} wmi_host_dbg_rx_stats;
4719
4720/** struct wmi_host_dbg_mem_stats - memory stats
4721 * @iram_free_size: IRAM free size on target
4722 * @dram_free_size: DRAM free size on target
4723 * @sram_free_size: SRAM free size on target
4724 */
4725typedef struct {
4726 uint32_t iram_free_size;
4727 uint32_t dram_free_size;
4728 /* Only Non-TLV */
4729 uint32_t sram_free_size;
4730} wmi_host_dbg_mem_stats;
4731
4732typedef struct {
4733 /* Only TLV */
4734 int32_t dummy;/* REMOVE THIS ONCE REAL PEER STAT COUNTERS ARE ADDED */
4735} wmi_host_dbg_peer_stats;
4736
4737/**
4738 * struct wmi_host_dbg_stats - host debug stats
4739 * @tx: TX stats of type wmi_host_dbg_tx_stats
4740 * @rx: RX stats of type wmi_host_dbg_rx_stats
4741 * @mem: Memory stats of type wmi_host_dbg_mem_stats
4742 * @peer: peer stats of type wmi_host_dbg_peer_stats
4743 */
4744typedef struct {
4745 wmi_host_dbg_tx_stats tx;
4746 wmi_host_dbg_rx_stats rx;
4747 wmi_host_dbg_mem_stats mem;
4748 wmi_host_dbg_peer_stats peer;
4749} wmi_host_dbg_stats;
4750
4751/**
4752 * struct wmi_host_pdev_stats - PDEV stats
4753 * @chan_nf: Channel noise floor
4754 * @tx_frame_count: TX frame count
4755 * @rx_frame_count: RX frame count
4756 * @rx_clear_count: rx clear count
4757 * @cycle_count: cycle count
4758 * @phy_err_count: Phy error count
4759 * @chan_tx_pwr: Channel Tx Power
4760 * @pdev_stats: WAL dbg stats
4761 * @ackRcvBad:
4762 * @rtsBad:
4763 * @rtsGood:
4764 * @fcsBad:
4765 * @noBeacons:
4766 * @mib_int_count:
4767 */
4768typedef struct {
4769 int32_t chan_nf;
4770 uint32_t tx_frame_count;
4771 uint32_t rx_frame_count;
4772 uint32_t rx_clear_count;
4773 uint32_t cycle_count;
4774 uint32_t phy_err_count;
4775 uint32_t chan_tx_pwr;
4776 wmi_host_dbg_stats pdev_stats;
4777 uint32_t ackRcvBad;
4778 uint32_t rtsBad;
4779 uint32_t rtsGood;
4780 uint32_t fcsBad;
4781 uint32_t noBeacons;
4782 uint32_t mib_int_count;
4783} wmi_host_pdev_stats;
4784
4785/**
4786 * struct wmi_host_snr_info - WMI host Signal to noise ration info
4787 * @bcn_snr: beacon SNR
4788 * @dat_snr: Data frames SNR
4789 */
4790typedef struct {
4791 int32_t bcn_snr;
4792 int32_t dat_snr;
4793} wmi_host_snr_info;
4794
4795#define WMI_HOST_MAX_TX_RATE_VALUES 10 /*Max Tx Rates */
4796#define WMI_HOST_MAX_RSSI_VALUES 10 /*Max Rssi values */
4797
4798/* The WLAN_MAX_AC macro cannot be changed without breaking
4799 * * WMI compatibility.
4800 * * The maximum value of access category
4801 * */
4802#define WMI_HOST_WLAN_MAX_AC 4
4803
4804/**
4805 * struct wmi_host_vdev_stats - vdev stats structure
4806 * @vdev_id: unique id identifying the VDEV, generated by the caller
4807 * Rest all Only TLV
4808 * @vdev_snr: wmi_host_snr_info
4809 * @tx_frm_cnt: Total number of packets(per AC) that were successfully
4810 * transmitted (with and without retries,
4811 * including multi-cast, broadcast)
4812 * @rx_frm_cnt: Total number of packets that were successfully received
4813 * (after appropriate filter rules including multi-cast, broadcast)
4814 * @multiple_retry_cnt: The number of MSDU packets and MMPDU frames per AC
4815 * that the 802.11 station successfully transmitted after
4816 * more than one retransmission attempt
4817 * @fail_cnt: Total number packets(per AC) failed to transmit
4818 * @rts_fail_cnt: Total number of RTS/CTS sequence failures for transmission
4819 * of a packet
4820 * @rts_succ_cnt: Total number of RTS/CTS sequence success for transmission
4821 * of a packet
4822 * @rx_err_cnt: The receive error count. HAL will provide the
4823 * RxP FCS error global
4824 * @rx_discard_cnt: The sum of the receive error count and
4825 * dropped-receive-buffer error count (FCS error)
4826 * @ack_fail_cnt: Total number packets failed transmit because of no
4827 * ACK from the remote entity
4828 * @tx_rate_history:History of last ten transmit rate, in units of 500 kbit/sec
4829 * @bcn_rssi_history: History of last ten Beacon rssi of the connected Bss
4830 */
4831typedef struct {
4832 uint32_t vdev_id;
4833 /* Rest all Only TLV */
4834 wmi_host_snr_info vdev_snr;
4835 uint32_t tx_frm_cnt[WMI_HOST_WLAN_MAX_AC];
4836 uint32_t rx_frm_cnt;
4837 uint32_t multiple_retry_cnt[WMI_HOST_WLAN_MAX_AC];
4838 uint32_t fail_cnt[WMI_HOST_WLAN_MAX_AC];
4839 uint32_t rts_fail_cnt;
4840 uint32_t rts_succ_cnt;
4841 uint32_t rx_err_cnt;
4842 uint32_t rx_discard_cnt;
4843 uint32_t ack_fail_cnt;
4844 uint32_t tx_rate_history[WMI_HOST_MAX_TX_RATE_VALUES];
4845 uint32_t bcn_rssi_history[WMI_HOST_MAX_RSSI_VALUES];
4846} wmi_host_vdev_stats;
4847
4848/**
4849 * struct wmi_host_vdev_extd_stats - VDEV extended stats
4850 * @vdev_id: unique id identifying the VDEV, generated by the caller
4851 * @ppdu_aggr_cnt: No of Aggrs Queued to HW
4852 * @ppdu_noack: No of PPDU's not Acked includes both aggr and nonaggr's
4853 * @mpdu_queued: No of MPDU/Subframes's queued to HW in Aggregates
4854 * @ppdu_nonaggr_cnt: No of NonAggr/MPDU/Subframes's queued to HW
4855 * in Legacy NonAggregates
4856 * @mpdu_sw_requed: No of MPDU/Subframes's SW requeued includes
4857 * both Aggr and NonAggr
4858 * @mpdu_suc_retry: No of MPDU/Subframes's transmitted Successfully
4859 * after Single/mul HW retry
4860 * @mpdu_suc_multitry: No of MPDU/Subframes's transmitted Success
4861 * after Multiple HW retry
4862 * @mpdu_fail_retry: No of MPDU/Subframes's failed transmission
4863 * after Multiple HW retry
4864 * @reserved[13]: for future extensions set to 0x0
4865 */
4866typedef struct {
4867 uint32_t vdev_id;
4868 uint32_t ppdu_aggr_cnt;
4869 uint32_t ppdu_noack;
4870 uint32_t mpdu_queued;
4871 uint32_t ppdu_nonaggr_cnt;
4872 uint32_t mpdu_sw_requed;
4873 uint32_t mpdu_suc_retry;
4874 uint32_t mpdu_suc_multitry;
4875 uint32_t mpdu_fail_retry;
4876 uint32_t reserved[13];
4877} wmi_host_vdev_extd_stats;
4878
4879/**
4880 * struct wmi_host_peer_stats - peer stats
4881 * @peer_macaddr: peer MAC address
4882 * @peer_rssi: rssi
4883 * @peer_rssi_seq_num: rssi sequence number
4884 * @peer_tx_rate: last tx data rate used for peer
4885 * @peer_rx_rate: last rx data rate used for peer
4886 * @currentper: Current PER
4887 * @retries: Retries happend during transmission
4888 * @txratecount: Maximum Aggregation Size
4889 * @max4msframelen: Max4msframelen of tx rates used
4890 * @totalsubframes: Total no of subframes
4891 * @txbytes: No of bytes transmitted to the client
4892 * @nobuffs[4]: Packet Loss due to buffer overflows
4893 * @excretries[4]: Packet Loss due to excessive retries
4894 * @peer_rssi_changed: how many times peer's RSSI changed by a
4895 * non-negligible amount
4896 */
4897typedef struct {
4898 wmi_host_mac_addr peer_macaddr;
4899 uint32_t peer_rssi;
4900 uint32_t peer_rssi_seq_num;
4901 uint32_t peer_tx_rate;
4902 uint32_t peer_rx_rate;
4903 uint32_t currentper;
4904 uint32_t retries;
4905 uint32_t txratecount;
4906 uint32_t max4msframelen;
4907 uint32_t totalsubframes;
4908 uint32_t txbytes;
4909 uint32_t nobuffs[4];
4910 uint32_t excretries[4];
4911 uint32_t peer_rssi_changed;
4912} wmi_host_peer_stats;
4913
4914typedef struct {
4915 uint32_t dummy;
4916} wmi_host_bcnflt_stats;
4917
4918/**
4919 * struct wmi_host_chan_stats - WMI chan stats
4920 * @chan_mhz: Primary channel freq of the channel for which stats are sent
4921 * @sampling_period_us: Time spent on the channel
4922 * @rx_clear_count: Aggregate duration over a sampling period for
4923 * which channel activity was observed
4924 * @tx_duration_us: Accumalation of the TX PPDU duration over a sampling period
4925 * @rx_duration_us: Accumalation of the RX PPDU duration over a sampling period
4926 */
4927typedef struct {
4928 uint32_t chan_mhz;
4929 uint32_t sampling_period_us;
4930 uint32_t rx_clear_count;
4931 uint32_t tx_duration_us;
4932 uint32_t rx_duration_us;
4933} wmi_host_chan_stats;
4934
4935#define WMI_EVENT_ID_INVALID 0
4936/**
4937 * Host based ENUM IDs for events to abstract target enums for event_id
4938 */
4939typedef enum {
4940 wmi_service_ready_event_id = 0,
4941 wmi_ready_event_id,
4942 wmi_dbg_msg_event_id,
4943 wmi_scan_event_id,
4944 wmi_echo_event_id,
4945 wmi_update_stats_event_id,
4946 wmi_inst_rssi_stats_event_id,
4947 wmi_vdev_start_resp_event_id,
4948 wmi_vdev_standby_req_event_id,
4949 wmi_vdev_resume_req_event_id,
4950 wmi_vdev_stopped_event_id,
4951 wmi_peer_sta_kickout_event_id,
4952 wmi_host_swba_event_id,
4953 wmi_tbttoffset_update_event_id,
4954 wmi_mgmt_rx_event_id,
4955 wmi_chan_info_event_id,
4956 wmi_phyerr_event_id,
4957 wmi_roam_event_id,
4958 wmi_profile_match,
4959 wmi_debug_print_event_id,
4960 wmi_pdev_qvit_event_id,
4961 wmi_wlan_profile_data_event_id,
4962 wmi_rtt_meas_report_event_id,
4963 wmi_tsf_meas_report_event_id,
4964 wmi_rtt_error_report_event_id,
4965 wmi_rtt_keepalive_event_id,
4966 wmi_oem_cap_event_id,
4967 wmi_oem_meas_report_event_id,
4968 wmi_oem_report_event_id,
4969 wmi_nan_event_id,
4970 wmi_wow_wakeup_host_event_id,
4971 wmi_gtk_offload_status_event_id,
4972 wmi_gtk_rekey_fail_event_id,
4973 wmi_dcs_interference_event_id,
4974 wmi_pdev_tpc_config_event_id,
4975 wmi_csa_handling_event_id,
4976 wmi_gpio_input_event_id,
4977 wmi_peer_ratecode_list_event_id,
4978 wmi_generic_buffer_event_id,
4979 wmi_mcast_buf_release_event_id,
4980 wmi_mcast_list_ageout_event_id,
4981 wmi_vdev_get_keepalive_event_id,
4982 wmi_wds_peer_event_id,
4983 wmi_peer_sta_ps_statechg_event_id,
4984 wmi_pdev_fips_event_id,
4985 wmi_tt_stats_event_id,
4986 wmi_pdev_channel_hopping_event_id,
4987 wmi_pdev_ani_cck_level_event_id,
4988 wmi_pdev_ani_ofdm_level_event_id,
4989 wmi_pdev_reserve_ast_entry_event_id,
4990 wmi_pdev_nfcal_power_event_id,
4991 wmi_pdev_tpc_event_id,
4992 wmi_pdev_get_ast_info_event_id,
4993 wmi_pdev_temperature_event_id,
4994 wmi_pdev_nfcal_power_all_channels_event_id,
4995 wmi_pdev_bss_chan_info_event_id,
4996 wmi_mu_report_event_id,
4997 wmi_pdev_utf_event_id,
4998 wmi_pdev_dump_event_id,
4999 wmi_tx_pause_event_id,
5000 wmi_dfs_radar_event_id,
5001 wmi_pdev_l1ss_track_event_id,
5002 wmi_service_ready_ext_event_id,
5003 wmi_vdev_install_key_complete_event_id,
5004 wmi_vdev_mcc_bcn_intvl_change_req_event_id,
5005 wmi_vdev_tsf_report_event_id,
5006 wmi_peer_info_event_id,
5007 wmi_peer_tx_fail_cnt_thr_event_id,
5008 wmi_peer_estimated_linkspeed_event_id,
5009 wmi_peer_state_event_id,
5010 wmi_offload_bcn_tx_status_event_id,
5011 wmi_offload_prob_resp_tx_status_event_id,
5012 wmi_mgmt_tx_completion_event_id,
5013 wmi_tx_delba_complete_event_id,
5014 wmi_tx_addba_complete_event_id,
5015 wmi_ba_rsp_ssn_event_id,
5016 wmi_aggr_state_trig_event_id,
5017 wmi_roam_synch_event_id,
5018 wmi_p2p_disc_event_id,
5019 wmi_p2p_noa_event_id,
5020 wmi_pdev_resume_event_id,
5021 wmi_do_wow_disable_ack_event_id,
5022 wmi_wow_initial_wakeup_event_id,
5023 wmi_stats_ext_event_id,
5024 wmi_iface_link_stats_event_id,
5025 wmi_peer_link_stats_event_id,
5026 wmi_radio_link_stats_link,
5027 wmi_update_fw_mem_dump_event_id,
5028 wmi_diag_event_id_log_supported_event_id,
5029 wmi_nlo_match_event_id,
5030 wmi_nlo_scan_complete_event_id,
5031 wmi_apfind_event_id,
5032 wmi_passpoint_match_event_id,
5033 wmi_chatter_pc_query_event_id,
5034 wmi_pdev_ftm_intg_event_id,
5035 wmi_wlan_freq_avoid_event_id,
5036 wmi_thermal_mgmt_event_id,
5037 wmi_diag_container_event_id,
5038 wmi_host_auto_shutdown_event_id,
5039 wmi_update_whal_mib_stats_event_id,
5040 wmi_update_vdev_rate_stats_event_id,
5041 wmi_diag_event_id,
5042 wmi_ocb_set_sched_event_id,
5043 wmi_dbg_mesg_flush_complete_event_id,
5044 wmi_rssi_breach_event_id,
5045 wmi_uploadh_event_id,
5046 wmi_captureh_event_id,
5047 wmi_rfkill_state_change_event_id,
5048 wmi_tdls_peer_event_id,
5049 wmi_batch_scan_enabled_event_id,
5050 wmi_batch_scan_result_event_id,
5051 wmi_lpi_result_event_id,
5052 wmi_lpi_status_event_id,
5053 wmi_lpi_handoff_event_id,
5054 wmi_extscan_start_stop_event_id,
5055 wmi_extscan_operation_event_id,
5056 wmi_extscan_table_usage_event_id,
5057 wmi_extscan_cached_results_event_id,
5058 wmi_extscan_wlan_change_results_event_id,
5059 wmi_extscan_hotlist_match_event_id,
5060 wmi_extscan_capabilities_event_id,
5061 wmi_extscan_hotlist_ssid_match_event_id,
5062 wmi_mdns_stats_event_id,
5063 wmi_sap_ofl_add_sta_event_id,
5064 wmi_sap_ofl_del_sta_event_id,
5065 wmi_ocb_set_config_resp_event_id,
5066 wmi_ocb_get_tsf_timer_resp_event_id,
5067 wmi_dcc_get_stats_resp_event_id,
5068 wmi_dcc_update_ndl_resp_event_id,
5069 wmi_dcc_stats_event_id,
5070 wmi_soc_set_hw_mode_resp_event_id,
5071 wmi_soc_hw_mode_transition_event_id,
5072 wmi_soc_set_dual_mac_config_resp_event_id,
5073 wmi_tx_data_traffic_ctrl_event_id,
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305074 wmi_peer_tx_mu_txmit_count_event_id,
5075 wmi_peer_gid_userpos_list_event_id,
5076 wmi_pdev_check_cal_version_event_id,
5077 wmi_atf_peer_stats_event_id,
Vijay Pamidipatiadd0ba72017-01-17 12:53:05 +05305078 wmi_peer_delete_response_event_id,
Sathish Kumar907a7462017-02-27 10:35:40 +05305079 wmi_pdev_csa_switch_count_status_event_id,
Govind Singh89727882016-04-15 13:58:27 +05305080
5081 wmi_events_max,
5082} wmi_conv_event_id;
5083
5084#define WMI_UNAVAILABLE_PARAM 0
5085/**
5086 * Host based ENUM IDs for PDEV params to abstract target enums
5087 */
5088typedef enum {
5089 wmi_pdev_param_tx_chain_mask = 0,
5090 wmi_pdev_param_rx_chain_mask,
5091 wmi_pdev_param_txpower_limit2g,
5092 wmi_pdev_param_txpower_limit5g,
5093 wmi_pdev_param_txpower_scale,
5094 wmi_pdev_param_beacon_gen_mode,
5095 wmi_pdev_param_beacon_tx_mode,
5096 wmi_pdev_param_resmgr_offchan_mode,
5097 wmi_pdev_param_protection_mode,
5098 wmi_pdev_param_dynamic_bw,
5099 wmi_pdev_param_non_agg_sw_retry_th,
5100 wmi_pdev_param_agg_sw_retry_th,
5101 wmi_pdev_param_sta_kickout_th,
5102 wmi_pdev_param_ac_aggrsize_scaling,
5103 wmi_pdev_param_ltr_enable,
5104 wmi_pdev_param_ltr_ac_latency_be,
5105 wmi_pdev_param_ltr_ac_latency_bk,
5106 wmi_pdev_param_ltr_ac_latency_vi,
5107 wmi_pdev_param_ltr_ac_latency_vo,
5108 wmi_pdev_param_ltr_ac_latency_timeout,
5109 wmi_pdev_param_ltr_sleep_override,
5110 wmi_pdev_param_ltr_rx_override,
5111 wmi_pdev_param_ltr_tx_activity_timeout,
5112 wmi_pdev_param_l1ss_enable,
5113 wmi_pdev_param_dsleep_enable,
5114 wmi_pdev_param_pcielp_txbuf_flush,
5115 wmi_pdev_param_pcielp_txbuf_watermark,
5116 wmi_pdev_param_pcielp_txbuf_tmo_en,
5117 wmi_pdev_param_pcielp_txbuf_tmo_value,
5118 wmi_pdev_param_pdev_stats_update_period,
5119 wmi_pdev_param_vdev_stats_update_period,
5120 wmi_pdev_param_peer_stats_update_period,
5121 wmi_pdev_param_bcnflt_stats_update_period,
5122 wmi_pdev_param_pmf_qos,
5123 wmi_pdev_param_arp_ac_override,
5124 wmi_pdev_param_dcs,
5125 wmi_pdev_param_ani_enable,
5126 wmi_pdev_param_ani_poll_period,
5127 wmi_pdev_param_ani_listen_period,
5128 wmi_pdev_param_ani_ofdm_level,
5129 wmi_pdev_param_ani_cck_level,
5130 wmi_pdev_param_dyntxchain,
5131 wmi_pdev_param_proxy_sta,
5132 wmi_pdev_param_idle_ps_config,
5133 wmi_pdev_param_power_gating_sleep,
5134 wmi_pdev_param_aggr_burst,
5135 wmi_pdev_param_rx_decap_mode,
5136 wmi_pdev_param_fast_channel_reset,
5137 wmi_pdev_param_burst_dur,
5138 wmi_pdev_param_burst_enable,
5139 wmi_pdev_param_smart_antenna_default_antenna,
5140 wmi_pdev_param_igmpmld_override,
5141 wmi_pdev_param_igmpmld_tid,
5142 wmi_pdev_param_antenna_gain,
5143 wmi_pdev_param_rx_filter,
5144 wmi_pdev_set_mcast_to_ucast_tid,
5145 wmi_pdev_param_proxy_sta_mode,
5146 wmi_pdev_param_set_mcast2ucast_mode,
5147 wmi_pdev_param_set_mcast2ucast_buffer,
5148 wmi_pdev_param_remove_mcast2ucast_buffer,
5149 wmi_pdev_peer_sta_ps_statechg_enable,
5150 wmi_pdev_param_igmpmld_ac_override,
5151 wmi_pdev_param_block_interbss,
5152 wmi_pdev_param_set_disable_reset_cmdid,
5153 wmi_pdev_param_set_msdu_ttl_cmdid,
5154 wmi_pdev_param_set_ppdu_duration_cmdid,
5155 wmi_pdev_param_txbf_sound_period_cmdid,
5156 wmi_pdev_param_set_promisc_mode_cmdid,
5157 wmi_pdev_param_set_burst_mode_cmdid,
5158 wmi_pdev_param_en_stats,
5159 wmi_pdev_param_mu_group_policy,
5160 wmi_pdev_param_noise_detection,
5161 wmi_pdev_param_noise_threshold,
5162 wmi_pdev_param_dpd_enable,
5163 wmi_pdev_param_set_mcast_bcast_echo,
5164 wmi_pdev_param_atf_strict_sch,
5165 wmi_pdev_param_atf_sched_duration,
5166 wmi_pdev_param_ant_plzn,
5167 wmi_pdev_param_mgmt_retry_limit,
5168 wmi_pdev_param_sensitivity_level,
5169 wmi_pdev_param_signed_txpower_2g,
5170 wmi_pdev_param_signed_txpower_5g,
5171 wmi_pdev_param_enable_per_tid_amsdu,
5172 wmi_pdev_param_enable_per_tid_ampdu,
5173 wmi_pdev_param_cca_threshold,
5174 wmi_pdev_param_rts_fixed_rate,
5175 wmi_pdev_param_cal_period,
5176 wmi_pdev_param_pdev_reset,
5177 wmi_pdev_param_wapi_mbssid_offset,
5178 wmi_pdev_param_arp_srcaddr,
5179 wmi_pdev_param_arp_dstaddr,
5180 wmi_pdev_param_txpower_decr_db,
5181 wmi_pdev_param_rx_batchmode,
5182 wmi_pdev_param_packet_aggr_delay,
5183 wmi_pdev_param_atf_obss_noise_sch,
5184 wmi_pdev_param_atf_obss_noise_scaling_factor,
5185 wmi_pdev_param_cust_txpower_scale,
5186 wmi_pdev_param_atf_dynamic_enable,
5187 wmi_pdev_param_atf_ssid_group_policy,
5188 wmi_pdev_param_rfkill_enable,
5189 wmi_pdev_param_hw_rfkill_config,
5190 wmi_pdev_param_low_power_rf_enable,
5191 wmi_pdev_param_l1ss_track,
5192 wmi_pdev_param_hyst_en,
5193 wmi_pdev_param_power_collapse_enable,
5194 wmi_pdev_param_led_sys_state,
5195 wmi_pdev_param_led_enable,
5196 wmi_pdev_param_audio_over_wlan_latency,
5197 wmi_pdev_param_audio_over_wlan_enable,
5198 wmi_pdev_param_whal_mib_stats_update_enable,
5199 wmi_pdev_param_vdev_rate_stats_update_period,
5200 wmi_pdev_param_cts_cbw,
5201 wmi_pdev_param_wnts_config,
5202 wmi_pdev_param_adaptive_early_rx_enable,
5203 wmi_pdev_param_adaptive_early_rx_min_sleep_slop,
5204 wmi_pdev_param_adaptive_early_rx_inc_dec_step,
5205 wmi_pdev_param_early_rx_fix_sleep_slop,
5206 wmi_pdev_param_bmiss_based_adaptive_bto_enable,
5207 wmi_pdev_param_bmiss_bto_min_bcn_timeout,
5208 wmi_pdev_param_bmiss_bto_inc_dec_step,
5209 wmi_pdev_param_bto_fix_bcn_timeout,
5210 wmi_pdev_param_ce_based_adaptive_bto_enable,
5211 wmi_pdev_param_ce_bto_combo_ce_value,
5212 wmi_pdev_param_tx_chain_mask_2g,
5213 wmi_pdev_param_rx_chain_mask_2g,
5214 wmi_pdev_param_tx_chain_mask_5g,
5215 wmi_pdev_param_rx_chain_mask_5g,
5216 wmi_pdev_param_tx_chain_mask_cck,
5217 wmi_pdev_param_tx_chain_mask_1ss,
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305218 wmi_pdev_param_enable_btcoex,
5219 wmi_pdev_param_atf_peer_stats,
Sathish Kumar612d0c22017-01-19 14:57:37 +05305220 wmi_pdev_param_btcoex_cfg,
Venkateswara Swamy Bandarud8ac3e72017-02-24 17:09:46 +05305221 wmi_pdev_param_mesh_mcast_enable,
Govind Singh89727882016-04-15 13:58:27 +05305222
5223 wmi_pdev_param_max,
5224} wmi_conv_pdev_params_id;
5225
5226
5227/**
5228 * Host based ENUM IDs for VDEV params to abstract target enums
5229 */
5230typedef enum {
5231 wmi_vdev_param_rts_threshold = 0,
5232 wmi_vdev_param_fragmentation_threshold,
5233 wmi_vdev_param_beacon_interval,
5234 wmi_vdev_param_listen_interval,
5235 wmi_vdev_param_multicast_rate,
5236 wmi_vdev_param_mgmt_tx_rate,
5237 wmi_vdev_param_slot_time,
5238 wmi_vdev_param_preamble,
5239 wmi_vdev_param_swba_time,
5240 wmi_vdev_stats_update_period,
5241 wmi_vdev_pwrsave_ageout_time,
5242 wmi_vdev_host_swba_interval,
5243 wmi_vdev_param_dtim_period,
5244 wmi_vdev_oc_scheduler_air_time_limit,
5245 wmi_vdev_param_wds,
5246 wmi_vdev_param_atim_window,
5247 wmi_vdev_param_bmiss_count_max,
5248 wmi_vdev_param_bmiss_first_bcnt,
5249 wmi_vdev_param_bmiss_final_bcnt,
5250 wmi_vdev_param_feature_wmm,
5251 wmi_vdev_param_chwidth,
5252 wmi_vdev_param_chextoffset,
5253 wmi_vdev_param_disable_htprotection,
5254 wmi_vdev_param_sta_quickkickout,
5255 wmi_vdev_param_mgmt_rate,
5256 wmi_vdev_param_protection_mode,
5257 wmi_vdev_param_fixed_rate,
5258 wmi_vdev_param_sgi,
5259 wmi_vdev_param_ldpc,
5260 wmi_vdev_param_tx_stbc,
5261 wmi_vdev_param_rx_stbc,
5262 wmi_vdev_param_intra_bss_fwd,
5263 wmi_vdev_param_def_keyid,
5264 wmi_vdev_param_nss,
5265 wmi_vdev_param_bcast_data_rate,
5266 wmi_vdev_param_mcast_data_rate,
5267 wmi_vdev_param_mcast_indicate,
5268 wmi_vdev_param_dhcp_indicate,
5269 wmi_vdev_param_unknown_dest_indicate,
5270 wmi_vdev_param_ap_keepalive_min_idle_inactive_time_secs,
5271 wmi_vdev_param_ap_keepalive_max_idle_inactive_time_secs,
5272 wmi_vdev_param_ap_keepalive_max_unresponsive_time_secs,
5273 wmi_vdev_param_ap_enable_nawds,
5274 wmi_vdev_param_mcast2ucast_set,
5275 wmi_vdev_param_enable_rtscts,
5276 wmi_vdev_param_rc_num_retries,
5277 wmi_vdev_param_txbf,
5278 wmi_vdev_param_packet_powersave,
5279 wmi_vdev_param_drop_unencry,
5280 wmi_vdev_param_tx_encap_type,
5281 wmi_vdev_param_ap_detect_out_of_sync_sleeping_sta_time_secs,
5282 wmi_vdev_param_cabq_maxdur,
5283 wmi_vdev_param_mfptest_set,
5284 wmi_vdev_param_rts_fixed_rate,
5285 wmi_vdev_param_vht_sgimask,
5286 wmi_vdev_param_vht80_ratemask,
5287 wmi_vdev_param_early_rx_adjust_enable,
5288 wmi_vdev_param_early_rx_tgt_bmiss_num,
5289 wmi_vdev_param_early_rx_bmiss_sample_cycle,
5290 wmi_vdev_param_early_rx_slop_step,
5291 wmi_vdev_param_early_rx_init_slop,
5292 wmi_vdev_param_early_rx_adjust_pause,
5293 wmi_vdev_param_proxy_sta,
5294 wmi_vdev_param_meru_vc,
5295 wmi_vdev_param_rx_decap_type,
5296 wmi_vdev_param_bw_nss_ratemask,
5297 wmi_vdev_param_sensor_ap,
5298 wmi_vdev_param_beacon_rate,
5299 wmi_vdev_param_dtim_enable_cts,
5300 wmi_vdev_param_sta_kickout,
5301 wmi_vdev_param_tx_pwrlimit,
5302 wmi_vdev_param_snr_num_for_cal,
5303 wmi_vdev_param_roam_fw_offload,
5304 wmi_vdev_param_enable_rmc,
5305 wmi_vdev_param_ibss_max_bcn_lost_ms,
5306 wmi_vdev_param_max_rate,
5307 wmi_vdev_param_early_rx_drift_sample,
5308 wmi_vdev_param_set_ibss_tx_fail_cnt_thr,
5309 wmi_vdev_param_ebt_resync_timeout,
5310 wmi_vdev_param_aggr_trig_event_enable,
5311 wmi_vdev_param_is_ibss_power_save_allowed,
5312 wmi_vdev_param_is_power_collapse_allowed,
5313 wmi_vdev_param_is_awake_on_txrx_enabled,
5314 wmi_vdev_param_inactivity_cnt,
5315 wmi_vdev_param_txsp_end_inactivity_time_ms,
5316 wmi_vdev_param_dtim_policy,
5317 wmi_vdev_param_ibss_ps_warmup_time_secs,
5318 wmi_vdev_param_ibss_ps_1rx_chain_in_atim_window_enable,
5319 wmi_vdev_param_rx_leak_window,
5320 wmi_vdev_param_stats_avg_factor,
5321 wmi_vdev_param_disconnect_th,
5322 wmi_vdev_param_rtscts_rate,
5323 wmi_vdev_param_mcc_rtscts_protection_enable,
5324 wmi_vdev_param_mcc_broadcast_probe_enable,
Himanshu Agarwal56c292f2016-07-19 15:41:51 +05305325 wmi_vdev_param_capabilities,
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305326 wmi_vdev_param_mgmt_tx_power,
5327 wmi_vdev_param_atf_ssid_sched_policy,
5328 wmi_vdev_param_disable_dyn_bw_rts,
Nandha Kishore Easwaranb3da4222017-02-01 10:59:00 +05305329 wmi_vdev_param_ampdu_subframe_size_per_ac,
Kris Muthusamye66c6bf2017-02-20 20:21:04 -08005330 wmi_vdev_param_he_dcm_enable,
5331 wmi_vdev_param_he_bss_color,
5332 wmi_vdev_param_he_range_ext_enable,
5333 wmi_vdev_param_set_hemu_mode,
5334 wmi_vdev_param_tx_ofdma_cplen,
Govind Singh89727882016-04-15 13:58:27 +05305335
5336 wmi_vdev_param_max,
5337} wmi_conv_vdev_param_id;
5338
5339/**
5340 * Host based ENUM IDs for service bits to abstract target enums
5341 */
5342typedef enum {
5343 wmi_service_beacon_offload = 0,
5344 wmi_service_scan_offload,
5345 wmi_service_roam_offload,
5346 wmi_service_bcn_miss_offload,
5347 wmi_service_sta_pwrsave,
5348 wmi_service_sta_advanced_pwrsave,
5349 wmi_service_ap_uapsd,
5350 wmi_service_ap_dfs,
5351 wmi_service_11ac,
5352 wmi_service_blockack,
5353 wmi_service_phyerr,
5354 wmi_service_bcn_filter,
5355 wmi_service_rtt,
5356 wmi_service_ratectrl,
5357 wmi_service_wow,
5358 wmi_service_ratectrl_cache,
5359 wmi_service_iram_tids,
5360 wmi_service_burst,
5361 wmi_service_smart_antenna_sw_support,
5362 wmi_service_gtk_offload,
5363 wmi_service_scan_sch,
5364 wmi_service_csa_offload,
5365 wmi_service_chatter,
5366 wmi_service_coex_freqavoid,
5367 wmi_service_packet_power_save,
5368 wmi_service_force_fw_hang,
5369 wmi_service_smart_antenna_hw_support,
5370 wmi_service_gpio,
5371 wmi_sta_uapsd_basic_auto_trig,
5372 wmi_sta_uapsd_var_auto_trig,
5373 wmi_service_sta_keep_alive,
5374 wmi_service_tx_encap,
5375 wmi_service_ap_ps_detect_out_of_sync,
5376 wmi_service_early_rx,
5377 wmi_service_enhanced_proxy_sta,
5378 wmi_service_tt,
5379 wmi_service_atf,
5380 wmi_service_peer_caching,
5381 wmi_service_coex_gpio,
5382 wmi_service_aux_spectral_intf,
5383 wmi_service_aux_chan_load_intf,
5384 wmi_service_bss_channel_info_64,
5385 wmi_service_ext_res_cfg_support,
5386 wmi_service_mesh,
5387 wmi_service_restrt_chnl_support,
5388 wmi_service_roam_scan_offload,
5389 wmi_service_arpns_offload,
5390 wmi_service_nlo,
5391 wmi_service_sta_dtim_ps_modulated_dtim,
5392 wmi_service_sta_smps,
5393 wmi_service_fwtest,
5394 wmi_service_sta_wmmac,
5395 wmi_service_tdls,
5396 wmi_service_mcc_bcn_interval_change,
5397 wmi_service_adaptive_ocs,
5398 wmi_service_ba_ssn_support,
5399 wmi_service_filter_ipsec_natkeepalive,
5400 wmi_service_wlan_hb,
5401 wmi_service_lte_ant_share_support,
5402 wmi_service_batch_scan,
5403 wmi_service_qpower,
5404 wmi_service_plmreq,
5405 wmi_service_thermal_mgmt,
5406 wmi_service_rmc,
5407 wmi_service_mhf_offload,
5408 wmi_service_coex_sar,
5409 wmi_service_bcn_txrate_override,
5410 wmi_service_nan,
5411 wmi_service_l1ss_stat,
5412 wmi_service_estimate_linkspeed,
5413 wmi_service_obss_scan,
5414 wmi_service_tdls_offchan,
5415 wmi_service_tdls_uapsd_buffer_sta,
5416 wmi_service_tdls_uapsd_sleep_sta,
5417 wmi_service_ibss_pwrsave,
5418 wmi_service_lpass,
5419 wmi_service_extscan,
5420 wmi_service_d0wow,
5421 wmi_service_hsoffload,
5422 wmi_service_roam_ho_offload,
5423 wmi_service_rx_full_reorder,
5424 wmi_service_dhcp_offload,
5425 wmi_service_sta_rx_ipa_offload_support,
5426 wmi_service_mdns_offload,
5427 wmi_service_sap_auth_offload,
5428 wmi_service_dual_band_simultaneous_support,
5429 wmi_service_ocb,
5430 wmi_service_ap_arpns_offload,
5431 wmi_service_per_band_chainmask_support,
5432 wmi_service_packet_filter_offload,
5433 wmi_service_mgmt_tx_htt,
5434 wmi_service_mgmt_tx_wmi,
5435 wmi_service_ext_msg,
5436 wmi_service_mawc,
5437
5438 wmi_service_peer_stats,
5439 wmi_service_mesh_11s,
5440 wmi_service_periodic_chan_stat_support,
5441 wmi_service_tx_mode_push_only,
5442 wmi_service_tx_mode_push_pull,
5443 wmi_service_tx_mode_dynamic,
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305444 wmi_service_check_cal_version,
Sathish Kumar7e566c52016-11-10 15:30:22 +05305445 wmi_service_btcoex_duty_cycle,
Sathish Kumar612d0c22017-01-19 14:57:37 +05305446 wmi_service_4_wire_coex_support,
Sathish Kumar907a7462017-02-27 10:35:40 +05305447 wmi_service_multiple_vdev_restart,
Govind Singh89727882016-04-15 13:58:27 +05305448
5449 wmi_services_max,
5450} wmi_conv_service_ids;
5451#define WMI_SERVICE_UNAVAILABLE 0xFFFF
5452
5453/**
Sandeep Puligilla82b95ca2017-01-04 16:45:45 -08005454 * enum WMI_DBG_PARAM - Debug params
5455 * @WMI_DBGLOG_LOG_LEVEL: Set the loglevel
5456 * @WMI_DBGLOG_VAP_ENABLE: Enable VAP level debug
5457 * @WMI_DBGLOG_VAP_DISABLE: Disable VAP level debug
5458 * @WMI_DBGLOG_MODULE_ENABLE: Enable MODULE level debug
5459 * @WMI_DBGLOG_MODULE_DISABLE: Disable MODULE level debug
5460 * @WMI_DBGLOG_MOD_LOG_LEVEL: Enable MODULE level debug
5461 * @WMI_DBGLOG_TYPE: set type of the debug output
5462 * @WMI_DBGLOG_REPORT_ENABLE: Enable Disable debug
5463 */
5464typedef enum {
5465 WMI_DBGLOG_LOG_LEVEL = 0x1,
5466 WMI_DBGLOG_VAP_ENABLE,
5467 WMI_DBGLOG_VAP_DISABLE,
5468 WMI_DBGLOG_MODULE_ENABLE,
5469 WMI_DBGLOG_MODULE_DISABLE,
5470 WMI_DBGLOG_MOD_LOG_LEVEL,
5471 WMI_DBGLOG_TYPE,
5472 WMI_DBGLOG_REPORT_ENABLE
5473} WMI_DBG_PARAM;
5474
5475/**
Govind Singh89727882016-04-15 13:58:27 +05305476 * struct wmi_host_fw_ver - FW version in non-tlv target
5477 * @sw_version: Versin info
5478 * @sw_version_1: Second dword of version
5479 */
5480struct wmi_host_fw_ver {
5481 uint32_t sw_version;
5482 uint32_t sw_version_1;
5483};
5484
5485/**
5486 * struct wmi_host_fw_abi_ver - FW version in non-tlv target
5487 * @sw_version: Versin info
5488 * @abi_version: ABI version
5489 */
5490struct wmi_host_fw_abi_ver {
5491 uint32_t sw_version;
5492 uint32_t abi_version;
5493};
5494
5495/**
5496 * struct target_resource_config - Resource config sent from host to target
5497 * abstracted out to include union of both configs
5498 * @num_vdevs: Number vdevs configured
5499 * @num_peers: Number of peers
5500 * @num_active_peers: Number of active peers for peer cache
5501 * @num_offload_peers: Number of offload peers
5502 * @num_offload_reorder_buffs: number of offload reorder buffs
5503 * @num_peer_keys: number of peer keys
5504 * @num_tids: number of tids
5505 * @ast_skid_limit: AST skid limit
5506 * @tx_chain_mask: TX chain mask
5507 * @rx_chain_mask: RX chain mask
5508 * @rx_timeout_pri: RX reorder timeout per AC
5509 * @rx_decap_mode: RX decap mode
5510 * @scan_max_pending_req: Scan mac pending req
5511 * @bmiss_offload_max_vdev: Beacom miss offload max vdevs
5512 * @roam_offload_max_vdev: Roam offload max vdevs
5513 * @roam_offload_max_ap_profiles: roam offload max ap profiles
5514 * @num_mcast_groups: num mcast groups
5515 * @num_mcast_table_elems: number of macst table elems
5516 * @mcast2ucast_mode: mcast enhance mode
5517 * @tx_dbg_log_size: DBG log buf size
5518 * @num_wds_entries: number of WDS entries
5519 * @dma_burst_size: DMA burst size.
5520 * @mac_aggr_delim: Mac aggr delim
5521 * @rx_skip_defrag_timeout_dup_detection_check: Defrag dup check in host?
5522 * @vow_config: vow configuration
5523 * @gtk_offload_max_vdev: Max vdevs for GTK offload
5524 * @num_msdu_desc: Number of msdu desc
5525 * @max_frag_entries: Max frag entries
5526 * End common
5527 * @max_peer_ext_stats: Max peer EXT stats
5528 * @smart_ant_cap: Smart antenna capabilities
5529 * @BK_Minfree: BIN configuration for BK traffic
5530 * @BE_Minfree: BIN configuration for BE traffic
5531 * @VI_Minfree: BIN configuration for VI traffic
5532 * @VO_Minfree: BIN configuration for VO traffic
5533 * @rx_batchmode: RX batch mode
5534 * @tt_support: Thermal throttling support
5535 * @atf_config: ATF config
5536 * @iphdr_pad_config: ipheader pad config
5537 * @qwrap_config: Qwrap configuration
5538 * @alloc_frag_desc_for_data_pkt: Frag desc for data
5539 * Added in MCL
5540 * @num_tdls_vdevs:
5541 * @num_tdls_conn_table_entries:
5542 * @beacon_tx_offload_max_vdev:
5543 * @num_multicast_filter_entries:
5544 * @num_wow_filters:
5545 * @num_keep_alive_pattern:
5546 * @keep_alive_pattern_size:
5547 * @max_tdls_concurrent_sleep_sta:
5548 * @max_tdls_concurrent_buffer_sta:
5549 * @wmi_send_separate:
5550 * @num_ocb_vdevs:
5551 * @num_ocb_channels:
5552 * @num_ocb_schedules:
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305553 * @num_ns_ext_tuples_cfg:
5554 * @bpf_instruction_size:
5555 * @max_bssid_rx_filters:
5556 * @use_pdev_id:
Govind Singh89727882016-04-15 13:58:27 +05305557 */
5558typedef struct {
5559 uint32_t num_vdevs;
5560 uint32_t num_peers;
5561 uint32_t num_active_peers;
5562 uint32_t num_offload_peers;
5563 uint32_t num_offload_reorder_buffs;
5564 uint32_t num_peer_keys;
5565 uint32_t num_tids;
5566 uint32_t ast_skid_limit;
5567 uint32_t tx_chain_mask;
5568 uint32_t rx_chain_mask;
5569 uint32_t rx_timeout_pri[4];
5570 uint32_t rx_decap_mode;
5571 uint32_t scan_max_pending_req;
5572 uint32_t bmiss_offload_max_vdev;
5573 uint32_t roam_offload_max_vdev;
5574 uint32_t roam_offload_max_ap_profiles;
5575 uint32_t num_mcast_groups;
5576 uint32_t num_mcast_table_elems;
5577 uint32_t mcast2ucast_mode;
5578 uint32_t tx_dbg_log_size;
5579 uint32_t num_wds_entries;
5580 uint32_t dma_burst_size;
5581 uint32_t mac_aggr_delim;
5582 uint32_t rx_skip_defrag_timeout_dup_detection_check;
5583 uint32_t vow_config;
5584 uint32_t gtk_offload_max_vdev;
5585 uint32_t num_msdu_desc; /* Number of msdu desc */
5586 uint32_t max_frag_entries;
5587 /* End common */
5588
5589 /* Added for Beeliner */
5590 uint32_t max_peer_ext_stats;
5591 uint32_t smart_ant_cap;
5592 uint32_t BK_Minfree;
5593 uint32_t BE_Minfree;
5594 uint32_t VI_Minfree;
5595 uint32_t VO_Minfree;
5596 uint32_t rx_batchmode;
5597 uint32_t tt_support;
5598 uint32_t atf_config;
5599 uint32_t iphdr_pad_config;
5600 uint32_t
5601 qwrap_config:16,
5602 alloc_frag_desc_for_data_pkt:16;
5603
5604 /* Added in MCL */
5605 uint32_t num_tdls_vdevs;
5606 uint32_t num_tdls_conn_table_entries;
5607 uint32_t beacon_tx_offload_max_vdev;
5608 uint32_t num_multicast_filter_entries;
5609 uint32_t num_wow_filters;
5610 uint32_t num_keep_alive_pattern;
5611 uint32_t keep_alive_pattern_size;
5612 uint32_t max_tdls_concurrent_sleep_sta;
5613 uint32_t max_tdls_concurrent_buffer_sta;
5614 uint32_t wmi_send_separate;
5615 uint32_t num_ocb_vdevs;
5616 uint32_t num_ocb_channels;
5617 uint32_t num_ocb_schedules;
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305618 uint32_t num_ns_ext_tuples_cfg;
5619 uint32_t bpf_instruction_size;
5620 uint32_t max_bssid_rx_filters;
5621 uint32_t use_pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05305622} target_resource_config;
5623
5624/**
5625 * struct wds_addr_event - WDS addr event structure
5626 * @event_type: event type add/delete
5627 * @peer_mac: peer mac
5628 * @dest_mac: destination mac address
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305629 * @vdev_id: vdev id
Govind Singh89727882016-04-15 13:58:27 +05305630 */
5631typedef struct {
5632 uint32_t event_type[4];
5633 u_int8_t peer_mac[IEEE80211_ADDR_LEN];
5634 u_int8_t dest_mac[IEEE80211_ADDR_LEN];
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305635 uint32_t vdev_id;
Govind Singh89727882016-04-15 13:58:27 +05305636} wds_addr_event_t;
5637/**
5638 * Enum replicated for host abstraction with FW
5639 */
5640typedef enum {
5641 /* Event respose of START CMD */
5642 WMI_HOST_VDEV_START_RESP_EVENT = 0,
5643 /* Event respose of RESTART CMD */
5644 WMI_HOST_VDEV_RESTART_RESP_EVENT,
5645} WMI_HOST_START_EVENT_PARAM;
5646
5647/**
5648 * struct wmi_host_vdev_start_resp - VDEV start response
5649 * @vdev_id: vdev id
5650 * @requestor_id: requestor id that requested the VDEV start request
5651 * @resp_type: Respose of Event type START/RESTART
5652 * @status: status of the response
5653 * @chain_mask: Vdev chain mask
5654 * @smps_mode: Vdev mimo power save mode
5655 * @mac_id: mac_id field contains the MAC identifier that the
5656 * VDEV is bound to. The valid range is 0 to (num_macs-1).
5657 * @cfgd_tx_streams: Configured Transmit Streams
5658 * @cfgd_rx_streams: Configured Receive Streams
5659 */
5660typedef struct {
5661 uint32_t vdev_id;
5662 uint32_t requestor_id;
5663 WMI_HOST_START_EVENT_PARAM resp_type;
5664 uint32_t status;
5665 uint32_t chain_mask;
5666 uint32_t smps_mode;
5667 uint32_t mac_id;
5668 uint32_t cfgd_tx_streams;
5669 uint32_t cfgd_rx_streams;
5670} wmi_host_vdev_start_resp;
5671
Govind Singh89727882016-04-15 13:58:27 +05305672/**
5673 * struct wmi_host_roam_event - host roam event param
5674 * @vdev_id: vdev id
5675 * @reason: roam reason
5676 * @rssi: RSSI
5677 */
5678typedef struct {
5679 uint32_t vdev_id;
5680 uint32_t reason;
5681 uint32_t rssi;
5682} wmi_host_roam_event;
5683
5684/**
5685 * ENUM wmi_host_scan_event_type - Scan event type
5686 */
5687enum wmi_host_scan_event_type {
5688 WMI_HOST_SCAN_EVENT_STARTED = 0x1,
5689 WMI_HOST_SCAN_EVENT_COMPLETED = 0x2,
5690 WMI_HOST_SCAN_EVENT_BSS_CHANNEL = 0x4,
5691 WMI_HOST_SCAN_EVENT_FOREIGN_CHANNEL = 0x8,
5692 WMI_HOST_SCAN_EVENT_DEQUEUED = 0x10,
5693 WMI_HOST_SCAN_EVENT_PREEMPTED = 0x20,
5694 WMI_HOST_SCAN_EVENT_START_FAILED = 0x40,
5695 WMI_HOST_SCAN_EVENT_RESTARTED = 0x80,
5696 WMI_HOST_SCAN_EVENT_FOREIGN_CHANNEL_EXIT = 0x100,
5697 WMI_HOST_SCAN_EVENT_INVALID = 0x200,
Sathish Kumar753eb7d2016-10-25 18:47:52 +05305698 WMI_HOST_SCAN_EVENT_GPIO_TIMEOUT = 0x400,
Govind Singh89727882016-04-15 13:58:27 +05305699 WMI_HOST_SCAN_EVENT_MAX = 0x8000
5700};
5701
5702/**
5703 * ENUM wmi_host_scan_completion_reason - Scan completion event type
5704 */
5705enum wmi_host_scan_completion_reason {
5706 /** scan related events */
5707 WMI_HOST_SCAN_REASON_NONE = 0xFF,
5708 WMI_HOST_SCAN_REASON_COMPLETED = 0,
5709 WMI_HOST_SCAN_REASON_CANCELLED = 1,
5710 WMI_HOST_SCAN_REASON_PREEMPTED = 2,
5711 WMI_HOST_SCAN_REASON_TIMEDOUT = 3,
5712 WMI_HOST_SCAN_REASON_INTERNAL_FAILURE = 4,
5713 WMI_HOST_SCAN_REASON_MAX,
5714};
5715
5716/**
5717 * struct wmi_host_scan_event - Scan event response from target
5718 * @event: event type
5719 * @reason: Reason for event
5720 * @channel_freq: channel frequency
5721 * @requestor: requestor id
5722 * @scan_id: scan id
5723 * @vdev_id: vdev id
5724 */
5725typedef struct {
5726 uint32_t event;
5727 uint32_t reason;
5728 uint32_t channel_freq;
5729 uint32_t requestor;
5730 uint32_t scan_id;
5731 uint32_t vdev_id;
5732} wmi_host_scan_event;
5733
5734/**
5735 * struct wmi_host_pdev_reserve_ast_entry_event - Reserve AST entry
5736 * @result: result
5737 */
5738typedef struct {
5739 uint32_t result;
5740} wmi_host_pdev_reserve_ast_entry_event;
5741
5742/**
5743 * struct wmi_host_mcast_ageout_entry - mcast aged-out entry
5744 * @grp_addr: IPv4/6 mcast group addr
5745 * @vdev_id: vdev id
5746 */
5747typedef struct {
5748 uint8_t grp_addr[16];
5749 uint32_t vdev_id;
5750} wmi_host_mcast_ageout_entry;
5751
5752/**
5753 * struct wmi_host_mcast_list_ageout_event - List of mcast entry aged-out
5754 * @num_entry: Number of mcast entries timed-out
5755 * @entry: List of wmi_host_mcast_ageout_entry
5756 */
5757typedef struct {
5758 uint32_t num_entry;
5759 wmi_host_mcast_ageout_entry entry[1];
5760} wmi_host_mcast_list_ageout_event;
5761
5762/**
5763 * struct wmi_host_pdev_nfcal_power_all_channels_event - NF cal event data
5764 * @nfdBr:
5765 * chan0: {NFCalPower_chain0, NFCalPower_chain1,
5766 * NFCalPower_chain2, NFCalPower_chain3},
5767 * chan1: {NFCalPower_chain0, NFCalPower_chain1,
5768 * NFCalPower_chain2, NFCalPower_chain3},
5769 * chan2: {NFCalPower_chain0, NFCalPower_chain1,
5770 * NFCalPower_chain2, NFCalPower_chain3},
5771 * chan3: {NFCalPower_chain0, NFCalPower_chain1,
5772 * NFCalPower_chain2, NFCalPower_chain3},
5773 * @nfdBr:
5774 * chan0: {NFCalPower_chain0, NFCalPower_chain1,
5775 * NFCalPower_chain2, NFCalPower_chain3},
5776 * chan1: {NFCalPower_chain0, NFCalPower_chain1,
5777 * NFCalPower_chain2, NFCalPower_chain3},
5778 * chan2: {NFCalPower_chain0, NFCalPower_chain1,
5779 * NFCalPower_chain2, NFCalPower_chain3},
5780 * chan3: {NFCalPower_chain0, NFCalPower_chain1,
5781 * NFCalPower_chain2, NFCalPower_chain3},
5782 * @freqNum: frequency number
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305783 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05305784 */
5785typedef struct {
5786 int8_t nfdBr[WMI_HOST_RXG_CAL_CHAN_MAX * WMI_HOST_MAX_NUM_CHAINS];
5787 int8_t nfdBm[WMI_HOST_RXG_CAL_CHAN_MAX * WMI_HOST_MAX_NUM_CHAINS];
5788 uint32_t freqNum[WMI_HOST_RXG_CAL_CHAN_MAX];
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305789 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05305790} wmi_host_pdev_nfcal_power_all_channels_event;
5791
5792/**
5793 * struct wmi_host_pdev_tpc_event - WMI host pdev TPC event
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305794 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05305795 * @tpc:
5796 */
5797typedef struct {
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305798 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05305799 uint32_t tpc[1];
5800} wmi_host_pdev_tpc_event;
5801
5802/**
5803 * struct wmi_host_pdev_generic_buffer_event
5804 * @buf_type: Buffer type
5805 * @frag_id: Frag id
5806 * @more_frag: more frags pending
5807 * @buf_len: buffer length
5808 * @buf_info: variable length buffer
5809 */
5810typedef struct {
5811 uint32_t buf_type;
5812 uint32_t frag_id;
5813 uint32_t more_frag;
5814 uint32_t buf_len;
5815 uint32_t buf_info[1];
5816} wmi_host_pdev_generic_buffer_event;
5817/**
5818 * Enum for host buffer event
5819 */
5820enum {
5821 WMI_HOST_BUFFER_TYPE_RATEPWR_TABLE,
5822 WMI_HOST_BUFFER_TYPE_CTL_TABLE,
5823};
5824
5825/**
5826 * struct wmi_host_pdev_tpc_config_event - host pdev tpc config event
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305827 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05305828 * @regDomain:
5829 * @chanFreq:
5830 * @phyMode:
5831 * @twiceAntennaReduction:
5832 * @twiceMaxRDPower:
5833 * @twiceAntennaGain:
5834 * @powerLimit:
5835 * @rateMax:
5836 * @numTxChain:
5837 * @ctl:
5838 * @flags:
5839 * @maxRegAllowedPower:
5840 * @maxRegAllowedPowerAGCDD:
5841 * @maxRegAllowedPowerAGSTBC:
5842 * @maxRegAllowedPowerAGTXBF:
5843 * @ratesArray:
5844 */
5845typedef struct {
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305846 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05305847 uint32_t regDomain;
5848 uint32_t chanFreq;
5849 uint32_t phyMode;
5850 uint32_t twiceAntennaReduction;
5851 uint32_t twiceMaxRDPower;
5852 int32_t twiceAntennaGain;
5853 uint32_t powerLimit;
5854 uint32_t rateMax;
5855 uint32_t numTxChain;
5856 uint32_t ctl;
5857 uint32_t flags;
5858 int8_t maxRegAllowedPower[WMI_HOST_TPC_TX_NUM_CHAIN];
5859 int8_t maxRegAllowedPowerAGCDD[WMI_HOST_TPC_TX_NUM_CHAIN][WMI_HOST_TPC_TX_NUM_CHAIN];
5860 int8_t maxRegAllowedPowerAGSTBC[WMI_HOST_TPC_TX_NUM_CHAIN][WMI_HOST_TPC_TX_NUM_CHAIN];
5861 int8_t maxRegAllowedPowerAGTXBF[WMI_HOST_TPC_TX_NUM_CHAIN][WMI_HOST_TPC_TX_NUM_CHAIN];
5862 uint8_t ratesArray[WMI_HOST_TPC_RATE_MAX];
5863} wmi_host_pdev_tpc_config_event;
5864/**
5865 * Enums for TPC event
5866 */
5867typedef enum {
5868 WMI_HOST_TPC_CONFIG_EVENT_FLAG_TABLE_CDD = 0x1,
5869 WMI_HOST_TPC_CONFIG_EVENT_FLAG_TABLE_STBC = 0x2,
5870 WMI_HOST_TPC_CONFIG_EVENT_FLAG_TABLE_TXBF = 0x4,
5871} WMI_HOST_TPC_CONFIG_EVENT_FLAG;
5872
5873/**
5874 * Medium Utilization evaluation algorithms
5875 * These algorithms can be complementary rather than exclusive.
5876 */
5877typedef enum {
5878 WMI_HOST_MU_BASIC_ALGO = 0x1,
5879 WMI_HOST_MU_PER_BSSID_ALGO = 0x2,
5880 WMI_HOST_MU_HIDDEN_NODE_ALGO = 0x4,
5881} WMI_HOST_MU_ALGO_TYPE;
5882/* max MU alg combinations supported by target */
5883#define WMI_HOST_MU_MAX_ALGO_TYPE 3
5884
5885/**
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305886 * struct wmi_host_mu_db_entry
5887 * @event_type: 0=AP, 1=STA, 2=Small Cell(SC)
5888 * @bssid_mac_addr: Transmitter MAC if entry is WiFi node. PLMNID if SC
5889 * @tx_addr: Transmitter MAC if entry is WiFi node. PLMNID if SC
5890 * @avg_duration_us: Avg. duration for which node was transmitting
5891 * @avg_rssi: Avg. RSSI of all TX packets by node. Unit dBm
5892 * @mu_percent: % medium utilization by node
5893 */
5894typedef struct {
5895 uint32_t entry_type;
5896 wmi_host_mac_addr bssid_mac_addr;
5897 wmi_host_mac_addr tx_addr;
5898 uint32_t avg_duration_us;
5899 uint32_t avg_rssi;
5900 uint32_t mu_percent;
5901} wmi_host_mu_db_entry;
5902
5903/**
Govind Singh89727882016-04-15 13:58:27 +05305904 * struct wmi_host_mu_report_event - WMI_MU_REPORT_EVENTID
5905 * @mu_request_id: request id
5906 * @status_reason: MU_STATUS_REASON
5907 * @total_mu: MU_ALG_TYPE combinations
5908 * @num_active_bssid: number of active bssid
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305909 * @hidden_node_mu : hidden node algo MU per bin
5910 * @num_TA_entries : No. of entries found in MU db report
Govind Singh89727882016-04-15 13:58:27 +05305911 */
5912typedef struct {
5913 uint32_t mu_request_id;
5914 uint32_t status_reason;
5915 uint32_t total_mu[WMI_HOST_MU_MAX_ALGO_TYPE];
5916 uint32_t num_active_bssid;
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305917 uint32_t hidden_node_mu[LTEU_MAX_BINS];
5918 uint32_t num_TA_entries;
Govind Singh89727882016-04-15 13:58:27 +05305919} wmi_host_mu_report_event;
5920
5921/**
5922 * struct wmi_host_mgmt_tx_compl_event - TX completion event
5923 * @desc_id: from tx_send_cmd
5924 * @status: WMI_MGMT_TX_COMP_STATUS_TYPE
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305925 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05305926 */
5927typedef struct {
5928 uint32_t desc_id;
5929 uint32_t status;
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305930 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05305931} wmi_host_mgmt_tx_compl_event;
5932
5933#define WMI_HOST_TIM_BITMAP_ARRAY_SIZE 17
5934
5935/**
5936 * struct wmi_host_tim_info - TIM info in SWBA event
5937 * @tim_len: TIM length
5938 * @tim_mcast:
5939 * @tim_bitmap: TIM bitmap
5940 * @tim_changed: TIM changed
5941 * @tim_num_ps_pending: TIM num PS sta pending
5942 */
5943typedef struct {
5944 uint32_t tim_len;
5945 uint32_t tim_mcast;
5946 uint32_t tim_bitmap[WMI_HOST_TIM_BITMAP_ARRAY_SIZE];
5947 uint32_t tim_changed;
5948 uint32_t tim_num_ps_pending;
5949} wmi_host_tim_info;
5950
5951/**
5952 * struct wmi_host_p2p_noa_descriptor - NoA desc in SWBA event
5953 * @type_count: Absence count
5954 * @duration: NoA duration
5955 * @interval: NoA interval
5956 * @start_time: start time
5957 */
5958typedef struct {
5959 uint32_t type_count;
5960 uint32_t duration;
5961 uint32_t interval;
5962 uint32_t start_time;
5963} wmi_host_p2p_noa_descriptor;
5964/* Maximum number of NOA Descriptors supported */
5965#define WMI_HOST_P2P_MAX_NOA_DESCRIPTORS 4
5966/**
5967 * struct wmi_host_p2p_noa_info - p2p noa information
5968 * @modified: NoA modified
5969 * @index: Index
5970 * @oppPS: Oppurtunstic ps
5971 * @ctwindow: CT window
5972 * @num_descriptors: number of descriptors
5973 * @noa_descriptors: noa descriptors
5974 */
5975typedef struct {
5976 uint8_t modified;
5977 uint8_t index;
5978 uint8_t oppPS;
5979 uint8_t ctwindow;
5980 uint8_t num_descriptors;
5981 wmi_host_p2p_noa_descriptor
5982 noa_descriptors[WMI_HOST_P2P_MAX_NOA_DESCRIPTORS];
5983} wmi_host_p2p_noa_info;
5984
5985/**
5986 * struct wmi_host_peer_sta_kickout_event
5987 * @peer_macaddr: peer mac address
5988 * @reason: kickout reason
5989 * @rssi: rssi
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305990 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05305991 */
5992typedef struct {
5993 uint8_t peer_macaddr[IEEE80211_ADDR_LEN];
5994 uint32_t reason;
5995 uint32_t rssi;
5996} wmi_host_peer_sta_kickout_event;
5997
5998/**
5999 * struct wmi_host_peer_sta_ps_statechange_event - ST ps state change event
6000 * @peer_macaddr: peer mac address
6001 * @peer_ps_stats: peer PS state
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306002 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05306003 */
6004typedef struct {
6005 uint8_t peer_macaddr[IEEE80211_ADDR_LEN];
6006 uint32_t peer_ps_state;
6007} wmi_host_peer_sta_ps_statechange_event;
6008
6009/* Maximum CCK, OFDM rates supported */
6010#define WMI_SA_MAX_CCK_OFDM_RATES 12
6011/* Maximum MCS rates supported; 4 rates in each dword */
6012#define WMI_SA_MAX_MCS_RATES 40
6013#define WMI_SA_MAX_RATE_COUNTERS 4
6014/* Maximum rate series used for transmission */
6015#define SA_MAX_RATE_SERIES 2
6016
6017#define SA_MAX_LEGACY_RATE_DWORDS 3
6018#define SA_MAX_HT_RATE_DWORDS 10
6019#define SA_BYTES_IN_DWORD 4
6020#define SA_MASK_BYTE 0xff
6021/* TODO: ratecode_160 needs to add for future chips */
6022/**
6023 * struct wmi_sa_rate_cap - smart antenna rat capabilities
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306024 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05306025 * @ratecode_legacy: Rate code array for CCK OFDM
6026 * @ratecode_20: Rate code array for 20MHz BW
6027 * @ratecode_40: Rate code array for 40MHz BW
6028 * @ratecode_80: Rate code array for 80MHz BW
6029 * @ratecount: Max Rate count for each mode
6030 */
6031typedef struct {
6032 uint8_t ratecode_legacy[WMI_SA_MAX_CCK_OFDM_RATES];
6033 uint8_t ratecode_20[WMI_SA_MAX_MCS_RATES];
6034 uint8_t ratecode_40[WMI_SA_MAX_MCS_RATES];
6035 uint8_t ratecode_80[WMI_SA_MAX_MCS_RATES];
6036 uint8_t ratecount[WMI_SA_MAX_RATE_COUNTERS];
6037} wmi_sa_rate_cap;
6038
6039/** Preamble types to be used with VDEV fixed rate configuration */
6040typedef enum {
6041 WMI_HOST_RATE_PREAMBLE_OFDM,
6042 WMI_HOST_RATE_PREAMBLE_CCK,
6043 WMI_HOST_RATE_PREAMBLE_HT,
6044 WMI_HOST_RATE_PREAMBLE_VHT,
Kris Muthusamye66c6bf2017-02-20 20:21:04 -08006045 WMI_HOST_RATE_PREAMBLE_HE,
Govind Singh89727882016-04-15 13:58:27 +05306046} WMI_HOST_RATE_PREAMBLE;
6047
6048#define WMI_HOST_FIXED_RATE_NONE (0xff)
6049
6050/** slot time long */
6051#define WMI_HOST_VDEV_SLOT_TIME_LONG 0x1
6052/** slot time short */
6053#define WMI_HOST_VDEV_SLOT_TIME_SHORT 0x2
6054/** preablbe long */
6055#define WMI_HOST_VDEV_PREAMBLE_LONG 0x1
6056/** preablbe short */
6057#define WMI_HOST_VDEV_PREAMBLE_SHORT 0x2
6058/** found a better AP */
6059#define WMI_HOST_ROAM_REASON_BETTER_AP 0x1
6060/** beacon miss detected */
6061#define WMI_HOST_ROAM_REASON_BMISS 0x2
6062/** deauth/disassoc received */
6063#define WMI_HOST_ROAM_REASON_DEAUTH 0x2
6064/** connected AP's low rssi condition detected */
6065#define WMI_HOST_ROAM_REASON_LOW_RSSI 0x3
6066/** found another AP that matches SSID and Security profile in
6067 * WMI_ROAM_AP_PROFILE, found during scan triggered upon FINAL_BMISS
6068 */
6069#define WMI_HOST_ROAM_REASON_SUITABLE_AP 0x4
6070/** LFR3.0 roaming failed, indicate the disconnection to host */
6071#define WMI_HOST_ROAM_REASON_HO_FAILED 0x5
6072
6073/** values for vdev_type */
6074#define WMI_HOST_VDEV_TYPE_AP 0x1
6075#define WMI_HOST_VDEV_TYPE_STA 0x2
6076#define WMI_HOST_VDEV_TYPE_IBSS 0x3
6077#define WMI_HOST_VDEV_TYPE_MONITOR 0x4
6078
6079/** values for vdev_subtype */
6080#define WMI_HOST_VDEV_SUBTYPE_P2P_DEVICE 0x1
6081#define WMI_HOST_VDEV_SUBTYPE_P2P_CLIENT 0x2
6082#define WMI_HOST_VDEV_SUBTYPE_P2P_GO 0x3
6083#define WMI_HOST_VDEV_SUBTYPE_PROXY_STA 0x4
6084#define WMI_HOST_VDEV_SUBTYPE_MESH 0x5
6085
6086#define WMI_HOST_MGMT_TID 17
6087/* Disable aging & learning */
6088#define WMI_HOST_WDS_FLAG_STATIC 0x1
6089
6090/**
6091 * Peer param enum abstracted from target
6092 */
6093typedef enum {
6094 /** mimo powersave state */
6095 WMI_HOST_PEER_MIMO_PS_STATE = 0x1,
6096 /** enable/disable AMPDU . initial value (enabled) */
6097 WMI_HOST_PEER_AMPDU = 0x2,
6098 /** authorize/unauthorize peer. initial value is unauthorized (0) */
6099 WMI_HOST_PEER_AUTHORIZE = 0x3,
6100 /** peer channel bandwidth */
6101 WMI_HOST_PEER_CHWIDTH = 0x4,
6102 /** peer NSS */
6103 WMI_HOST_PEER_NSS = 0x5,
6104 /** USE 4 ADDR */
6105 WMI_HOST_PEER_USE_4ADDR = 0x6,
6106 /** Enable extended peer stats */
6107 WMI_HOST_PEER_EXT_STATS_ENABLE = 0x7,
6108 /*Use FIXED Pwr */
6109 WMI_HOST_PEER_USE_FIXED_PWR = 0x8,
6110 /* Set peer fixed rate */
6111 WMI_HOST_PEER_PARAM_FIXED_RATE = 0x9,
6112 /* Whitelist peer TIDs */
6113 WMI_HOST_PEER_SET_MU_WHITELIST = 0xa,
6114 /* set group membership status */
6115 WMI_HOST_PEER_MEMBERSHIP = 0xb,
6116 WMI_HOST_PEER_USERPOS = 0xc,
Kiran Venkatappa9da7e042016-08-09 22:52:35 +05306117 WMI_HOST_PEER_CRIT_PROTO_HINT_ENABLED = 0xd,
6118 WMI_HOST_PEER_TX_FAIL_CNT_THR = 0xe,
6119 WMI_HOST_PEER_SET_HW_RETRY_CTS2S = 0xf,
6120 WMI_HOST_PEER_IBSS_ATIM_WINDOW_LENGTH = 0x10,
6121 WMI_HOST_PEER_PHYMODE = 0x11,
6122 WMI_HOST_PEER_SET_MAC_TX_RATE = 0x12,
6123 /* Set default Rx routing */
6124 WMI_HOST_PEER_SET_DEFAULT_ROUTING = 0x13,
6125 WMI_HOST_PEER_SET_MIN_TX_RATE = 0x14,
Govind Singh89727882016-04-15 13:58:27 +05306126} PEER_PARAM_ENUM;
6127#define WMI_HOST_PEER_MIMO_PS_NONE 0x0
6128#define WMI_HOST_PEER_MIMO_PS_STATIC 0x1
6129#define WMI_HOST_PEER_MIMO_PS_DYNAMIC 0x2
6130typedef enum {
6131 HOST_PLATFORM_HIGH_PERF,
6132 HOST_PLATFORM_LOW_PERF,
Sathish Kumar41eca492016-09-16 16:55:35 +05306133 HOST_PLATFORM_LOW_PERF_NO_FETCH,
Govind Singh89727882016-04-15 13:58:27 +05306134} HOST_PLATFORM_TYPE;
6135
6136enum wmi_host_sta_ps_mode {
6137 /** enable power save for the given STA VDEV */
6138 WMI_HOST_STA_PS_MODE_DISABLED = 0,
6139 /** disable power save for a given STA VDEV */
6140 WMI_HOST_STA_PS_MODE_ENABLED = 1,
6141};
6142enum wmi_host_sta_powersave_param {
6143 /**
6144 * Controls how frames are retrievd from AP while STA is sleeping
6145 *
6146 * (see enum wmi_sta_ps_param_rx_wake_policy)
6147 */
6148 WMI_HOST_STA_PS_PARAM_RX_WAKE_POLICY = 0,
6149
6150 /**
6151 * The STA will go active after this many TX
6152 *
6153 * (see enum wmi_sta_ps_param_tx_wake_threshold)
6154 */
6155 WMI_HOST_STA_PS_PARAM_TX_WAKE_THRESHOLD = 1,
6156
6157 /**
6158 * Number of PS-Poll to send before STA wakes up
6159 *
6160 * (see enum wmi_sta_ps_param_pspoll_count)
6161 *
6162 */
6163 WMI_HOST_STA_PS_PARAM_PSPOLL_COUNT = 2,
6164
6165 /**
6166 * TX/RX inactivity time in msec before going to sleep.
6167 *
6168 * The power save SM will monitor tx/rx activity on the VDEV, if no
6169 * activity for the specified msec of the parameter
6170 * the Power save SM will go to sleep.
6171 */
6172 WMI_HOST_STA_PS_PARAM_INACTIVITY_TIME = 3,
6173
6174 /**
6175 * Set uapsd configuration.
6176 *
6177 * (see enum wmi_sta_ps_param_uapsd)
6178 */
6179 WMI_HOST_STA_PS_PARAM_UAPSD = 4,
6180};
6181/* prefix used by scan requestor ids on the host
6182 * replicated here form wmi_unified.h*/
6183#define WMI_HOST_P_SCAN_REQUESTOR_ID_PREFIX 0xA000
6184/* prefix used by scan request ids generated on the host */
6185/* host cycles through the lower 12 bits to generate ids */
6186#define WMI_HOST_P_SCAN_REQ_ID_PREFIX 0xA000
6187
6188#define WMI_HOST_RC_DS_FLAG 0x01 /* Dual stream flag */
6189#define WMI_HOST_RC_CW40_FLAG 0x02 /* CW 40 */
6190#define WMI_HOST_RC_SGI_FLAG 0x04 /* Short Guard Interval */
6191#define WMI_HOST_RC_HT_FLAG 0x08 /* HT */
6192#define WMI_HOST_RC_RTSCTS_FLAG 0x10 /* RTS-CTS */
6193#define WMI_HOST_RC_TX_STBC_FLAG 0x20 /* TX STBC */
6194#define WMI_HOST_RC_RX_STBC_FLAG 0xC0 /* RX STBC ,2 bits */
6195#define WMI_HOST_RC_RX_STBC_FLAG_S 6 /* RX STBC ,2 bits */
6196#define WMI_HOST_RC_WEP_TKIP_FLAG 0x100 /* WEP/TKIP encryption */
6197#define WMI_HOST_RC_TS_FLAG 0x200 /* Three stream flag */
6198#define WMI_HOST_RC_UAPSD_FLAG 0x400 /* UAPSD Rate Control */
6199
6200/** HT Capabilities*/
6201#define WMI_HOST_HT_CAP_ENABLED 0x0001 /* HT Enabled/ disabled */
6202/* Short Guard Interval with HT20 */
6203#define WMI_HOST_HT_CAP_HT20_SGI 0x0002
6204#define WMI_HOST_HT_CAP_DYNAMIC_SMPS 0x0004 /* Dynamic MIMO powersave */
6205#define WMI_HOST_HT_CAP_TX_STBC 0x0008 /* B3 TX STBC */
6206#define WMI_HOST_HT_CAP_TX_STBC_MASK_SHIFT 3
6207#define WMI_HOST_HT_CAP_RX_STBC 0x0030 /* B4-B5 RX STBC */
6208#define WMI_HOST_HT_CAP_RX_STBC_MASK_SHIFT 4
6209#define WMI_HOST_HT_CAP_LDPC 0x0040 /* LDPC supported */
6210#define WMI_HOST_HT_CAP_L_SIG_TXOP_PROT 0x0080 /* L-SIG TXOP Protection */
6211#define WMI_HOST_HT_CAP_MPDU_DENSITY 0x0700 /* MPDU Density */
6212#define WMI_HOST_HT_CAP_MPDU_DENSITY_MASK_SHIFT 8
6213#define WMI_HOST_HT_CAP_HT40_SGI 0x0800
6214#define WMI_HOST_HT_CAP_IBF_BFER 0x1000
6215
6216/* These macros should be used when we wish to advertise STBC support for
6217 * only 1SS or 2SS or 3SS. */
6218#define WMI_HOST_HT_CAP_RX_STBC_1SS 0x0010 /* B4-B5 RX STBC */
6219#define WMI_HOST_HT_CAP_RX_STBC_2SS 0x0020 /* B4-B5 RX STBC */
6220#define WMI_HOST_HT_CAP_RX_STBC_3SS 0x0030 /* B4-B5 RX STBC */
6221
6222
6223#define WMI_HOST_HT_CAP_DEFAULT_ALL (WMI_HOST_HT_CAP_ENABLED | \
6224 WMI_HOST_HT_CAP_HT20_SGI | \
6225 WMI_HOST_HT_CAP_HT40_SGI | \
6226 WMI_HOST_HT_CAP_TX_STBC | \
6227 WMI_HOST_HT_CAP_RX_STBC | \
6228 WMI_HOST_HT_CAP_LDPC)
6229
6230/* WMI_HOST_VHT_CAP_* these maps to ieee 802.11ac vht capability information
6231 field. The fields not defined here are not supported, or reserved.
6232 Do not change these masks and if you have to add new one follow the
6233 bitmask as specified by 802.11ac draft.
6234*/
6235
6236#define WMI_HOST_VHT_CAP_MAX_MPDU_LEN_MASK 0x00000003
6237#define WMI_HOST_VHT_CAP_RX_LDPC 0x00000010
6238#define WMI_HOST_VHT_CAP_SGI_80MHZ 0x00000020
6239#define WMI_HOST_VHT_CAP_SGI_160MHZ 0x00000040
6240#define WMI_HOST_VHT_CAP_TX_STBC 0x00000080
6241#define WMI_HOST_VHT_CAP_RX_STBC_MASK 0x00000300
6242#define WMI_HOST_VHT_CAP_RX_STBC_MASK_SHIFT 8
6243#define WMI_HOST_VHT_CAP_SU_BFER 0x00000800
6244#define WMI_HOST_VHT_CAP_SU_BFEE 0x00001000
6245#define WMI_HOST_VHT_CAP_MAX_CS_ANT_MASK 0x0000E000
6246#define WMI_HOST_VHT_CAP_MAX_CS_ANT_MASK_SHIFT 13
6247#define WMI_HOST_VHT_CAP_MAX_SND_DIM_MASK 0x00070000
6248#define WMI_HOST_VHT_CAP_MAX_SND_DIM_MASK_SHIFT 16
6249#define WMI_HOST_VHT_CAP_MU_BFER 0x00080000
6250#define WMI_HOST_VHT_CAP_MU_BFEE 0x00100000
6251#define WMI_HOST_VHT_CAP_MAX_AMPDU_LEN_EXP 0x03800000
6252#define WMI_HOST_VHT_CAP_MAX_AMPDU_LEN_EXP_SHIT 23
6253#define WMI_HOST_VHT_CAP_RX_FIXED_ANT 0x10000000
6254#define WMI_HOST_VHT_CAP_TX_FIXED_ANT 0x20000000
6255
6256#define WMI_HOST_VHT_CAP_MAX_MPDU_LEN_11454 0x00000002
6257
6258/* These macros should be used when we wish to advertise STBC support for
6259 * only 1SS or 2SS or 3SS. */
6260#define WMI_HOST_VHT_CAP_RX_STBC_1SS 0x00000100
6261#define WMI_HOST_VHT_CAP_RX_STBC_2SS 0x00000200
6262#define WMI_HOST_VHT_CAP_RX_STBC_3SS 0x00000300
6263
6264#define WMI_HOST_VHT_CAP_DEFAULT_ALL (WMI_HOST_VHT_CAP_MAX_MPDU_LEN_11454 | \
6265 WMI_HOST_VHT_CAP_SGI_80MHZ | \
6266 WMI_HOST_VHT_CAP_TX_STBC | \
6267 WMI_HOST_VHT_CAP_RX_STBC_MASK | \
6268 WMI_HOST_VHT_CAP_RX_LDPC | \
6269 WMI_HOST_VHT_CAP_MAX_AMPDU_LEN_EXP | \
6270 WMI_HOST_VHT_CAP_RX_FIXED_ANT | \
6271 WMI_HOST_VHT_CAP_TX_FIXED_ANT)
6272
6273/* Interested readers refer to Rx/Tx MCS Map definition as defined in
6274 802.11ac
6275*/
6276#define WMI_HOST_VHT_MAX_MCS_4_SS_MASK(r, ss) ((3 & (r)) << (((ss) - 1) << 1))
6277#define WMI_HOST_VHT_MAX_SUPP_RATE_MASK 0x1fff0000
6278#define WMI_HOST_VHT_MAX_SUPP_RATE_MASK_SHIFT 16
6279
6280/** U-APSD configuration of peer station from (re)assoc request and TSPECs */
6281enum wmi_host_ap_ps_param_uapsd {
6282 WMI_HOST_AP_PS_UAPSD_AC0_DELIVERY_EN = (1 << 0),
6283 WMI_HOST_AP_PS_UAPSD_AC0_TRIGGER_EN = (1 << 1),
6284 WMI_HOST_AP_PS_UAPSD_AC1_DELIVERY_EN = (1 << 2),
6285 WMI_HOST_AP_PS_UAPSD_AC1_TRIGGER_EN = (1 << 3),
6286 WMI_HOST_AP_PS_UAPSD_AC2_DELIVERY_EN = (1 << 4),
6287 WMI_HOST_AP_PS_UAPSD_AC2_TRIGGER_EN = (1 << 5),
6288 WMI_HOST_AP_PS_UAPSD_AC3_DELIVERY_EN = (1 << 6),
6289 WMI_HOST_AP_PS_UAPSD_AC3_TRIGGER_EN = (1 << 7),
6290};
6291/** U-APSD maximum service period of peer station */
6292enum wmi_host_ap_ps_peer_param_max_sp {
6293 WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_UNLIMITED = 0,
6294 WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_2 = 1,
6295 WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_4 = 2,
6296 WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_6 = 3,
6297
6298 /* keep last! */
6299 MAX_HOST_WMI_AP_PS_PEER_PARAM_MAX_SP,
6300};
6301
6302#define WMI_HOST_UAPSD_AC_TYPE_DELI 0
6303#define WMI_HOST_UAPSD_AC_TYPE_TRIG 1
6304
6305#define WMI_HOST_UAPSD_AC_BIT_MASK(ac, type) \
6306 ((type == WMI_HOST_UAPSD_AC_TYPE_DELI) ? (1<<(ac<<1)) :\
6307 (1<<((ac<<1)+1)))
6308
6309enum wmi_host_ap_ps_peer_param_wnm_sleep {
6310 WMI_HOST_AP_PS_PEER_PARAM_WNM_SLEEP_ENABLE,
6311 WMI_HOST_AP_PS_PEER_PARAM_WNM_SLEEP_DISABLE,
6312};
6313
6314enum wmi_host_ap_ps_peer_param {
6315 /** Set uapsd configuration for a given peer.
6316 *
6317 * This will include the delivery and trigger enabled state for every AC.
6318 * The host MLME needs to set this based on AP capability and stations
6319 * request Set in the association request received from the station.
6320 *
6321 * Lower 8 bits of the value specify the UAPSD configuration.
6322 *
6323 * (see enum wmi_ap_ps_param_uapsd)
6324 * The default value is 0.
6325 */
6326 WMI_HOST_AP_PS_PEER_PARAM_UAPSD = 0,
6327
6328 /**
6329 * Set the service period for a UAPSD capable station
6330 *
6331 * The service period from wme ie in the (re)assoc request frame.
6332 *
6333 * (see enum wmi_ap_ps_peer_param_max_sp)
6334 */
6335 WMI_HOST_AP_PS_PEER_PARAM_MAX_SP = 1,
6336
6337 /** Time in seconds for aging out buffered frames
6338 * for STA in power save */
6339 WMI_HOST_AP_PS_PEER_PARAM_AGEOUT_TIME = 2,
6340
6341 /** Specify frame types that are considered SIFS
6342 * RESP trigger frame */
6343 WMI_HOST_AP_PS_PEER_PARAM_SIFS_RESP_FRMTYPE = 3,
6344
6345 /** Specifies the trigger state of TID.
6346 * Valid only for UAPSD frame type */
6347 WMI_HOST_AP_PS_PEER_PARAM_SIFS_RESP_UAPSD = 4,
6348
6349 /** Specifies the WNM sleep state of a STA */
6350 WMI_HOST_AP_PS_PEER_PARAM_WNM_SLEEP = 5,
6351};
6352#define WMI_HOST_RXERR_CRC 0x01 /* CRC error on frame */
6353#define WMI_HOST_RXERR_DECRYPT 0x08 /* non-Michael decrypt error */
6354#define WMI_HOST_RXERR_MIC 0x10 /* Michael MIC decrypt error */
6355#define WMI_HOST_RXERR_KEY_CACHE_MISS 0x20 /* No/incorrect key matter in h/w */
6356
6357enum wmi_host_sta_ps_param_uapsd {
6358 WMI_HOST_STA_PS_UAPSD_AC0_DELIVERY_EN = (1 << 0),
6359 WMI_HOST_STA_PS_UAPSD_AC0_TRIGGER_EN = (1 << 1),
6360 WMI_HOST_STA_PS_UAPSD_AC1_DELIVERY_EN = (1 << 2),
6361 WMI_HOST_STA_PS_UAPSD_AC1_TRIGGER_EN = (1 << 3),
6362 WMI_HOST_STA_PS_UAPSD_AC2_DELIVERY_EN = (1 << 4),
6363 WMI_HOST_STA_PS_UAPSD_AC2_TRIGGER_EN = (1 << 5),
6364 WMI_HOST_STA_PS_UAPSD_AC3_DELIVERY_EN = (1 << 6),
6365 WMI_HOST_STA_PS_UAPSD_AC3_TRIGGER_EN = (1 << 7),
6366};
6367
6368enum wmi_host_sta_ps_param_rx_wake_policy {
6369 /* Wake up when ever there is an RX activity on the VDEV. In this mode
6370 * the Power save SM(state machine) will come out of sleep by either
6371 * sending null frame (or) a data frame (with PS==0) in response to TIM
6372 * bit set in the received beacon frame from AP.
6373 */
6374 WMI_HOST_STA_PS_RX_WAKE_POLICY_WAKE = 0,
6375
6376 /* Here the power save state machine will not wakeup in response to TIM
6377 * bit, instead it will send a PSPOLL (or) UASPD trigger based on UAPSD
6378 * configuration setup by WMISET_PS_SET_UAPSD WMI command. When all
6379 * access categories are delivery-enabled, the station will send a UAPSD
6380 * trigger frame, otherwise it will send a PS-Poll.
6381 */
6382 WMI_HOST_STA_PS_RX_WAKE_POLICY_POLL_UAPSD = 1,
6383};
6384enum wmi_host_sta_ps_param_pspoll_count {
6385 WMI_HOST_STA_PS_PSPOLL_COUNT_NO_MAX = 0,
6386 /* Values greater than 0 indicate the maximum numer of PS-Poll frames FW
6387 * will send before waking up.
6388 */
6389};
6390/** Number of tx frames/beacon that cause the power save SM to wake up.
6391 *
6392 * Value 1 causes the SM to wake up for every TX. Value 0 has a special
6393 * meaning, It will cause the SM to never wake up. This is useful if you want
6394 * to keep the system to sleep all the time for some kind of test mode . host
6395 * can change this parameter any time. It will affect at the next tx frame.
6396 */
6397enum wmi_host_sta_ps_param_tx_wake_threshold {
6398 WMI_HOST_STA_PS_TX_WAKE_THRESHOLD_NEVER = 0,
6399 WMI_HOST_STA_PS_TX_WAKE_THRESHOLD_ALWAYS = 1,
6400
6401 /* Values greater than one indicate that many TX attempts per beacon
6402 * interval before the STA will wake up
6403 */
6404};
6405/*
6406 * Transmit power scale factor.
6407 *
6408 */
6409typedef enum {
6410 WMI_HOST_TP_SCALE_MAX = 0, /* no scaling (default) */
6411 WMI_HOST_TP_SCALE_50 = 1, /* 50% of max (-3 dBm) */
6412 WMI_HOST_TP_SCALE_25 = 2, /* 25% of max (-6 dBm) */
6413 WMI_HOST_TP_SCALE_12 = 3, /* 12% of max (-9 dBm) */
6414 WMI_HOST_TP_SCALE_MIN = 4, /* min, but still on */
6415 WMI_HOST_TP_SCALE_SIZE = 5, /* max num of enum */
6416} WMI_HOST_TP_SCALE;
6417enum {
6418 WMI_HOST_RATEPWR_TABLE_OPS_SET,
6419 WMI_HOST_RATEPWR_TABLE_OPS_GET,
6420};
6421/* reserved up through 0xF */
6422/**
6423 * struct wmi_host_dcs_mib_stats - WLAN IM stats from target to host
6424 * Below statistics are sent from target to host periodically.
6425 * These are collected at target as long as target is running
6426 * and target chip is not in sleep.
6427 * @listen_time:
6428 * @reg_tx_frame_cnt:
6429 * @reg_rx_frame_cnt:
6430 * @reg_rxclr_cnt:
6431 * @reg_cycle_cnt: delta cycle count
6432 * @reg_rxclr_ext_cnt:
6433 * @reg_ofdm_phyerr_cnt:
6434 * @reg_cck_phyerr_cnt: CCK err count since last reset, read from register
6435 */
6436typedef struct _hp_dcs_mib_stats {
6437 int32_t listen_time;
6438 uint32_t reg_tx_frame_cnt;
6439 uint32_t reg_rx_frame_cnt;
6440 uint32_t reg_rxclr_cnt;
6441 uint32_t reg_cycle_cnt;
6442 uint32_t reg_rxclr_ext_cnt;
6443 uint32_t reg_ofdm_phyerr_cnt;
6444 uint32_t reg_cck_phyerr_cnt;
6445} wmi_host_dcs_mib_stats_t;
6446
6447/**
6448 * struct wmi_host_dcs_im_tgt_stats - DCS IM target stats
6449 * @reg_tsf32: current running TSF from the TSF-1
6450 * @last_ack_rssi: Known last frame rssi, in case of multiple stations, if
6451 * and at different ranges, this would not gaurantee that
6452 * this is the least rssi.
6453 * @tx_waste_time: Sum of all the failed durations in the last
6454 * one second interval.
6455 * @rx_time: count how many times the hal_rxerr_phy is marked, in this
6456 * time period
6457 * @phyerr_cnt:
6458 * @mib_stats: wmi_host_dcs_mib_stats_t - collected mib stats as explained
6459 * in mib structure
Sathish Kumarba2b5da2016-11-08 14:58:29 +05306460 * @chan_nf: Channel noise floor (Units are in dBm)
6461 * @my_bss_rx_cycle_count: BSS rx cycle count
Govind Singh89727882016-04-15 13:58:27 +05306462 */
6463typedef struct _wmi_host_dcs_im_tgt_stats {
6464 uint32_t reg_tsf32;
6465 uint32_t last_ack_rssi;
6466 uint32_t tx_waste_time;
6467 uint32_t rx_time;
6468 uint32_t phyerr_cnt;
6469 wmi_host_dcs_mib_stats_t mib_stats;
Sathish Kumarba2b5da2016-11-08 14:58:29 +05306470 uint32_t chan_nf;
6471 uint32_t my_bss_rx_cycle_count;
Govind Singh89727882016-04-15 13:58:27 +05306472} wmi_host_dcs_im_tgt_stats_t;
6473
6474/**
6475 * Enum for pktlog req
6476 */
6477typedef enum {
6478 WMI_HOST_PKTLOG_EVENT_RX = 0x1,
6479 WMI_HOST_PKTLOG_EVENT_TX = 0x2,
6480 WMI_HOST_PKTLOG_EVENT_RCF = 0x4, /* Rate Control Find */
6481 WMI_HOST_PKTLOG_EVENT_RCU = 0x8, /* Rate Control Update */
6482 WMI_HOST_PKTLOG_EVENT_DBG_PRINT = 0x10, /* DEBUG prints */
6483 /* To support Smart Antenna */
6484 WMI_HOST_PKTLOG_EVENT_SMART_ANTENNA = 0x20,
6485 WMI_HOST_PKTLOG_EVENT_H_INFO = 0x40,
6486 WMI_HOST_PKTLOG_EVENT_STEERING = 0x80,
Sathish Kumar657402a2016-09-26 14:48:09 +05306487 /* To support Tx data Capture */
6488 WMI_HOST_PKTLOG_EVENT_TX_DATA_CAPTURE = 0x100,
Govind Singh89727882016-04-15 13:58:27 +05306489} WMI_HOST_PKTLOG_EVENT;
6490
6491/**
6492 * wmi_host_phyerr
6493 *
6494 */
6495#define WMI_HOST_PHY_ERROR_SPECTRAL_SCAN 0x26
6496#define WMI_HOST_PHY_ERROR_FALSE_RADAR_EXT 0x24
6497
6498#define WMI_HOST_AR900B_DFS_PHYERR_MASK 0x4
6499#define WMI_HOST_AR900B_SPECTRAL_PHYERR_MASK 0x4000000
6500
6501/**
6502 * struct wmi_host_perchain_rssi_info - per chain RSSI info
6503 * @rssi_pri20: RSSI on primary 20
6504 * @rssi_sec20: RSSI on secomdary 20
6505 * @rssi_sec40: RSSI secondary 40
6506 * @rssi_sec80: RSSI secondary 80
6507 */
6508typedef struct wmi_host_perchain_rssi_info {
6509 int8_t rssi_pri20;
6510 int8_t rssi_sec20;
6511 int8_t rssi_sec40;
6512 int8_t rssi_sec80;
6513} wmi_host_perchain_rssi_info_t;
6514
6515/**
6516 * struct _wmi_host_rf_info - RF measurement information
6517 * @rssi_comb: RSSI Information
6518 * @pc_rssi_info[4]: For now, we know we are getting information
6519 * for only 4 chains at max. For future extensions
6520 * use a define
6521 * @noise_floor: Noise floor information
6522 */
6523typedef struct _wmi_host_rf_info {
6524 int8_t rssi_comb;
6525 wmi_host_perchain_rssi_info_t pc_rssi_info[4];
6526 int16_t noise_floor[4];
6527} wmi_host_rf_info_t;
6528
6529/**
6530 * struct _wmi_host_chan_info
6531 * @center_freq1: center frequency 1 in MHz
6532 * @center_freq2: center frequency 2 in MHz -valid only for
6533 * 11ACVHT 80PLUS80 mode
6534 * @chan_width: channel width in MHz
6535 */
6536typedef struct _wmi_host_chan_info {
6537 u_int16_t center_freq1;
6538 u_int16_t center_freq2;
6539 u_int8_t chan_width;
6540} wmi_host_chan_info_t;
6541
6542/**
6543 * struct wmi_host_phyerr
6544 * @rf_info:
6545 * @chan_info:
6546 * @tsf64:
6547 * @phy_err_code:
6548 * @tsf_timestamp:
6549 * @bufp:
6550 * @buf_len:
6551 * @phy_err_mask0:
6552 * @phy_err_mask1:
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306553 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05306554 */
6555typedef struct _wmi_host_phyerr {
6556 wmi_host_rf_info_t rf_info;
6557 wmi_host_chan_info_t chan_info;
6558 uint64_t tsf64;
6559 int32_t phy_err_code;
6560 uint32_t tsf_timestamp;
6561 uint8_t *bufp;
6562 uint32_t buf_len;
6563 uint32_t phy_err_mask0;
6564 uint32_t phy_err_mask1;
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306565 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05306566} wmi_host_phyerr_t;
6567
6568/**
6569 * struct wmi_host_rtt_event_hdr
6570 * @req_id: request id
6571 * @status: status
6572 * @meas_done: measurement done flag
6573 * @meas_type: measurement type
6574 * @report_type: report type
6575 * @v3_status: v2 status
6576 * @v3_finish:
6577 * @v3_tm_start:
6578 * @num_ap: number of AP
6579 * @result: resuult
6580 * @dest_mac: destination mac
6581 */
6582typedef struct {
6583 uint16_t req_id;
6584 uint16_t status:1,
6585 meas_done:1,
6586 meas_type:3,
6587 report_type:3,
6588 v3_status:2,
6589 v3_finish:1,
6590 v3_tm_start:1,
6591 num_ap:4;
6592 uint16_t result;
6593 uint8_t dest_mac[IEEE80211_ADDR_LEN];
6594} wmi_host_rtt_event_hdr;
6595
6596/**
6597 * struct wmi_host_rtt_meas_event - RTT measurement event
6598 * @chain_mask:
6599 * @bw:
6600 * @rsvd:
6601 * @txrxchain_mask: Bit:0-3:chain mask
6602 * Bit 4-5: band width info
6603 * 00 --Legacy 20, 01 --HT/VHT20
6604 * 10 --HT/VHT40, 11 -- VHT80
6605 * @tod: resolution of 0.1ns
6606 * @toa: resolution of 0.1ns
6607 * @t3:
6608 * @t4:
6609 * @rssi0:
6610 * @rssi1:
6611 * @rssi2:
6612 * @rssi3:
6613 */
6614typedef struct {
6615 uint32_t chain_mask:3,
6616 bw:2,
6617 rsvd:27;
6618 uint32_t txrxchain_mask;
6619 uint64_t tod;
6620 uint64_t toa;
6621 uint64_t t3;
6622 uint64_t t4;
6623 uint32_t rssi0;
6624 uint32_t rssi1;
6625 uint32_t rssi2;
6626 uint32_t rssi3;
6627} wmi_host_rtt_meas_event;
6628
6629/*----RTT Report event definition ----*/
6630typedef enum {
6631 /* rtt cmd header parsing error --terminate */
6632 WMI_HOST_RTT_COMMAND_HEADER_ERROR = 0,
6633 /* rtt body parsing error -- skip current STA REQ */
6634 WMI_HOST_RTT_COMMAND_ERROR,
6635 /* rtt no resource -- terminate */
6636 WMI_HOST_RTT_MODULE_BUSY,
6637 /* STA exceed the support limit -- only server the first n STA */
6638 WMI_HOST_RTT_TOO_MANY_STA,
6639 /* any allocate failure */
6640 WMI_HOST_RTT_NO_RESOURCE,
6641 /* can not find vdev with vdev ID - skip current STA REQ */
6642 WMI_HOST_RTT_VDEV_ERROR,
6643 /* Tx failure -- continiue and measure number */
6644 WMI_HOST_RTT_TRANSIMISSION_ERROR,
6645 /* wait for first TM timer expire-terminate current STA measurement */
6646 WMI_HOST_RTT_TM_TIMER_EXPIRE,
6647 /* we do not support RTT measurement with this type of frame */
6648 WMI_HOST_RTT_FRAME_TYPE_NOSUPPORT,
6649 /* whole RTT measurement timer expire-terminate
6650 ** current STA measurement */
6651 WMI_HOST_RTT_TIMER_EXPIRE,
6652 /* channel swicth failed */
6653 WMI_HOST_RTT_CHAN_SWITCH_ERROR,
6654 /* TMR trans error, this dest peer will be skipped */
6655 WMI_HOST_RTT_TMR_TRANS_ERROR,
6656 /* V3 only. If both CFR and Token mismatch, do not report */
6657 WMI_HOST_RTT_NO_REPORT_BAD_CFR_TOKEN,
6658 /* For First TM, if CFR is bad, then do not report */
6659 WMI_HOST_RTT_NO_REPORT_FIRST_TM_BAD_CFR,
6660 /* do not allow report type2 mix with type 0, 1 */
6661 WMI_HOST_RTT_REPORT_TYPE2_MIX,
6662 /* LCI Configuration OK. - Responder only */
6663 WMI_HOST_RTT_LCI_CFG_OK,
6664 /* LCR configuration OK. - Responder only */
6665 WMI_HOST_RTT_LCR_CFG_OK,
6666 /* Bad configuration LCI (or) LCR request - Responder only */
6667 WMI_HOST_RTT_CFG_ERROR,
6668 WMI_HOST_WMI_RTT_REJECT_MAX,
6669} WMI_HOST_RTT_ERROR_INDICATOR;
6670typedef struct {
6671 wmi_host_rtt_event_hdr hdr;
6672 WMI_HOST_RTT_ERROR_INDICATOR reject_reason;
6673} wmi_host_rtt_error_report_event;
6674
6675#if defined(AR9888)
6676typedef enum {
6677 WMI_HOST_PROF_CPU_IDLE,
6678 WMI_HOST_PROF_PPDU_PROC,
6679 WMI_HOST_PROF_PPDU_POST,
6680 WMI_HOST_PROF_HTT_TX_INPUT,
6681 WMI_HOST_PROF_MSDU_ENQ,
6682 WMI_HOST_PROF_PPDU_POST_HAL,
6683 WMI_HOST_PROF_COMPUTE_TX_TIME,
6684
6685 /* Add new ID's above this. */
6686 WMI_HOST_PROF_MAX_ID,
6687} wmi_host_profile_id_t;
6688#endif
6689
6690#define WMI_HOST_WLAN_PROFILE_MAX_HIST 3
6691#define WMI_HOST_WLAN_PROFILE_MAX_BIN_CNT 32
6692
6693#if defined(AR9888)
6694#define WMI_HOST_MAX_PROFILE WMI_HOST_PROF_MAX_ID
6695#else
6696#define WMI_HOST_MAX_PROFILE WMI_HOST_WLAN_PROFILE_MAX_BIN_CNT
6697#endif
6698
6699/**
6700 * struct wmi_host_wlan_profile - Host profile param
6701 * @id: profile id
6702 * @cnt: Count
6703 * @tot:
6704 * @min: minimum
6705 * @max: Mac
6706 * @hist_intvl: history interval
6707 * @hist: profile data history
6708 */
6709typedef struct {
6710 uint32_t id;
6711 uint32_t cnt;
6712 uint32_t tot;
6713 uint32_t min;
6714 uint32_t max;
6715 uint32_t hist_intvl;
6716 uint32_t hist[WMI_HOST_WLAN_PROFILE_MAX_HIST];
6717} wmi_host_wlan_profile_t;
6718
6719/**
6720 * struct wmi_host_wlan_profile_ctx_t - profile context
6721 * @tot: time in us
6722 * @tx_msdu_cnt: MSDU TX count
6723 * @tx_mpdu_cnt: MPDU tx count
6724 * @tx_ppdu_cnt: PPDU tx count
6725 * @rx_msdu_cnt: MSDU RX count
6726 * @rx_mpdu_cnt: MPDU RXcount
6727 * @bin_count: Bin count
6728 */
6729typedef struct {
6730 uint32_t tot;
6731 uint32_t tx_msdu_cnt;
6732 uint32_t tx_mpdu_cnt;
6733 uint32_t tx_ppdu_cnt;
6734 uint32_t rx_msdu_cnt;
6735 uint32_t rx_mpdu_cnt;
6736 uint32_t bin_count;
6737} wmi_host_wlan_profile_ctx_t;
6738
6739/**
Govind Singh89727882016-04-15 13:58:27 +05306740 * struct wmi_host_chan_info_event - Channel info WMI event
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306741 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05306742 * @err_code: Error code
6743 * @freq: Channel freq
6744 * @cmd_flags: Read flags
6745 * @noise_floor: Noise Floor value
6746 * @rx_clear_count: rx clear count
6747 * @cycle_count: cycle count
6748 * @chan_tx_pwr_range: channel tx power per range
6749 * @chan_tx_pwr_tp: channel tx power per throughput
6750 * @rx_frame_count: rx frame count
6751 * @rx_11b_mode_data_duration: 11b mode data duration
6752 */
6753typedef struct {
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306754 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05306755 uint32_t err_code;
6756 uint32_t freq;
6757 uint32_t cmd_flags;
6758 uint32_t noise_floor;
6759 uint32_t rx_clear_count;
6760 uint32_t cycle_count;
6761 uint32_t chan_tx_pwr_range;
6762 uint32_t chan_tx_pwr_tp;
6763 uint32_t rx_frame_count;
6764 uint32_t rx_11b_mode_data_duration;
6765} wmi_host_chan_info_event;
6766
6767/**
6768 * struct wmi_host_pdev_channel_hopping_event
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306769 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05306770 * @noise_floor_report_iter: Noise threshold iterations with high values
6771 * @noise_floor_total_iter: Total noise threshold iterations
6772 */
6773typedef struct {
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306774 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05306775 uint32_t noise_floor_report_iter;
6776 uint32_t noise_floor_total_iter;
6777} wmi_host_pdev_channel_hopping_event;
6778
6779/**
6780 * struct wmi_host_pdev_bss_chan_info_event
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306781 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05306782 * @freq: Units in MHz
6783 * @noise_floor: units are dBm
6784 * @rx_clear_count_low:
6785 * @rx_clear_count_high:
6786 * @cycle_count_low:
6787 * @cycle_count_high:
6788 * @tx_cycle_count_low:
6789 * @tx_cycle_count_high:
6790 * @rx_cycle_count_low:
6791 * @rx_cycle_count_high:
6792 * @rx_bss_cycle_count_low:
6793 * @rx_bss_cycle_count_high:
6794 * @reserved:
6795 */
6796typedef struct {
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306797 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05306798 uint32_t freq;
6799 uint32_t noise_floor;
6800 uint32_t rx_clear_count_low;
6801 uint32_t rx_clear_count_high;
6802 uint32_t cycle_count_low;
6803 uint32_t cycle_count_high;
6804 uint32_t tx_cycle_count_low;
6805 uint32_t tx_cycle_count_high;
6806 uint32_t rx_cycle_count_low;
6807 uint32_t rx_cycle_count_high;
6808 uint32_t rx_bss_cycle_count_low;
6809 uint32_t rx_bss_cycle_count_high;
6810 uint32_t reserved;
6811} wmi_host_pdev_bss_chan_info_event;
6812
6813#define WMI_HOST_INST_STATS_INVALID_RSSI 0
6814/**
6815 * struct wmi_host_inst_stats_resp
6816 * @iRSSI: Instantaneous RSSI
6817 * @peer_macaddr: peer mac address
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306818 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05306819 */
6820typedef struct {
6821 uint32_t iRSSI;
6822 wmi_host_mac_addr peer_macaddr;
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306823 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05306824} wmi_host_inst_stats_resp;
6825
6826/* Event definition and new structure addition to send event
6827 * to host to block/unblock tx data traffic based on peer_ast_idx or vdev id
6828 */
6829#define WMI_HOST_INVALID_PEER_AST_INDEX 0xffff
6830#define WMI_HOST_TX_DATA_TRAFFIC_CTRL_BLOCK 0x1
6831#define WMI_HOST_TX_DATA_TRAFFIC_CTRL_UNBLOCK 0x2
6832/**
6833 * struct wmi_host_tx_data_traffic_ctrl_event
6834 * @peer_ast_idx: For vdev based control, peer_ast_idx will be
6835 * WMI_INVALID_PEER_AST_INDEX
6836 * @vdev_id: only applies if peer_ast_idx == INVALID
6837 * @ctrl_cmd: WMI_TX_DATA_TRAFFIC_CTRL_BLOCK or
6838 * WMI_TX_DATA_TRAFFIC_CTRL_UNBLOCK
6839 */
6840typedef struct {
6841 uint32_t peer_ast_idx;
6842 uint32_t vdev_id;
6843 uint32_t ctrl_cmd;
6844} wmi_host_tx_data_traffic_ctrl_event;
6845
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05306846enum {
6847 WMI_HOST_ATF_PEER_STATS_DISABLED = 0,
6848 WMI_HOST_ATF_PEER_STATS_ENABLED = 1,
6849};
6850
6851#define WMI_HOST_ATF_PEER_STATS_GET_PEER_AST_IDX(token_info) \
6852 (token_info.field1 & 0xffff)
6853
6854#define WMI_HOST_ATF_PEER_STATS_GET_USED_TOKENS(token_info) \
6855 ((token_info.field2 & 0xffff0000) >> 16)
6856
6857#define WMI_HOST_ATF_PEER_STATS_GET_UNUSED_TOKENS(token_info) \
6858 (token_info.field2 & 0xffff)
6859
6860#define WMI_HOST_ATF_PEER_STATS_SET_PEER_AST_IDX(token_info, peer_ast_idx) \
6861 do { \
6862 token_info.field1 &= 0xffff0000; \
6863 token_info.field1 |= ((peer_ast_idx) & 0xffff); \
6864 } while (0)
6865
6866#define WMI_HOST_ATF_PEER_STATS_SET_USED_TOKENS(token_info, used_token) \
6867 do { \
6868 token_info.field2 &= 0x0000ffff; \
6869 token_info.field2 |= (((used_token) & 0xffff) << 16); \
6870 } while (0)
6871
6872#define WMI_HOST_ATF_PEER_STATS_SET_UNUSED_TOKENS(token_info, unused_token) \
6873 do { \
6874 token_info.field2 &= 0xffff0000; \
6875 token_info.field2 |= ((unused_token) & 0xffff); \
6876 } while (0)
6877
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306878/**
6879 * struct wmi_host_atf_peer_stats_info
6880 * @field1: bits 15:0 peer_ast_index WMI_ATF_PEER_STATS_GET_PEER_AST_IDX
6881 * bits 31:16 reserved
6882 * @field2: bits 15:0 used tokens WMI_ATF_PEER_STATS_GET_USED_TOKENS
6883 * bits 31:16 unused tokens WMI_ATF_PEER_STATS_GET_UNUSED_TOKENS
6884 * @field3: for future use
6885 */
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05306886typedef struct {
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05306887 uint32_t field1;
6888 uint32_t field2;
6889 uint32_t field3;
6890} wmi_host_atf_peer_stats_info;
6891
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306892/**
6893 * struct wmi_host_atf_peer_stats_event
6894 * @pdev_id: pdev_id
6895 * @num_atf_peers: number of peers in token_info_list
6896 * @comp_usable_airtime: computed usable airtime in tokens
6897 * @reserved[4]: reserved for future use
6898 * @wmi_host_atf_peer_stats_info token_info_list: list of num_atf_peers
6899 */
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05306900typedef struct {
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306901 uint32_t pdev_id;
6902 uint32_t num_atf_peers;
6903 uint32_t comp_usable_airtime;
6904 uint32_t reserved[4];
6905 wmi_host_atf_peer_stats_info token_info_list[1];
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05306906} wmi_host_atf_peer_stats_event;
6907
Govind Singh89727882016-04-15 13:58:27 +05306908/**
6909 * struct wmi_host_ath_dcs_cw_int
6910 * @channel: either number or freq in mhz
6911 */
6912typedef struct {
6913 uint32_t channel;
6914} wmi_host_ath_dcs_cw_int;
Govind Singhc10bde82016-05-02 17:59:24 +05306915
6916#define WMI_MAX_POWER_DBG_ARGS 8
6917
6918/**
6919 * struct wmi_power_dbg_params - power debug command parameter
6920 * @pdev_id: subsystem identifier
6921 * @module_id: parameter id
6922 * @num_arg: no of arguments
6923 * @args: arguments
6924 */
6925struct wmi_power_dbg_params {
6926 uint32_t pdev_id;
6927 uint32_t module_id;
6928 uint32_t num_args;
6929 uint32_t args[WMI_MAX_POWER_DBG_ARGS];
6930};
6931
Gupta, Kapil7b768002016-04-25 19:14:19 +05306932/**
6933 * struct wmi_adaptive_dwelltime_params - the adaptive dwelltime params
6934 * @vdev_id: vdev id
6935 * @is_enabled: Adaptive dwell time is enabled/disabled
6936 * @dwelltime_mode: global default adaptive dwell mode
6937 * @lpf_weight: weight to calculate the average low pass
6938 * filter for channel congestion
6939 * @passive_mon_intval: intval to monitor wifi activity in passive scan in msec
6940 * @wifi_act_threshold: % of wifi activity used in passive scan 0-100
6941 *
6942 */
6943struct wmi_adaptive_dwelltime_params {
6944 uint32_t vdev_id;
6945 bool is_enabled;
6946 enum wmi_dwelltime_adaptive_mode dwelltime_mode;
6947 uint8_t lpf_weight;
6948 uint8_t passive_mon_intval;
6949 uint8_t wifi_act_threshold;
6950};
Govind Singhc7cd2d62016-06-21 14:33:26 +05306951
6952/**
6953 * struct wmi_fw_dump_seg_req - individual segment details
6954 * @seg_id - segment id.
6955 * @seg_start_addr_lo - lower address of the segment.
6956 * @seg_start_addr_hi - higher address of the segment.
6957 * @seg_length - length of the segment.
6958 * @dst_addr_lo - lower address of the destination buffer.
6959 * @dst_addr_hi - higher address of the destination buffer.
6960 *
6961 * This structure carries the information to firmware about the
6962 * individual segments. This structure is part of firmware memory
6963 * dump request.
6964 */
6965struct wmi_fw_dump_seg_req {
6966 uint8_t seg_id;
6967 uint32_t seg_start_addr_lo;
6968 uint32_t seg_start_addr_hi;
6969 uint32_t seg_length;
6970 uint32_t dst_addr_lo;
6971 uint32_t dst_addr_hi;
6972};
6973
6974/**
6975 * enum wmi_userspace_log_level - Log level at userspace
6976 * @WMI_LOG_LEVEL_NO_COLLECTION: verbose_level 0 corresponds to no collection
6977 * @WMI_LOG_LEVEL_NORMAL_COLLECT: verbose_level 1 correspond to normal log
6978 * level with minimal user impact. This is the default value.
6979 * @WMI_LOG_LEVEL_ISSUE_REPRO: verbose_level 2 are enabled when user is lazily
6980 * trying to reproduce a problem, wifi performances and power can be impacted
6981 * but device should not otherwise be significantly impacted
6982 * @WMI_LOG_LEVEL_ACTIVE: verbose_level 3+ are used when trying to
6983 * actively debug a problem
6984 *
6985 * Various log levels defined in the userspace for logging applications
6986 */
6987enum wmi_userspace_log_level {
6988 WMI_LOG_LEVEL_NO_COLLECTION,
6989 WMI_LOG_LEVEL_NORMAL_COLLECT,
6990 WMI_LOG_LEVEL_ISSUE_REPRO,
6991 WMI_LOG_LEVEL_ACTIVE,
6992};
6993
Padma, Santhosh Kumar73524052016-09-11 18:24:59 +05306994/**
6995 * struct encrypt_decrypt_req_params - encrypt/decrypt params
6996 * @vdev_id: virtual device id
6997 * @key_flag: This indicates firmware to encrypt/decrypt payload
6998 * see ENCRYPT_DECRYPT_FLAG
6999 * @key_idx: Index used in storing key
7000 * @key_cipher: cipher used for encryption/decryption
7001 * Eg: see WMI_CIPHER_AES_CCM for CCMP
7002 * @key_len: length of key data
7003 * @key_txmic_len: length of Tx MIC
7004 * @key_rxmic_len: length of Rx MIC
7005 * @key_data: Key
7006 * @pn: packet number
7007 * @mac_header: MAC header
7008 * @data_len: length of data
7009 * @data: pointer to payload
7010 */
7011struct encrypt_decrypt_req_params {
7012 uint32_t vdev_id;
7013 uint8_t key_flag;
7014 uint32_t key_idx;
7015 uint32_t key_cipher;
7016 uint32_t key_len;
7017 uint32_t key_txmic_len;
7018 uint32_t key_rxmic_len;
7019 uint8_t key_data[MAC_MAX_KEY_LENGTH];
7020 uint8_t pn[MAC_PN_LENGTH];
7021 uint8_t mac_header[MAX_MAC_HEADER_LEN];
7022 uint32_t data_len;
7023 uint8_t *data;
7024};
7025
Kiran Venkatappa176fe6c2016-12-26 15:38:06 +05307026/*
7027 * HW mode config type replicated from FW header
7028 * @WMI_HOST_HW_MODE_SINGLE: Only one PHY is active.
7029 * @WMI_HOST_HW_MODE_DBS: Both PHYs are active in different bands,
7030 * one in 2G and another in 5G.
7031 * @WMI_HOST_HW_MODE_SBS_PASSIVE: Both PHYs are in passive mode (only rx) in
7032 * same band; no tx allowed.
7033 * @WMI_HOST_HW_MODE_SBS: Both PHYs are active in the same band.
7034 * Support for both PHYs within one band is planned
7035 * for 5G only(as indicated in WMI_MAC_PHY_CAPABILITIES),
7036 * but could be extended to other bands in the future.
7037 * The separation of the band between the two PHYs needs
7038 * to be communicated separately.
7039 * @WMI_HOST_HW_MODE_DBS_SBS: 3 PHYs, with 2 on the same band doing SBS
7040 * as in WMI_HW_MODE_SBS, and 3rd on the other band
Kiran Venkatappaaf1dae32016-12-23 19:58:54 +05307041 * @WMI_HOST_HW_MODE_MAX: Max hw_mode_id. Used to indicate invalid mode.
Kiran Venkatappa176fe6c2016-12-26 15:38:06 +05307042 */
7043enum wmi_host_hw_mode_config_type {
7044 WMI_HOST_HW_MODE_SINGLE = 0,
7045 WMI_HOST_HW_MODE_DBS = 1,
7046 WMI_HOST_HW_MODE_SBS_PASSIVE = 2,
7047 WMI_HOST_HW_MODE_SBS = 3,
7048 WMI_HOST_HW_MODE_DBS_SBS = 4,
Kiran Venkatappaaf1dae32016-12-23 19:58:54 +05307049 WMI_HOST_HW_MODE_MAX,
Kiran Venkatappa176fe6c2016-12-26 15:38:06 +05307050};
7051
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05307052/*
7053 * struct wmi_host_peer_txmu_cnt_event
7054 * @tx_mu_transmitted - MU-MIMO tx count
7055 */
7056typedef struct {
7057 uint32_t tx_mu_transmitted;
7058} wmi_host_peer_txmu_cnt_event;
7059
Manikandan Mohan7e5ad482016-12-13 13:14:06 -08007060#define MAX_SAR_LIMIT_ROWS_SUPPORTED 64
7061/**
7062 * struct sar_limit_cmd_row - sar limts row
7063 * @band_id: Optional param for frequency band
7064 * @chain_id: Optional param for antenna chain id
7065 * @mod_id: Optional param for modulation scheme
7066 * @limit_value: Mandatory param providing power limits in steps of 0.5 dbm
7067 * @validity_bitmap: bitmap of valid optional params in sar_limit_cmd_row struct
7068 */
7069struct sar_limit_cmd_row {
7070 uint32_t band_id;
7071 uint32_t chain_id;
7072 uint32_t mod_id;
7073 uint32_t limit_value;
7074 uint32_t validity_bitmap;
7075};
7076
7077/**
7078 * struct sar_limit_cmd_params - sar limts params
7079 * @sar_enable: flag to enable SAR
7080 * @num_limit_rows: number of items in sar_limits
7081 * @commit_limits: indicates firmware to start apply new SAR values
7082 * @sar_limit_row_list: pointer to array of sar limit rows
7083 */
7084struct sar_limit_cmd_params {
7085 uint32_t sar_enable;
7086 uint32_t num_limit_rows;
7087 uint32_t commit_limits;
7088 struct sar_limit_cmd_row *sar_limit_row_list;
7089};
7090
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05307091/*
7092 * struct wmi_peer_gid_userpos_list_event
7093 * @usr_list - User list
7094 */
7095#define GID_OVERLOAD_GROUP_COUNT 15
7096typedef struct {
7097 uint32_t usr_list[GID_OVERLOAD_GROUP_COUNT];
7098} wmi_host_peer_gid_userpos_list_event;
7099
7100#define WMI_HOST_BOARD_MCN_STRING_MAX_SIZE 19
7101#define WMI_HOST_BOARD_MCN_STRING_BUF_SIZE \
7102 (WMI_HOST_BOARD_MCN_STRING_MAX_SIZE+1) /* null-terminator */
7103
7104typedef struct {
7105 uint32_t software_cal_version;
7106 uint32_t board_cal_version;
7107 /* board_mcn_detail:
7108 * Provide a calibration message string for the host to display.
7109 * Note: on a big-endian host, the 4 bytes within each A_UINT32 portion
7110 * of a WMI message will be automatically byteswapped by the copy engine
7111 * as the messages are transferred between host and target, to convert
7112 * between the target's little-endianness and the host's big-endianness.
7113 * Consequently, a big-endian host should manually unswap the bytes
7114 * within the board_mcn_detail string buffer to get the bytes back into
7115 * the desired natural order.
7116 */
7117 uint8_t board_mcn_detail[WMI_HOST_BOARD_MCN_STRING_BUF_SIZE];
7118 uint32_t cal_ok; /* filled with CALIBRATION_STATUS enum value */
7119} wmi_host_pdev_check_cal_version_event;
7120
Kiran Venkatappa4110f0a2016-12-27 22:51:29 +05307121/**
7122 * enum WMI_HOST_CALIBRATION_STATUS - Host defined Enums for cal status
7123 * @WMI_HOST_NO_FEATURE: The board was calibrated with a meta
7124 * which did not have this feature
7125 * @WMI_HOST_CALIBRATION_OK: The calibration status is OK
7126 * @WMI_HOST_CALIBRATION_NOT_OK: The calibration status is NOT OK
7127 */
7128enum WMI_HOST_CALIBRATION_STATUS {
7129 WMI_HOST_NO_FEATURE = 0,
7130 WMI_HOST_CALIBRATION_OK,
7131 WMI_HOST_CALIBRATION_NOT_OK,
7132};
7133
Sathish Kumar617535c2017-01-24 17:51:26 +05307134/**
7135 * struct wmi_host_pdev_utf_event - Host defined struct to hold utf event data
7136 * @data: Pointer to data
7137 * @datalen: Data length
7138 *
7139 */
7140struct wmi_host_pdev_utf_event {
7141 uint8_t *data;
7142 uint16_t datalen;
Kiran Venkatappa2a93f6f2017-02-28 12:42:36 +05307143 uint32_t pdev_id;
Sathish Kumar617535c2017-01-24 17:51:26 +05307144};
7145
Kiran Venkatappa9b7a9592016-12-29 18:09:32 +05307146/**
Kiran Venkatappa3d514982017-02-28 14:19:17 +05307147 * struct wmi_host_pdev_qvit_event - Host defined struct to hold qvit event data
7148 * @data: Pointer to data
7149 * @datalen: Data length
7150 *
7151 */
7152struct wmi_host_pdev_qvit_event {
7153 uint8_t *data;
7154 uint16_t datalen;
7155 uint32_t pdev_id;
7156};
7157
7158/**
Vijay Pamidipatiadd0ba72017-01-17 12:53:05 +05307159 * struct wmi_host_peer_delete_response_event - Peer Delete response event param
7160 * @vdev_id: vdev id
7161 * @mac_address: Peer Mac Address
7162 *
7163 */
7164struct wmi_host_peer_delete_response_event {
7165 uint32_t vdev_id;
7166 struct qdf_mac_addr mac_address;
7167};
7168
7169/**
Kiran Venkatappa9b7a9592016-12-29 18:09:32 +05307170 * @struct wmi_host_dcs_interference_param
7171 * @interference_type: Type of DCS Interference
7172 * @uint32_t pdev_id: pdev id
7173 */
7174struct wmi_host_dcs_interference_param {
7175 uint32_t interference_type;
7176 uint32_t pdev_id;
7177};
7178
Kiran Venkatappa9f5fcc02016-12-29 22:07:14 +05307179/*
7180 * struct wmi_host_fips_event_param: FIPS event param
7181 * @pdev_id: pdev id
7182 * @error_status: Error status: 0 (no err), 1, or OPER_TIMEOUR
7183 * @data_len: FIPS data lenght
7184 * @data: pointer to data
7185 */
7186struct wmi_host_fips_event_param {
7187 uint32_t pdev_id;
7188 uint32_t error_status;
7189 uint32_t data_len;
7190 uint32_t *data;
7191};
Kiran Venkatappa3f061a92017-02-08 14:57:16 +05307192
7193/**
7194 * struct wmi_host_proxy_ast_reserve_param
7195 * @pdev_id: pdev id
7196 * @result: result
7197 */
7198struct wmi_host_proxy_ast_reserve_param {
7199 uint32_t pdev_id;
7200 uint32_t result;
7201};
Kiran Venkatappaaf1dae32016-12-23 19:58:54 +05307202
7203/**
7204 * struct wmi_host_pdev_band_to_mac - freq range for mac
7205 * @pdev_id: PDEV ID to identifiy mac
7206 * @start_freq: start frequency value
7207 * @end_freq: end frequency value
7208 */
7209struct wmi_host_pdev_band_to_mac {
7210 uint32_t pdev_id;
7211 uint32_t start_freq;
7212 uint32_t end_freq;
7213};
7214#define WMI_HOST_MAX_PDEV 3
7215
7216/**
7217 * struct wmi_init_cmd_param - INIT command params
7218 * @target_resource_config: pointer to resource config
7219 * @num_mem_chunks: number of memory chunks
7220 * @struct wmi_host_mem_chunk: pointer to memory chunks
7221 * @hw_mode_index: HW mode index chosen
7222 * @num_band_to_mac: Number of band to mac setting
7223 * @struct wmi_host_pdev_band_to_mac: band to mac setting
7224 */
7225struct wmi_init_cmd_param {
7226 target_resource_config *res_cfg;
7227 uint8_t num_mem_chunks;
7228 struct wmi_host_mem_chunk *mem_chunks;
7229 uint32_t hw_mode_id;
7230 uint32_t num_band_to_mac;
7231 struct wmi_host_pdev_band_to_mac band_to_mac[WMI_HOST_MAX_PDEV];
7232};
Sathish Kumar907a7462017-02-27 10:35:40 +05307233
7234/**
7235 * struct pdev_csa_switch_count_status - CSA switch count status event param
7236 * @pdev_id: Physical device identifier
7237 * @current_switch_count: Current CSA switch count
7238 * @num_vdevs: Number of vdevs that need restart
7239 * @vdev_ids: Array containing the vdev ids that need restart
7240 */
7241struct pdev_csa_switch_count_status {
7242 uint32_t pdev_id;
7243 uint32_t current_switch_count;
7244 uint32_t num_vdevs;
7245 uint32_t *vdev_ids;
7246};
7247
Dustin Brown4def3162017-01-13 15:24:07 -08007248/**
7249 * enum wmi_host_active-bpf_mode - FW_ACTIVE_BPF_MODE, replicated from FW header
7250 * @WMI_HOST_ACTIVE_BPF_DISABLED: BPF is disabled for all packets in active mode
7251 * @WMI_HOST_ACTIVE_BPF_ENABLED: BPF is enabled for all packets in active mode
7252 * @WMI_HOST_ACTIVE_BPF_ADAPTIVE: BPF is enabled for packets up to some
7253 * threshold in active mode
7254 */
7255enum wmi_host_active_bpf_mode {
7256 WMI_HOST_ACTIVE_BPF_DISABLED = (1 << 1),
7257 WMI_HOST_ACTIVE_BPF_ENABLED = (1 << 2),
7258 WMI_HOST_ACTIVE_BPF_ADAPTIVE = (1 << 3)
7259};
7260
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05307261#endif /* _WMI_UNIFIED_PARAM_H_ */