blob: 48bfda8eb7fef664f0e998a84b07871b4722188c [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
Arif Hussain141de972017-03-02 11:56:04 -08002221 * @delay_start_time: delay in seconds to use before starting the first scan
Govind Singhae855362016-03-07 14:24:22 +05302222 * @fast_scan_max_cycles: Fast scan max cycles
2223 * @us24GProbeTemplateLen: 2.4G probe template length
2224 * @p24GProbeTemplate: 2.4G probe template
2225 * @us5GProbeTemplateLen: 5G probe template length
2226 * @p5GProbeTemplate: 5G probe template
Gupta, Kapil7b768002016-04-25 19:14:19 +05302227 * @pno_channel_prediction: PNO channel prediction feature status
2228 * @top_k_num_of_channels: top K number of channels are used for tanimoto
2229 * distance calculation.
2230 * @stationary_thresh: threshold value to determine that the STA is stationary.
2231 * @pnoscan_adaptive_dwell_mode: adaptive dwelltime mode for pno scan
2232 * @channel_prediction_full_scan: periodic timer upon which a full scan needs
2233 * to be triggered.
Govind Singhae855362016-03-07 14:24:22 +05302234 */
2235struct pno_scan_req_params {
2236 uint8_t enable;
2237 enum pno_mode modePNO;
2238 uint8_t ucNetworksCount;
2239 struct pno_nw_type aNetworks[WMI_PNO_MAX_SUPP_NETWORKS];
2240 uint8_t sessionId;
2241 uint32_t fast_scan_period;
2242 uint32_t slow_scan_period;
Arif Hussain141de972017-03-02 11:56:04 -08002243 uint32_t delay_start_time;
Govind Singhae855362016-03-07 14:24:22 +05302244 uint8_t fast_scan_max_cycles;
2245 uint32_t active_min_time;
2246 uint32_t active_max_time;
2247 uint32_t passive_min_time;
2248 uint32_t passive_max_time;
2249 uint16_t us24GProbeTemplateLen;
2250 uint8_t p24GProbeTemplate[WMI_PNO_MAX_PB_REQ_SIZE];
2251 uint16_t us5GProbeTemplateLen;
2252 uint8_t p5GProbeTemplate[WMI_PNO_MAX_PB_REQ_SIZE];
2253#ifdef FEATURE_WLAN_SCAN_PNO
2254 bool pno_channel_prediction;
2255 uint8_t top_k_num_of_channels;
2256 uint8_t stationary_thresh;
Gupta, Kapil7b768002016-04-25 19:14:19 +05302257 enum wmi_dwelltime_adaptive_mode pnoscan_adaptive_dwell_mode;
Govind Singhae855362016-03-07 14:24:22 +05302258 uint32_t channel_prediction_full_scan;
2259#endif
2260};
2261
Govind Singhae855362016-03-07 14:24:22 +05302262
2263#define WMI_WLAN_EXTSCAN_MAX_CHANNELS 36
2264#define WMI_WLAN_EXTSCAN_MAX_BUCKETS 16
2265#define WMI_WLAN_EXTSCAN_MAX_HOTLIST_APS 128
2266#define WMI_WLAN_EXTSCAN_MAX_SIGNIFICANT_CHANGE_APS 64
2267#define WMI_EXTSCAN_MAX_HOTLIST_SSIDS 8
2268
2269/**
2270 * struct wifi_scan_channelspec_params - wifi scan channel parameter
2271 * @channel: Frequency in MHz
2272 * @dwellTimeMs: dwell time
2273 * @flush: cached results flush
2274 * @passive: passive scan
2275 * @chnlClass: channel class
2276 */
2277struct wifi_scan_channelspec_params {
2278 uint32_t channel;
2279 uint32_t dwellTimeMs;
2280 bool passive;
2281 uint8_t chnlClass;
2282};
2283
2284/**
2285 * enum wmi_wifi_band - wifi band
2286 * @WMI_WIFI_BAND_UNSPECIFIED: unspecified band
2287 * @WMI_WIFI_BAND_BG: 2.4 GHz
2288 * @WMI_WIFI_BAND_A: 5 GHz without DFS
2289 * @WMI_WIFI_BAND_ABG: 2.4 GHz + 5 GHz; no DFS
2290 * @WMI_WIFI_BAND_A_DFS_ONLY: 5 GHz DFS only
2291 * @WMI_WIFI_BAND_A_WITH_DFS: 5 GHz with DFS
2292 * @WMI_WIFI_BAND_ABG_WITH_DFS: 2.4 GHz + 5 GHz with DFS
2293 * @WMI_WIFI_BAND_MAX: max range
2294 */
2295enum wmi_wifi_band {
2296 WMI_WIFI_BAND_UNSPECIFIED,
2297 WMI_WIFI_BAND_BG = 1,
2298 WMI_WIFI_BAND_A = 2,
2299 WMI_WIFI_BAND_ABG = 3,
2300 WMI_WIFI_BAND_A_DFS_ONLY = 4,
2301 /* 5 is reserved */
2302 WMI_WIFI_BAND_A_WITH_DFS = 6,
2303 WMI_WIFI_BAND_ABG_WITH_DFS = 7,
2304 /* Keep it last */
2305 WMI_WIFI_BAND_MAX
2306};
2307
2308/**
2309 * struct wifi_scan_bucket_params - wifi scan bucket spec
2310 * @bucket: bucket identifier
2311 * @band: wifi band
2312 * @period: Desired period, in millisecond; if this is too
2313 * low, the firmware should choose to generate results as fast as
2314 * it can instead of failing the command byte
2315 * for exponential backoff bucket this is the min_period
2316 * @reportEvents: 0 => normal reporting (reporting rssi history
2317 * only, when rssi history buffer is % full)
2318 * 1 => same as 0 + report a scan completion event after scanning
2319 * this bucket
2320 * 2 => same as 1 + forward scan results
2321 * (beacons/probe responses + IEs) in real time to HAL
2322 * @max_period: if max_period is non zero or different than period,
2323 * then this bucket is an exponential backoff bucket and
2324 * the scan period will grow exponentially as per formula:
2325 * actual_period(N) = period ^ (N/(step_count+1)) to a
2326 * maximum period of max_period
2327 * @exponent: for exponential back off bucket: multiplier:
2328 * new_period = old_period * exponent
2329 * @step_count: for exponential back off bucket, number of scans performed
2330 * at a given period and until the exponent is applied
2331 * @numChannels: channels to scan; these may include DFS channels
2332 * Note that a given channel may appear in multiple buckets
2333 * @min_dwell_time_active: per bucket minimum active dwell time
2334 * @max_dwell_time_active: per bucket maximum active dwell time
2335 * @min_dwell_time_passive: per bucket minimum passive dwell time
2336 * @max_dwell_time_passive: per bucket maximum passive dwell time
2337 * @channels: Channel list
2338 */
2339struct wifi_scan_bucket_params {
2340 uint8_t bucket;
2341 enum wmi_wifi_band band;
2342 uint32_t period;
2343 uint32_t reportEvents;
2344 uint32_t max_period;
2345 uint32_t exponent;
2346 uint32_t step_count;
2347 uint32_t numChannels;
2348 uint32_t min_dwell_time_active;
2349 uint32_t max_dwell_time_active;
2350 uint32_t min_dwell_time_passive;
2351 uint32_t max_dwell_time_passive;
2352 struct wifi_scan_channelspec_params channels[WMI_WLAN_EXTSCAN_MAX_CHANNELS];
2353};
2354
2355/**
2356 * struct wifi_scan_cmd_req_params - wifi scan command request params
2357 * @basePeriod: base timer period
2358 * @maxAPperScan: max ap per scan
2359 * @report_threshold_percent: report threshold
2360 * in %, when buffer is this much full, wake up host
2361 * @report_threshold_num_scans: report threshold number of scans
2362 * in number of scans, wake up host after these many scans
2363 * @requestId: request id
2364 * @sessionId: session id
2365 * @numBuckets: number of buckets
2366 * @min_dwell_time_active: per bucket minimum active dwell time
2367 * @max_dwell_time_active: per bucket maximum active dwell time
2368 * @min_dwell_time_passive: per bucket minimum passive dwell time
2369 * @max_dwell_time_passive: per bucket maximum passive dwell time
2370 * @configuration_flags: configuration flags
Gupta, Kapil7b768002016-04-25 19:14:19 +05302371 * @extscan_adaptive_dwell_mode: adaptive dwelltime mode for extscan
Govind Singhae855362016-03-07 14:24:22 +05302372 * @buckets: buckets array
2373 */
2374struct wifi_scan_cmd_req_params {
2375 uint32_t basePeriod;
2376 uint32_t maxAPperScan;
2377
2378 uint32_t report_threshold_percent;
2379 uint32_t report_threshold_num_scans;
2380
2381 uint32_t requestId;
2382 uint8_t sessionId;
2383 uint32_t numBuckets;
2384
2385 uint32_t min_dwell_time_active;
2386 uint32_t max_dwell_time_active;
2387 uint32_t min_dwell_time_passive;
2388 uint32_t max_dwell_time_passive;
2389 uint32_t configuration_flags;
Gupta, Kapil7b768002016-04-25 19:14:19 +05302390 enum wmi_dwelltime_adaptive_mode extscan_adaptive_dwell_mode;
Govind Singhae855362016-03-07 14:24:22 +05302391 struct wifi_scan_bucket_params buckets[WMI_WLAN_EXTSCAN_MAX_BUCKETS];
2392};
2393
Govind Singhae855362016-03-07 14:24:22 +05302394#define WMI_CFG_VALID_CHANNEL_LIST_LEN 100
Govind Singhc7cd2d62016-06-21 14:33:26 +05302395/* Occupied channel list remains static */
2396#define WMI_CHANNEL_LIST_STATIC 1
2397/* Occupied channel list can be learnt after init */
2398#define WMI_CHANNEL_LIST_DYNAMIC_INIT 2
2399/* Occupied channel list can be learnt after flush */
2400#define WMI_CHANNEL_LIST_DYNAMIC_FLUSH 3
2401/* Occupied channel list can be learnt after update */
2402#define WMI_CHANNEL_LIST_DYNAMIC_UPDATE 4
Govind Singhae855362016-03-07 14:24:22 +05302403
2404/**
2405 * struct plm_req_params - plm req parameter
2406 * @diag_token: Dialog token
2407 * @meas_token: measurement token
2408 * @num_bursts: total number of bursts
2409 * @burst_int: burst interval in seconds
2410 * @meas_duration:in TU's,STA goes off-ch
2411 * @burst_len: no of times the STA should cycle through PLM ch list
2412 * @desired_tx_pwr: desired tx power
2413 * @mac_addr: MC dest addr
2414 * @plm_num_ch: channel numbers
2415 * @plm_ch_list: channel list
2416 * @session_id: session id
2417 * @enable: enable/disable
2418 */
2419struct plm_req_params {
2420 uint16_t diag_token;
2421 uint16_t meas_token;
2422 uint16_t num_bursts;
2423 uint16_t burst_int;
2424 uint16_t meas_duration;
2425 /* no of times the STA should cycle through PLM ch list */
2426 uint8_t burst_len;
2427 int8_t desired_tx_pwr;
Govind Singhd7468a52016-03-09 14:32:57 +05302428 struct qdf_mac_addr mac_addr;
Govind Singhae855362016-03-07 14:24:22 +05302429 /* no of channels */
2430 uint8_t plm_num_ch;
2431 /* channel numbers */
2432 uint8_t plm_ch_list[WMI_CFG_VALID_CHANNEL_LIST_LEN];
2433 uint8_t session_id;
2434 bool enable;
2435};
Naveen Rawatd5ffe152016-04-14 23:42:46 -07002436
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +05302437#define MAX_SSID_ALLOWED_LIST 4
2438#define MAX_BSSID_AVOID_LIST 16
2439#define MAX_BSSID_FAVORED 16
Govind Singhae855362016-03-07 14:24:22 +05302440
2441
2442/**
2443 * struct mac_ts_info_tfc - mac ts info parameters
2444 * @burstSizeDefn: burst size
2445 * @reserved: reserved
2446 * @ackPolicy: ack policy
2447 * @psb: psb
2448 * @aggregation: aggregation
2449 * @accessPolicy: access policy
2450 * @direction: direction
2451 * @tsid: direction
2452 * @trafficType: traffic type
2453 */
2454struct mac_ts_info_tfc {
2455#ifndef ANI_LITTLE_BIT_ENDIAN
2456 uint8_t burstSizeDefn:1;
2457 uint8_t reserved:7;
2458#else
2459 uint8_t reserved:7;
2460 uint8_t burstSizeDefn:1;
2461#endif
2462
2463#ifndef ANI_LITTLE_BIT_ENDIAN
2464 uint16_t ackPolicy:2;
2465 uint16_t userPrio:3;
2466 uint16_t psb:1;
2467 uint16_t aggregation:1;
2468 uint16_t accessPolicy:2;
2469 uint16_t direction:2;
2470 uint16_t tsid:4;
2471 uint16_t trafficType:1;
2472#else
2473 uint16_t trafficType:1;
2474 uint16_t tsid:4;
2475 uint16_t direction:2;
2476 uint16_t accessPolicy:2;
2477 uint16_t aggregation:1;
2478 uint16_t psb:1;
2479 uint16_t userPrio:3;
2480 uint16_t ackPolicy:2;
2481#endif
Govind Singhd7468a52016-03-09 14:32:57 +05302482} qdf_packed;
Govind Singhae855362016-03-07 14:24:22 +05302483
2484/**
2485 * struct mac_ts_info_sch - mac ts info schedule parameters
2486 * @rsvd: reserved
2487 * @schedule: schedule bit
2488 */
2489struct mac_ts_info_sch {
2490#ifndef ANI_LITTLE_BIT_ENDIAN
2491 uint8_t rsvd:7;
2492 uint8_t schedule:1;
2493#else
2494 uint8_t schedule:1;
2495 uint8_t rsvd:7;
2496#endif
Govind Singhd7468a52016-03-09 14:32:57 +05302497} qdf_packed;
Govind Singhae855362016-03-07 14:24:22 +05302498
2499/**
2500 * struct mac_ts_info_sch - mac ts info schedule parameters
2501 * @traffic: mac tfc parameter
2502 * @schedule: mac schedule parameters
2503 */
2504struct mac_ts_info {
2505 struct mac_ts_info_tfc traffic;
2506 struct mac_ts_info_sch schedule;
Govind Singhd7468a52016-03-09 14:32:57 +05302507} qdf_packed;
Govind Singhae855362016-03-07 14:24:22 +05302508
2509/**
2510 * struct mac_tspec_ie - mac ts spec
2511 * @type: type
2512 * @length: length
2513 * @tsinfo: tsinfo
2514 * @nomMsduSz: nomMsduSz
2515 * @maxMsduSz: maxMsduSz
2516 * @minSvcInterval: minSvcInterval
2517 * @maxSvcInterval: maxSvcInterval
2518 * @inactInterval: inactInterval
2519 * @suspendInterval: suspendInterval
2520 * @svcStartTime: svcStartTime
2521 * @minDataRate: minDataRate
2522 * @meanDataRate: meanDataRate
2523 * @peakDataRate: peakDataRate
2524 * @maxBurstSz: maxBurstSz
2525 * @delayBound: delayBound
2526 * @minPhyRate: minPhyRate
2527 * @surplusBw: surplusBw
2528 * @mediumTime: mediumTime
2529 */
2530struct mac_tspec_ie {
2531 uint8_t type;
2532 uint8_t length;
2533 struct mac_ts_info tsinfo;
2534 uint16_t nomMsduSz;
2535 uint16_t maxMsduSz;
2536 uint32_t minSvcInterval;
2537 uint32_t maxSvcInterval;
2538 uint32_t inactInterval;
2539 uint32_t suspendInterval;
2540 uint32_t svcStartTime;
2541 uint32_t minDataRate;
2542 uint32_t meanDataRate;
2543 uint32_t peakDataRate;
2544 uint32_t maxBurstSz;
2545 uint32_t delayBound;
2546 uint32_t minPhyRate;
2547 uint16_t surplusBw;
2548 uint16_t mediumTime;
Govind Singhd7468a52016-03-09 14:32:57 +05302549} qdf_packed;
Govind Singhae855362016-03-07 14:24:22 +05302550
2551/**
2552 * struct add_ts_param - ADDTS related parameters
2553 * @staIdx: station index
2554 * @tspecIdx: TSPEC handler uniquely identifying a TSPEC for a STA in a BSS
2555 * @tspec: tspec value
2556 * @status: CDF status
2557 * @sessionId: session id
Govind Singhd7468a52016-03-09 14:32:57 +05302558 * @tsm_interval: TSM interval period passed from UMAC to WMI
Govind Singhae855362016-03-07 14:24:22 +05302559 * @setRICparams: RIC parameters
2560 * @sme_session_id: sme session id
2561 */
2562struct add_ts_param {
2563 uint16_t staIdx;
2564 uint16_t tspecIdx;
2565 struct mac_tspec_ie tspec;
Govind Singhd7468a52016-03-09 14:32:57 +05302566 QDF_STATUS status;
Govind Singhae855362016-03-07 14:24:22 +05302567 uint8_t sessionId;
2568#ifdef FEATURE_WLAN_ESE
2569 uint16_t tsm_interval;
2570#endif /* FEATURE_WLAN_ESE */
2571#ifdef WLAN_FEATURE_ROAM_OFFLOAD
2572 uint8_t setRICparams;
2573#endif /* WLAN_FEATURE_ROAM_OFFLOAD */
2574 uint8_t sme_session_id;
2575};
2576
2577/**
2578 * struct delts_req_info - DELTS request parameter
2579 * @tsinfo: ts info
2580 * @tspec: ts spec
2581 * @wmeTspecPresent: wme ts spec flag
2582 * @wsmTspecPresent: wsm ts spec flag
2583 * @lleTspecPresent: lle ts spec flag
2584 */
2585struct delts_req_info {
2586 struct mac_ts_info tsinfo;
2587 struct mac_tspec_ie tspec;
2588 uint8_t wmeTspecPresent:1;
2589 uint8_t wsmTspecPresent:1;
2590 uint8_t lleTspecPresent:1;
2591};
2592
2593/**
2594 * struct del_ts_params - DELTS related parameters
2595 * @staIdx: station index
2596 * @tspecIdx: TSPEC identifier uniquely identifying a TSPEC for a STA in a BSS
2597 * @bssId: BSSID
2598 * @sessionId: session id
2599 * @userPrio: user priority
2600 * @delTsInfo: DELTS info
2601 * @setRICparams: RIC parameters
2602 */
2603struct del_ts_params {
2604 uint16_t staIdx;
2605 uint16_t tspecIdx;
Govind Singh8675b862016-03-28 22:09:18 +05302606 uint8_t bssId[IEEE80211_ADDR_LEN];
Govind Singhae855362016-03-07 14:24:22 +05302607 uint8_t sessionId;
2608 uint8_t userPrio;
2609#ifdef WLAN_FEATURE_ROAM_OFFLOAD
2610 struct delts_req_info delTsInfo;
2611 uint8_t setRICparams;
2612#endif /* WLAN_FEATURE_ROAM_OFFLOAD */
2613};
2614
2615/**
2616 * struct ll_stats_clear_params - ll stats clear parameter
2617 * @req_id: request id
2618 * @sta_id: sta id
2619 * @stats_clear_mask: stats clear mask
2620 * @stop_req: stop request
2621 */
2622struct ll_stats_clear_params {
2623 uint32_t req_id;
2624 uint8_t sta_id;
2625 uint32_t stats_clear_mask;
2626 uint8_t stop_req;
2627};
2628
2629/**
2630 * struct ll_stats_set_params - ll stats get parameter
2631 * @req_id: request id
2632 * @sta_id: sta id
2633 * @mpdu_size_threshold: mpdu sixe threshold
2634 * @aggressive_statistics_gathering: aggressive_statistics_gathering
2635 */
2636struct ll_stats_set_params {
2637 uint32_t req_id;
2638 uint8_t sta_id;
2639 uint32_t mpdu_size_threshold;
2640 uint32_t aggressive_statistics_gathering;
2641};
2642
2643/**
2644 * struct ll_stats_get_params - ll stats parameter
2645 * @req_id: request id
2646 * @sta_id: sta id
2647 * @param_id_mask: param is mask
2648 */
2649struct ll_stats_get_params {
2650 uint32_t req_id;
2651 uint8_t sta_id;
2652 uint32_t param_id_mask;
2653};
2654
2655/**
2656 * struct pe_stats_req - pe stats parameter
2657 * @msg_type: message type is same as the request type
2658 * @msg_len: length of the entire request
2659 * @sta_id: Per STA stats request must contain valid
2660 * @stats_mask: categories of stats requested
2661 * @session_id: wsm ts spec flag
2662 */
2663struct pe_stats_req {
2664 /* Common for all types are requests */
2665 uint16_t msg_type;
2666 uint16_t msg_len;
2667 uint32_t sta_id;
2668 /* categories of stats requested. look at ePEStatsMask */
2669 uint32_t stats_mask;
2670 uint8_t session_id;
2671};
2672
2673/**
2674 * struct link_status_params - link stats parameter
2675 * @msg_type: message type is same as the request type
2676 * @msg_len: length of the entire request
2677 * @link_status: wme ts spec flag
2678 * @session_id: wsm ts spec flag
2679 */
2680struct link_status_params {
2681 uint16_t msg_type;
2682 uint16_t msg_len;
2683 uint8_t link_status;
2684 uint8_t session_id;
2685};
2686
2687/**
2688 * struct dhcp_stop_ind_params - DHCP Stop indication message
2689 * @msgtype: message type is same as the request type
2690 * @msglen: length of the entire request
2691 * @device_mode: Mode of the device(ex:STA, AP)
2692 * @adapter_macaddr: MAC address of the adapter
2693 * @peer_macaddr: MAC address of the connected peer
2694 */
2695struct dhcp_stop_ind_params {
2696 uint16_t msgtype;
2697 uint16_t msglen;
2698 uint8_t device_mode;
Govind Singhd7468a52016-03-09 14:32:57 +05302699 struct qdf_mac_addr adapter_macaddr;
2700 struct qdf_mac_addr peer_macaddr;
Govind Singhae855362016-03-07 14:24:22 +05302701};
2702
2703/**
2704 * struct aggr_add_ts_param - ADDTS parameters
2705 * @staIdx: station index
2706 * @tspecIdx: TSPEC handler uniquely identifying a TSPEC for a STA in a BSS
2707 * @tspec: tspec value
2708 * @status: CDF status
2709 * @sessionId: session id
2710 */
2711struct aggr_add_ts_param {
2712 uint16_t staIdx;
2713 uint16_t tspecIdx;
2714 struct mac_tspec_ie tspec[WMI_QOS_NUM_AC_MAX];
Govind Singhd7468a52016-03-09 14:32:57 +05302715 QDF_STATUS status[WMI_QOS_NUM_AC_MAX];
Govind Singhae855362016-03-07 14:24:22 +05302716 uint8_t sessionId;
2717};
2718
2719#define WMI_MAX_FILTER_TEST_DATA_LEN 8
2720#define WMI_MAX_NUM_MULTICAST_ADDRESS 240
2721#define WMI_MAX_NUM_FILTERS 20
2722#define WMI_MAX_NUM_TESTS_PER_FILTER 10
2723
2724/**
2725 * enum packet_filter_type - packet filter type
2726 * @WMI_RCV_FILTER_TYPE_INVALID: invalid type
2727 * @WMI_RCV_FILTER_TYPE_FILTER_PKT: filter packet type
2728 * @WMI_RCV_FILTER_TYPE_BUFFER_PKT: buffer packet type
2729 * @WMI_RCV_FILTER_TYPE_MAX_ENUM_SIZE: max enum size
2730 */
2731enum packet_filter_type {
2732 WMI_RCV_FILTER_TYPE_INVALID,
2733 WMI_RCV_FILTER_TYPE_FILTER_PKT,
2734 WMI_RCV_FILTER_TYPE_BUFFER_PKT,
2735 WMI_RCV_FILTER_TYPE_MAX_ENUM_SIZE
2736};
2737
2738/**
2739 * enum packet_protocol_type - packet protocol type
2740 * @WMI_FILTER_HDR_TYPE_INVALID: invalid type
2741 * @WMI_FILTER_HDR_TYPE_MAC: mac type
2742 * @WMI_FILTER_HDR_TYPE_ARP: trp type
2743 * @WMI_FILTER_HDR_TYPE_IPV4: ipv4 type
2744 * @WMI_FILTER_HDR_TYPE_IPV6: ipv6 type
2745 * @WMI_FILTER_HDR_TYPE_UDP: udp type
2746 * @WMI_FILTER_HDR_TYPE_MAX: max type
2747 */
2748enum packet_protocol_type {
2749 WMI_FILTER_HDR_TYPE_INVALID,
2750 WMI_FILTER_HDR_TYPE_MAC,
2751 WMI_FILTER_HDR_TYPE_ARP,
2752 WMI_FILTER_HDR_TYPE_IPV4,
2753 WMI_FILTER_HDR_TYPE_IPV6,
2754 WMI_FILTER_HDR_TYPE_UDP,
2755 WMI_FILTER_HDR_TYPE_MAX
2756};
2757
2758/**
2759 * enum packet_filter_comp_type - packet filter comparison type
2760 * @WMI_FILTER_CMP_TYPE_INVALID: invalid type
2761 * @WMI_FILTER_CMP_TYPE_EQUAL: type equal
2762 * @WMI_FILTER_CMP_TYPE_MASK_EQUAL: mask equal
2763 * @WMI_FILTER_CMP_TYPE_NOT_EQUAL: type not equal
2764 * @WMI_FILTER_CMP_TYPE_MASK_NOT_EQUAL: mask not equal
2765 * @WMI_FILTER_CMP_TYPE_MAX: max type
2766 */
2767enum packet_filter_comp_type {
2768 WMI_FILTER_CMP_TYPE_INVALID,
2769 WMI_FILTER_CMP_TYPE_EQUAL,
2770 WMI_FILTER_CMP_TYPE_MASK_EQUAL,
2771 WMI_FILTER_CMP_TYPE_NOT_EQUAL,
2772 WMI_FILTER_CMP_TYPE_MASK_NOT_EQUAL,
2773 WMI_FILTER_CMP_TYPE_MAX
2774};
2775
2776/**
2777 * struct rcv_pkt_filter_params - recieve packet filter parameters
2778 * @protocolLayer - protocol layer
2779 * @cmpFlag - comparison flag
2780 * @dataLength - data length
2781 * @dataOffset - data offset
2782 * @reserved - resserved
2783 * @compareData - compare data
2784 * @dataMask - data mask
2785 */
2786struct rcv_pkt_filter_params {
2787 enum packet_protocol_type protocolLayer;
2788 enum packet_filter_comp_type cmpFlag;
2789 uint16_t dataLength;
2790 uint8_t dataOffset;
2791 uint8_t reserved;
2792 uint8_t compareData[WMI_MAX_FILTER_TEST_DATA_LEN];
2793 uint8_t dataMask[WMI_MAX_FILTER_TEST_DATA_LEN];
2794};
2795
2796/**
2797 * struct rcv_pkt_filter_config - recieve packet filter info
2798 * @filterId - filter id
2799 * @filterType - filter type
2800 * @numFieldParams - no of fields
2801 * @coalesceTime - reserved parameter
2802 * @self_macaddr - self mac address
2803 * @bssid - Bssid of the connected AP
2804 * @paramsData - data parameter
2805 */
2806struct rcv_pkt_filter_config {
2807 uint8_t filterId;
2808 enum packet_filter_type filterType;
2809 uint32_t numFieldParams;
2810 uint32_t coalesceTime;
Govind Singhd7468a52016-03-09 14:32:57 +05302811 struct qdf_mac_addr self_macaddr;
2812 struct qdf_mac_addr bssid;
Govind Singhae855362016-03-07 14:24:22 +05302813 struct rcv_pkt_filter_params paramsData[WMI_MAX_NUM_TESTS_PER_FILTER];
2814};
2815
2816/**
2817 * struct vdev_ie_info_param - IE info
2818 * @vdev_id - vdev for which the IE is being sent
2819 * @ie_id - ID of the IE
2820 * @length - length of the IE data
2821 * @data - IE data
2822 *
2823 * This structure is used to store the IE information.
2824 */
2825struct vdev_ie_info_param {
2826 uint32_t vdev_id;
2827 uint32_t ie_id;
2828 uint32_t length;
Selvaraj, Sridharce064292016-07-25 16:25:14 +05302829 uint32_t ie_source;
Naveen Rawat71268882016-08-03 16:41:33 -07002830 uint32_t band;
Govind Singhae855362016-03-07 14:24:22 +05302831 uint8_t *data;
2832};
2833
2834#define WMI_MAX_NUM_FW_SEGMENTS 4
2835
2836/**
2837 * struct fw_dump_seg_req_param - individual segment details
2838 * @seg_id - segment id.
2839 * @seg_start_addr_lo - lower address of the segment.
2840 * @seg_start_addr_hi - higher address of the segment.
2841 * @seg_length - length of the segment.
2842 * @dst_addr_lo - lower address of the destination buffer.
2843 * @dst_addr_hi - higher address of the destination buffer.
2844 *
2845 * This structure carries the information to firmware about the
2846 * individual segments. This structure is part of firmware memory
2847 * dump request.
2848 */
2849struct fw_dump_seg_req_param {
2850 uint8_t seg_id;
2851 uint32_t seg_start_addr_lo;
2852 uint32_t seg_start_addr_hi;
2853 uint32_t seg_length;
2854 uint32_t dst_addr_lo;
2855 uint32_t dst_addr_hi;
2856};
2857
2858/**
2859 * struct fw_dump_req_param - firmware memory dump request details.
2860 * @request_id - request id.
2861 * @num_seg - requested number of segments.
2862 * @fw_dump_seg_req - individual segment information.
2863 *
2864 * This structure carries information about the firmware
2865 * memory dump request.
2866 */
2867struct fw_dump_req_param {
2868 uint32_t request_id;
2869 uint32_t num_seg;
2870 struct fw_dump_seg_req_param segment[WMI_MAX_NUM_FW_SEGMENTS];
2871};
2872
2873#define WMI_TDLS_MAX_SUPP_CHANNELS 128
2874#define WMI_TDLS_MAX_SUPP_OPER_CLASSES 32
2875#define WMI_2_4_GHZ_MAX_FREQ 3000
2876
2877/**
2878 * struct tdls_update_ch_params - channel parameters
2879 * @chanId: ID of the channel
2880 * @pwr: power level
2881 * @dfsSet: is dfs supported or not
2882 * @half_rate: is the channel operating at 10MHz
2883 * @quarter_rate: is the channel operating at 5MHz
2884 */
2885struct tdls_update_ch_params {
2886 uint8_t chanId;
2887 uint8_t pwr;
2888 bool dfsSet;
2889 bool half_rate;
2890 bool quarter_rate;
2891};
2892
2893/**
2894 * struct tdls_peer_cap_params - TDLS peer capablities parameters
2895 * @isPeerResponder: is peer responder or not
2896 * @peerUapsdQueue: peer uapsd queue
2897 * @peerMaxSp: peer max SP value
2898 * @peerBuffStaSupport: peer buffer sta supported or not
2899 * @peerOffChanSupport: peer offchannel support
2900 * @peerCurrOperClass: peer current operating class
2901 * @selfCurrOperClass: self current operating class
2902 * @peerChanLen: peer channel length
2903 * @peerChan: peer channel list
2904 * @peerOperClassLen: peer operating class length
2905 * @peerOperClass: peer operating class
2906 * @prefOffChanNum: peer offchannel number
2907 * @prefOffChanBandwidth: peer offchannel bandwidth
2908 * @opClassForPrefOffChan: operating class for offchannel
2909 */
2910struct tdls_peer_cap_params {
2911 uint8_t isPeerResponder;
2912 uint8_t peerUapsdQueue;
2913 uint8_t peerMaxSp;
2914 uint8_t peerBuffStaSupport;
2915 uint8_t peerOffChanSupport;
2916 uint8_t peerCurrOperClass;
2917 uint8_t selfCurrOperClass;
2918 uint8_t peerChanLen;
2919 struct tdls_update_ch_params peerChan[WMI_TDLS_MAX_SUPP_CHANNELS];
2920 uint8_t peerOperClassLen;
2921 uint8_t peerOperClass[WMI_TDLS_MAX_SUPP_OPER_CLASSES];
2922 uint8_t prefOffChanNum;
2923 uint8_t prefOffChanBandwidth;
2924 uint8_t opClassForPrefOffChan;
2925};
2926
2927/**
2928 * struct tdls_peer_state_params - TDLS peer state parameters
2929 * @vdevId: vdev id
2930 * @peerMacAddr: peer mac address
2931 * @peerCap: peer capabality
2932 */
2933struct tdls_peer_state_params {
2934 uint32_t vdevId;
Govind Singh8675b862016-03-28 22:09:18 +05302935 uint8_t peerMacAddr[IEEE80211_ADDR_LEN];
Govind Singhae855362016-03-07 14:24:22 +05302936 uint32_t peerState;
2937 struct tdls_peer_cap_params peerCap;
2938};
2939
2940/**
2941 * struct wmi_tdls_params - TDLS parameters
2942 * @vdev_id: vdev id
2943 * @tdls_state: TDLS state
2944 * @notification_interval_ms: notification inerval
2945 * @tx_discovery_threshold: tx discovery threshold
2946 * @tx_teardown_threshold: tx teardown threashold
2947 * @rssi_teardown_threshold: RSSI teardown threshold
2948 * @rssi_delta: RSSI delta
2949 * @tdls_options: TDLS options
2950 * @peer_traffic_ind_window: raffic indication window
2951 * @peer_traffic_response_timeout: traffic response timeout
2952 * @puapsd_mask: uapsd mask
2953 * @puapsd_inactivity_time: uapsd inactivity time
2954 * @puapsd_rx_frame_threshold: uapsd rx frame threshold
2955 * @teardown_notification_ms: tdls teardown notification interval
2956 * @tdls_peer_kickout_threshold: tdls packet threshold for
2957 * peer kickout operation
2958 */
2959struct wmi_tdls_params {
2960 uint32_t vdev_id;
2961 uint32_t tdls_state;
2962 uint32_t notification_interval_ms;
2963 uint32_t tx_discovery_threshold;
2964 uint32_t tx_teardown_threshold;
2965 int32_t rssi_teardown_threshold;
2966 int32_t rssi_delta;
2967 uint32_t tdls_options;
2968 uint32_t peer_traffic_ind_window;
2969 uint32_t peer_traffic_response_timeout;
2970 uint32_t puapsd_mask;
2971 uint32_t puapsd_inactivity_time;
2972 uint32_t puapsd_rx_frame_threshold;
2973 uint32_t teardown_notification_ms;
2974 uint32_t tdls_peer_kickout_threshold;
2975};
2976
2977/**
2978 * struct tdls_chan_switch_params - channel switch parameter structure
2979 * @vdev_id: vdev ID
2980 * @peer_mac_addr: Peer mac address
2981 * @tdls_off_ch_bw_offset: Target off-channel bandwitdh offset
2982 * @tdls_off_ch: Target Off Channel
2983 * @oper_class: Operating class for target channel
2984 * @is_responder: Responder or initiator
2985 */
2986struct tdls_channel_switch_params {
2987 uint32_t vdev_id;
Govind Singh8675b862016-03-28 22:09:18 +05302988 uint8_t peer_mac_addr[IEEE80211_ADDR_LEN];
Govind Singhae855362016-03-07 14:24:22 +05302989 uint16_t tdls_off_ch_bw_offset;
2990 uint8_t tdls_off_ch;
2991 uint8_t tdls_sw_mode;
2992 uint8_t oper_class;
2993 uint8_t is_responder;
2994};
2995
2996/**
2997 * struct dhcp_offload_info_params - dhcp offload parameters
2998 * @vdev_id: request data length
2999 * @dhcpSrvOffloadEnabled: dhcp offload enabled
3000 * @dhcpClientNum: dhcp client no
3001 * @dhcpSrvIP: dhcp server ip
3002 */
3003struct dhcp_offload_info_params {
3004 uint32_t vdev_id;
3005 uint32_t dhcpSrvOffloadEnabled;
3006 uint32_t dhcpClientNum;
3007 uint32_t dhcpSrvIP;
3008};
3009
3010/**
3011 * struct nan_req_params - NAN request params
3012 * @request_data_len: request data length
3013 * @request_data: request data
3014 */
3015struct nan_req_params {
3016 uint16_t request_data_len;
3017 uint8_t request_data[];
3018};
3019
3020
3021/**
3022 * struct app_type2_params - app type2parameter
3023 * @vdev_id: vdev id
3024 * @rc4_key: rc4 key
3025 * @rc4_key_len: rc4 key length
3026 * @ip_id: NC id
3027 * @ip_device_ip: NC IP addres
3028 * @ip_server_ip: Push server IP address
3029 * @tcp_src_port: NC TCP port
3030 * @tcp_dst_port: Push server TCP port
3031 * @tcp_seq: tcp sequence
3032 * @tcp_ack_seq: tcp ack sequence
3033 * @keepalive_init: Initial ping interval
3034 * @keepalive_min: Minimum ping interval
3035 * @keepalive_max: Maximum ping interval
3036 * @keepalive_inc: Increment of ping interval
3037 * @gateway_mac: gateway mac address
3038 * @tcp_tx_timeout_val: tcp tx timeout value
3039 * @tcp_rx_timeout_val: tcp rx timeout value
3040 */
3041struct app_type2_params {
3042 uint8_t vdev_id;
3043 uint8_t rc4_key[16];
3044 uint32_t rc4_key_len;
3045 /** ip header parameter */
3046 uint32_t ip_id;
3047 uint32_t ip_device_ip;
3048 uint32_t ip_server_ip;
3049 /** tcp header parameter */
3050 uint16_t tcp_src_port;
3051 uint16_t tcp_dst_port;
3052 uint32_t tcp_seq;
3053 uint32_t tcp_ack_seq;
3054 uint32_t keepalive_init;
3055 uint32_t keepalive_min;
3056 uint32_t keepalive_max;
3057 uint32_t keepalive_inc;
Govind Singhd7468a52016-03-09 14:32:57 +05303058 struct qdf_mac_addr gateway_mac;
Govind Singhae855362016-03-07 14:24:22 +05303059 uint32_t tcp_tx_timeout_val;
3060 uint32_t tcp_rx_timeout_val;
3061};
3062
3063/**
3064 * struct app_type1_params - app type1 parameter
3065 * @vdev_id: vdev id
3066 * @wakee_mac_addr: mac address
3067 * @identification_id: identification id
3068 * @password: password
3069 * @id_length: id length
3070 * @pass_length: password length
3071 */
3072struct app_type1_params {
3073 uint8_t vdev_id;
Govind Singhd7468a52016-03-09 14:32:57 +05303074 struct qdf_mac_addr wakee_mac_addr;
Govind Singhae855362016-03-07 14:24:22 +05303075 uint8_t identification_id[8];
3076 uint8_t password[16];
3077 uint32_t id_length;
3078 uint32_t pass_length;
3079};
3080
3081/**
3082 * enum wmi_ext_wow_type - wow type
3083 * @WMI_EXT_WOW_TYPE_APP_TYPE1: only enable wakeup for app type1
3084 * @WMI_EXT_WOW_TYPE_APP_TYPE2: only enable wakeup for app type2
3085 * @WMI_EXT_WOW_TYPE_APP_TYPE1_2: enable wakeup for app type1&2
3086 */
3087enum wmi_ext_wow_type {
3088 WMI_EXT_WOW_TYPE_APP_TYPE1,
3089 WMI_EXT_WOW_TYPE_APP_TYPE2,
3090 WMI_EXT_WOW_TYPE_APP_TYPE1_2,
3091};
3092
3093/**
3094 * struct ext_wow_params - ext wow parameters
3095 * @vdev_id: vdev id
3096 * @type: wow type
3097 * @wakeup_pin_num: wake up gpio no
3098 */
3099struct ext_wow_params {
3100 uint8_t vdev_id;
3101 enum wmi_ext_wow_type type;
3102 uint32_t wakeup_pin_num;
3103};
3104
3105/**
3106 * struct stats_ext_params - ext stats request
3107 * @vdev_id: vdev id
3108 * @request_data_len: request data length
3109 * @request_data: request data
3110 */
3111struct stats_ext_params {
3112 uint32_t vdev_id;
3113 uint32_t request_data_len;
3114 uint8_t request_data[];
3115};
3116
3117#define WMI_PERIODIC_TX_PTRN_MAX_SIZE 1536
3118/**
3119 * struct periodic_tx_pattern - periodic tx pattern
3120 * @mac_address: MAC Address for the adapter
3121 * @ucPtrnId: Pattern ID
3122 * @ucPtrnSize: Pattern size
3123 * @usPtrnIntervalMs: in ms
3124 * @ucPattern: Pattern buffer
3125 */
3126struct periodic_tx_pattern {
Govind Singhd7468a52016-03-09 14:32:57 +05303127 struct qdf_mac_addr mac_address;
Govind Singhae855362016-03-07 14:24:22 +05303128 uint8_t ucPtrnId;
3129 uint16_t ucPtrnSize;
3130 uint32_t usPtrnIntervalMs;
3131 uint8_t ucPattern[WMI_PERIODIC_TX_PTRN_MAX_SIZE];
3132};
3133
Govind Singhae855362016-03-07 14:24:22 +05303134/**
3135 * struct flashing_req_params - led flashing parameter
3136 * @reqId: request id
3137 * @pattern_id: pattern identifier. 0: disconnected 1: connected
3138 * @led_x0: led flashing parameter0
3139 * @led_x1: led flashing parameter1
3140 */
3141struct flashing_req_params {
3142 uint32_t req_id;
3143 uint32_t pattern_id;
3144 uint32_t led_x0;
3145 uint32_t led_x1;
3146};
3147
Govind Singh89727882016-04-15 13:58:27 +05303148#define MAX_MEM_CHUNKS 32
3149/**
3150 * struct wmi_host_mem_chunk - host memory chunk structure
3151 * @vaddr: Pointer to virtual address
3152 * @paddr: Physical address
3153 * @memctx: qdf memory context for mapped address.
3154 * @len: length of chunk
3155 * @req_id: request id from target
3156 */
Govind Singhae855362016-03-07 14:24:22 +05303157struct wmi_host_mem_chunk {
3158 uint32_t *vaddr;
3159 uint32_t paddr;
Govind Singhd7468a52016-03-09 14:32:57 +05303160 qdf_dma_mem_context(memctx);
Govind Singhae855362016-03-07 14:24:22 +05303161 uint32_t len;
3162 uint32_t req_id;
3163};
3164
Govind Singh89727882016-04-15 13:58:27 +05303165/**
3166 * struct target_resource_config - Resource config given to target
3167 * This structure is union of wmi_resource_config defined
3168 * by both TLV and non-TLV target.
3169 */
Govind Singhae855362016-03-07 14:24:22 +05303170struct target_resource_config {
3171 uint32_t num_vdevs;
3172 uint32_t num_peers;
3173 uint32_t num_active_peers;
3174 uint32_t num_offload_peers;
3175 uint32_t num_offload_reorder_buffs;
3176 uint32_t num_peer_keys;
3177 uint32_t num_tids;
3178 uint32_t ast_skid_limit;
3179 uint32_t tx_chain_mask;
3180 uint32_t rx_chain_mask;
3181 uint32_t rx_timeout_pri[4];
3182 uint32_t rx_decap_mode;
3183 uint32_t scan_max_pending_req;
3184 uint32_t bmiss_offload_max_vdev;
3185 uint32_t roam_offload_max_vdev;
3186 uint32_t roam_offload_max_ap_profiles;
3187 uint32_t num_mcast_groups;
3188 uint32_t num_mcast_table_elems;
3189 uint32_t mcast2ucast_mode;
3190 uint32_t tx_dbg_log_size;
3191 uint32_t num_wds_entries;
3192 uint32_t dma_burst_size;
3193 uint32_t mac_aggr_delim;
3194 uint32_t rx_skip_defrag_timeout_dup_detection_check;
3195 uint32_t vow_config;
3196 uint32_t gtk_offload_max_vdev;
3197 uint32_t num_msdu_desc; /* Number of msdu desc */
3198 uint32_t max_frag_entries;
3199 /* End common */
3200
3201 /* Added in MCL */
3202 uint32_t num_tdls_vdevs;
3203 uint32_t num_tdls_conn_table_entries;
3204 uint32_t beacon_tx_offload_max_vdev;
3205 uint32_t num_multicast_filter_entries;
3206 uint32_t num_wow_filters;
3207 uint32_t num_keep_alive_pattern;
3208 uint32_t keep_alive_pattern_size;
3209 uint32_t max_tdls_concurrent_sleep_sta;
3210 uint32_t max_tdls_concurrent_buffer_sta;
3211 uint32_t wmi_send_separate;
3212 uint32_t num_ocb_vdevs;
3213 uint32_t num_ocb_channels;
3214 uint32_t num_ocb_schedules;
3215};
3216
3217/**
3218 * struct wmi_wifi_start_log - Structure to store the params sent to start/
3219 * stop logging
3220 * @name: Attribute which indicates the type of logging like per packet
3221 * statistics, connectivity etc.
3222 * @verbose_level: Verbose level which can be 0,1,2,3
3223 * @flag: Flag field for future use
3224 */
3225struct wmi_wifi_start_log {
3226 uint32_t ring_id;
3227 uint32_t verbose_level;
3228 uint32_t flag;
3229};
3230
3231/**
3232 * struct wmi_pcl_list - Format of PCL
3233 * @pcl_list: List of preferred channels
Manishekar Chandrasekaranb8c59382016-04-21 19:16:32 +05303234 * @weight_list: Weights of the PCL
Govind Singhae855362016-03-07 14:24:22 +05303235 * @pcl_len: Number of channels in the PCL
3236 */
3237struct wmi_pcl_list {
3238 uint8_t pcl_list[128];
Manishekar Chandrasekaranb8c59382016-04-21 19:16:32 +05303239 uint8_t weight_list[128];
Govind Singhae855362016-03-07 14:24:22 +05303240 uint32_t pcl_len;
3241};
3242
3243/**
Manishekar Chandrasekaranb8c59382016-04-21 19:16:32 +05303244 * struct wmi_pcl_chan_weights - Params to get the valid weighed list
3245 * @pcl_list: Preferred channel list already sorted in the order of preference
3246 * @pcl_len: Length of the PCL
3247 * @saved_chan_list: Valid channel list updated as part of
3248 * WMA_UPDATE_CHAN_LIST_REQ
3249 * @saved_num_chan: Length of the valid channel list
3250 * @weighed_valid_list: Weights of the valid channel list. This will have one
3251 * to one mapping with valid_chan_list. FW expects channel order and size to be
3252 * as per the list provided in WMI_SCAN_CHAN_LIST_CMDID.
3253 * @weight_list: Weights assigned by policy manager
3254 */
3255struct wmi_pcl_chan_weights {
3256 uint8_t pcl_list[MAX_NUM_CHAN];
3257 uint32_t pcl_len;
3258 uint8_t saved_chan_list[MAX_NUM_CHAN];
3259 uint32_t saved_num_chan;
3260 uint8_t weighed_valid_list[MAX_NUM_CHAN];
3261 uint8_t weight_list[MAX_NUM_CHAN];
3262};
3263
3264/**
Govind Singhae855362016-03-07 14:24:22 +05303265 * struct wmi_hw_mode_params - HW mode params
3266 * @mac0_tx_ss: MAC0 Tx spatial stream
3267 * @mac0_rx_ss: MAC0 Rx spatial stream
3268 * @mac1_tx_ss: MAC1 Tx spatial stream
3269 * @mac1_rx_ss: MAC1 Rx spatial stream
3270 * @mac0_bw: MAC0 bandwidth
3271 * @mac1_bw: MAC1 bandwidth
3272 * @dbs_cap: DBS capabality
3273 * @agile_dfs_cap: Agile DFS capabality
3274 */
3275struct wmi_hw_mode_params {
3276 uint8_t mac0_tx_ss;
3277 uint8_t mac0_rx_ss;
3278 uint8_t mac1_tx_ss;
3279 uint8_t mac1_rx_ss;
3280 uint8_t mac0_bw;
3281 uint8_t mac1_bw;
3282 uint8_t dbs_cap;
3283 uint8_t agile_dfs_cap;
3284};
3285
3286/**
3287 * struct wmi_dual_mac_config - Dual MAC configuration
3288 * @scan_config: Scan configuration
3289 * @fw_mode_config: FW mode configuration
3290 * @set_dual_mac_cb: Callback function to be executed on response to the command
3291 */
3292struct wmi_dual_mac_config {
3293 uint32_t scan_config;
3294 uint32_t fw_mode_config;
3295 void *set_dual_mac_cb;
3296};
3297
Govind Singhae855362016-03-07 14:24:22 +05303298/**
3299 * struct ssid_hotlist_param - param for SSID Hotlist
3300 * @ssid: SSID which is being hotlisted
3301 * @band: Band in which the given SSID should be scanned
3302 * @rssi_low: Low bound on RSSI
3303 * @rssi_high: High bound on RSSI
3304 */
3305struct ssid_hotlist_param {
3306 struct mac_ssid ssid;
3307 uint8_t band;
3308 int32_t rssi_low;
3309 int32_t rssi_high;
3310};
3311
3312/**
Himanshu Agarwal5f2d0482016-03-09 15:25:44 +05303313 * struct roam_scan_filter_params - Structure holding roaming scan
3314 * parameters
3315 * @len: length
3316 * @op_bitmap: bitmap to determine reason of roaming
3317 * @session_id: vdev id
3318 * @num_bssid_black_list: The number of BSSID's that we should
3319 * avoid connecting to. It is like a
3320 * blacklist of BSSID's.
3321 * @num_ssid_white_list: The number of SSID profiles that are
3322 * in the Whitelist. When roaming, we
3323 * consider the BSSID's with this SSID
3324 * also for roaming apart from the connected one's
3325 * @num_bssid_preferred_list: Number of BSSID's which have a preference over
3326 * others
3327 * @bssid_avoid_list: Blacklist SSID's
3328 * @ssid_allowed_list: Whitelist SSID's
3329 * @bssid_favored: Favorable BSSID's
3330 * @bssid_favored_factor: RSSI to be added to this BSSID to prefer it
3331 *
3332 * This structure holds all the key parameters related to
3333 * initial connection and roaming connections.
3334 */
3335
3336struct roam_scan_filter_params {
3337 uint32_t len;
3338 uint32_t op_bitmap;
3339 uint8_t session_id;
3340 uint32_t num_bssid_black_list;
3341 uint32_t num_ssid_white_list;
3342 uint32_t num_bssid_preferred_list;
3343 struct qdf_mac_addr bssid_avoid_list[MAX_BSSID_AVOID_LIST];
3344 struct mac_ssid ssid_allowed_list[MAX_SSID_ALLOWED_LIST];
3345 struct qdf_mac_addr bssid_favored[MAX_BSSID_FAVORED];
3346 uint8_t bssid_favored_factor[MAX_BSSID_FAVORED];
3347};
3348
3349/**
Govind Singhae855362016-03-07 14:24:22 +05303350 * struct ssid_hotlist_request_params - set SSID hotlist request struct
3351 * @request_id: ID of the request
3352 * @session_id: ID of the session
3353 * @lost_ssid_sample_size: Number of consecutive scans in which the SSID
3354 * must not be seen in order to consider the SSID "lost"
3355 * @ssid_count: Number of valid entries in the @ssids array
3356 * @ssids: Array that defines the SSIDs that are in the hotlist
3357 */
3358struct ssid_hotlist_request_params {
3359 uint32_t request_id;
3360 uint8_t session_id;
3361 uint32_t lost_ssid_sample_size;
3362 uint32_t ssid_count;
3363 struct ssid_hotlist_param ssids[WMI_EXTSCAN_MAX_HOTLIST_SSIDS];
3364};
3365
3366/**
3367 * struct wmi_unit_test_cmd - unit test command parameters
3368 * @vdev_id: vdev id
3369 * @module_id: module id
3370 * @num_args: number of arguments
3371 * @args: arguments
3372 */
3373struct wmi_unit_test_cmd {
3374 uint32_t vdev_id;
Govind Singh89727882016-04-15 13:58:27 +05303375 uint32_t module_id;
Govind Singhae855362016-03-07 14:24:22 +05303376 uint32_t num_args;
3377 uint32_t args[WMI_MAX_NUM_ARGS];
3378};
3379
3380/**
3381 * struct wmi_roam_invoke_cmd - roam invoke command
3382 * @vdev_id: vdev id
3383 * @bssid: mac address
3384 * @channel: channel
Naveen Rawatccc1b072017-01-20 17:00:07 -08003385 * @frame_len: frame length, includs mac header, fixed params and ies
3386 * @frame_buf: buffer contaning probe response or beacon
Govind Singhae855362016-03-07 14:24:22 +05303387 */
3388struct wmi_roam_invoke_cmd {
3389 uint32_t vdev_id;
3390 uint8_t bssid[IEEE80211_ADDR_LEN];
3391 uint32_t channel;
Naveen Rawatccc1b072017-01-20 17:00:07 -08003392 uint32_t frame_len;
3393 uint8_t *frame_buf;
Govind Singhae855362016-03-07 14:24:22 +05303394};
3395
3396/**
3397 * struct ext_scan_setbssi_hotlist_params - set hotlist request
3398 * @requestId: request identifier
3399 * @sessionId: session identifier
3400 * @lost_ap_sample_size: number of samples to confirm AP loss
3401 * @numAp: Number of hotlist APs
3402 * @ap: hotlist APs
3403 */
3404struct ext_scan_setbssi_hotlist_params {
3405 uint32_t requestId;
3406 uint8_t sessionId;
3407
3408 uint32_t lost_ap_sample_size;
3409 uint32_t numAp;
3410 struct ap_threshold_params ap[WMI_WLAN_EXTSCAN_MAX_HOTLIST_APS];
3411};
Govind Singh89727882016-04-15 13:58:27 +05303412
3413/**
Govind Singh89727882016-04-15 13:58:27 +05303414 * struct host_mem_req - Host memory request paramseters request by target
3415 * @req_id: Request id to identify the request.
3416 * @unit_size: Size of single unit requested.
3417 * @num_unit_info: Memory chunk info
3418 * @num_units: number of units requested.
3419 */
3420typedef struct {
3421 uint32_t req_id;
3422 uint32_t unit_size;
3423 uint32_t num_unit_info;
3424 uint32_t num_units;
3425} host_mem_req;
3426
3427#define WMI_HOST_DSCP_MAP_MAX (64)
3428
3429/**
3430 * struct wmi_host_ext_resource_config - Extended resource config
3431 * @host_platform_config: Host plaform configuration.
3432 * @fw_featuew_bitmap: FW feature requested bitmap.
3433 */
3434typedef struct {
3435 uint32_t host_platform_config;
3436
3437#define WMI_HOST_FW_FEATURE_LTEU_SUPPORT 0x0001
3438#define WMI_HOST_FW_FEATURE_COEX_GPIO_SUPPORT 0x0002
3439#define WMI_HOST_FW_FEATURE_AUX_RADIO_SPECTRAL_INTF 0x0004
3440#define WMI_HOST_FW_FEATURE_AUX_RADIO_CHAN_LOAD_INTF 0x0008
3441#define WMI_HOST_FW_FEATURE_BSS_CHANNEL_INFO_64 0x0010
3442#define WMI_HOST_FW_FEATURE_PEER_STATS 0x0020
3443#define WMI_HOST_FW_FEATURE_VDEV_STATS 0x0040
3444 /**
3445 * @brief fw_feature_bitmask - Enable/Disable features in FW
3446 * @details
3447 * The bits in fw_feature_bitmask are used as shown by the masks below:
3448 * 0x0001 - LTEU Config enable/disable
3449 * 0x0002 - COEX GPIO Config enable/disable
3450 * 0x0004 - Aux Radio enhancement for spectral scan enable/disable
3451 * 0x0008 - Aux Radio enhancement for chan load scan enable/disable
3452 * 0x0010 - BSS channel info stats enable/disable
3453 * The features in question are enabled by setting
3454 * the feature's bit to 1,
3455 * or disabled by setting the feature's bit to 0.
3456 */
3457 uint32_t fw_feature_bitmap;
3458
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05303459 /* WLAN priority GPIO number
3460 * The target uses a GPIO pin to indicate when it is transmitting
3461 * high-priority traffic (e.g. beacon, management, or AC_VI) or
3462 * low-priority traffic (e.g. AC_BE, AC_BK). The HW uses this
3463 * WLAN GPIO pin to determine whether to abort WLAN tx in favor of
3464 * BT activity.
3465 * Which GPIO is used for this WLAN tx traffic priority specification
3466 * varies between platforms, so the host needs to indicate to the
3467 * target which GPIO to use.
3468 */
3469 uint32_t wlan_priority_gpio;
3470
Sathish Kumar612d0c22017-01-19 14:57:37 +05303471 /* Host will notify target which coex algorithm has to be
3472 * enabled based on HW, FW capability and device tree config.
3473 * Till now the coex algorithms were target specific. Now the
3474 * same target can choose between multiple coex algorithms
3475 * depending on device tree config on host. For backward
3476 * compatibility, version support will have option 0 and will
3477 * rely on FW compile time flags to decide the coex version
3478 * between VERSION_1, VERSION_2 and VERSION_3. Version info is
3479 * mandatory from VERSION_4 onwards for any new coex algorithms.
3480 *
3481 * 0 = no version support
3482 * 1 = COEX_VERSION_1 (3 wire coex)
3483 * 2 = COEX_VERSION_2 (2.5 wire coex)
3484 * 3 = COEX_VERSION_3 (2.5 wire coex+duty cycle)
3485 * 4 = COEX_VERSION_4 (4 wire coex)
3486 */
3487 uint32_t coex_version;
3488
3489 /* There are multiple coex implementations on FW to support different
3490 * hardwares. Since the coex algos are mutually exclusive, host will
3491 * use below fields to send GPIO info to FW and these GPIO pins will
3492 * have different usages depending on the feature enabled. This is to
3493 * avoid adding multiple GPIO fields here for different features.
3494 *
3495 * COEX VERSION_4 (4 wire coex) :
3496 * 4 wire coex feature uses 1 common input request line from BT/ZB/
3497 * Thread which interrupts the WLAN target processor directly, 1 input
3498 * priority line from BT and ZB each, 1 output line to grant access to
3499 * requesting IOT subsystem. WLAN uses the input priority line to
3500 * identify the requesting IOT subsystem. Request is granted based on
3501 * IOT interface priority and WLAN traffic. GPIO pin usage is as below:
3502 * coex_gpio_pin_1 = BT PRIORITY INPUT GPIO
3503 * coex_gpio_pin_2 = ZIGBEE PRIORITY INPUT GPIO
3504 * coex_gpio_pin_3 = GRANT OUTPUT GPIO
3505 * when a BT active interrupt is raised, WLAN reads
3506 * BT and ZB priority input GPIO pins to compare against the coex
3507 * priority table and accordingly sets the grant output GPIO to give
3508 * access to requesting IOT subsystem.
3509 */
3510 uint32_t coex_gpio_pin_1;
3511 uint32_t coex_gpio_pin_2;
3512 uint32_t coex_gpio_pin_3;
3513
Govind Singh89727882016-04-15 13:58:27 +05303514 /* add new members here */
3515} wmi_host_ext_resource_config;
3516
3517/**
3518 * struct set_neighbour_rx_params - Neighbour RX params
3519 * @vdev_id: vdev id
3520 * @idx: index of param
3521 * @action: action
3522 * @type: Type of param
3523 */
3524struct set_neighbour_rx_params {
3525 uint8_t vdev_id;
3526 uint32_t idx;
3527 uint32_t action;
3528 uint32_t type;
3529};
3530
3531/**
3532 * struct set_fwtest_params - FW test params
3533 * @arg: FW param id
3534 * @value: value
3535 */
3536struct set_fwtest_params {
3537 uint32_t arg;
3538 uint32_t value;
3539};
3540
3541/**
3542 * struct config_ratemask_params - ratemask config parameters
3543 * @vdev_id: vdev id
3544 * @type: Type
3545 * @lower32: Lower 32 bits
3546 * @higher32: Hogher 32 bits
3547 */
3548struct config_ratemask_params {
3549 uint8_t vdev_id;
3550 uint8_t type;
3551 uint32_t lower32;
3552 uint32_t higher32;
3553};
3554
3555/**
3556 * struct peer_add_wds_entry_params - WDS peer entry add params
3557 * @dest_addr: Pointer to destination macaddr
3558 * @peer_addr: Pointer to peer mac addr
3559 * @flags: flags
Sathish Kumar79fdae42017-02-22 17:28:28 +05303560 * @vdev_id: Vdev id
Govind Singh89727882016-04-15 13:58:27 +05303561 */
3562struct peer_add_wds_entry_params {
3563 const uint8_t *dest_addr;
3564 uint8_t *peer_addr;
3565 uint32_t flags;
Sathish Kumar79fdae42017-02-22 17:28:28 +05303566 uint32_t vdev_id;
Govind Singh89727882016-04-15 13:58:27 +05303567};
3568
3569/**
3570 * struct peer_del_wds_entry_params - WDS peer entry del params
3571 * @dest_addr: Pointer to destination macaddr
Sathish Kumar79fdae42017-02-22 17:28:28 +05303572 * @vdev_id: Vdev id
Govind Singh89727882016-04-15 13:58:27 +05303573 */
3574struct peer_del_wds_entry_params {
3575 uint8_t *dest_addr;
Sathish Kumar79fdae42017-02-22 17:28:28 +05303576 uint32_t vdev_id;
Govind Singh89727882016-04-15 13:58:27 +05303577};
3578
3579/**
3580 * struct peer_updatewds_entry_params - WDS peer entry update params
3581 * @wds_macaddr: Pointer to destination macaddr
3582 * @peer_add: Pointer to peer mac addr
3583 * @flags: flags
Sathish Kumar79fdae42017-02-22 17:28:28 +05303584 * @vdev_id: Vdev id
Govind Singh89727882016-04-15 13:58:27 +05303585 */
3586struct peer_update_wds_entry_params {
3587 uint8_t *wds_macaddr;
3588 uint8_t *peer_macaddr;
3589 uint32_t flags;
Sathish Kumardcc75292017-03-01 14:02:36 +05303590 uint32_t vdev_id;
Govind Singh89727882016-04-15 13:58:27 +05303591};
3592
3593/**
3594 * struct set_ps_mode_params - PS mode params
3595 * @vdev_id: vdev id
3596 * @psmode: PS mode
3597 */
3598struct set_ps_mode_params {
3599 uint8_t vdev_id;
3600 uint8_t psmode;
3601};
3602
3603/**
3604 * @struct tt_level_config - Set Thermal throttlling config
3605 * @tmplwm: Temperature low water mark
3606 * @tmphwm: Temperature high water mark
3607 * @dcoffpercent: dc off percentage
3608 * @priority: priority
3609 */
3610typedef struct {
3611 uint32_t tmplwm;
3612 uint32_t tmphwm;
3613 uint32_t dcoffpercent;
3614 uint32_t priority;
3615} tt_level_config;
3616
3617/**
3618 * struct thermal_mitigation_params - Thermal mitigation params
3619 * @enable: Enable/Disable Thermal mitigation
3620 * @dc: DC
3621 * @dc_per_event: DC per event
3622 * @tt_level_config: TT level config params
3623 */
3624struct thermal_mitigation_params {
3625 uint32_t enable;
3626 uint32_t dc;
3627 uint32_t dc_per_event;
3628 tt_level_config levelconf[THERMAL_LEVELS];
3629};
3630
3631/**
3632 * struct smart_ant_enable_params - Smart antenna params
3633 * @enable: Enable/Disable
3634 * @mode: SA mode
3635 * @rx_antenna: RX antenna config
Govind Singh41da3152016-05-06 20:20:25 +05303636 * @gpio_pin : GPIO pin config
3637 * @gpio_func : GPIO function config
Govind Singh89727882016-04-15 13:58:27 +05303638 */
3639struct smart_ant_enable_params {
3640 uint32_t enable;
3641 uint32_t mode;
3642 uint32_t rx_antenna;
Govind Singh41da3152016-05-06 20:20:25 +05303643 uint32_t gpio_pin[WMI_HAL_MAX_SANTENNA];
3644 uint32_t gpio_func[WMI_HAL_MAX_SANTENNA];
Sathish Kumardcc75292017-03-01 14:02:36 +05303645 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05303646};
3647
3648/**
3649 * struct smart_ant_rx_ant_params - RX antenna params
3650 * @antenna: RX antenna
3651 */
3652struct smart_ant_rx_ant_params {
3653 uint32_t antenna;
Sathish Kumardcc75292017-03-01 14:02:36 +05303654 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05303655};
3656
3657/**
3658 * struct smart_ant_tx_ant_params - TX antenna param
3659 * @antenna_array: Antenna arry
3660 * @vdev_id: VDEV id
3661 */
3662struct smart_ant_tx_ant_params {
3663 uint32_t *antenna_array;
3664 uint8_t vdev_id;
3665};
3666
3667/**
3668 * struct smart_ant_training_info_params - SA training params
3669 * @vdev_id: VDEV id
3670 * @rate_array: Rates array
3671 * @antenna_array: Antenna array
3672 * @numpkts: num packets for training
3673 */
3674struct smart_ant_training_info_params {
3675 uint8_t vdev_id;
3676 uint32_t *rate_array;
3677 uint32_t *antenna_array;
3678 uint32_t numpkts;
3679};
3680
3681/**
3682 * struct smart_ant_node_config_params - SA node config params
3683 * @vdev_id: VDEV id
3684 * @cmd_id: Command id
3685 * @args_count: Arguments count
3686 */
3687struct smart_ant_node_config_params {
3688 uint8_t vdev_id;
3689 uint32_t cmd_id;
3690 uint16_t args_count;
3691 uint32_t *args_arr;
3692};
3693/**
3694 * struct smart_ant_enable_tx_feedback_params - SA tx feeback params
3695 * @enable: Enable TX feedback for SA
3696 */
3697struct smart_ant_enable_tx_feedback_params {
3698 int enable;
3699};
3700
3701/**
3702 * struct vdev_spectral_configure_params - SPectral config params
3703 * @vdev_id: VDEV id
3704 * @count: count
3705 * @period: period
3706 * @spectral_pri: Spectral priority
3707 * @fft_size: FFT size
3708 * @gc_enable: GC enable
3709 * @restart_enable: restart enabled
3710 * @noise_floor_ref: Noise floor reference
3711 * @init_delay: Init delays
3712 * @nb_tone_thr: NB tone threshold
3713 * @str_bin_thr: STR BIN threshold
3714 * @wb_rpt_mode: WB BIN threshold
3715 * @rssi_rpt_mode: RSSI report mode
3716 * @rssi_thr: RSSI threshold
3717 * @pwr_format: Power format
3718 * @rpt_mode: Report mdoe
3719 * @bin_scale: BIN scale
3720 * @dBm_adj: DBM adjust
3721 * @chn_mask: chain mask
3722 */
3723struct vdev_spectral_configure_params {
3724 uint8_t vdev_id;
3725 uint16_t count;
3726 uint16_t period;
3727 uint16_t spectral_pri;
3728 uint16_t fft_size;
3729 uint16_t gc_enable;
3730 uint16_t restart_enable;
3731 uint16_t noise_floor_ref;
3732 uint16_t init_delay;
3733 uint16_t nb_tone_thr;
3734 uint16_t str_bin_thr;
3735 uint16_t wb_rpt_mode;
3736 uint16_t rssi_rpt_mode;
3737 uint16_t rssi_thr;
3738 uint16_t pwr_format;
3739 uint16_t rpt_mode;
3740 uint16_t bin_scale;
3741 uint16_t dBm_adj;
3742 uint16_t chn_mask;
3743};
3744
3745/**
3746 * struct vdev_spectral_enable_params - Spectral enabled params
3747 * @vdev_id: VDEV id
3748 * @active_valid: Active valid
3749 * @active: active
3750 * @enabled_valid: Enabled valid
3751 * @enabled: enabled
3752 */
3753struct vdev_spectral_enable_params {
3754 uint8_t vdev_id;
3755 uint8_t active_valid;
3756 uint8_t active;
3757 uint8_t enabled_valid;
3758 uint8_t enabled;
3759};
3760
3761/**
3762 * struct pdev_set_regdomain_params - PDEV set reg domain params
3763 * @currentRDinuse: Current Reg domain
3764 * @currentRD2G: Current Reg domain 2G
3765 * @currentRD5G: Current Reg domain 5G
3766 * @ctl_2G: CTL 2G
3767 * @ctl_5G: CTL 5G
3768 * @dfsDomain: DFS domain
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05303769 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05303770 */
3771struct pdev_set_regdomain_params {
3772 uint16_t currentRDinuse;
3773 uint16_t currentRD2G;
3774 uint16_t currentRD5G;
3775 uint32_t ctl_2G;
3776 uint32_t ctl_5G;
3777 uint8_t dfsDomain;
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05303778 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05303779};
3780
3781/**
3782 * struct set_quiet_mode_params - Set quiet mode params
3783 * @enabled: Enabled
3784 * @period: Quite period
3785 * @intval: Quite interval
3786 * @duration: Quite duration
3787 * @offset: offset
3788 */
3789struct set_quiet_mode_params {
3790 uint8_t enabled;
3791 uint8_t period;
3792 uint16_t intval;
3793 uint16_t duration;
3794 uint16_t offset;
3795};
3796
3797/**
3798 * struct set_beacon_filter_params - Set beacon filter params
3799 * @vdev_id: VDEV id
3800 * @ie: Pointer to IE fields
3801 */
3802struct set_beacon_filter_params {
3803 uint8_t vdev_id;
3804 uint32_t *ie;
3805};
3806
3807/**
3808 * struct remove_beacon_filter_params - Remove beacon filter params
3809 * @vdev_id: VDEV id
3810 */
3811struct remove_beacon_filter_params {
3812 uint8_t vdev_id;
3813};
3814
3815/**
3816 * struct mgmt_params - Mgmt params
3817 * @vdev_id: vdev id
3818 * @buf_len: lenght of frame buffer
3819 * @wbuf: frame buffer
3820 */
3821struct mgmt_params {
3822 int vdev_id;
3823 uint32_t buf_len;
3824 qdf_nbuf_t wbuf;
3825};
3826
3827/**
3828 * struct addba_clearresponse_params - Addba clear response params
3829 * @vdev_id: VDEV id
3830 */
3831struct addba_clearresponse_params {
3832 uint8_t vdev_id;
3833};
3834
3835/**
3836 * struct addba_send_params - ADDBA send params
3837 * @vdev_id: vdev id
3838 * @tidno: TID
3839 * @buffersize: buffer size
3840 */
3841struct addba_send_params {
3842 uint8_t vdev_id;
3843 uint8_t tidno;
3844 uint16_t buffersize;
3845};
3846
3847/**
3848 * struct delba_send_params - DELBA send params
3849 * @vdev_id: vdev id
3850 * @tidno: TID
3851 * @initiator: initiator
3852 * @reasoncode: reason code
3853 */
3854struct delba_send_params {
3855 uint8_t vdev_id;
3856 uint8_t tidno;
3857 uint8_t initiator;
3858 uint16_t reasoncode;
3859};
3860/**
3861 * struct addba_setresponse_arams - Set ADDBA response params
3862 * @vdev_id: vdev id
3863 * @tidno: TID
3864 * @statuscode: status code in response
3865 */
3866struct addba_setresponse_params {
3867 uint8_t vdev_id;
3868 uint8_t tidno;
3869 uint16_t statuscode;
3870};
3871
3872/**
3873 * struct singleamsdu_params - Single AMSDU params
3874 * @vdev_id: vdev is
3875 * @tidno: TID
3876 */
3877struct singleamsdu_params {
3878 uint8_t vdev_id;
3879 uint8_t tidno;
3880};
3881
3882/**
3883 * struct set_qbosst_params - Set QBOOST params
3884 * @vdev_id: vdev id
3885 * @value: value
3886 */
3887struct set_qboost_params {
3888 uint8_t vdev_id;
3889 uint32_t value;
3890};
3891
3892/**
3893 * struct mu_scan_params - MU scan params
3894 * @id: id
3895 * @type: type
3896 * @duration: Duration
3897 * @lteu_tx_power: LTEU tx power
3898 */
3899struct mu_scan_params {
3900 uint8_t id;
3901 uint8_t type;
3902 uint32_t duration;
3903 uint32_t lteu_tx_power;
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05303904 uint32_t rssi_thr_bssid;
3905 uint32_t rssi_thr_sta;
3906 uint32_t rssi_thr_sc;
3907 uint32_t plmn_id;
3908 uint32_t alpha_num_bssid;
Govind Singh89727882016-04-15 13:58:27 +05303909};
3910
3911/**
3912 * struct lteu_config_params - LTEU config params
3913 * @lteu_gpio_start: start MU/AP scan after GPIO toggle
3914 * @lteu_num_bins: no. of elements in the following arrays
3915 * @use_actual_nf: whether to use the actual NF obtained or a hardcoded one
3916 * @lteu_weight: weights for MU algo
3917 * @lteu_thresh: thresholds for MU algo
3918 * @lteu_gamma: gamma's for MU algo
3919 * @lteu_scan_timeout: timeout in ms to gpio toggle
3920 * @alpha_num_ssid: alpha for num active bssid calculation
3921 * @wifi_tx_power: Wifi Tx power
3922 */
3923struct lteu_config_params {
3924 uint8_t lteu_gpio_start;
3925 uint8_t lteu_num_bins;
3926 uint8_t use_actual_nf;
3927 uint32_t lteu_weight[LTEU_MAX_BINS];
3928 uint32_t lteu_thresh[LTEU_MAX_BINS];
3929 uint32_t lteu_gamma[LTEU_MAX_BINS];
3930 uint32_t lteu_scan_timeout;
3931 uint32_t alpha_num_bssid;
3932 uint32_t wifi_tx_power;
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05303933 uint32_t allow_err_packets;
Govind Singh89727882016-04-15 13:58:27 +05303934};
3935
3936struct wmi_macaddr_t {
3937 /** upper 4 bytes of MAC address */
3938 uint32_t mac_addr31to0;
3939 /** lower 2 bytes of MAC address */
3940 uint32_t mac_addr47to32;
3941};
3942
3943/**
3944 * struct atf_peer_info - ATF peer info params
3945 * @peer_macaddr: peer mac addr
3946 * @percentage_peer: percentage of air time for this peer
3947 */
3948typedef struct {
3949 struct wmi_macaddr_t peer_macaddr;
3950 uint32_t percentage_peer;
3951} atf_peer_info;
3952
3953/**
Sathish Kumar50232d72016-08-09 16:50:46 +05303954 * struct bwf_peer_info_t - BWF peer info params
3955 * @peer_macaddr: peer mac addr
3956 * @throughput: Throughput
3957 * @max_airtime: Max airtime
3958 * @priority: Priority level
3959 * @reserved: Reserved array
3960 */
3961typedef struct {
3962 struct wmi_macaddr_t peer_macaddr;
3963 uint32_t throughput;
3964 uint32_t max_airtime;
3965 uint32_t priority;
3966 uint32_t reserved[4];
3967} bwf_peer_info;
3968
3969/**
3970 * struct set_bwf_params - BWF params
3971 * @num_peers: number of peers
3972 * @atf_peer_info: BWF peer info
3973 */
3974struct set_bwf_params {
3975 uint32_t num_peers;
3976 bwf_peer_info peer_info[1];
3977};
3978
3979/**
Govind Singh89727882016-04-15 13:58:27 +05303980 * struct atf_peer_ext_info - ATF peer ext info params
3981 * @peer_macaddr: peer mac address
3982 * @group_index: group index
3983 * @atf_index_reserved: ATF index rsvd
3984 */
3985typedef struct {
3986 struct wmi_macaddr_t peer_macaddr;
3987 uint32_t group_index;
3988 uint32_t atf_index_reserved;
3989} atf_peer_ext_info;
3990
3991/**
Sathish Kumarb597ba42017-02-22 17:24:45 +05303992 * struct set_atf_params - ATF params
3993 * @num_peers: number of peers
3994 * @atf_peer_info: ATF peer info
3995 */
3996struct set_atf_params {
3997 uint32_t num_peers;
3998 atf_peer_info peer_info[ATF_ACTIVED_MAX_CLIENTS];
3999};
4000
4001/**
Govind Singh89727882016-04-15 13:58:27 +05304002 * struct atf_peer_request_params - ATF peer req params
4003 * @num_peers: number of peers
4004 * @atf_peer_ext_info: ATF peer ext info
4005 */
4006struct atf_peer_request_params {
4007 uint32_t num_peers;
4008 atf_peer_ext_info peer_ext_info[ATF_ACTIVED_MAX_CLIENTS];
4009};
4010
4011/**
4012 * struct atf_group_info - ATF group info params
4013 * @percentage_group: Percentage AT for group
4014 * @atf_group_units_reserved: ATF group information
4015 */
4016typedef struct {
4017 uint32_t percentage_group;
4018 uint32_t atf_group_units_reserved;
4019} atf_group_info;
4020
4021/**
4022 * struct atf_grouping_params - ATF grouping params
4023 * @num_groups: number of groups
4024 * @group_inf: Group informaition
4025 */
4026struct atf_grouping_params {
4027 uint32_t num_groups;
4028 atf_group_info group_info[ATF_ACTIVED_MAX_ATFGROUPS];
4029};
4030
4031/**
4032 * struct wlan_profile_params - WLAN profile params
4033 * @param_id: param id
4034 * @profile_id: profile id
4035 * @enable: enable
4036 */
4037struct wlan_profile_params {
4038 uint32_t param_id;
4039 uint32_t profile_id;
4040 uint32_t enable;
4041};
4042
4043/* struct ht_ie_params - HT IE params
4044 * @ie_len: IE length
4045 * @ie_data: pointer to IE data
Sathish Kumar79fdae42017-02-22 17:28:28 +05304046 * @tx_streams: Tx streams supported for this HT IE
4047 * @rx_streams: Rx streams supported for this HT IE
Govind Singh89727882016-04-15 13:58:27 +05304048 */
4049struct ht_ie_params {
4050 uint32_t ie_len;
4051 uint8_t *ie_data;
Sathish Kumar79fdae42017-02-22 17:28:28 +05304052 uint32_t tx_streams;
4053 uint32_t rx_streams;
Govind Singh89727882016-04-15 13:58:27 +05304054};
4055
4056/* struct vht_ie_params - VHT IE params
4057 * @ie_len: IE length
4058 * @ie_data: pointer to IE data
Sathish Kumar79fdae42017-02-22 17:28:28 +05304059 * @tx_streams: Tx streams supported for this VHT IE
4060 * @rx_streams: Rx streams supported for this VHT IE
Govind Singh89727882016-04-15 13:58:27 +05304061 */
4062struct vht_ie_params {
4063 uint32_t ie_len;
4064 uint8_t *ie_data;
Sathish Kumar79fdae42017-02-22 17:28:28 +05304065 uint32_t tx_streams;
4066 uint32_t rx_streams;
Govind Singh89727882016-04-15 13:58:27 +05304067};
4068
4069/**
4070 * struct wmi_host_wmeParams - WME params
4071 * @wmep_acm: ACM paramete
4072 * @wmep_aifsn: AIFSN parameters
4073 * @wmep_logcwmin: cwmin in exponential form
4074 * @wmep_logcwmax: cwmax in exponential form
4075 * @wmep_txopLimit: txopLimit
4076 * @wmep_noackPolicy: No-Ack Policy: 0=ack, 1=no-ack
4077 */
4078struct wmi_host_wmeParams {
4079 u_int8_t wmep_acm;
4080 u_int8_t wmep_aifsn;
4081 u_int8_t wmep_logcwmin;
4082 u_int8_t wmep_logcwmax;
4083 u_int16_t wmep_txopLimit;
4084 u_int8_t wmep_noackPolicy;
4085};
4086
4087/**
4088 * struct wmm_update_params - WMM update params
4089 * @wmep_array: WME params for each AC
4090 */
4091struct wmm_update_params {
4092 struct wmi_host_wmeParams *wmep_array;
4093};
4094
4095/**
4096 * struct ant_switch_tbl_params - Antenna switch table params
4097 * @ant_ctrl_common1: ANtenna control common param 1
4098 * @ant_ctrl_common2: Antenna control commn param 2
4099 */
4100struct ant_switch_tbl_params {
4101 uint32_t ant_ctrl_common1;
4102 uint32_t ant_ctrl_common2;
Sathish Kumarb597ba42017-02-22 17:24:45 +05304103 uint32_t pdev_id;
4104 uint32_t antCtrlChain;
Govind Singh89727882016-04-15 13:58:27 +05304105};
4106
4107/**
4108 * struct ratepwr_table_params - Rate power table params
4109 * @ratepwr_tbl: pointer to rate power table
4110 * @ratepwr_len: rate power table len
4111 */
4112struct ratepwr_table_params {
4113 uint8_t *ratepwr_tbl;
4114 uint16_t ratepwr_len;
4115};
4116
4117/**
4118 * struct ctl_table_params - Ctl table params
4119 * @ctl_array: pointer to ctl array
Sathish Kumar990089f2016-11-09 11:44:50 +05304120 * @ctl_cmd_len: ctl command length
Govind Singh89727882016-04-15 13:58:27 +05304121 * @is_acfg_ctl: is acfg_ctl table
4122 */
4123struct ctl_table_params {
4124 uint8_t *ctl_array;
Sathish Kumar990089f2016-11-09 11:44:50 +05304125 uint16_t ctl_cmd_len;
Nandha Kishore Easwaranda8e13c2016-10-14 15:22:05 +05304126 uint32_t target_type;
4127 bool is_2g;
Sathish Kumar990089f2016-11-09 11:44:50 +05304128 uint32_t ctl_band;
Sathish Kumardcc75292017-03-01 14:02:36 +05304129 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05304130};
4131
4132/**
4133 * struct mimogain_table_params - MIMO gain table params
4134 * @array_gain: pointer to array gain table
4135 * @tbl_len: table length
4136 * @multichain_gain_bypass: bypass multichain gain
4137 */
4138struct mimogain_table_params {
4139 uint8_t *array_gain;
4140 uint16_t tbl_len;
4141 bool multichain_gain_bypass;
Sathish Kumardcc75292017-03-01 14:02:36 +05304142 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05304143};
4144
4145/**
4146 * struct ratepwr_chainmask_params - Rate power chainmask params
4147 * @ratepwr_chain_tbl: pointer to ratepwr chain table
4148 * @num_rate: number of rate in table
4149 * @pream_type: preamble type
4150 * @ops: ops
4151 */
4152struct ratepwr_chainmsk_params {
4153 uint32_t *ratepwr_chain_tbl;
4154 uint16_t num_rate;
4155 uint8_t pream_type;
4156 uint8_t ops;
4157};
4158
4159struct macaddr_params {
4160 uint8_t *macaddr;
4161};
4162
4163/**
4164 * struct acparams_params - acparams config structure
4165 * @ac: AC to configure
4166 * @use_rts: Use rts for this AC
4167 * @aggrsize_scaling: Aggregrate size scaling for the AC
4168 * @min_kbps: min kbps req
4169 */
4170struct acparams_params {
4171 uint8_t ac;
4172 uint8_t use_rts;
4173 uint8_t aggrsize_scaling;
4174 uint32_t min_kbps;
4175};
4176
4177/**
4178 * struct vap_dscp_tid_map_params - DSCP tid map params
4179 * @vdev_id: vdev id
4180 * @dscp_to_tid_map: pointer to arry of tid to dscp map table
4181 */
4182struct vap_dscp_tid_map_params {
4183 uint8_t vdev_id;
4184 uint32_t *dscp_to_tid_map;
4185};
4186
4187/**
4188 * struct proxy_ast_reserve_params - Proxy AST reserve params
4189 * @macaddr: macaddr for proxy ast entry
4190 */
4191struct proxy_ast_reserve_params {
4192 uint8_t *macaddr;
4193};
4194
4195/**
4196 * struct fips_params - FIPS params config
4197 * @key: pointer to key
4198 * @key_len: length of key
4199 * @data: pointer data buf
Nandha Kishore Easwaran2ccd4242017-01-09 21:33:00 +05304200 * @data_len: lenght of data buf
Govind Singh89727882016-04-15 13:58:27 +05304201 * @mode: mode
4202 * @op: operation
Nandha Kishore Easwaran2ccd4242017-01-09 21:33:00 +05304203 * @pdev_id: pdev_id for identifying the MAC
Govind Singh89727882016-04-15 13:58:27 +05304204 */
4205struct fips_params {
4206 uint8_t *key;
4207 uint32_t key_len;
4208 uint8_t *data;
4209 uint32_t data_len;
4210 uint32_t mode;
4211 uint32_t op;
Nandha Kishore Easwaran2ccd4242017-01-09 21:33:00 +05304212 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05304213};
4214
4215/**
4216 * struct mcast_group_update_param - Mcast group table update to target
4217 * @action: Addition/deletion
4218 * @wildcard: iwldcard table entry?
4219 * @mcast_ip_addr: mcast ip address to be updated
4220 * @mcast_ip_addr_bytes: mcast ip addr bytes
4221 * @ucast_mac_addr: ucast peer mac subscribed to mcast ip
4222 * @filter_mode: filter mode
4223 * @nsrcs: number of entries in source list
4224 * @srcs: source mac accpted
4225 * @mask: mask
4226 * @vap_id: vdev id
4227 * @is_action_delete: is delete
4228 * @is_filter_mode_snoop:
4229 * @is_mcast_addr_len:
4230 */
4231struct mcast_group_update_params {
4232 int action;
4233 int wildcard;
4234 uint8_t *mcast_ip_addr;
4235 int mcast_ip_addr_bytes;
4236 uint8_t *ucast_mac_addr;
4237 uint8_t filter_mode;
4238 uint8_t nsrcs;
4239 uint8_t *srcs;
4240 uint8_t *mask;
4241 uint8_t vap_id;
4242 bool is_action_delete;
4243 bool is_filter_mode_snoop;
4244 bool is_mcast_addr_len;
4245};
4246
4247/**
4248 * struct periodic_chan_stats_param - periodic channel stats req param
4249 * @stats_period: stats period update
4250 * @enable: enable/disable
4251 */
4252struct periodic_chan_stats_params {
4253 uint32_t stats_period;
4254 bool enable;
4255};
4256
4257/**
4258 * struct packet_power_info_params - packet power info params
4259 * @rate_flags: rate flags
4260 * @nss: number of spatial streams
4261 * @preamble: preamble
4262 * @hw_rate:
4263 */
4264struct packet_power_info_params {
4265 uint16_t rate_flags;
4266 uint16_t nss;
4267 uint16_t preamble;
4268 uint16_t hw_rate;
Sathish Kumardcc75292017-03-01 14:02:36 +05304269 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05304270};
4271
4272/**
4273 * WMI_GPIO_CONFIG_CMDID
4274 */
4275enum {
4276 WMI_HOST_GPIO_PULL_NONE,
4277 WMI_HOST_GPIO_PULL_UP,
4278 WMI_HOST_GPIO_PULL_DOWN,
4279};
4280
4281/**
4282 * WMI_GPIO_INTTYPE
4283 */
4284enum {
4285 WMI_HOST_GPIO_INTTYPE_DISABLE,
4286 WMI_HOST_GPIO_INTTYPE_RISING_EDGE,
4287 WMI_HOST_GPIO_INTTYPE_FALLING_EDGE,
4288 WMI_HOST_GPIO_INTTYPE_BOTH_EDGE,
4289 WMI_HOST_GPIO_INTTYPE_LEVEL_LOW,
4290 WMI_HOST_GPIO_INTTYPE_LEVEL_HIGH
4291};
4292
4293/**
4294 * struct wmi_host_gpio_input_event - GPIO input event structure
4295 * @gpio_num: GPIO number which changed state
4296 */
4297typedef struct {
4298 uint32_t gpio_num; /* GPIO number which changed state */
4299} wmi_host_gpio_input_event;
4300
4301/**
4302 * struct gpio_config_params - GPIO config params
4303 * @gpio_num: GPIO number to config
4304 * @input: input/output
4305 * @pull_type: pull type
4306 * @intr_mode: int mode
4307 */
4308struct gpio_config_params {
4309 uint32_t gpio_num;
4310 uint32_t input;
4311 uint32_t pull_type;
4312 uint32_t intr_mode;
4313};
4314
4315/**
4316 * struct gpio_output_params - GPIO output params
4317 * @gpio_num: GPIO number to configure
4318 * @set: set/reset
4319 */
4320struct gpio_output_params {
4321 uint32_t gpio_num;
4322 uint32_t set;
4323};
4324
Sathish Kumar7e566c52016-11-10 15:30:22 +05304325/* flags bit 0: to configure wlan priority bitmap */
4326#define WMI_HOST_BTCOEX_PARAM_FLAGS_WLAN_PRIORITY_BITMAP_BIT (1<<0)
4327/* flags bit 1: to configure both period and wlan duration */
4328#define WMI_HOST_BTCOEX_PARAM_FLAGS_DUTY_CYCLE_BIT (1<<1)
4329struct btcoex_cfg_params {
4330 /* WLAN priority bitmask for different frame types */
4331 uint32_t btcoex_wlan_priority_bitmap;
4332 /* This command is used to configure different btcoex params
4333 * in different situations.The host sets the appropriate bit(s)
4334 * in btcoex_param_flags to indicate which configuration parameters
4335 * are valid within a particular BT coex config message, so that one
4336 * BT configuration parameter can be configured without affecting
4337 * other BT configuration parameters.E.g. if the host wants to
4338 * configure only btcoex_wlan_priority_bitmap it sets only
4339 * WMI_BTCOEX_PARAM_FLAGS_WLAN_PRIORITY_BITMAP_BIT in
4340 * btcoex_param_flags so that firmware will not overwrite
4341 * other params with default value passed in the command.
4342 * Host can also set multiple bits in btcoex_param_flags
4343 * to configure more than one param in single message.
4344 */
4345 uint32_t btcoex_param_flags;
4346 /* period denotes the total time in milliseconds which WLAN and BT share
4347 * configured percentage for transmission and reception.
4348 */
4349 uint32_t period;
4350 /* wlan duration is the time in milliseconds given for wlan
4351 * in above period.
4352 */
4353 uint32_t wlan_duration;
4354};
4355
Sathish Kumar612d0c22017-01-19 14:57:37 +05304356#define WMI_HOST_COEX_CONFIG_BUF_MAX_LEN 32 /* 128 bytes */
4357/**
4358 * coex_ver_cfg_t
4359 * @coex_version: Version for 4 wire coex
4360 * @length: Length of payload buffer based on version
4361 * @config_buf: Payload Buffer
4362 */
4363typedef struct {
4364 /* VERSION_4 (4 wire coex) */
4365 uint32_t coex_version;
4366
4367 /* No. of A_UINT32 elements in payload buffer. Will depend on the coex
4368 * version
4369 */
4370 uint32_t length;
4371
4372 /* Payload buffer */
4373 uint32_t config_buf[WMI_HOST_COEX_CONFIG_BUF_MAX_LEN];
4374} coex_ver_cfg_t;
Sathish Kumar7e566c52016-11-10 15:30:22 +05304375
Govind Singh89727882016-04-15 13:58:27 +05304376#define WMI_HOST_RTT_REPORT_CFR 0
4377#define WMI_HOST_RTT_NO_REPORT_CFR 1
4378#define WMI_HOST_RTT_AGGREGATE_REPORT_NON_CFR 2
4379/**
4380 * struct rtt_meas_req_test_params
4381 * @peer: peer mac address
4382 * @req_frame_type: RTT request frame type
4383 * @req_bw: requested bandwidth
4384 * @req_preamble: Preamble
4385 * @req_num_req: num of requests
4386 * @req_report_type: report type
4387 * @num_measurements: number of measurements
4388 * @asap_mode: priority
4389 * @lci_requested: LCI requested
4390 * @loc_civ_requested:
4391 * @channel_param: channel param
4392 * @req_id: requested id
4393 */
4394struct rtt_meas_req_test_params {
4395 uint8_t peer[IEEE80211_ADDR_LEN];
4396 int req_frame_type;
4397 int req_bw;
4398 int req_preamble;
4399 int req_num_req;
4400 int req_report_type;
4401 uint32_t num_measurements;
4402 uint32_t asap_mode;
4403 uint32_t lci_requested;
4404 uint32_t loc_civ_requested;
4405 struct channel_param channel;
4406 uint8_t req_id;
4407};
4408
4409/**
4410 * struct rtt_meas_req_params - RTT measurement request params
4411 * @req_id: Request id
4412 * @vdev_id: vdev id
4413 * @sta_mac_addr: pointer to station mac address
4414 * @spoof_mac_addr: pointer to spoof mac address
4415 * @is_mode_na: 11NA
4416 * @is_mode_ac: AC
4417 * @is_bw_20: 20
4418 * @is_bw_40: 40
4419 * @is_bw_80: 80
4420 * @num_probe_rqst: number of probe request
4421 * @channel_param: channel param
4422 */
4423struct rtt_meas_req_params {
4424 uint8_t req_id;
4425 uint8_t vdev_id;
4426 uint8_t *sta_mac_addr;
4427 uint8_t *spoof_mac_addr;
4428 bool is_mode_na;
4429 bool is_mode_ac;
4430 bool is_bw_20;
4431 bool is_bw_40;
4432 bool is_bw_80;
4433 uint32_t num_probe_rqst;
4434 struct channel_param channel;
4435};
4436
4437/**
4438 * struct lci_set_params - LCI params
4439 * @lci_data: pointer to LCI data
4440 * @latitude_unc: latitude
4441 * @latitude_0_12: bits 0 to 1 of latitude
4442 * @latitude_2_33: bits 2 to 33 of latitude
4443 * @longitude_unc: longitude
4444 * @longitude_0_1: bits 0 to 1 of longitude
4445 * @longitude_2_33: bits 2 to 33 of longitude
4446 * @altitude_type: altitude type
4447 * @altitude_unc_0_3: altitude bits 0 - 3
4448 * @altitude_unc_4_5: altitude bits 4 - 5
4449 * @altitude: altitude
4450 * @datum: dataum
4451 * @reg_loc_agmt:
4452 * @reg_loc_dse:
4453 * @dep_sta:
4454 * @version: version
4455 */
4456struct lci_set_params {
4457 void *lci_data;
4458 uint8_t latitude_unc:6,
4459 latitude_0_1:2;
4460 uint32_t latitude_2_33;
4461 uint8_t longitude_unc:6,
4462 longitude_0_1:2;
4463 uint32_t longitude_2_33;
4464 uint8_t altitude_type:4,
4465 altitude_unc_0_3:4;
4466 uint32_t altitude_unc_4_5:2,
4467 altitude:30;
4468 uint8_t datum:3,
4469 reg_loc_agmt:1,
4470 reg_loc_dse:1,
4471 dep_sta:1,
4472 version:2;
Sathish Kumar38bf0d82016-10-20 14:07:21 +05304473 uint8_t *colocated_bss;
4474 int msg_len;
Govind Singh89727882016-04-15 13:58:27 +05304475};
4476
4477/**
4478 * struct lcr_set_params - LCR params
4479 * @lcr_data: pointer to lcr data
4480 */
4481struct lcr_set_params {
4482 void *lcr_data;
Sathish Kumar38bf0d82016-10-20 14:07:21 +05304483 int msg_len;
Govind Singh89727882016-04-15 13:58:27 +05304484};
4485
4486/**
4487 * struct rtt_keepalive_req_params - RTT keepalive params
4488 * @macaddr: pointer to macaddress
4489 * @req_id: Request id
4490 * @vdev_id: vdev id
4491 * @stop: start/stop
4492 */
4493struct rtt_keepalive_req_params {
4494 uint8_t *macaddr;
4495 uint8_t req_id;
4496 uint8_t vdev_id;
4497 bool stop;
4498};
4499
4500/**
Leo Chang8184e9c2016-09-28 13:43:36 -07004501 * struct rx_reorder_queue_setup_params - Reorder queue setup params
4502 * @peer_mac_addr: Peer mac address
4503 * @tid: TID
4504 * @vdev_id: vdev id
4505 * @hw_qdesc_paddr_lo: lower 32 bits of queue desc adddress
4506 * @hw_qdesc_paddr_hi: upper 32 bits of queue desc adddress
4507 * @queue_no: 16-bit number assigned by host for queue
4508 */
4509struct rx_reorder_queue_setup_params {
4510 uint8_t *peer_macaddr;
4511 uint16_t tid;
4512 uint16_t vdev_id;
4513 uint32_t hw_qdesc_paddr_lo;
4514 uint32_t hw_qdesc_paddr_hi;
4515 uint16_t queue_no;
4516};
4517
4518/**
4519 * struct rx_reorder_queue_remove_params - Reorder queue setup params
4520 * @peer_mac_addr: Peer mac address
4521 * @vdev_id: vdev id
4522 * @peer_tid_bitmap: peer tid bitmap
4523 */
4524struct rx_reorder_queue_remove_params {
4525 uint8_t *peer_macaddr;
4526 uint16_t vdev_id;
4527 uint32_t peer_tid_bitmap;
4528};
4529
4530/**
Govind Singh89727882016-04-15 13:58:27 +05304531 * struct wmi_host_stats_event - Stats event params
4532 * @stats_id: stats id of type wmi_host_stats_event
4533 * @num_pdev_stats: number of pdev stats event structures 0 or 1
4534 * @num_pdev_ext_stats: number of pdev ext stats event structures
4535 * @num_vdev_stats: number of vdev stats
4536 * @num_peer_stats: number of peer stats event structures 0 or max peers
4537 * @num_bcnflt_stats: number of beacon filter stats
4538 * @num_chan_stats: number of channel stats
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05304539 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05304540 */
4541typedef struct {
4542 wmi_host_stats_id stats_id;
4543 uint32_t num_pdev_stats;
4544 uint32_t num_pdev_ext_stats;
4545 uint32_t num_vdev_stats;
4546 uint32_t num_peer_stats;
4547 uint32_t num_bcnflt_stats;
4548 uint32_t num_chan_stats;
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05304549 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05304550} wmi_host_stats_event;
4551
4552/**
Govind Singh89727882016-04-15 13:58:27 +05304553 * struct wmi_host_peer_extd_stats - peer extd stats event structure
4554 * @peer_macaddr: Peer mac address
4555 * @inactive_time: inactive time in secs
4556 * @peer_chain_rssi: peer rssi
4557 * @rx_duration: RX duration
4558 * @peer_tx_bytes: TX bytes
4559 * @peer_rx_bytes: RX bytes
4560 * @last_tx_rate_code: Tx rate code of last frame
4561 * @last_tx_power: Tx power latest
4562 * @atf_tokens_allocated: atf tokens allocated
4563 * @atf_tokens_utilized: atf tokens utilized
4564 * @reserved: for future use
4565 */
4566typedef struct {
4567 wmi_host_mac_addr peer_macaddr;
4568 uint32_t inactive_time;
4569 uint32_t peer_chain_rssi;
4570 uint32_t rx_duration;
4571 uint32_t peer_tx_bytes;
4572 uint32_t peer_rx_bytes;
4573 uint32_t last_tx_rate_code;
4574 uint32_t last_tx_power;
4575 uint32_t atf_tokens_allocated;
4576 uint32_t atf_tokens_utilized;
4577 uint32_t reserved[4];
4578} wmi_host_peer_extd_stats;
4579
4580/**
4581 * struct wmi_host_pdev_ext_stats - peer ext stats structure
4582 * @rx_rssi_comb: RX rssi
4583 * @rx_rssi_chain0: RX rssi chain 0
4584 * @rx_rssi_chain1: RX rssi chain 1
4585 * @rx_rssi_chain2: RX rssi chain 2
4586 * @rx_rssi_chain3: RX rssi chain 3
4587 * @rx_mcs: RX MCS array
4588 * @tx_mcs: TX MCS array
4589 * @ack_rssi: Ack rssi
4590 */
4591typedef struct {
4592 uint32_t rx_rssi_comb;
4593 uint32_t rx_rssi_chain0;
4594 uint32_t rx_rssi_chain1;
4595 uint32_t rx_rssi_chain2;
4596 uint32_t rx_rssi_chain3;
4597 uint32_t rx_mcs[10];
4598 uint32_t tx_mcs[10];
4599 uint32_t ack_rssi;
4600} wmi_host_pdev_ext_stats;
4601
4602/**
4603 * struct wmi_host_dbg_tx_stats - Debug stats
4604 * @comp_queued: Num HTT cookies queued to dispatch list
4605 * @comp_delivered: Num HTT cookies dispatched
4606 * @msdu_enqued: Num MSDU queued to WAL
4607 * @mpdu_enqued: Num MPDU queue to WAL
4608 * @wmm_drop: Num MSDUs dropped by WMM limit
4609 * @local_enqued: Num Local frames queued
4610 * @local_freed: Num Local frames done
4611 * @hw_queued: Num queued to HW
4612 * @hw_reaped: Num PPDU reaped from HW
4613 * @underrun: Num underruns
4614 * @hw_paused: HW Paused.
4615 * @tx_abort: Num PPDUs cleaned up in TX abort
4616 * @mpdus_requed: Num MPDUs requed by SW
4617 * @tx_ko: excessive retries
4618 * @tx_xretry:
4619 * @data_rc: data hw rate code
4620 * @self_triggers: Scheduler self triggers
4621 * @sw_retry_failure: frames dropped due to excessive sw retries
4622 * @illgl_rate_phy_err: illegal rate phy errors
4623 * @pdev_cont_xretry: wal pdev continous xretry
4624 * @pdev_tx_timeout: wal pdev continous xretry
4625 * @pdev_resets: wal pdev resets
4626 * @stateless_tid_alloc_failure: frames dropped due to non-availability of
4627 * stateless TIDs
4628 * @phy_underrun: PhY/BB underrun
4629 * @txop_ovf: MPDU is more than txop limit
4630 * @seq_posted: Number of Sequences posted
4631 * @seq_failed_queueing: Number of Sequences failed queueing
4632 * @seq_completed: Number of Sequences completed
4633 * @seq_restarted: Number of Sequences restarted
4634 * @mu_seq_posted: Number of MU Sequences posted
4635 * @mpdus_sw_flush: Num MPDUs flushed by SW, HWPAUSED, SW TXABORT
4636 * (Reset,channel change)
4637 * @mpdus_hw_filter: Num MPDUs filtered by HW, all filter condition
4638 * (TTL expired)
4639 * @mpdus_truncated: Num MPDUs truncated by PDG (TXOP, TBTT,
4640 * PPDU_duration based on rate, dyn_bw)
4641 * @mpdus_ack_failed: Num MPDUs that was tried but didn't receive ACK or BA
4642 * @mpdus_expired: Num MPDUs that was dropped du to expiry.
4643 * @mc_dropr: Num mc drops
4644 */
4645typedef struct {
4646 int32_t comp_queued;
4647 int32_t comp_delivered;
4648 int32_t msdu_enqued;
4649 int32_t mpdu_enqued;
4650 int32_t wmm_drop;
4651 int32_t local_enqued;
4652 int32_t local_freed;
4653 int32_t hw_queued;
4654 int32_t hw_reaped;
4655 int32_t underrun;
4656 uint32_t hw_paused;
4657 int32_t tx_abort;
4658 int32_t mpdus_requed;
4659 uint32_t tx_ko;
4660 uint32_t tx_xretry;
4661 uint32_t data_rc;
4662 uint32_t self_triggers;
4663 uint32_t sw_retry_failure;
4664 uint32_t illgl_rate_phy_err;
4665 uint32_t pdev_cont_xretry;
4666 uint32_t pdev_tx_timeout;
4667 uint32_t pdev_resets;
4668 uint32_t stateless_tid_alloc_failure;
4669 uint32_t phy_underrun;
4670 uint32_t txop_ovf;
4671 uint32_t seq_posted;
4672 uint32_t seq_failed_queueing;
4673 uint32_t seq_completed;
4674 uint32_t seq_restarted;
4675 uint32_t mu_seq_posted;
4676 int32_t mpdus_sw_flush;
4677 int32_t mpdus_hw_filter;
4678 int32_t mpdus_truncated;
4679 int32_t mpdus_ack_failed;
4680 int32_t mpdus_expired;
4681 uint32_t mc_drop;
4682} wmi_host_dbg_tx_stats;
4683
4684/**
4685 * struct wmi_host_dbg_rx_stats - RX Debug stats
4686 * @mid_ppdu_route_change: Cnts any change in ring routing mid-ppdu
4687 * @status_rcvd: Total number of statuses processed
4688 * @r0_frags: Extra frags on rings 0
4689 * @r1_frags: Extra frags on rings 1
4690 * @r2_frags: Extra frags on rings 2
4691 * @r3_frags: Extra frags on rings 3
4692 * @htt_msdus: MSDUs delivered to HTT
4693 * @htt_mpdus: MPDUs delivered to HTT
4694 * @loc_msdus: MSDUs delivered to local stack
4695 * @loc_mpdus: MPDUS delivered to local stack
4696 * @oversize_amsdu: AMSDUs that have more MSDUs than the status ring size
4697 * @phy_errs: Number of PHY errors
4698 * @phy_err_drop: Number of PHY errors drops
4699 * @mpdu_errs: Number of mpdu errors - FCS, MIC, ENC etc.
4700 * @pdev_rx_timeout: Number of rx inactivity timeouts
4701 * @rx_ovfl_errs: Number of rx overflow errors.
4702 */
4703typedef struct {
4704 int32_t mid_ppdu_route_change;
4705 int32_t status_rcvd;
4706 int32_t r0_frags;
4707 int32_t r1_frags;
4708 int32_t r2_frags;
4709 int32_t r3_frags;
4710 int32_t htt_msdus;
4711 int32_t htt_mpdus;
4712 int32_t loc_msdus;
4713 int32_t loc_mpdus;
4714 int32_t oversize_amsdu;
4715 int32_t phy_errs;
4716 int32_t phy_err_drop;
4717 int32_t mpdu_errs;
4718 uint32_t pdev_rx_timeout;
4719 int32_t rx_ovfl_errs;
4720} wmi_host_dbg_rx_stats;
4721
4722/** struct wmi_host_dbg_mem_stats - memory stats
4723 * @iram_free_size: IRAM free size on target
4724 * @dram_free_size: DRAM free size on target
4725 * @sram_free_size: SRAM free size on target
4726 */
4727typedef struct {
4728 uint32_t iram_free_size;
4729 uint32_t dram_free_size;
4730 /* Only Non-TLV */
4731 uint32_t sram_free_size;
4732} wmi_host_dbg_mem_stats;
4733
4734typedef struct {
4735 /* Only TLV */
4736 int32_t dummy;/* REMOVE THIS ONCE REAL PEER STAT COUNTERS ARE ADDED */
4737} wmi_host_dbg_peer_stats;
4738
4739/**
4740 * struct wmi_host_dbg_stats - host debug stats
4741 * @tx: TX stats of type wmi_host_dbg_tx_stats
4742 * @rx: RX stats of type wmi_host_dbg_rx_stats
4743 * @mem: Memory stats of type wmi_host_dbg_mem_stats
4744 * @peer: peer stats of type wmi_host_dbg_peer_stats
4745 */
4746typedef struct {
4747 wmi_host_dbg_tx_stats tx;
4748 wmi_host_dbg_rx_stats rx;
4749 wmi_host_dbg_mem_stats mem;
4750 wmi_host_dbg_peer_stats peer;
4751} wmi_host_dbg_stats;
4752
4753/**
4754 * struct wmi_host_pdev_stats - PDEV stats
4755 * @chan_nf: Channel noise floor
4756 * @tx_frame_count: TX frame count
4757 * @rx_frame_count: RX frame count
4758 * @rx_clear_count: rx clear count
4759 * @cycle_count: cycle count
4760 * @phy_err_count: Phy error count
4761 * @chan_tx_pwr: Channel Tx Power
4762 * @pdev_stats: WAL dbg stats
4763 * @ackRcvBad:
4764 * @rtsBad:
4765 * @rtsGood:
4766 * @fcsBad:
4767 * @noBeacons:
4768 * @mib_int_count:
4769 */
4770typedef struct {
4771 int32_t chan_nf;
4772 uint32_t tx_frame_count;
4773 uint32_t rx_frame_count;
4774 uint32_t rx_clear_count;
4775 uint32_t cycle_count;
4776 uint32_t phy_err_count;
4777 uint32_t chan_tx_pwr;
4778 wmi_host_dbg_stats pdev_stats;
4779 uint32_t ackRcvBad;
4780 uint32_t rtsBad;
4781 uint32_t rtsGood;
4782 uint32_t fcsBad;
4783 uint32_t noBeacons;
4784 uint32_t mib_int_count;
4785} wmi_host_pdev_stats;
4786
4787/**
4788 * struct wmi_host_snr_info - WMI host Signal to noise ration info
4789 * @bcn_snr: beacon SNR
4790 * @dat_snr: Data frames SNR
4791 */
4792typedef struct {
4793 int32_t bcn_snr;
4794 int32_t dat_snr;
4795} wmi_host_snr_info;
4796
4797#define WMI_HOST_MAX_TX_RATE_VALUES 10 /*Max Tx Rates */
4798#define WMI_HOST_MAX_RSSI_VALUES 10 /*Max Rssi values */
4799
4800/* The WLAN_MAX_AC macro cannot be changed without breaking
4801 * * WMI compatibility.
4802 * * The maximum value of access category
4803 * */
4804#define WMI_HOST_WLAN_MAX_AC 4
4805
4806/**
4807 * struct wmi_host_vdev_stats - vdev stats structure
4808 * @vdev_id: unique id identifying the VDEV, generated by the caller
4809 * Rest all Only TLV
4810 * @vdev_snr: wmi_host_snr_info
4811 * @tx_frm_cnt: Total number of packets(per AC) that were successfully
4812 * transmitted (with and without retries,
4813 * including multi-cast, broadcast)
4814 * @rx_frm_cnt: Total number of packets that were successfully received
4815 * (after appropriate filter rules including multi-cast, broadcast)
4816 * @multiple_retry_cnt: The number of MSDU packets and MMPDU frames per AC
4817 * that the 802.11 station successfully transmitted after
4818 * more than one retransmission attempt
4819 * @fail_cnt: Total number packets(per AC) failed to transmit
4820 * @rts_fail_cnt: Total number of RTS/CTS sequence failures for transmission
4821 * of a packet
4822 * @rts_succ_cnt: Total number of RTS/CTS sequence success for transmission
4823 * of a packet
4824 * @rx_err_cnt: The receive error count. HAL will provide the
4825 * RxP FCS error global
4826 * @rx_discard_cnt: The sum of the receive error count and
4827 * dropped-receive-buffer error count (FCS error)
4828 * @ack_fail_cnt: Total number packets failed transmit because of no
4829 * ACK from the remote entity
4830 * @tx_rate_history:History of last ten transmit rate, in units of 500 kbit/sec
4831 * @bcn_rssi_history: History of last ten Beacon rssi of the connected Bss
4832 */
4833typedef struct {
4834 uint32_t vdev_id;
4835 /* Rest all Only TLV */
4836 wmi_host_snr_info vdev_snr;
4837 uint32_t tx_frm_cnt[WMI_HOST_WLAN_MAX_AC];
4838 uint32_t rx_frm_cnt;
4839 uint32_t multiple_retry_cnt[WMI_HOST_WLAN_MAX_AC];
4840 uint32_t fail_cnt[WMI_HOST_WLAN_MAX_AC];
4841 uint32_t rts_fail_cnt;
4842 uint32_t rts_succ_cnt;
4843 uint32_t rx_err_cnt;
4844 uint32_t rx_discard_cnt;
4845 uint32_t ack_fail_cnt;
4846 uint32_t tx_rate_history[WMI_HOST_MAX_TX_RATE_VALUES];
4847 uint32_t bcn_rssi_history[WMI_HOST_MAX_RSSI_VALUES];
4848} wmi_host_vdev_stats;
4849
4850/**
4851 * struct wmi_host_vdev_extd_stats - VDEV extended stats
4852 * @vdev_id: unique id identifying the VDEV, generated by the caller
4853 * @ppdu_aggr_cnt: No of Aggrs Queued to HW
4854 * @ppdu_noack: No of PPDU's not Acked includes both aggr and nonaggr's
4855 * @mpdu_queued: No of MPDU/Subframes's queued to HW in Aggregates
4856 * @ppdu_nonaggr_cnt: No of NonAggr/MPDU/Subframes's queued to HW
4857 * in Legacy NonAggregates
4858 * @mpdu_sw_requed: No of MPDU/Subframes's SW requeued includes
4859 * both Aggr and NonAggr
4860 * @mpdu_suc_retry: No of MPDU/Subframes's transmitted Successfully
4861 * after Single/mul HW retry
4862 * @mpdu_suc_multitry: No of MPDU/Subframes's transmitted Success
4863 * after Multiple HW retry
4864 * @mpdu_fail_retry: No of MPDU/Subframes's failed transmission
4865 * after Multiple HW retry
4866 * @reserved[13]: for future extensions set to 0x0
4867 */
4868typedef struct {
4869 uint32_t vdev_id;
4870 uint32_t ppdu_aggr_cnt;
4871 uint32_t ppdu_noack;
4872 uint32_t mpdu_queued;
4873 uint32_t ppdu_nonaggr_cnt;
4874 uint32_t mpdu_sw_requed;
4875 uint32_t mpdu_suc_retry;
4876 uint32_t mpdu_suc_multitry;
4877 uint32_t mpdu_fail_retry;
4878 uint32_t reserved[13];
4879} wmi_host_vdev_extd_stats;
4880
4881/**
4882 * struct wmi_host_peer_stats - peer stats
4883 * @peer_macaddr: peer MAC address
4884 * @peer_rssi: rssi
4885 * @peer_rssi_seq_num: rssi sequence number
4886 * @peer_tx_rate: last tx data rate used for peer
4887 * @peer_rx_rate: last rx data rate used for peer
4888 * @currentper: Current PER
4889 * @retries: Retries happend during transmission
4890 * @txratecount: Maximum Aggregation Size
4891 * @max4msframelen: Max4msframelen of tx rates used
4892 * @totalsubframes: Total no of subframes
4893 * @txbytes: No of bytes transmitted to the client
4894 * @nobuffs[4]: Packet Loss due to buffer overflows
4895 * @excretries[4]: Packet Loss due to excessive retries
4896 * @peer_rssi_changed: how many times peer's RSSI changed by a
4897 * non-negligible amount
4898 */
4899typedef struct {
4900 wmi_host_mac_addr peer_macaddr;
4901 uint32_t peer_rssi;
4902 uint32_t peer_rssi_seq_num;
4903 uint32_t peer_tx_rate;
4904 uint32_t peer_rx_rate;
4905 uint32_t currentper;
4906 uint32_t retries;
4907 uint32_t txratecount;
4908 uint32_t max4msframelen;
4909 uint32_t totalsubframes;
4910 uint32_t txbytes;
4911 uint32_t nobuffs[4];
4912 uint32_t excretries[4];
4913 uint32_t peer_rssi_changed;
4914} wmi_host_peer_stats;
4915
4916typedef struct {
4917 uint32_t dummy;
4918} wmi_host_bcnflt_stats;
4919
4920/**
4921 * struct wmi_host_chan_stats - WMI chan stats
4922 * @chan_mhz: Primary channel freq of the channel for which stats are sent
4923 * @sampling_period_us: Time spent on the channel
4924 * @rx_clear_count: Aggregate duration over a sampling period for
4925 * which channel activity was observed
4926 * @tx_duration_us: Accumalation of the TX PPDU duration over a sampling period
4927 * @rx_duration_us: Accumalation of the RX PPDU duration over a sampling period
4928 */
4929typedef struct {
4930 uint32_t chan_mhz;
4931 uint32_t sampling_period_us;
4932 uint32_t rx_clear_count;
4933 uint32_t tx_duration_us;
4934 uint32_t rx_duration_us;
4935} wmi_host_chan_stats;
4936
4937#define WMI_EVENT_ID_INVALID 0
4938/**
4939 * Host based ENUM IDs for events to abstract target enums for event_id
4940 */
4941typedef enum {
4942 wmi_service_ready_event_id = 0,
4943 wmi_ready_event_id,
4944 wmi_dbg_msg_event_id,
4945 wmi_scan_event_id,
4946 wmi_echo_event_id,
4947 wmi_update_stats_event_id,
4948 wmi_inst_rssi_stats_event_id,
4949 wmi_vdev_start_resp_event_id,
4950 wmi_vdev_standby_req_event_id,
4951 wmi_vdev_resume_req_event_id,
4952 wmi_vdev_stopped_event_id,
4953 wmi_peer_sta_kickout_event_id,
4954 wmi_host_swba_event_id,
4955 wmi_tbttoffset_update_event_id,
4956 wmi_mgmt_rx_event_id,
4957 wmi_chan_info_event_id,
4958 wmi_phyerr_event_id,
4959 wmi_roam_event_id,
4960 wmi_profile_match,
4961 wmi_debug_print_event_id,
4962 wmi_pdev_qvit_event_id,
4963 wmi_wlan_profile_data_event_id,
4964 wmi_rtt_meas_report_event_id,
4965 wmi_tsf_meas_report_event_id,
4966 wmi_rtt_error_report_event_id,
4967 wmi_rtt_keepalive_event_id,
4968 wmi_oem_cap_event_id,
4969 wmi_oem_meas_report_event_id,
4970 wmi_oem_report_event_id,
4971 wmi_nan_event_id,
4972 wmi_wow_wakeup_host_event_id,
4973 wmi_gtk_offload_status_event_id,
4974 wmi_gtk_rekey_fail_event_id,
4975 wmi_dcs_interference_event_id,
4976 wmi_pdev_tpc_config_event_id,
4977 wmi_csa_handling_event_id,
4978 wmi_gpio_input_event_id,
4979 wmi_peer_ratecode_list_event_id,
4980 wmi_generic_buffer_event_id,
4981 wmi_mcast_buf_release_event_id,
4982 wmi_mcast_list_ageout_event_id,
4983 wmi_vdev_get_keepalive_event_id,
4984 wmi_wds_peer_event_id,
4985 wmi_peer_sta_ps_statechg_event_id,
4986 wmi_pdev_fips_event_id,
4987 wmi_tt_stats_event_id,
4988 wmi_pdev_channel_hopping_event_id,
4989 wmi_pdev_ani_cck_level_event_id,
4990 wmi_pdev_ani_ofdm_level_event_id,
4991 wmi_pdev_reserve_ast_entry_event_id,
4992 wmi_pdev_nfcal_power_event_id,
4993 wmi_pdev_tpc_event_id,
4994 wmi_pdev_get_ast_info_event_id,
4995 wmi_pdev_temperature_event_id,
4996 wmi_pdev_nfcal_power_all_channels_event_id,
4997 wmi_pdev_bss_chan_info_event_id,
4998 wmi_mu_report_event_id,
4999 wmi_pdev_utf_event_id,
5000 wmi_pdev_dump_event_id,
5001 wmi_tx_pause_event_id,
5002 wmi_dfs_radar_event_id,
5003 wmi_pdev_l1ss_track_event_id,
5004 wmi_service_ready_ext_event_id,
5005 wmi_vdev_install_key_complete_event_id,
5006 wmi_vdev_mcc_bcn_intvl_change_req_event_id,
5007 wmi_vdev_tsf_report_event_id,
5008 wmi_peer_info_event_id,
5009 wmi_peer_tx_fail_cnt_thr_event_id,
5010 wmi_peer_estimated_linkspeed_event_id,
5011 wmi_peer_state_event_id,
5012 wmi_offload_bcn_tx_status_event_id,
5013 wmi_offload_prob_resp_tx_status_event_id,
5014 wmi_mgmt_tx_completion_event_id,
5015 wmi_tx_delba_complete_event_id,
5016 wmi_tx_addba_complete_event_id,
5017 wmi_ba_rsp_ssn_event_id,
5018 wmi_aggr_state_trig_event_id,
5019 wmi_roam_synch_event_id,
5020 wmi_p2p_disc_event_id,
5021 wmi_p2p_noa_event_id,
5022 wmi_pdev_resume_event_id,
5023 wmi_do_wow_disable_ack_event_id,
5024 wmi_wow_initial_wakeup_event_id,
5025 wmi_stats_ext_event_id,
5026 wmi_iface_link_stats_event_id,
5027 wmi_peer_link_stats_event_id,
5028 wmi_radio_link_stats_link,
5029 wmi_update_fw_mem_dump_event_id,
5030 wmi_diag_event_id_log_supported_event_id,
5031 wmi_nlo_match_event_id,
5032 wmi_nlo_scan_complete_event_id,
5033 wmi_apfind_event_id,
5034 wmi_passpoint_match_event_id,
5035 wmi_chatter_pc_query_event_id,
5036 wmi_pdev_ftm_intg_event_id,
5037 wmi_wlan_freq_avoid_event_id,
5038 wmi_thermal_mgmt_event_id,
5039 wmi_diag_container_event_id,
5040 wmi_host_auto_shutdown_event_id,
5041 wmi_update_whal_mib_stats_event_id,
5042 wmi_update_vdev_rate_stats_event_id,
5043 wmi_diag_event_id,
5044 wmi_ocb_set_sched_event_id,
5045 wmi_dbg_mesg_flush_complete_event_id,
5046 wmi_rssi_breach_event_id,
5047 wmi_uploadh_event_id,
5048 wmi_captureh_event_id,
5049 wmi_rfkill_state_change_event_id,
5050 wmi_tdls_peer_event_id,
5051 wmi_batch_scan_enabled_event_id,
5052 wmi_batch_scan_result_event_id,
5053 wmi_lpi_result_event_id,
5054 wmi_lpi_status_event_id,
5055 wmi_lpi_handoff_event_id,
5056 wmi_extscan_start_stop_event_id,
5057 wmi_extscan_operation_event_id,
5058 wmi_extscan_table_usage_event_id,
5059 wmi_extscan_cached_results_event_id,
5060 wmi_extscan_wlan_change_results_event_id,
5061 wmi_extscan_hotlist_match_event_id,
5062 wmi_extscan_capabilities_event_id,
5063 wmi_extscan_hotlist_ssid_match_event_id,
5064 wmi_mdns_stats_event_id,
5065 wmi_sap_ofl_add_sta_event_id,
5066 wmi_sap_ofl_del_sta_event_id,
5067 wmi_ocb_set_config_resp_event_id,
5068 wmi_ocb_get_tsf_timer_resp_event_id,
5069 wmi_dcc_get_stats_resp_event_id,
5070 wmi_dcc_update_ndl_resp_event_id,
5071 wmi_dcc_stats_event_id,
5072 wmi_soc_set_hw_mode_resp_event_id,
5073 wmi_soc_hw_mode_transition_event_id,
5074 wmi_soc_set_dual_mac_config_resp_event_id,
5075 wmi_tx_data_traffic_ctrl_event_id,
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305076 wmi_peer_tx_mu_txmit_count_event_id,
5077 wmi_peer_gid_userpos_list_event_id,
5078 wmi_pdev_check_cal_version_event_id,
5079 wmi_atf_peer_stats_event_id,
Vijay Pamidipatiadd0ba72017-01-17 12:53:05 +05305080 wmi_peer_delete_response_event_id,
Sathish Kumar907a7462017-02-27 10:35:40 +05305081 wmi_pdev_csa_switch_count_status_event_id,
Govind Singh89727882016-04-15 13:58:27 +05305082
5083 wmi_events_max,
5084} wmi_conv_event_id;
5085
5086#define WMI_UNAVAILABLE_PARAM 0
5087/**
5088 * Host based ENUM IDs for PDEV params to abstract target enums
5089 */
5090typedef enum {
5091 wmi_pdev_param_tx_chain_mask = 0,
5092 wmi_pdev_param_rx_chain_mask,
5093 wmi_pdev_param_txpower_limit2g,
5094 wmi_pdev_param_txpower_limit5g,
5095 wmi_pdev_param_txpower_scale,
5096 wmi_pdev_param_beacon_gen_mode,
5097 wmi_pdev_param_beacon_tx_mode,
5098 wmi_pdev_param_resmgr_offchan_mode,
5099 wmi_pdev_param_protection_mode,
5100 wmi_pdev_param_dynamic_bw,
5101 wmi_pdev_param_non_agg_sw_retry_th,
5102 wmi_pdev_param_agg_sw_retry_th,
5103 wmi_pdev_param_sta_kickout_th,
5104 wmi_pdev_param_ac_aggrsize_scaling,
5105 wmi_pdev_param_ltr_enable,
5106 wmi_pdev_param_ltr_ac_latency_be,
5107 wmi_pdev_param_ltr_ac_latency_bk,
5108 wmi_pdev_param_ltr_ac_latency_vi,
5109 wmi_pdev_param_ltr_ac_latency_vo,
5110 wmi_pdev_param_ltr_ac_latency_timeout,
5111 wmi_pdev_param_ltr_sleep_override,
5112 wmi_pdev_param_ltr_rx_override,
5113 wmi_pdev_param_ltr_tx_activity_timeout,
5114 wmi_pdev_param_l1ss_enable,
5115 wmi_pdev_param_dsleep_enable,
5116 wmi_pdev_param_pcielp_txbuf_flush,
5117 wmi_pdev_param_pcielp_txbuf_watermark,
5118 wmi_pdev_param_pcielp_txbuf_tmo_en,
5119 wmi_pdev_param_pcielp_txbuf_tmo_value,
5120 wmi_pdev_param_pdev_stats_update_period,
5121 wmi_pdev_param_vdev_stats_update_period,
5122 wmi_pdev_param_peer_stats_update_period,
5123 wmi_pdev_param_bcnflt_stats_update_period,
5124 wmi_pdev_param_pmf_qos,
5125 wmi_pdev_param_arp_ac_override,
5126 wmi_pdev_param_dcs,
5127 wmi_pdev_param_ani_enable,
5128 wmi_pdev_param_ani_poll_period,
5129 wmi_pdev_param_ani_listen_period,
5130 wmi_pdev_param_ani_ofdm_level,
5131 wmi_pdev_param_ani_cck_level,
5132 wmi_pdev_param_dyntxchain,
5133 wmi_pdev_param_proxy_sta,
5134 wmi_pdev_param_idle_ps_config,
5135 wmi_pdev_param_power_gating_sleep,
5136 wmi_pdev_param_aggr_burst,
5137 wmi_pdev_param_rx_decap_mode,
5138 wmi_pdev_param_fast_channel_reset,
5139 wmi_pdev_param_burst_dur,
5140 wmi_pdev_param_burst_enable,
5141 wmi_pdev_param_smart_antenna_default_antenna,
5142 wmi_pdev_param_igmpmld_override,
5143 wmi_pdev_param_igmpmld_tid,
5144 wmi_pdev_param_antenna_gain,
5145 wmi_pdev_param_rx_filter,
5146 wmi_pdev_set_mcast_to_ucast_tid,
5147 wmi_pdev_param_proxy_sta_mode,
5148 wmi_pdev_param_set_mcast2ucast_mode,
5149 wmi_pdev_param_set_mcast2ucast_buffer,
5150 wmi_pdev_param_remove_mcast2ucast_buffer,
5151 wmi_pdev_peer_sta_ps_statechg_enable,
5152 wmi_pdev_param_igmpmld_ac_override,
5153 wmi_pdev_param_block_interbss,
5154 wmi_pdev_param_set_disable_reset_cmdid,
5155 wmi_pdev_param_set_msdu_ttl_cmdid,
5156 wmi_pdev_param_set_ppdu_duration_cmdid,
5157 wmi_pdev_param_txbf_sound_period_cmdid,
5158 wmi_pdev_param_set_promisc_mode_cmdid,
5159 wmi_pdev_param_set_burst_mode_cmdid,
5160 wmi_pdev_param_en_stats,
5161 wmi_pdev_param_mu_group_policy,
5162 wmi_pdev_param_noise_detection,
5163 wmi_pdev_param_noise_threshold,
5164 wmi_pdev_param_dpd_enable,
5165 wmi_pdev_param_set_mcast_bcast_echo,
5166 wmi_pdev_param_atf_strict_sch,
5167 wmi_pdev_param_atf_sched_duration,
5168 wmi_pdev_param_ant_plzn,
5169 wmi_pdev_param_mgmt_retry_limit,
5170 wmi_pdev_param_sensitivity_level,
5171 wmi_pdev_param_signed_txpower_2g,
5172 wmi_pdev_param_signed_txpower_5g,
5173 wmi_pdev_param_enable_per_tid_amsdu,
5174 wmi_pdev_param_enable_per_tid_ampdu,
5175 wmi_pdev_param_cca_threshold,
5176 wmi_pdev_param_rts_fixed_rate,
5177 wmi_pdev_param_cal_period,
5178 wmi_pdev_param_pdev_reset,
5179 wmi_pdev_param_wapi_mbssid_offset,
5180 wmi_pdev_param_arp_srcaddr,
5181 wmi_pdev_param_arp_dstaddr,
5182 wmi_pdev_param_txpower_decr_db,
5183 wmi_pdev_param_rx_batchmode,
5184 wmi_pdev_param_packet_aggr_delay,
5185 wmi_pdev_param_atf_obss_noise_sch,
5186 wmi_pdev_param_atf_obss_noise_scaling_factor,
5187 wmi_pdev_param_cust_txpower_scale,
5188 wmi_pdev_param_atf_dynamic_enable,
5189 wmi_pdev_param_atf_ssid_group_policy,
5190 wmi_pdev_param_rfkill_enable,
5191 wmi_pdev_param_hw_rfkill_config,
5192 wmi_pdev_param_low_power_rf_enable,
5193 wmi_pdev_param_l1ss_track,
5194 wmi_pdev_param_hyst_en,
5195 wmi_pdev_param_power_collapse_enable,
5196 wmi_pdev_param_led_sys_state,
5197 wmi_pdev_param_led_enable,
5198 wmi_pdev_param_audio_over_wlan_latency,
5199 wmi_pdev_param_audio_over_wlan_enable,
5200 wmi_pdev_param_whal_mib_stats_update_enable,
5201 wmi_pdev_param_vdev_rate_stats_update_period,
5202 wmi_pdev_param_cts_cbw,
5203 wmi_pdev_param_wnts_config,
5204 wmi_pdev_param_adaptive_early_rx_enable,
5205 wmi_pdev_param_adaptive_early_rx_min_sleep_slop,
5206 wmi_pdev_param_adaptive_early_rx_inc_dec_step,
5207 wmi_pdev_param_early_rx_fix_sleep_slop,
5208 wmi_pdev_param_bmiss_based_adaptive_bto_enable,
5209 wmi_pdev_param_bmiss_bto_min_bcn_timeout,
5210 wmi_pdev_param_bmiss_bto_inc_dec_step,
5211 wmi_pdev_param_bto_fix_bcn_timeout,
5212 wmi_pdev_param_ce_based_adaptive_bto_enable,
5213 wmi_pdev_param_ce_bto_combo_ce_value,
5214 wmi_pdev_param_tx_chain_mask_2g,
5215 wmi_pdev_param_rx_chain_mask_2g,
5216 wmi_pdev_param_tx_chain_mask_5g,
5217 wmi_pdev_param_rx_chain_mask_5g,
5218 wmi_pdev_param_tx_chain_mask_cck,
5219 wmi_pdev_param_tx_chain_mask_1ss,
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305220 wmi_pdev_param_enable_btcoex,
5221 wmi_pdev_param_atf_peer_stats,
Sathish Kumar612d0c22017-01-19 14:57:37 +05305222 wmi_pdev_param_btcoex_cfg,
Venkateswara Swamy Bandarud8ac3e72017-02-24 17:09:46 +05305223 wmi_pdev_param_mesh_mcast_enable,
Govind Singh89727882016-04-15 13:58:27 +05305224
5225 wmi_pdev_param_max,
5226} wmi_conv_pdev_params_id;
5227
5228
5229/**
5230 * Host based ENUM IDs for VDEV params to abstract target enums
5231 */
5232typedef enum {
5233 wmi_vdev_param_rts_threshold = 0,
5234 wmi_vdev_param_fragmentation_threshold,
5235 wmi_vdev_param_beacon_interval,
5236 wmi_vdev_param_listen_interval,
5237 wmi_vdev_param_multicast_rate,
5238 wmi_vdev_param_mgmt_tx_rate,
5239 wmi_vdev_param_slot_time,
5240 wmi_vdev_param_preamble,
5241 wmi_vdev_param_swba_time,
5242 wmi_vdev_stats_update_period,
5243 wmi_vdev_pwrsave_ageout_time,
5244 wmi_vdev_host_swba_interval,
5245 wmi_vdev_param_dtim_period,
5246 wmi_vdev_oc_scheduler_air_time_limit,
5247 wmi_vdev_param_wds,
5248 wmi_vdev_param_atim_window,
5249 wmi_vdev_param_bmiss_count_max,
5250 wmi_vdev_param_bmiss_first_bcnt,
5251 wmi_vdev_param_bmiss_final_bcnt,
5252 wmi_vdev_param_feature_wmm,
5253 wmi_vdev_param_chwidth,
5254 wmi_vdev_param_chextoffset,
5255 wmi_vdev_param_disable_htprotection,
5256 wmi_vdev_param_sta_quickkickout,
5257 wmi_vdev_param_mgmt_rate,
5258 wmi_vdev_param_protection_mode,
5259 wmi_vdev_param_fixed_rate,
5260 wmi_vdev_param_sgi,
5261 wmi_vdev_param_ldpc,
5262 wmi_vdev_param_tx_stbc,
5263 wmi_vdev_param_rx_stbc,
5264 wmi_vdev_param_intra_bss_fwd,
5265 wmi_vdev_param_def_keyid,
5266 wmi_vdev_param_nss,
5267 wmi_vdev_param_bcast_data_rate,
5268 wmi_vdev_param_mcast_data_rate,
5269 wmi_vdev_param_mcast_indicate,
5270 wmi_vdev_param_dhcp_indicate,
5271 wmi_vdev_param_unknown_dest_indicate,
5272 wmi_vdev_param_ap_keepalive_min_idle_inactive_time_secs,
5273 wmi_vdev_param_ap_keepalive_max_idle_inactive_time_secs,
5274 wmi_vdev_param_ap_keepalive_max_unresponsive_time_secs,
5275 wmi_vdev_param_ap_enable_nawds,
5276 wmi_vdev_param_mcast2ucast_set,
5277 wmi_vdev_param_enable_rtscts,
5278 wmi_vdev_param_rc_num_retries,
5279 wmi_vdev_param_txbf,
5280 wmi_vdev_param_packet_powersave,
5281 wmi_vdev_param_drop_unencry,
5282 wmi_vdev_param_tx_encap_type,
5283 wmi_vdev_param_ap_detect_out_of_sync_sleeping_sta_time_secs,
5284 wmi_vdev_param_cabq_maxdur,
5285 wmi_vdev_param_mfptest_set,
5286 wmi_vdev_param_rts_fixed_rate,
5287 wmi_vdev_param_vht_sgimask,
5288 wmi_vdev_param_vht80_ratemask,
5289 wmi_vdev_param_early_rx_adjust_enable,
5290 wmi_vdev_param_early_rx_tgt_bmiss_num,
5291 wmi_vdev_param_early_rx_bmiss_sample_cycle,
5292 wmi_vdev_param_early_rx_slop_step,
5293 wmi_vdev_param_early_rx_init_slop,
5294 wmi_vdev_param_early_rx_adjust_pause,
5295 wmi_vdev_param_proxy_sta,
5296 wmi_vdev_param_meru_vc,
5297 wmi_vdev_param_rx_decap_type,
5298 wmi_vdev_param_bw_nss_ratemask,
5299 wmi_vdev_param_sensor_ap,
5300 wmi_vdev_param_beacon_rate,
5301 wmi_vdev_param_dtim_enable_cts,
5302 wmi_vdev_param_sta_kickout,
5303 wmi_vdev_param_tx_pwrlimit,
5304 wmi_vdev_param_snr_num_for_cal,
5305 wmi_vdev_param_roam_fw_offload,
5306 wmi_vdev_param_enable_rmc,
5307 wmi_vdev_param_ibss_max_bcn_lost_ms,
5308 wmi_vdev_param_max_rate,
5309 wmi_vdev_param_early_rx_drift_sample,
5310 wmi_vdev_param_set_ibss_tx_fail_cnt_thr,
5311 wmi_vdev_param_ebt_resync_timeout,
5312 wmi_vdev_param_aggr_trig_event_enable,
5313 wmi_vdev_param_is_ibss_power_save_allowed,
5314 wmi_vdev_param_is_power_collapse_allowed,
5315 wmi_vdev_param_is_awake_on_txrx_enabled,
5316 wmi_vdev_param_inactivity_cnt,
5317 wmi_vdev_param_txsp_end_inactivity_time_ms,
5318 wmi_vdev_param_dtim_policy,
5319 wmi_vdev_param_ibss_ps_warmup_time_secs,
5320 wmi_vdev_param_ibss_ps_1rx_chain_in_atim_window_enable,
5321 wmi_vdev_param_rx_leak_window,
5322 wmi_vdev_param_stats_avg_factor,
5323 wmi_vdev_param_disconnect_th,
5324 wmi_vdev_param_rtscts_rate,
5325 wmi_vdev_param_mcc_rtscts_protection_enable,
5326 wmi_vdev_param_mcc_broadcast_probe_enable,
Himanshu Agarwal56c292f2016-07-19 15:41:51 +05305327 wmi_vdev_param_capabilities,
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305328 wmi_vdev_param_mgmt_tx_power,
5329 wmi_vdev_param_atf_ssid_sched_policy,
5330 wmi_vdev_param_disable_dyn_bw_rts,
Nandha Kishore Easwaranb3da4222017-02-01 10:59:00 +05305331 wmi_vdev_param_ampdu_subframe_size_per_ac,
Kris Muthusamye66c6bf2017-02-20 20:21:04 -08005332 wmi_vdev_param_he_dcm_enable,
5333 wmi_vdev_param_he_bss_color,
5334 wmi_vdev_param_he_range_ext_enable,
5335 wmi_vdev_param_set_hemu_mode,
Govind Singh89727882016-04-15 13:58:27 +05305336
5337 wmi_vdev_param_max,
5338} wmi_conv_vdev_param_id;
5339
5340/**
5341 * Host based ENUM IDs for service bits to abstract target enums
5342 */
5343typedef enum {
5344 wmi_service_beacon_offload = 0,
5345 wmi_service_scan_offload,
5346 wmi_service_roam_offload,
5347 wmi_service_bcn_miss_offload,
5348 wmi_service_sta_pwrsave,
5349 wmi_service_sta_advanced_pwrsave,
5350 wmi_service_ap_uapsd,
5351 wmi_service_ap_dfs,
5352 wmi_service_11ac,
5353 wmi_service_blockack,
5354 wmi_service_phyerr,
5355 wmi_service_bcn_filter,
5356 wmi_service_rtt,
5357 wmi_service_ratectrl,
5358 wmi_service_wow,
5359 wmi_service_ratectrl_cache,
5360 wmi_service_iram_tids,
5361 wmi_service_burst,
5362 wmi_service_smart_antenna_sw_support,
5363 wmi_service_gtk_offload,
5364 wmi_service_scan_sch,
5365 wmi_service_csa_offload,
5366 wmi_service_chatter,
5367 wmi_service_coex_freqavoid,
5368 wmi_service_packet_power_save,
5369 wmi_service_force_fw_hang,
5370 wmi_service_smart_antenna_hw_support,
5371 wmi_service_gpio,
5372 wmi_sta_uapsd_basic_auto_trig,
5373 wmi_sta_uapsd_var_auto_trig,
5374 wmi_service_sta_keep_alive,
5375 wmi_service_tx_encap,
5376 wmi_service_ap_ps_detect_out_of_sync,
5377 wmi_service_early_rx,
5378 wmi_service_enhanced_proxy_sta,
5379 wmi_service_tt,
5380 wmi_service_atf,
5381 wmi_service_peer_caching,
5382 wmi_service_coex_gpio,
5383 wmi_service_aux_spectral_intf,
5384 wmi_service_aux_chan_load_intf,
5385 wmi_service_bss_channel_info_64,
5386 wmi_service_ext_res_cfg_support,
5387 wmi_service_mesh,
5388 wmi_service_restrt_chnl_support,
5389 wmi_service_roam_scan_offload,
5390 wmi_service_arpns_offload,
5391 wmi_service_nlo,
5392 wmi_service_sta_dtim_ps_modulated_dtim,
5393 wmi_service_sta_smps,
5394 wmi_service_fwtest,
5395 wmi_service_sta_wmmac,
5396 wmi_service_tdls,
5397 wmi_service_mcc_bcn_interval_change,
5398 wmi_service_adaptive_ocs,
5399 wmi_service_ba_ssn_support,
5400 wmi_service_filter_ipsec_natkeepalive,
5401 wmi_service_wlan_hb,
5402 wmi_service_lte_ant_share_support,
5403 wmi_service_batch_scan,
5404 wmi_service_qpower,
5405 wmi_service_plmreq,
5406 wmi_service_thermal_mgmt,
5407 wmi_service_rmc,
5408 wmi_service_mhf_offload,
5409 wmi_service_coex_sar,
5410 wmi_service_bcn_txrate_override,
5411 wmi_service_nan,
5412 wmi_service_l1ss_stat,
5413 wmi_service_estimate_linkspeed,
5414 wmi_service_obss_scan,
5415 wmi_service_tdls_offchan,
5416 wmi_service_tdls_uapsd_buffer_sta,
5417 wmi_service_tdls_uapsd_sleep_sta,
5418 wmi_service_ibss_pwrsave,
5419 wmi_service_lpass,
5420 wmi_service_extscan,
5421 wmi_service_d0wow,
5422 wmi_service_hsoffload,
5423 wmi_service_roam_ho_offload,
5424 wmi_service_rx_full_reorder,
5425 wmi_service_dhcp_offload,
5426 wmi_service_sta_rx_ipa_offload_support,
5427 wmi_service_mdns_offload,
5428 wmi_service_sap_auth_offload,
5429 wmi_service_dual_band_simultaneous_support,
5430 wmi_service_ocb,
5431 wmi_service_ap_arpns_offload,
5432 wmi_service_per_band_chainmask_support,
5433 wmi_service_packet_filter_offload,
5434 wmi_service_mgmt_tx_htt,
5435 wmi_service_mgmt_tx_wmi,
5436 wmi_service_ext_msg,
5437 wmi_service_mawc,
5438
5439 wmi_service_peer_stats,
5440 wmi_service_mesh_11s,
5441 wmi_service_periodic_chan_stat_support,
5442 wmi_service_tx_mode_push_only,
5443 wmi_service_tx_mode_push_pull,
5444 wmi_service_tx_mode_dynamic,
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305445 wmi_service_check_cal_version,
Sathish Kumar7e566c52016-11-10 15:30:22 +05305446 wmi_service_btcoex_duty_cycle,
Sathish Kumar612d0c22017-01-19 14:57:37 +05305447 wmi_service_4_wire_coex_support,
Sathish Kumar907a7462017-02-27 10:35:40 +05305448 wmi_service_multiple_vdev_restart,
Govind Singh89727882016-04-15 13:58:27 +05305449
5450 wmi_services_max,
5451} wmi_conv_service_ids;
5452#define WMI_SERVICE_UNAVAILABLE 0xFFFF
5453
5454/**
Sandeep Puligilla82b95ca2017-01-04 16:45:45 -08005455 * enum WMI_DBG_PARAM - Debug params
5456 * @WMI_DBGLOG_LOG_LEVEL: Set the loglevel
5457 * @WMI_DBGLOG_VAP_ENABLE: Enable VAP level debug
5458 * @WMI_DBGLOG_VAP_DISABLE: Disable VAP level debug
5459 * @WMI_DBGLOG_MODULE_ENABLE: Enable MODULE level debug
5460 * @WMI_DBGLOG_MODULE_DISABLE: Disable MODULE level debug
5461 * @WMI_DBGLOG_MOD_LOG_LEVEL: Enable MODULE level debug
5462 * @WMI_DBGLOG_TYPE: set type of the debug output
5463 * @WMI_DBGLOG_REPORT_ENABLE: Enable Disable debug
5464 */
5465typedef enum {
5466 WMI_DBGLOG_LOG_LEVEL = 0x1,
5467 WMI_DBGLOG_VAP_ENABLE,
5468 WMI_DBGLOG_VAP_DISABLE,
5469 WMI_DBGLOG_MODULE_ENABLE,
5470 WMI_DBGLOG_MODULE_DISABLE,
5471 WMI_DBGLOG_MOD_LOG_LEVEL,
5472 WMI_DBGLOG_TYPE,
5473 WMI_DBGLOG_REPORT_ENABLE
5474} WMI_DBG_PARAM;
5475
5476/**
Govind Singh89727882016-04-15 13:58:27 +05305477 * struct wmi_host_fw_ver - FW version in non-tlv target
5478 * @sw_version: Versin info
5479 * @sw_version_1: Second dword of version
5480 */
5481struct wmi_host_fw_ver {
5482 uint32_t sw_version;
5483 uint32_t sw_version_1;
5484};
5485
5486/**
5487 * struct wmi_host_fw_abi_ver - FW version in non-tlv target
5488 * @sw_version: Versin info
5489 * @abi_version: ABI version
5490 */
5491struct wmi_host_fw_abi_ver {
5492 uint32_t sw_version;
5493 uint32_t abi_version;
5494};
5495
5496/**
5497 * struct target_resource_config - Resource config sent from host to target
5498 * abstracted out to include union of both configs
5499 * @num_vdevs: Number vdevs configured
5500 * @num_peers: Number of peers
5501 * @num_active_peers: Number of active peers for peer cache
5502 * @num_offload_peers: Number of offload peers
5503 * @num_offload_reorder_buffs: number of offload reorder buffs
5504 * @num_peer_keys: number of peer keys
5505 * @num_tids: number of tids
5506 * @ast_skid_limit: AST skid limit
5507 * @tx_chain_mask: TX chain mask
5508 * @rx_chain_mask: RX chain mask
5509 * @rx_timeout_pri: RX reorder timeout per AC
5510 * @rx_decap_mode: RX decap mode
5511 * @scan_max_pending_req: Scan mac pending req
5512 * @bmiss_offload_max_vdev: Beacom miss offload max vdevs
5513 * @roam_offload_max_vdev: Roam offload max vdevs
5514 * @roam_offload_max_ap_profiles: roam offload max ap profiles
5515 * @num_mcast_groups: num mcast groups
5516 * @num_mcast_table_elems: number of macst table elems
5517 * @mcast2ucast_mode: mcast enhance mode
5518 * @tx_dbg_log_size: DBG log buf size
5519 * @num_wds_entries: number of WDS entries
5520 * @dma_burst_size: DMA burst size.
5521 * @mac_aggr_delim: Mac aggr delim
5522 * @rx_skip_defrag_timeout_dup_detection_check: Defrag dup check in host?
5523 * @vow_config: vow configuration
5524 * @gtk_offload_max_vdev: Max vdevs for GTK offload
5525 * @num_msdu_desc: Number of msdu desc
5526 * @max_frag_entries: Max frag entries
5527 * End common
5528 * @max_peer_ext_stats: Max peer EXT stats
5529 * @smart_ant_cap: Smart antenna capabilities
5530 * @BK_Minfree: BIN configuration for BK traffic
5531 * @BE_Minfree: BIN configuration for BE traffic
5532 * @VI_Minfree: BIN configuration for VI traffic
5533 * @VO_Minfree: BIN configuration for VO traffic
5534 * @rx_batchmode: RX batch mode
5535 * @tt_support: Thermal throttling support
5536 * @atf_config: ATF config
5537 * @iphdr_pad_config: ipheader pad config
5538 * @qwrap_config: Qwrap configuration
5539 * @alloc_frag_desc_for_data_pkt: Frag desc for data
5540 * Added in MCL
5541 * @num_tdls_vdevs:
5542 * @num_tdls_conn_table_entries:
5543 * @beacon_tx_offload_max_vdev:
5544 * @num_multicast_filter_entries:
5545 * @num_wow_filters:
5546 * @num_keep_alive_pattern:
5547 * @keep_alive_pattern_size:
5548 * @max_tdls_concurrent_sleep_sta:
5549 * @max_tdls_concurrent_buffer_sta:
5550 * @wmi_send_separate:
5551 * @num_ocb_vdevs:
5552 * @num_ocb_channels:
5553 * @num_ocb_schedules:
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305554 * @num_ns_ext_tuples_cfg:
5555 * @bpf_instruction_size:
5556 * @max_bssid_rx_filters:
5557 * @use_pdev_id:
Govind Singh89727882016-04-15 13:58:27 +05305558 */
5559typedef struct {
5560 uint32_t num_vdevs;
5561 uint32_t num_peers;
5562 uint32_t num_active_peers;
5563 uint32_t num_offload_peers;
5564 uint32_t num_offload_reorder_buffs;
5565 uint32_t num_peer_keys;
5566 uint32_t num_tids;
5567 uint32_t ast_skid_limit;
5568 uint32_t tx_chain_mask;
5569 uint32_t rx_chain_mask;
5570 uint32_t rx_timeout_pri[4];
5571 uint32_t rx_decap_mode;
5572 uint32_t scan_max_pending_req;
5573 uint32_t bmiss_offload_max_vdev;
5574 uint32_t roam_offload_max_vdev;
5575 uint32_t roam_offload_max_ap_profiles;
5576 uint32_t num_mcast_groups;
5577 uint32_t num_mcast_table_elems;
5578 uint32_t mcast2ucast_mode;
5579 uint32_t tx_dbg_log_size;
5580 uint32_t num_wds_entries;
5581 uint32_t dma_burst_size;
5582 uint32_t mac_aggr_delim;
5583 uint32_t rx_skip_defrag_timeout_dup_detection_check;
5584 uint32_t vow_config;
5585 uint32_t gtk_offload_max_vdev;
5586 uint32_t num_msdu_desc; /* Number of msdu desc */
5587 uint32_t max_frag_entries;
5588 /* End common */
5589
5590 /* Added for Beeliner */
5591 uint32_t max_peer_ext_stats;
5592 uint32_t smart_ant_cap;
5593 uint32_t BK_Minfree;
5594 uint32_t BE_Minfree;
5595 uint32_t VI_Minfree;
5596 uint32_t VO_Minfree;
5597 uint32_t rx_batchmode;
5598 uint32_t tt_support;
5599 uint32_t atf_config;
5600 uint32_t iphdr_pad_config;
5601 uint32_t
5602 qwrap_config:16,
5603 alloc_frag_desc_for_data_pkt:16;
5604
5605 /* Added in MCL */
5606 uint32_t num_tdls_vdevs;
5607 uint32_t num_tdls_conn_table_entries;
5608 uint32_t beacon_tx_offload_max_vdev;
5609 uint32_t num_multicast_filter_entries;
5610 uint32_t num_wow_filters;
5611 uint32_t num_keep_alive_pattern;
5612 uint32_t keep_alive_pattern_size;
5613 uint32_t max_tdls_concurrent_sleep_sta;
5614 uint32_t max_tdls_concurrent_buffer_sta;
5615 uint32_t wmi_send_separate;
5616 uint32_t num_ocb_vdevs;
5617 uint32_t num_ocb_channels;
5618 uint32_t num_ocb_schedules;
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305619 uint32_t num_ns_ext_tuples_cfg;
5620 uint32_t bpf_instruction_size;
5621 uint32_t max_bssid_rx_filters;
5622 uint32_t use_pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05305623} target_resource_config;
5624
5625/**
5626 * struct wds_addr_event - WDS addr event structure
5627 * @event_type: event type add/delete
5628 * @peer_mac: peer mac
5629 * @dest_mac: destination mac address
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305630 * @vdev_id: vdev id
Govind Singh89727882016-04-15 13:58:27 +05305631 */
5632typedef struct {
5633 uint32_t event_type[4];
5634 u_int8_t peer_mac[IEEE80211_ADDR_LEN];
5635 u_int8_t dest_mac[IEEE80211_ADDR_LEN];
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305636 uint32_t vdev_id;
Govind Singh89727882016-04-15 13:58:27 +05305637} wds_addr_event_t;
5638/**
5639 * Enum replicated for host abstraction with FW
5640 */
5641typedef enum {
5642 /* Event respose of START CMD */
5643 WMI_HOST_VDEV_START_RESP_EVENT = 0,
5644 /* Event respose of RESTART CMD */
5645 WMI_HOST_VDEV_RESTART_RESP_EVENT,
5646} WMI_HOST_START_EVENT_PARAM;
5647
5648/**
5649 * struct wmi_host_vdev_start_resp - VDEV start response
5650 * @vdev_id: vdev id
5651 * @requestor_id: requestor id that requested the VDEV start request
5652 * @resp_type: Respose of Event type START/RESTART
5653 * @status: status of the response
5654 * @chain_mask: Vdev chain mask
5655 * @smps_mode: Vdev mimo power save mode
5656 * @mac_id: mac_id field contains the MAC identifier that the
5657 * VDEV is bound to. The valid range is 0 to (num_macs-1).
5658 * @cfgd_tx_streams: Configured Transmit Streams
5659 * @cfgd_rx_streams: Configured Receive Streams
5660 */
5661typedef struct {
5662 uint32_t vdev_id;
5663 uint32_t requestor_id;
5664 WMI_HOST_START_EVENT_PARAM resp_type;
5665 uint32_t status;
5666 uint32_t chain_mask;
5667 uint32_t smps_mode;
5668 uint32_t mac_id;
5669 uint32_t cfgd_tx_streams;
5670 uint32_t cfgd_rx_streams;
5671} wmi_host_vdev_start_resp;
5672
Govind Singh89727882016-04-15 13:58:27 +05305673/**
5674 * struct wmi_host_roam_event - host roam event param
5675 * @vdev_id: vdev id
5676 * @reason: roam reason
5677 * @rssi: RSSI
5678 */
5679typedef struct {
5680 uint32_t vdev_id;
5681 uint32_t reason;
5682 uint32_t rssi;
5683} wmi_host_roam_event;
5684
5685/**
5686 * ENUM wmi_host_scan_event_type - Scan event type
5687 */
5688enum wmi_host_scan_event_type {
5689 WMI_HOST_SCAN_EVENT_STARTED = 0x1,
5690 WMI_HOST_SCAN_EVENT_COMPLETED = 0x2,
5691 WMI_HOST_SCAN_EVENT_BSS_CHANNEL = 0x4,
5692 WMI_HOST_SCAN_EVENT_FOREIGN_CHANNEL = 0x8,
5693 WMI_HOST_SCAN_EVENT_DEQUEUED = 0x10,
5694 WMI_HOST_SCAN_EVENT_PREEMPTED = 0x20,
5695 WMI_HOST_SCAN_EVENT_START_FAILED = 0x40,
5696 WMI_HOST_SCAN_EVENT_RESTARTED = 0x80,
5697 WMI_HOST_SCAN_EVENT_FOREIGN_CHANNEL_EXIT = 0x100,
5698 WMI_HOST_SCAN_EVENT_INVALID = 0x200,
Sathish Kumar753eb7d2016-10-25 18:47:52 +05305699 WMI_HOST_SCAN_EVENT_GPIO_TIMEOUT = 0x400,
Govind Singh89727882016-04-15 13:58:27 +05305700 WMI_HOST_SCAN_EVENT_MAX = 0x8000
5701};
5702
5703/**
5704 * ENUM wmi_host_scan_completion_reason - Scan completion event type
5705 */
5706enum wmi_host_scan_completion_reason {
5707 /** scan related events */
5708 WMI_HOST_SCAN_REASON_NONE = 0xFF,
5709 WMI_HOST_SCAN_REASON_COMPLETED = 0,
5710 WMI_HOST_SCAN_REASON_CANCELLED = 1,
5711 WMI_HOST_SCAN_REASON_PREEMPTED = 2,
5712 WMI_HOST_SCAN_REASON_TIMEDOUT = 3,
5713 WMI_HOST_SCAN_REASON_INTERNAL_FAILURE = 4,
5714 WMI_HOST_SCAN_REASON_MAX,
5715};
5716
5717/**
5718 * struct wmi_host_scan_event - Scan event response from target
5719 * @event: event type
5720 * @reason: Reason for event
5721 * @channel_freq: channel frequency
5722 * @requestor: requestor id
5723 * @scan_id: scan id
5724 * @vdev_id: vdev id
5725 */
5726typedef struct {
5727 uint32_t event;
5728 uint32_t reason;
5729 uint32_t channel_freq;
5730 uint32_t requestor;
5731 uint32_t scan_id;
5732 uint32_t vdev_id;
5733} wmi_host_scan_event;
5734
5735/**
5736 * struct wmi_host_pdev_reserve_ast_entry_event - Reserve AST entry
5737 * @result: result
5738 */
5739typedef struct {
5740 uint32_t result;
5741} wmi_host_pdev_reserve_ast_entry_event;
5742
5743/**
5744 * struct wmi_host_mcast_ageout_entry - mcast aged-out entry
5745 * @grp_addr: IPv4/6 mcast group addr
5746 * @vdev_id: vdev id
5747 */
5748typedef struct {
5749 uint8_t grp_addr[16];
5750 uint32_t vdev_id;
5751} wmi_host_mcast_ageout_entry;
5752
5753/**
5754 * struct wmi_host_mcast_list_ageout_event - List of mcast entry aged-out
5755 * @num_entry: Number of mcast entries timed-out
5756 * @entry: List of wmi_host_mcast_ageout_entry
5757 */
5758typedef struct {
5759 uint32_t num_entry;
5760 wmi_host_mcast_ageout_entry entry[1];
5761} wmi_host_mcast_list_ageout_event;
5762
5763/**
5764 * struct wmi_host_pdev_nfcal_power_all_channels_event - NF cal event data
5765 * @nfdBr:
5766 * chan0: {NFCalPower_chain0, NFCalPower_chain1,
5767 * NFCalPower_chain2, NFCalPower_chain3},
5768 * chan1: {NFCalPower_chain0, NFCalPower_chain1,
5769 * NFCalPower_chain2, NFCalPower_chain3},
5770 * chan2: {NFCalPower_chain0, NFCalPower_chain1,
5771 * NFCalPower_chain2, NFCalPower_chain3},
5772 * chan3: {NFCalPower_chain0, NFCalPower_chain1,
5773 * NFCalPower_chain2, NFCalPower_chain3},
5774 * @nfdBr:
5775 * chan0: {NFCalPower_chain0, NFCalPower_chain1,
5776 * NFCalPower_chain2, NFCalPower_chain3},
5777 * chan1: {NFCalPower_chain0, NFCalPower_chain1,
5778 * NFCalPower_chain2, NFCalPower_chain3},
5779 * chan2: {NFCalPower_chain0, NFCalPower_chain1,
5780 * NFCalPower_chain2, NFCalPower_chain3},
5781 * chan3: {NFCalPower_chain0, NFCalPower_chain1,
5782 * NFCalPower_chain2, NFCalPower_chain3},
5783 * @freqNum: frequency number
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305784 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05305785 */
5786typedef struct {
5787 int8_t nfdBr[WMI_HOST_RXG_CAL_CHAN_MAX * WMI_HOST_MAX_NUM_CHAINS];
5788 int8_t nfdBm[WMI_HOST_RXG_CAL_CHAN_MAX * WMI_HOST_MAX_NUM_CHAINS];
5789 uint32_t freqNum[WMI_HOST_RXG_CAL_CHAN_MAX];
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305790 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05305791} wmi_host_pdev_nfcal_power_all_channels_event;
5792
5793/**
5794 * struct wmi_host_pdev_tpc_event - WMI host pdev TPC event
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305795 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05305796 * @tpc:
5797 */
5798typedef struct {
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305799 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05305800 uint32_t tpc[1];
5801} wmi_host_pdev_tpc_event;
5802
5803/**
5804 * struct wmi_host_pdev_generic_buffer_event
5805 * @buf_type: Buffer type
5806 * @frag_id: Frag id
5807 * @more_frag: more frags pending
5808 * @buf_len: buffer length
5809 * @buf_info: variable length buffer
5810 */
5811typedef struct {
5812 uint32_t buf_type;
5813 uint32_t frag_id;
5814 uint32_t more_frag;
5815 uint32_t buf_len;
5816 uint32_t buf_info[1];
5817} wmi_host_pdev_generic_buffer_event;
5818/**
5819 * Enum for host buffer event
5820 */
5821enum {
5822 WMI_HOST_BUFFER_TYPE_RATEPWR_TABLE,
5823 WMI_HOST_BUFFER_TYPE_CTL_TABLE,
5824};
5825
5826/**
5827 * struct wmi_host_pdev_tpc_config_event - host pdev tpc config event
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305828 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05305829 * @regDomain:
5830 * @chanFreq:
5831 * @phyMode:
5832 * @twiceAntennaReduction:
5833 * @twiceMaxRDPower:
5834 * @twiceAntennaGain:
5835 * @powerLimit:
5836 * @rateMax:
5837 * @numTxChain:
5838 * @ctl:
5839 * @flags:
5840 * @maxRegAllowedPower:
5841 * @maxRegAllowedPowerAGCDD:
5842 * @maxRegAllowedPowerAGSTBC:
5843 * @maxRegAllowedPowerAGTXBF:
5844 * @ratesArray:
5845 */
5846typedef struct {
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305847 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05305848 uint32_t regDomain;
5849 uint32_t chanFreq;
5850 uint32_t phyMode;
5851 uint32_t twiceAntennaReduction;
5852 uint32_t twiceMaxRDPower;
5853 int32_t twiceAntennaGain;
5854 uint32_t powerLimit;
5855 uint32_t rateMax;
5856 uint32_t numTxChain;
5857 uint32_t ctl;
5858 uint32_t flags;
5859 int8_t maxRegAllowedPower[WMI_HOST_TPC_TX_NUM_CHAIN];
5860 int8_t maxRegAllowedPowerAGCDD[WMI_HOST_TPC_TX_NUM_CHAIN][WMI_HOST_TPC_TX_NUM_CHAIN];
5861 int8_t maxRegAllowedPowerAGSTBC[WMI_HOST_TPC_TX_NUM_CHAIN][WMI_HOST_TPC_TX_NUM_CHAIN];
5862 int8_t maxRegAllowedPowerAGTXBF[WMI_HOST_TPC_TX_NUM_CHAIN][WMI_HOST_TPC_TX_NUM_CHAIN];
5863 uint8_t ratesArray[WMI_HOST_TPC_RATE_MAX];
5864} wmi_host_pdev_tpc_config_event;
5865/**
5866 * Enums for TPC event
5867 */
5868typedef enum {
5869 WMI_HOST_TPC_CONFIG_EVENT_FLAG_TABLE_CDD = 0x1,
5870 WMI_HOST_TPC_CONFIG_EVENT_FLAG_TABLE_STBC = 0x2,
5871 WMI_HOST_TPC_CONFIG_EVENT_FLAG_TABLE_TXBF = 0x4,
5872} WMI_HOST_TPC_CONFIG_EVENT_FLAG;
5873
5874/**
5875 * Medium Utilization evaluation algorithms
5876 * These algorithms can be complementary rather than exclusive.
5877 */
5878typedef enum {
5879 WMI_HOST_MU_BASIC_ALGO = 0x1,
5880 WMI_HOST_MU_PER_BSSID_ALGO = 0x2,
5881 WMI_HOST_MU_HIDDEN_NODE_ALGO = 0x4,
5882} WMI_HOST_MU_ALGO_TYPE;
5883/* max MU alg combinations supported by target */
5884#define WMI_HOST_MU_MAX_ALGO_TYPE 3
5885
5886/**
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305887 * struct wmi_host_mu_db_entry
5888 * @event_type: 0=AP, 1=STA, 2=Small Cell(SC)
5889 * @bssid_mac_addr: Transmitter MAC if entry is WiFi node. PLMNID if SC
5890 * @tx_addr: Transmitter MAC if entry is WiFi node. PLMNID if SC
5891 * @avg_duration_us: Avg. duration for which node was transmitting
5892 * @avg_rssi: Avg. RSSI of all TX packets by node. Unit dBm
5893 * @mu_percent: % medium utilization by node
5894 */
5895typedef struct {
5896 uint32_t entry_type;
5897 wmi_host_mac_addr bssid_mac_addr;
5898 wmi_host_mac_addr tx_addr;
5899 uint32_t avg_duration_us;
5900 uint32_t avg_rssi;
5901 uint32_t mu_percent;
5902} wmi_host_mu_db_entry;
5903
5904/**
Govind Singh89727882016-04-15 13:58:27 +05305905 * struct wmi_host_mu_report_event - WMI_MU_REPORT_EVENTID
5906 * @mu_request_id: request id
5907 * @status_reason: MU_STATUS_REASON
5908 * @total_mu: MU_ALG_TYPE combinations
5909 * @num_active_bssid: number of active bssid
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305910 * @hidden_node_mu : hidden node algo MU per bin
5911 * @num_TA_entries : No. of entries found in MU db report
Govind Singh89727882016-04-15 13:58:27 +05305912 */
5913typedef struct {
5914 uint32_t mu_request_id;
5915 uint32_t status_reason;
5916 uint32_t total_mu[WMI_HOST_MU_MAX_ALGO_TYPE];
5917 uint32_t num_active_bssid;
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05305918 uint32_t hidden_node_mu[LTEU_MAX_BINS];
5919 uint32_t num_TA_entries;
Govind Singh89727882016-04-15 13:58:27 +05305920} wmi_host_mu_report_event;
5921
5922/**
5923 * struct wmi_host_mgmt_tx_compl_event - TX completion event
5924 * @desc_id: from tx_send_cmd
5925 * @status: WMI_MGMT_TX_COMP_STATUS_TYPE
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305926 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05305927 */
5928typedef struct {
5929 uint32_t desc_id;
5930 uint32_t status;
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305931 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05305932} wmi_host_mgmt_tx_compl_event;
5933
5934#define WMI_HOST_TIM_BITMAP_ARRAY_SIZE 17
5935
5936/**
5937 * struct wmi_host_tim_info - TIM info in SWBA event
5938 * @tim_len: TIM length
5939 * @tim_mcast:
5940 * @tim_bitmap: TIM bitmap
5941 * @tim_changed: TIM changed
5942 * @tim_num_ps_pending: TIM num PS sta pending
5943 */
5944typedef struct {
5945 uint32_t tim_len;
5946 uint32_t tim_mcast;
5947 uint32_t tim_bitmap[WMI_HOST_TIM_BITMAP_ARRAY_SIZE];
5948 uint32_t tim_changed;
5949 uint32_t tim_num_ps_pending;
5950} wmi_host_tim_info;
5951
5952/**
5953 * struct wmi_host_p2p_noa_descriptor - NoA desc in SWBA event
5954 * @type_count: Absence count
5955 * @duration: NoA duration
5956 * @interval: NoA interval
5957 * @start_time: start time
5958 */
5959typedef struct {
5960 uint32_t type_count;
5961 uint32_t duration;
5962 uint32_t interval;
5963 uint32_t start_time;
5964} wmi_host_p2p_noa_descriptor;
5965/* Maximum number of NOA Descriptors supported */
5966#define WMI_HOST_P2P_MAX_NOA_DESCRIPTORS 4
5967/**
5968 * struct wmi_host_p2p_noa_info - p2p noa information
5969 * @modified: NoA modified
5970 * @index: Index
5971 * @oppPS: Oppurtunstic ps
5972 * @ctwindow: CT window
5973 * @num_descriptors: number of descriptors
5974 * @noa_descriptors: noa descriptors
5975 */
5976typedef struct {
5977 uint8_t modified;
5978 uint8_t index;
5979 uint8_t oppPS;
5980 uint8_t ctwindow;
5981 uint8_t num_descriptors;
5982 wmi_host_p2p_noa_descriptor
5983 noa_descriptors[WMI_HOST_P2P_MAX_NOA_DESCRIPTORS];
5984} wmi_host_p2p_noa_info;
5985
5986/**
5987 * struct wmi_host_peer_sta_kickout_event
5988 * @peer_macaddr: peer mac address
5989 * @reason: kickout reason
5990 * @rssi: rssi
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05305991 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05305992 */
5993typedef struct {
5994 uint8_t peer_macaddr[IEEE80211_ADDR_LEN];
5995 uint32_t reason;
5996 uint32_t rssi;
5997} wmi_host_peer_sta_kickout_event;
5998
5999/**
6000 * struct wmi_host_peer_sta_ps_statechange_event - ST ps state change event
6001 * @peer_macaddr: peer mac address
6002 * @peer_ps_stats: peer PS state
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306003 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05306004 */
6005typedef struct {
6006 uint8_t peer_macaddr[IEEE80211_ADDR_LEN];
6007 uint32_t peer_ps_state;
6008} wmi_host_peer_sta_ps_statechange_event;
6009
6010/* Maximum CCK, OFDM rates supported */
6011#define WMI_SA_MAX_CCK_OFDM_RATES 12
6012/* Maximum MCS rates supported; 4 rates in each dword */
6013#define WMI_SA_MAX_MCS_RATES 40
6014#define WMI_SA_MAX_RATE_COUNTERS 4
6015/* Maximum rate series used for transmission */
6016#define SA_MAX_RATE_SERIES 2
6017
6018#define SA_MAX_LEGACY_RATE_DWORDS 3
6019#define SA_MAX_HT_RATE_DWORDS 10
6020#define SA_BYTES_IN_DWORD 4
6021#define SA_MASK_BYTE 0xff
6022/* TODO: ratecode_160 needs to add for future chips */
6023/**
6024 * struct wmi_sa_rate_cap - smart antenna rat capabilities
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306025 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05306026 * @ratecode_legacy: Rate code array for CCK OFDM
6027 * @ratecode_20: Rate code array for 20MHz BW
6028 * @ratecode_40: Rate code array for 40MHz BW
6029 * @ratecode_80: Rate code array for 80MHz BW
6030 * @ratecount: Max Rate count for each mode
6031 */
6032typedef struct {
6033 uint8_t ratecode_legacy[WMI_SA_MAX_CCK_OFDM_RATES];
6034 uint8_t ratecode_20[WMI_SA_MAX_MCS_RATES];
6035 uint8_t ratecode_40[WMI_SA_MAX_MCS_RATES];
6036 uint8_t ratecode_80[WMI_SA_MAX_MCS_RATES];
6037 uint8_t ratecount[WMI_SA_MAX_RATE_COUNTERS];
6038} wmi_sa_rate_cap;
6039
6040/** Preamble types to be used with VDEV fixed rate configuration */
6041typedef enum {
6042 WMI_HOST_RATE_PREAMBLE_OFDM,
6043 WMI_HOST_RATE_PREAMBLE_CCK,
6044 WMI_HOST_RATE_PREAMBLE_HT,
6045 WMI_HOST_RATE_PREAMBLE_VHT,
Kris Muthusamye66c6bf2017-02-20 20:21:04 -08006046 WMI_HOST_RATE_PREAMBLE_HE,
Govind Singh89727882016-04-15 13:58:27 +05306047} WMI_HOST_RATE_PREAMBLE;
6048
6049#define WMI_HOST_FIXED_RATE_NONE (0xff)
6050
6051/** slot time long */
6052#define WMI_HOST_VDEV_SLOT_TIME_LONG 0x1
6053/** slot time short */
6054#define WMI_HOST_VDEV_SLOT_TIME_SHORT 0x2
6055/** preablbe long */
6056#define WMI_HOST_VDEV_PREAMBLE_LONG 0x1
6057/** preablbe short */
6058#define WMI_HOST_VDEV_PREAMBLE_SHORT 0x2
6059/** found a better AP */
6060#define WMI_HOST_ROAM_REASON_BETTER_AP 0x1
6061/** beacon miss detected */
6062#define WMI_HOST_ROAM_REASON_BMISS 0x2
6063/** deauth/disassoc received */
6064#define WMI_HOST_ROAM_REASON_DEAUTH 0x2
6065/** connected AP's low rssi condition detected */
6066#define WMI_HOST_ROAM_REASON_LOW_RSSI 0x3
6067/** found another AP that matches SSID and Security profile in
6068 * WMI_ROAM_AP_PROFILE, found during scan triggered upon FINAL_BMISS
6069 */
6070#define WMI_HOST_ROAM_REASON_SUITABLE_AP 0x4
6071/** LFR3.0 roaming failed, indicate the disconnection to host */
6072#define WMI_HOST_ROAM_REASON_HO_FAILED 0x5
6073
6074/** values for vdev_type */
6075#define WMI_HOST_VDEV_TYPE_AP 0x1
6076#define WMI_HOST_VDEV_TYPE_STA 0x2
6077#define WMI_HOST_VDEV_TYPE_IBSS 0x3
6078#define WMI_HOST_VDEV_TYPE_MONITOR 0x4
6079
6080/** values for vdev_subtype */
6081#define WMI_HOST_VDEV_SUBTYPE_P2P_DEVICE 0x1
6082#define WMI_HOST_VDEV_SUBTYPE_P2P_CLIENT 0x2
6083#define WMI_HOST_VDEV_SUBTYPE_P2P_GO 0x3
6084#define WMI_HOST_VDEV_SUBTYPE_PROXY_STA 0x4
6085#define WMI_HOST_VDEV_SUBTYPE_MESH 0x5
6086
6087#define WMI_HOST_MGMT_TID 17
6088/* Disable aging & learning */
6089#define WMI_HOST_WDS_FLAG_STATIC 0x1
6090
6091/**
6092 * Peer param enum abstracted from target
6093 */
6094typedef enum {
6095 /** mimo powersave state */
6096 WMI_HOST_PEER_MIMO_PS_STATE = 0x1,
6097 /** enable/disable AMPDU . initial value (enabled) */
6098 WMI_HOST_PEER_AMPDU = 0x2,
6099 /** authorize/unauthorize peer. initial value is unauthorized (0) */
6100 WMI_HOST_PEER_AUTHORIZE = 0x3,
6101 /** peer channel bandwidth */
6102 WMI_HOST_PEER_CHWIDTH = 0x4,
6103 /** peer NSS */
6104 WMI_HOST_PEER_NSS = 0x5,
6105 /** USE 4 ADDR */
6106 WMI_HOST_PEER_USE_4ADDR = 0x6,
6107 /** Enable extended peer stats */
6108 WMI_HOST_PEER_EXT_STATS_ENABLE = 0x7,
6109 /*Use FIXED Pwr */
6110 WMI_HOST_PEER_USE_FIXED_PWR = 0x8,
6111 /* Set peer fixed rate */
6112 WMI_HOST_PEER_PARAM_FIXED_RATE = 0x9,
6113 /* Whitelist peer TIDs */
6114 WMI_HOST_PEER_SET_MU_WHITELIST = 0xa,
6115 /* set group membership status */
6116 WMI_HOST_PEER_MEMBERSHIP = 0xb,
6117 WMI_HOST_PEER_USERPOS = 0xc,
Kiran Venkatappa9da7e042016-08-09 22:52:35 +05306118 WMI_HOST_PEER_CRIT_PROTO_HINT_ENABLED = 0xd,
6119 WMI_HOST_PEER_TX_FAIL_CNT_THR = 0xe,
6120 WMI_HOST_PEER_SET_HW_RETRY_CTS2S = 0xf,
6121 WMI_HOST_PEER_IBSS_ATIM_WINDOW_LENGTH = 0x10,
6122 WMI_HOST_PEER_PHYMODE = 0x11,
6123 WMI_HOST_PEER_SET_MAC_TX_RATE = 0x12,
6124 /* Set default Rx routing */
6125 WMI_HOST_PEER_SET_DEFAULT_ROUTING = 0x13,
6126 WMI_HOST_PEER_SET_MIN_TX_RATE = 0x14,
Govind Singh89727882016-04-15 13:58:27 +05306127} PEER_PARAM_ENUM;
6128#define WMI_HOST_PEER_MIMO_PS_NONE 0x0
6129#define WMI_HOST_PEER_MIMO_PS_STATIC 0x1
6130#define WMI_HOST_PEER_MIMO_PS_DYNAMIC 0x2
6131typedef enum {
6132 HOST_PLATFORM_HIGH_PERF,
6133 HOST_PLATFORM_LOW_PERF,
Sathish Kumar41eca492016-09-16 16:55:35 +05306134 HOST_PLATFORM_LOW_PERF_NO_FETCH,
Govind Singh89727882016-04-15 13:58:27 +05306135} HOST_PLATFORM_TYPE;
6136
6137enum wmi_host_sta_ps_mode {
6138 /** enable power save for the given STA VDEV */
6139 WMI_HOST_STA_PS_MODE_DISABLED = 0,
6140 /** disable power save for a given STA VDEV */
6141 WMI_HOST_STA_PS_MODE_ENABLED = 1,
6142};
6143enum wmi_host_sta_powersave_param {
6144 /**
6145 * Controls how frames are retrievd from AP while STA is sleeping
6146 *
6147 * (see enum wmi_sta_ps_param_rx_wake_policy)
6148 */
6149 WMI_HOST_STA_PS_PARAM_RX_WAKE_POLICY = 0,
6150
6151 /**
6152 * The STA will go active after this many TX
6153 *
6154 * (see enum wmi_sta_ps_param_tx_wake_threshold)
6155 */
6156 WMI_HOST_STA_PS_PARAM_TX_WAKE_THRESHOLD = 1,
6157
6158 /**
6159 * Number of PS-Poll to send before STA wakes up
6160 *
6161 * (see enum wmi_sta_ps_param_pspoll_count)
6162 *
6163 */
6164 WMI_HOST_STA_PS_PARAM_PSPOLL_COUNT = 2,
6165
6166 /**
6167 * TX/RX inactivity time in msec before going to sleep.
6168 *
6169 * The power save SM will monitor tx/rx activity on the VDEV, if no
6170 * activity for the specified msec of the parameter
6171 * the Power save SM will go to sleep.
6172 */
6173 WMI_HOST_STA_PS_PARAM_INACTIVITY_TIME = 3,
6174
6175 /**
6176 * Set uapsd configuration.
6177 *
6178 * (see enum wmi_sta_ps_param_uapsd)
6179 */
6180 WMI_HOST_STA_PS_PARAM_UAPSD = 4,
6181};
6182/* prefix used by scan requestor ids on the host
6183 * replicated here form wmi_unified.h*/
6184#define WMI_HOST_P_SCAN_REQUESTOR_ID_PREFIX 0xA000
6185/* prefix used by scan request ids generated on the host */
6186/* host cycles through the lower 12 bits to generate ids */
6187#define WMI_HOST_P_SCAN_REQ_ID_PREFIX 0xA000
6188
6189#define WMI_HOST_RC_DS_FLAG 0x01 /* Dual stream flag */
6190#define WMI_HOST_RC_CW40_FLAG 0x02 /* CW 40 */
6191#define WMI_HOST_RC_SGI_FLAG 0x04 /* Short Guard Interval */
6192#define WMI_HOST_RC_HT_FLAG 0x08 /* HT */
6193#define WMI_HOST_RC_RTSCTS_FLAG 0x10 /* RTS-CTS */
6194#define WMI_HOST_RC_TX_STBC_FLAG 0x20 /* TX STBC */
6195#define WMI_HOST_RC_RX_STBC_FLAG 0xC0 /* RX STBC ,2 bits */
6196#define WMI_HOST_RC_RX_STBC_FLAG_S 6 /* RX STBC ,2 bits */
6197#define WMI_HOST_RC_WEP_TKIP_FLAG 0x100 /* WEP/TKIP encryption */
6198#define WMI_HOST_RC_TS_FLAG 0x200 /* Three stream flag */
6199#define WMI_HOST_RC_UAPSD_FLAG 0x400 /* UAPSD Rate Control */
6200
6201/** HT Capabilities*/
6202#define WMI_HOST_HT_CAP_ENABLED 0x0001 /* HT Enabled/ disabled */
6203/* Short Guard Interval with HT20 */
6204#define WMI_HOST_HT_CAP_HT20_SGI 0x0002
6205#define WMI_HOST_HT_CAP_DYNAMIC_SMPS 0x0004 /* Dynamic MIMO powersave */
6206#define WMI_HOST_HT_CAP_TX_STBC 0x0008 /* B3 TX STBC */
6207#define WMI_HOST_HT_CAP_TX_STBC_MASK_SHIFT 3
6208#define WMI_HOST_HT_CAP_RX_STBC 0x0030 /* B4-B5 RX STBC */
6209#define WMI_HOST_HT_CAP_RX_STBC_MASK_SHIFT 4
6210#define WMI_HOST_HT_CAP_LDPC 0x0040 /* LDPC supported */
6211#define WMI_HOST_HT_CAP_L_SIG_TXOP_PROT 0x0080 /* L-SIG TXOP Protection */
6212#define WMI_HOST_HT_CAP_MPDU_DENSITY 0x0700 /* MPDU Density */
6213#define WMI_HOST_HT_CAP_MPDU_DENSITY_MASK_SHIFT 8
6214#define WMI_HOST_HT_CAP_HT40_SGI 0x0800
6215#define WMI_HOST_HT_CAP_IBF_BFER 0x1000
6216
6217/* These macros should be used when we wish to advertise STBC support for
6218 * only 1SS or 2SS or 3SS. */
6219#define WMI_HOST_HT_CAP_RX_STBC_1SS 0x0010 /* B4-B5 RX STBC */
6220#define WMI_HOST_HT_CAP_RX_STBC_2SS 0x0020 /* B4-B5 RX STBC */
6221#define WMI_HOST_HT_CAP_RX_STBC_3SS 0x0030 /* B4-B5 RX STBC */
6222
6223
6224#define WMI_HOST_HT_CAP_DEFAULT_ALL (WMI_HOST_HT_CAP_ENABLED | \
6225 WMI_HOST_HT_CAP_HT20_SGI | \
6226 WMI_HOST_HT_CAP_HT40_SGI | \
6227 WMI_HOST_HT_CAP_TX_STBC | \
6228 WMI_HOST_HT_CAP_RX_STBC | \
6229 WMI_HOST_HT_CAP_LDPC)
6230
6231/* WMI_HOST_VHT_CAP_* these maps to ieee 802.11ac vht capability information
6232 field. The fields not defined here are not supported, or reserved.
6233 Do not change these masks and if you have to add new one follow the
6234 bitmask as specified by 802.11ac draft.
6235*/
6236
6237#define WMI_HOST_VHT_CAP_MAX_MPDU_LEN_MASK 0x00000003
6238#define WMI_HOST_VHT_CAP_RX_LDPC 0x00000010
6239#define WMI_HOST_VHT_CAP_SGI_80MHZ 0x00000020
6240#define WMI_HOST_VHT_CAP_SGI_160MHZ 0x00000040
6241#define WMI_HOST_VHT_CAP_TX_STBC 0x00000080
6242#define WMI_HOST_VHT_CAP_RX_STBC_MASK 0x00000300
6243#define WMI_HOST_VHT_CAP_RX_STBC_MASK_SHIFT 8
6244#define WMI_HOST_VHT_CAP_SU_BFER 0x00000800
6245#define WMI_HOST_VHT_CAP_SU_BFEE 0x00001000
6246#define WMI_HOST_VHT_CAP_MAX_CS_ANT_MASK 0x0000E000
6247#define WMI_HOST_VHT_CAP_MAX_CS_ANT_MASK_SHIFT 13
6248#define WMI_HOST_VHT_CAP_MAX_SND_DIM_MASK 0x00070000
6249#define WMI_HOST_VHT_CAP_MAX_SND_DIM_MASK_SHIFT 16
6250#define WMI_HOST_VHT_CAP_MU_BFER 0x00080000
6251#define WMI_HOST_VHT_CAP_MU_BFEE 0x00100000
6252#define WMI_HOST_VHT_CAP_MAX_AMPDU_LEN_EXP 0x03800000
6253#define WMI_HOST_VHT_CAP_MAX_AMPDU_LEN_EXP_SHIT 23
6254#define WMI_HOST_VHT_CAP_RX_FIXED_ANT 0x10000000
6255#define WMI_HOST_VHT_CAP_TX_FIXED_ANT 0x20000000
6256
6257#define WMI_HOST_VHT_CAP_MAX_MPDU_LEN_11454 0x00000002
6258
6259/* These macros should be used when we wish to advertise STBC support for
6260 * only 1SS or 2SS or 3SS. */
6261#define WMI_HOST_VHT_CAP_RX_STBC_1SS 0x00000100
6262#define WMI_HOST_VHT_CAP_RX_STBC_2SS 0x00000200
6263#define WMI_HOST_VHT_CAP_RX_STBC_3SS 0x00000300
6264
6265#define WMI_HOST_VHT_CAP_DEFAULT_ALL (WMI_HOST_VHT_CAP_MAX_MPDU_LEN_11454 | \
6266 WMI_HOST_VHT_CAP_SGI_80MHZ | \
6267 WMI_HOST_VHT_CAP_TX_STBC | \
6268 WMI_HOST_VHT_CAP_RX_STBC_MASK | \
6269 WMI_HOST_VHT_CAP_RX_LDPC | \
6270 WMI_HOST_VHT_CAP_MAX_AMPDU_LEN_EXP | \
6271 WMI_HOST_VHT_CAP_RX_FIXED_ANT | \
6272 WMI_HOST_VHT_CAP_TX_FIXED_ANT)
6273
6274/* Interested readers refer to Rx/Tx MCS Map definition as defined in
6275 802.11ac
6276*/
6277#define WMI_HOST_VHT_MAX_MCS_4_SS_MASK(r, ss) ((3 & (r)) << (((ss) - 1) << 1))
6278#define WMI_HOST_VHT_MAX_SUPP_RATE_MASK 0x1fff0000
6279#define WMI_HOST_VHT_MAX_SUPP_RATE_MASK_SHIFT 16
6280
6281/** U-APSD configuration of peer station from (re)assoc request and TSPECs */
6282enum wmi_host_ap_ps_param_uapsd {
6283 WMI_HOST_AP_PS_UAPSD_AC0_DELIVERY_EN = (1 << 0),
6284 WMI_HOST_AP_PS_UAPSD_AC0_TRIGGER_EN = (1 << 1),
6285 WMI_HOST_AP_PS_UAPSD_AC1_DELIVERY_EN = (1 << 2),
6286 WMI_HOST_AP_PS_UAPSD_AC1_TRIGGER_EN = (1 << 3),
6287 WMI_HOST_AP_PS_UAPSD_AC2_DELIVERY_EN = (1 << 4),
6288 WMI_HOST_AP_PS_UAPSD_AC2_TRIGGER_EN = (1 << 5),
6289 WMI_HOST_AP_PS_UAPSD_AC3_DELIVERY_EN = (1 << 6),
6290 WMI_HOST_AP_PS_UAPSD_AC3_TRIGGER_EN = (1 << 7),
6291};
6292/** U-APSD maximum service period of peer station */
6293enum wmi_host_ap_ps_peer_param_max_sp {
6294 WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_UNLIMITED = 0,
6295 WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_2 = 1,
6296 WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_4 = 2,
6297 WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_6 = 3,
6298
6299 /* keep last! */
6300 MAX_HOST_WMI_AP_PS_PEER_PARAM_MAX_SP,
6301};
6302
6303#define WMI_HOST_UAPSD_AC_TYPE_DELI 0
6304#define WMI_HOST_UAPSD_AC_TYPE_TRIG 1
6305
6306#define WMI_HOST_UAPSD_AC_BIT_MASK(ac, type) \
6307 ((type == WMI_HOST_UAPSD_AC_TYPE_DELI) ? (1<<(ac<<1)) :\
6308 (1<<((ac<<1)+1)))
6309
6310enum wmi_host_ap_ps_peer_param_wnm_sleep {
6311 WMI_HOST_AP_PS_PEER_PARAM_WNM_SLEEP_ENABLE,
6312 WMI_HOST_AP_PS_PEER_PARAM_WNM_SLEEP_DISABLE,
6313};
6314
6315enum wmi_host_ap_ps_peer_param {
6316 /** Set uapsd configuration for a given peer.
6317 *
6318 * This will include the delivery and trigger enabled state for every AC.
6319 * The host MLME needs to set this based on AP capability and stations
6320 * request Set in the association request received from the station.
6321 *
6322 * Lower 8 bits of the value specify the UAPSD configuration.
6323 *
6324 * (see enum wmi_ap_ps_param_uapsd)
6325 * The default value is 0.
6326 */
6327 WMI_HOST_AP_PS_PEER_PARAM_UAPSD = 0,
6328
6329 /**
6330 * Set the service period for a UAPSD capable station
6331 *
6332 * The service period from wme ie in the (re)assoc request frame.
6333 *
6334 * (see enum wmi_ap_ps_peer_param_max_sp)
6335 */
6336 WMI_HOST_AP_PS_PEER_PARAM_MAX_SP = 1,
6337
6338 /** Time in seconds for aging out buffered frames
6339 * for STA in power save */
6340 WMI_HOST_AP_PS_PEER_PARAM_AGEOUT_TIME = 2,
6341
6342 /** Specify frame types that are considered SIFS
6343 * RESP trigger frame */
6344 WMI_HOST_AP_PS_PEER_PARAM_SIFS_RESP_FRMTYPE = 3,
6345
6346 /** Specifies the trigger state of TID.
6347 * Valid only for UAPSD frame type */
6348 WMI_HOST_AP_PS_PEER_PARAM_SIFS_RESP_UAPSD = 4,
6349
6350 /** Specifies the WNM sleep state of a STA */
6351 WMI_HOST_AP_PS_PEER_PARAM_WNM_SLEEP = 5,
6352};
6353#define WMI_HOST_RXERR_CRC 0x01 /* CRC error on frame */
6354#define WMI_HOST_RXERR_DECRYPT 0x08 /* non-Michael decrypt error */
6355#define WMI_HOST_RXERR_MIC 0x10 /* Michael MIC decrypt error */
6356#define WMI_HOST_RXERR_KEY_CACHE_MISS 0x20 /* No/incorrect key matter in h/w */
6357
6358enum wmi_host_sta_ps_param_uapsd {
6359 WMI_HOST_STA_PS_UAPSD_AC0_DELIVERY_EN = (1 << 0),
6360 WMI_HOST_STA_PS_UAPSD_AC0_TRIGGER_EN = (1 << 1),
6361 WMI_HOST_STA_PS_UAPSD_AC1_DELIVERY_EN = (1 << 2),
6362 WMI_HOST_STA_PS_UAPSD_AC1_TRIGGER_EN = (1 << 3),
6363 WMI_HOST_STA_PS_UAPSD_AC2_DELIVERY_EN = (1 << 4),
6364 WMI_HOST_STA_PS_UAPSD_AC2_TRIGGER_EN = (1 << 5),
6365 WMI_HOST_STA_PS_UAPSD_AC3_DELIVERY_EN = (1 << 6),
6366 WMI_HOST_STA_PS_UAPSD_AC3_TRIGGER_EN = (1 << 7),
6367};
6368
6369enum wmi_host_sta_ps_param_rx_wake_policy {
6370 /* Wake up when ever there is an RX activity on the VDEV. In this mode
6371 * the Power save SM(state machine) will come out of sleep by either
6372 * sending null frame (or) a data frame (with PS==0) in response to TIM
6373 * bit set in the received beacon frame from AP.
6374 */
6375 WMI_HOST_STA_PS_RX_WAKE_POLICY_WAKE = 0,
6376
6377 /* Here the power save state machine will not wakeup in response to TIM
6378 * bit, instead it will send a PSPOLL (or) UASPD trigger based on UAPSD
6379 * configuration setup by WMISET_PS_SET_UAPSD WMI command. When all
6380 * access categories are delivery-enabled, the station will send a UAPSD
6381 * trigger frame, otherwise it will send a PS-Poll.
6382 */
6383 WMI_HOST_STA_PS_RX_WAKE_POLICY_POLL_UAPSD = 1,
6384};
6385enum wmi_host_sta_ps_param_pspoll_count {
6386 WMI_HOST_STA_PS_PSPOLL_COUNT_NO_MAX = 0,
6387 /* Values greater than 0 indicate the maximum numer of PS-Poll frames FW
6388 * will send before waking up.
6389 */
6390};
6391/** Number of tx frames/beacon that cause the power save SM to wake up.
6392 *
6393 * Value 1 causes the SM to wake up for every TX. Value 0 has a special
6394 * meaning, It will cause the SM to never wake up. This is useful if you want
6395 * to keep the system to sleep all the time for some kind of test mode . host
6396 * can change this parameter any time. It will affect at the next tx frame.
6397 */
6398enum wmi_host_sta_ps_param_tx_wake_threshold {
6399 WMI_HOST_STA_PS_TX_WAKE_THRESHOLD_NEVER = 0,
6400 WMI_HOST_STA_PS_TX_WAKE_THRESHOLD_ALWAYS = 1,
6401
6402 /* Values greater than one indicate that many TX attempts per beacon
6403 * interval before the STA will wake up
6404 */
6405};
6406/*
6407 * Transmit power scale factor.
6408 *
6409 */
6410typedef enum {
6411 WMI_HOST_TP_SCALE_MAX = 0, /* no scaling (default) */
6412 WMI_HOST_TP_SCALE_50 = 1, /* 50% of max (-3 dBm) */
6413 WMI_HOST_TP_SCALE_25 = 2, /* 25% of max (-6 dBm) */
6414 WMI_HOST_TP_SCALE_12 = 3, /* 12% of max (-9 dBm) */
6415 WMI_HOST_TP_SCALE_MIN = 4, /* min, but still on */
6416 WMI_HOST_TP_SCALE_SIZE = 5, /* max num of enum */
6417} WMI_HOST_TP_SCALE;
6418enum {
6419 WMI_HOST_RATEPWR_TABLE_OPS_SET,
6420 WMI_HOST_RATEPWR_TABLE_OPS_GET,
6421};
6422/* reserved up through 0xF */
6423/**
6424 * struct wmi_host_dcs_mib_stats - WLAN IM stats from target to host
6425 * Below statistics are sent from target to host periodically.
6426 * These are collected at target as long as target is running
6427 * and target chip is not in sleep.
6428 * @listen_time:
6429 * @reg_tx_frame_cnt:
6430 * @reg_rx_frame_cnt:
6431 * @reg_rxclr_cnt:
6432 * @reg_cycle_cnt: delta cycle count
6433 * @reg_rxclr_ext_cnt:
6434 * @reg_ofdm_phyerr_cnt:
6435 * @reg_cck_phyerr_cnt: CCK err count since last reset, read from register
6436 */
6437typedef struct _hp_dcs_mib_stats {
6438 int32_t listen_time;
6439 uint32_t reg_tx_frame_cnt;
6440 uint32_t reg_rx_frame_cnt;
6441 uint32_t reg_rxclr_cnt;
6442 uint32_t reg_cycle_cnt;
6443 uint32_t reg_rxclr_ext_cnt;
6444 uint32_t reg_ofdm_phyerr_cnt;
6445 uint32_t reg_cck_phyerr_cnt;
6446} wmi_host_dcs_mib_stats_t;
6447
6448/**
6449 * struct wmi_host_dcs_im_tgt_stats - DCS IM target stats
6450 * @reg_tsf32: current running TSF from the TSF-1
6451 * @last_ack_rssi: Known last frame rssi, in case of multiple stations, if
6452 * and at different ranges, this would not gaurantee that
6453 * this is the least rssi.
6454 * @tx_waste_time: Sum of all the failed durations in the last
6455 * one second interval.
6456 * @rx_time: count how many times the hal_rxerr_phy is marked, in this
6457 * time period
6458 * @phyerr_cnt:
6459 * @mib_stats: wmi_host_dcs_mib_stats_t - collected mib stats as explained
6460 * in mib structure
Sathish Kumarba2b5da2016-11-08 14:58:29 +05306461 * @chan_nf: Channel noise floor (Units are in dBm)
6462 * @my_bss_rx_cycle_count: BSS rx cycle count
Govind Singh89727882016-04-15 13:58:27 +05306463 */
6464typedef struct _wmi_host_dcs_im_tgt_stats {
6465 uint32_t reg_tsf32;
6466 uint32_t last_ack_rssi;
6467 uint32_t tx_waste_time;
6468 uint32_t rx_time;
6469 uint32_t phyerr_cnt;
6470 wmi_host_dcs_mib_stats_t mib_stats;
Sathish Kumarba2b5da2016-11-08 14:58:29 +05306471 uint32_t chan_nf;
6472 uint32_t my_bss_rx_cycle_count;
Govind Singh89727882016-04-15 13:58:27 +05306473} wmi_host_dcs_im_tgt_stats_t;
6474
6475/**
6476 * Enum for pktlog req
6477 */
6478typedef enum {
6479 WMI_HOST_PKTLOG_EVENT_RX = 0x1,
6480 WMI_HOST_PKTLOG_EVENT_TX = 0x2,
6481 WMI_HOST_PKTLOG_EVENT_RCF = 0x4, /* Rate Control Find */
6482 WMI_HOST_PKTLOG_EVENT_RCU = 0x8, /* Rate Control Update */
6483 WMI_HOST_PKTLOG_EVENT_DBG_PRINT = 0x10, /* DEBUG prints */
6484 /* To support Smart Antenna */
6485 WMI_HOST_PKTLOG_EVENT_SMART_ANTENNA = 0x20,
6486 WMI_HOST_PKTLOG_EVENT_H_INFO = 0x40,
6487 WMI_HOST_PKTLOG_EVENT_STEERING = 0x80,
Sathish Kumar657402a2016-09-26 14:48:09 +05306488 /* To support Tx data Capture */
6489 WMI_HOST_PKTLOG_EVENT_TX_DATA_CAPTURE = 0x100,
Govind Singh89727882016-04-15 13:58:27 +05306490} WMI_HOST_PKTLOG_EVENT;
6491
6492/**
6493 * wmi_host_phyerr
6494 *
6495 */
6496#define WMI_HOST_PHY_ERROR_SPECTRAL_SCAN 0x26
6497#define WMI_HOST_PHY_ERROR_FALSE_RADAR_EXT 0x24
6498
6499#define WMI_HOST_AR900B_DFS_PHYERR_MASK 0x4
6500#define WMI_HOST_AR900B_SPECTRAL_PHYERR_MASK 0x4000000
6501
6502/**
6503 * struct wmi_host_perchain_rssi_info - per chain RSSI info
6504 * @rssi_pri20: RSSI on primary 20
6505 * @rssi_sec20: RSSI on secomdary 20
6506 * @rssi_sec40: RSSI secondary 40
6507 * @rssi_sec80: RSSI secondary 80
6508 */
6509typedef struct wmi_host_perchain_rssi_info {
6510 int8_t rssi_pri20;
6511 int8_t rssi_sec20;
6512 int8_t rssi_sec40;
6513 int8_t rssi_sec80;
6514} wmi_host_perchain_rssi_info_t;
6515
6516/**
6517 * struct _wmi_host_rf_info - RF measurement information
6518 * @rssi_comb: RSSI Information
6519 * @pc_rssi_info[4]: For now, we know we are getting information
6520 * for only 4 chains at max. For future extensions
6521 * use a define
6522 * @noise_floor: Noise floor information
6523 */
6524typedef struct _wmi_host_rf_info {
6525 int8_t rssi_comb;
6526 wmi_host_perchain_rssi_info_t pc_rssi_info[4];
6527 int16_t noise_floor[4];
6528} wmi_host_rf_info_t;
6529
6530/**
6531 * struct _wmi_host_chan_info
6532 * @center_freq1: center frequency 1 in MHz
6533 * @center_freq2: center frequency 2 in MHz -valid only for
6534 * 11ACVHT 80PLUS80 mode
6535 * @chan_width: channel width in MHz
6536 */
6537typedef struct _wmi_host_chan_info {
6538 u_int16_t center_freq1;
6539 u_int16_t center_freq2;
6540 u_int8_t chan_width;
6541} wmi_host_chan_info_t;
6542
6543/**
6544 * struct wmi_host_phyerr
6545 * @rf_info:
6546 * @chan_info:
6547 * @tsf64:
6548 * @phy_err_code:
6549 * @tsf_timestamp:
6550 * @bufp:
6551 * @buf_len:
6552 * @phy_err_mask0:
6553 * @phy_err_mask1:
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306554 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05306555 */
6556typedef struct _wmi_host_phyerr {
6557 wmi_host_rf_info_t rf_info;
6558 wmi_host_chan_info_t chan_info;
6559 uint64_t tsf64;
6560 int32_t phy_err_code;
6561 uint32_t tsf_timestamp;
6562 uint8_t *bufp;
6563 uint32_t buf_len;
6564 uint32_t phy_err_mask0;
6565 uint32_t phy_err_mask1;
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306566 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05306567} wmi_host_phyerr_t;
6568
6569/**
6570 * struct wmi_host_rtt_event_hdr
6571 * @req_id: request id
6572 * @status: status
6573 * @meas_done: measurement done flag
6574 * @meas_type: measurement type
6575 * @report_type: report type
6576 * @v3_status: v2 status
6577 * @v3_finish:
6578 * @v3_tm_start:
6579 * @num_ap: number of AP
6580 * @result: resuult
6581 * @dest_mac: destination mac
6582 */
6583typedef struct {
6584 uint16_t req_id;
6585 uint16_t status:1,
6586 meas_done:1,
6587 meas_type:3,
6588 report_type:3,
6589 v3_status:2,
6590 v3_finish:1,
6591 v3_tm_start:1,
6592 num_ap:4;
6593 uint16_t result;
6594 uint8_t dest_mac[IEEE80211_ADDR_LEN];
6595} wmi_host_rtt_event_hdr;
6596
6597/**
6598 * struct wmi_host_rtt_meas_event - RTT measurement event
6599 * @chain_mask:
6600 * @bw:
6601 * @rsvd:
6602 * @txrxchain_mask: Bit:0-3:chain mask
6603 * Bit 4-5: band width info
6604 * 00 --Legacy 20, 01 --HT/VHT20
6605 * 10 --HT/VHT40, 11 -- VHT80
6606 * @tod: resolution of 0.1ns
6607 * @toa: resolution of 0.1ns
6608 * @t3:
6609 * @t4:
6610 * @rssi0:
6611 * @rssi1:
6612 * @rssi2:
6613 * @rssi3:
6614 */
6615typedef struct {
6616 uint32_t chain_mask:3,
6617 bw:2,
6618 rsvd:27;
6619 uint32_t txrxchain_mask;
6620 uint64_t tod;
6621 uint64_t toa;
6622 uint64_t t3;
6623 uint64_t t4;
6624 uint32_t rssi0;
6625 uint32_t rssi1;
6626 uint32_t rssi2;
6627 uint32_t rssi3;
6628} wmi_host_rtt_meas_event;
6629
6630/*----RTT Report event definition ----*/
6631typedef enum {
6632 /* rtt cmd header parsing error --terminate */
6633 WMI_HOST_RTT_COMMAND_HEADER_ERROR = 0,
6634 /* rtt body parsing error -- skip current STA REQ */
6635 WMI_HOST_RTT_COMMAND_ERROR,
6636 /* rtt no resource -- terminate */
6637 WMI_HOST_RTT_MODULE_BUSY,
6638 /* STA exceed the support limit -- only server the first n STA */
6639 WMI_HOST_RTT_TOO_MANY_STA,
6640 /* any allocate failure */
6641 WMI_HOST_RTT_NO_RESOURCE,
6642 /* can not find vdev with vdev ID - skip current STA REQ */
6643 WMI_HOST_RTT_VDEV_ERROR,
6644 /* Tx failure -- continiue and measure number */
6645 WMI_HOST_RTT_TRANSIMISSION_ERROR,
6646 /* wait for first TM timer expire-terminate current STA measurement */
6647 WMI_HOST_RTT_TM_TIMER_EXPIRE,
6648 /* we do not support RTT measurement with this type of frame */
6649 WMI_HOST_RTT_FRAME_TYPE_NOSUPPORT,
6650 /* whole RTT measurement timer expire-terminate
6651 ** current STA measurement */
6652 WMI_HOST_RTT_TIMER_EXPIRE,
6653 /* channel swicth failed */
6654 WMI_HOST_RTT_CHAN_SWITCH_ERROR,
6655 /* TMR trans error, this dest peer will be skipped */
6656 WMI_HOST_RTT_TMR_TRANS_ERROR,
6657 /* V3 only. If both CFR and Token mismatch, do not report */
6658 WMI_HOST_RTT_NO_REPORT_BAD_CFR_TOKEN,
6659 /* For First TM, if CFR is bad, then do not report */
6660 WMI_HOST_RTT_NO_REPORT_FIRST_TM_BAD_CFR,
6661 /* do not allow report type2 mix with type 0, 1 */
6662 WMI_HOST_RTT_REPORT_TYPE2_MIX,
6663 /* LCI Configuration OK. - Responder only */
6664 WMI_HOST_RTT_LCI_CFG_OK,
6665 /* LCR configuration OK. - Responder only */
6666 WMI_HOST_RTT_LCR_CFG_OK,
6667 /* Bad configuration LCI (or) LCR request - Responder only */
6668 WMI_HOST_RTT_CFG_ERROR,
6669 WMI_HOST_WMI_RTT_REJECT_MAX,
6670} WMI_HOST_RTT_ERROR_INDICATOR;
6671typedef struct {
6672 wmi_host_rtt_event_hdr hdr;
6673 WMI_HOST_RTT_ERROR_INDICATOR reject_reason;
6674} wmi_host_rtt_error_report_event;
6675
6676#if defined(AR9888)
6677typedef enum {
6678 WMI_HOST_PROF_CPU_IDLE,
6679 WMI_HOST_PROF_PPDU_PROC,
6680 WMI_HOST_PROF_PPDU_POST,
6681 WMI_HOST_PROF_HTT_TX_INPUT,
6682 WMI_HOST_PROF_MSDU_ENQ,
6683 WMI_HOST_PROF_PPDU_POST_HAL,
6684 WMI_HOST_PROF_COMPUTE_TX_TIME,
6685
6686 /* Add new ID's above this. */
6687 WMI_HOST_PROF_MAX_ID,
6688} wmi_host_profile_id_t;
6689#endif
6690
6691#define WMI_HOST_WLAN_PROFILE_MAX_HIST 3
6692#define WMI_HOST_WLAN_PROFILE_MAX_BIN_CNT 32
6693
6694#if defined(AR9888)
6695#define WMI_HOST_MAX_PROFILE WMI_HOST_PROF_MAX_ID
6696#else
6697#define WMI_HOST_MAX_PROFILE WMI_HOST_WLAN_PROFILE_MAX_BIN_CNT
6698#endif
6699
6700/**
6701 * struct wmi_host_wlan_profile - Host profile param
6702 * @id: profile id
6703 * @cnt: Count
6704 * @tot:
6705 * @min: minimum
6706 * @max: Mac
6707 * @hist_intvl: history interval
6708 * @hist: profile data history
6709 */
6710typedef struct {
6711 uint32_t id;
6712 uint32_t cnt;
6713 uint32_t tot;
6714 uint32_t min;
6715 uint32_t max;
6716 uint32_t hist_intvl;
6717 uint32_t hist[WMI_HOST_WLAN_PROFILE_MAX_HIST];
6718} wmi_host_wlan_profile_t;
6719
6720/**
6721 * struct wmi_host_wlan_profile_ctx_t - profile context
6722 * @tot: time in us
6723 * @tx_msdu_cnt: MSDU TX count
6724 * @tx_mpdu_cnt: MPDU tx count
6725 * @tx_ppdu_cnt: PPDU tx count
6726 * @rx_msdu_cnt: MSDU RX count
6727 * @rx_mpdu_cnt: MPDU RXcount
6728 * @bin_count: Bin count
6729 */
6730typedef struct {
6731 uint32_t tot;
6732 uint32_t tx_msdu_cnt;
6733 uint32_t tx_mpdu_cnt;
6734 uint32_t tx_ppdu_cnt;
6735 uint32_t rx_msdu_cnt;
6736 uint32_t rx_mpdu_cnt;
6737 uint32_t bin_count;
6738} wmi_host_wlan_profile_ctx_t;
6739
6740/**
Govind Singh89727882016-04-15 13:58:27 +05306741 * struct wmi_host_chan_info_event - Channel info WMI event
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306742 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05306743 * @err_code: Error code
6744 * @freq: Channel freq
6745 * @cmd_flags: Read flags
6746 * @noise_floor: Noise Floor value
6747 * @rx_clear_count: rx clear count
6748 * @cycle_count: cycle count
6749 * @chan_tx_pwr_range: channel tx power per range
6750 * @chan_tx_pwr_tp: channel tx power per throughput
6751 * @rx_frame_count: rx frame count
6752 * @rx_11b_mode_data_duration: 11b mode data duration
6753 */
6754typedef struct {
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306755 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05306756 uint32_t err_code;
6757 uint32_t freq;
6758 uint32_t cmd_flags;
6759 uint32_t noise_floor;
6760 uint32_t rx_clear_count;
6761 uint32_t cycle_count;
6762 uint32_t chan_tx_pwr_range;
6763 uint32_t chan_tx_pwr_tp;
6764 uint32_t rx_frame_count;
6765 uint32_t rx_11b_mode_data_duration;
6766} wmi_host_chan_info_event;
6767
6768/**
6769 * struct wmi_host_pdev_channel_hopping_event
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306770 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05306771 * @noise_floor_report_iter: Noise threshold iterations with high values
6772 * @noise_floor_total_iter: Total noise threshold iterations
6773 */
6774typedef struct {
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306775 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05306776 uint32_t noise_floor_report_iter;
6777 uint32_t noise_floor_total_iter;
6778} wmi_host_pdev_channel_hopping_event;
6779
6780/**
6781 * struct wmi_host_pdev_bss_chan_info_event
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306782 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05306783 * @freq: Units in MHz
6784 * @noise_floor: units are dBm
6785 * @rx_clear_count_low:
6786 * @rx_clear_count_high:
6787 * @cycle_count_low:
6788 * @cycle_count_high:
6789 * @tx_cycle_count_low:
6790 * @tx_cycle_count_high:
6791 * @rx_cycle_count_low:
6792 * @rx_cycle_count_high:
6793 * @rx_bss_cycle_count_low:
6794 * @rx_bss_cycle_count_high:
6795 * @reserved:
6796 */
6797typedef struct {
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306798 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05306799 uint32_t freq;
6800 uint32_t noise_floor;
6801 uint32_t rx_clear_count_low;
6802 uint32_t rx_clear_count_high;
6803 uint32_t cycle_count_low;
6804 uint32_t cycle_count_high;
6805 uint32_t tx_cycle_count_low;
6806 uint32_t tx_cycle_count_high;
6807 uint32_t rx_cycle_count_low;
6808 uint32_t rx_cycle_count_high;
6809 uint32_t rx_bss_cycle_count_low;
6810 uint32_t rx_bss_cycle_count_high;
6811 uint32_t reserved;
6812} wmi_host_pdev_bss_chan_info_event;
6813
6814#define WMI_HOST_INST_STATS_INVALID_RSSI 0
6815/**
6816 * struct wmi_host_inst_stats_resp
6817 * @iRSSI: Instantaneous RSSI
6818 * @peer_macaddr: peer mac address
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306819 * @pdev_id: pdev_id
Govind Singh89727882016-04-15 13:58:27 +05306820 */
6821typedef struct {
6822 uint32_t iRSSI;
6823 wmi_host_mac_addr peer_macaddr;
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306824 uint32_t pdev_id;
Govind Singh89727882016-04-15 13:58:27 +05306825} wmi_host_inst_stats_resp;
6826
6827/* Event definition and new structure addition to send event
6828 * to host to block/unblock tx data traffic based on peer_ast_idx or vdev id
6829 */
6830#define WMI_HOST_INVALID_PEER_AST_INDEX 0xffff
6831#define WMI_HOST_TX_DATA_TRAFFIC_CTRL_BLOCK 0x1
6832#define WMI_HOST_TX_DATA_TRAFFIC_CTRL_UNBLOCK 0x2
6833/**
6834 * struct wmi_host_tx_data_traffic_ctrl_event
6835 * @peer_ast_idx: For vdev based control, peer_ast_idx will be
6836 * WMI_INVALID_PEER_AST_INDEX
6837 * @vdev_id: only applies if peer_ast_idx == INVALID
6838 * @ctrl_cmd: WMI_TX_DATA_TRAFFIC_CTRL_BLOCK or
6839 * WMI_TX_DATA_TRAFFIC_CTRL_UNBLOCK
6840 */
6841typedef struct {
6842 uint32_t peer_ast_idx;
6843 uint32_t vdev_id;
6844 uint32_t ctrl_cmd;
6845} wmi_host_tx_data_traffic_ctrl_event;
6846
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05306847enum {
6848 WMI_HOST_ATF_PEER_STATS_DISABLED = 0,
6849 WMI_HOST_ATF_PEER_STATS_ENABLED = 1,
6850};
6851
6852#define WMI_HOST_ATF_PEER_STATS_GET_PEER_AST_IDX(token_info) \
6853 (token_info.field1 & 0xffff)
6854
6855#define WMI_HOST_ATF_PEER_STATS_GET_USED_TOKENS(token_info) \
6856 ((token_info.field2 & 0xffff0000) >> 16)
6857
6858#define WMI_HOST_ATF_PEER_STATS_GET_UNUSED_TOKENS(token_info) \
6859 (token_info.field2 & 0xffff)
6860
6861#define WMI_HOST_ATF_PEER_STATS_SET_PEER_AST_IDX(token_info, peer_ast_idx) \
6862 do { \
6863 token_info.field1 &= 0xffff0000; \
6864 token_info.field1 |= ((peer_ast_idx) & 0xffff); \
6865 } while (0)
6866
6867#define WMI_HOST_ATF_PEER_STATS_SET_USED_TOKENS(token_info, used_token) \
6868 do { \
6869 token_info.field2 &= 0x0000ffff; \
6870 token_info.field2 |= (((used_token) & 0xffff) << 16); \
6871 } while (0)
6872
6873#define WMI_HOST_ATF_PEER_STATS_SET_UNUSED_TOKENS(token_info, unused_token) \
6874 do { \
6875 token_info.field2 &= 0xffff0000; \
6876 token_info.field2 |= ((unused_token) & 0xffff); \
6877 } while (0)
6878
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306879/**
6880 * struct wmi_host_atf_peer_stats_info
6881 * @field1: bits 15:0 peer_ast_index WMI_ATF_PEER_STATS_GET_PEER_AST_IDX
6882 * bits 31:16 reserved
6883 * @field2: bits 15:0 used tokens WMI_ATF_PEER_STATS_GET_USED_TOKENS
6884 * bits 31:16 unused tokens WMI_ATF_PEER_STATS_GET_UNUSED_TOKENS
6885 * @field3: for future use
6886 */
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05306887typedef struct {
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05306888 uint32_t field1;
6889 uint32_t field2;
6890 uint32_t field3;
6891} wmi_host_atf_peer_stats_info;
6892
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306893/**
6894 * struct wmi_host_atf_peer_stats_event
6895 * @pdev_id: pdev_id
6896 * @num_atf_peers: number of peers in token_info_list
6897 * @comp_usable_airtime: computed usable airtime in tokens
6898 * @reserved[4]: reserved for future use
6899 * @wmi_host_atf_peer_stats_info token_info_list: list of num_atf_peers
6900 */
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05306901typedef struct {
Kiran Venkatappa6e7bb5e2017-02-08 14:51:13 +05306902 uint32_t pdev_id;
6903 uint32_t num_atf_peers;
6904 uint32_t comp_usable_airtime;
6905 uint32_t reserved[4];
6906 wmi_host_atf_peer_stats_info token_info_list[1];
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05306907} wmi_host_atf_peer_stats_event;
6908
Govind Singh89727882016-04-15 13:58:27 +05306909/**
6910 * struct wmi_host_ath_dcs_cw_int
6911 * @channel: either number or freq in mhz
6912 */
6913typedef struct {
6914 uint32_t channel;
6915} wmi_host_ath_dcs_cw_int;
Govind Singhc10bde82016-05-02 17:59:24 +05306916
6917#define WMI_MAX_POWER_DBG_ARGS 8
6918
6919/**
6920 * struct wmi_power_dbg_params - power debug command parameter
6921 * @pdev_id: subsystem identifier
6922 * @module_id: parameter id
6923 * @num_arg: no of arguments
6924 * @args: arguments
6925 */
6926struct wmi_power_dbg_params {
6927 uint32_t pdev_id;
6928 uint32_t module_id;
6929 uint32_t num_args;
6930 uint32_t args[WMI_MAX_POWER_DBG_ARGS];
6931};
6932
Gupta, Kapil7b768002016-04-25 19:14:19 +05306933/**
6934 * struct wmi_adaptive_dwelltime_params - the adaptive dwelltime params
6935 * @vdev_id: vdev id
6936 * @is_enabled: Adaptive dwell time is enabled/disabled
6937 * @dwelltime_mode: global default adaptive dwell mode
6938 * @lpf_weight: weight to calculate the average low pass
6939 * filter for channel congestion
6940 * @passive_mon_intval: intval to monitor wifi activity in passive scan in msec
6941 * @wifi_act_threshold: % of wifi activity used in passive scan 0-100
6942 *
6943 */
6944struct wmi_adaptive_dwelltime_params {
6945 uint32_t vdev_id;
6946 bool is_enabled;
6947 enum wmi_dwelltime_adaptive_mode dwelltime_mode;
6948 uint8_t lpf_weight;
6949 uint8_t passive_mon_intval;
6950 uint8_t wifi_act_threshold;
6951};
Govind Singhc7cd2d62016-06-21 14:33:26 +05306952
6953/**
Kapil Guptaf6eb7312017-02-24 15:50:03 +05306954 * struct wmi_per_roam_config - per based roaming parameters
6955 * @enable: if PER based roaming is enabled/disabled
6956 * @tx_high_rate_thresh: high rate threshold at which PER based
6957 * roam will stop in tx path
6958 * @rx_high_rate_thresh: high rate threshold at which PER based
6959 * roam will stop in rx path
6960 * @tx_low_rate_thresh: rate below which traffic will be considered
6961 * for PER based roaming in Tx path
6962 * @rx_low_rate_thresh: rate below which traffic will be considered
6963 * for PER based roaming in Tx path
6964 * @tx_rate_thresh_percnt: % above which when traffic is below low_rate_thresh
6965 * will be considered for PER based scan in tx path
6966 * @rx_rate_thresh_percnt: % above which when traffic is below low_rate_thresh
6967 * will be considered for PER based scan in rx path
6968 * @per_rest_time: time for which PER based roam will wait once it
6969 * issues a roam scan.
Kapil Gupta7dae4262017-02-13 15:51:52 +05306970 * @tx_per_mon_time: Minimum time required to be considered as valid scenario
6971 * for PER based roam in tx path
6972 * @rx_per_mon_time: Minimum time required to be considered as valid scenario
6973 * for PER based roam in rx path
Kapil Guptaf6eb7312017-02-24 15:50:03 +05306974 */
6975struct wmi_per_roam_config {
6976 uint32_t enable;
6977 uint32_t tx_high_rate_thresh;
6978 uint32_t rx_high_rate_thresh;
6979 uint32_t tx_low_rate_thresh;
6980 uint32_t rx_low_rate_thresh;
6981 uint32_t tx_rate_thresh_percnt;
6982 uint32_t rx_rate_thresh_percnt;
6983 uint32_t per_rest_time;
Kapil Gupta7dae4262017-02-13 15:51:52 +05306984 uint32_t tx_per_mon_time;
6985 uint32_t rx_per_mon_time;
Kapil Guptaf6eb7312017-02-24 15:50:03 +05306986};
6987
6988/**
6989 * struct wmi_per_roam_config_req: PER based roaming config request
6990 * @vdev_id: vdev id on which config needs to be set
6991 * @per_config: PER config
6992 */
6993struct wmi_per_roam_config_req {
6994 uint8_t vdev_id;
6995 struct wmi_per_roam_config per_config;
6996};
6997
6998/**
Govind Singhc7cd2d62016-06-21 14:33:26 +05306999 * struct wmi_fw_dump_seg_req - individual segment details
7000 * @seg_id - segment id.
7001 * @seg_start_addr_lo - lower address of the segment.
7002 * @seg_start_addr_hi - higher address of the segment.
7003 * @seg_length - length of the segment.
7004 * @dst_addr_lo - lower address of the destination buffer.
7005 * @dst_addr_hi - higher address of the destination buffer.
7006 *
7007 * This structure carries the information to firmware about the
7008 * individual segments. This structure is part of firmware memory
7009 * dump request.
7010 */
7011struct wmi_fw_dump_seg_req {
7012 uint8_t seg_id;
7013 uint32_t seg_start_addr_lo;
7014 uint32_t seg_start_addr_hi;
7015 uint32_t seg_length;
7016 uint32_t dst_addr_lo;
7017 uint32_t dst_addr_hi;
7018};
7019
7020/**
7021 * enum wmi_userspace_log_level - Log level at userspace
7022 * @WMI_LOG_LEVEL_NO_COLLECTION: verbose_level 0 corresponds to no collection
7023 * @WMI_LOG_LEVEL_NORMAL_COLLECT: verbose_level 1 correspond to normal log
7024 * level with minimal user impact. This is the default value.
7025 * @WMI_LOG_LEVEL_ISSUE_REPRO: verbose_level 2 are enabled when user is lazily
7026 * trying to reproduce a problem, wifi performances and power can be impacted
7027 * but device should not otherwise be significantly impacted
7028 * @WMI_LOG_LEVEL_ACTIVE: verbose_level 3+ are used when trying to
7029 * actively debug a problem
7030 *
7031 * Various log levels defined in the userspace for logging applications
7032 */
7033enum wmi_userspace_log_level {
7034 WMI_LOG_LEVEL_NO_COLLECTION,
7035 WMI_LOG_LEVEL_NORMAL_COLLECT,
7036 WMI_LOG_LEVEL_ISSUE_REPRO,
7037 WMI_LOG_LEVEL_ACTIVE,
7038};
7039
Padma, Santhosh Kumar73524052016-09-11 18:24:59 +05307040/**
7041 * struct encrypt_decrypt_req_params - encrypt/decrypt params
7042 * @vdev_id: virtual device id
7043 * @key_flag: This indicates firmware to encrypt/decrypt payload
7044 * see ENCRYPT_DECRYPT_FLAG
7045 * @key_idx: Index used in storing key
7046 * @key_cipher: cipher used for encryption/decryption
7047 * Eg: see WMI_CIPHER_AES_CCM for CCMP
7048 * @key_len: length of key data
7049 * @key_txmic_len: length of Tx MIC
7050 * @key_rxmic_len: length of Rx MIC
7051 * @key_data: Key
7052 * @pn: packet number
7053 * @mac_header: MAC header
7054 * @data_len: length of data
7055 * @data: pointer to payload
7056 */
7057struct encrypt_decrypt_req_params {
7058 uint32_t vdev_id;
7059 uint8_t key_flag;
7060 uint32_t key_idx;
7061 uint32_t key_cipher;
7062 uint32_t key_len;
7063 uint32_t key_txmic_len;
7064 uint32_t key_rxmic_len;
7065 uint8_t key_data[MAC_MAX_KEY_LENGTH];
7066 uint8_t pn[MAC_PN_LENGTH];
7067 uint8_t mac_header[MAX_MAC_HEADER_LEN];
7068 uint32_t data_len;
7069 uint8_t *data;
7070};
7071
Kiran Venkatappa176fe6c2016-12-26 15:38:06 +05307072/*
7073 * HW mode config type replicated from FW header
7074 * @WMI_HOST_HW_MODE_SINGLE: Only one PHY is active.
7075 * @WMI_HOST_HW_MODE_DBS: Both PHYs are active in different bands,
7076 * one in 2G and another in 5G.
7077 * @WMI_HOST_HW_MODE_SBS_PASSIVE: Both PHYs are in passive mode (only rx) in
7078 * same band; no tx allowed.
7079 * @WMI_HOST_HW_MODE_SBS: Both PHYs are active in the same band.
7080 * Support for both PHYs within one band is planned
7081 * for 5G only(as indicated in WMI_MAC_PHY_CAPABILITIES),
7082 * but could be extended to other bands in the future.
7083 * The separation of the band between the two PHYs needs
7084 * to be communicated separately.
7085 * @WMI_HOST_HW_MODE_DBS_SBS: 3 PHYs, with 2 on the same band doing SBS
7086 * as in WMI_HW_MODE_SBS, and 3rd on the other band
Kiran Venkatappaaf1dae32016-12-23 19:58:54 +05307087 * @WMI_HOST_HW_MODE_MAX: Max hw_mode_id. Used to indicate invalid mode.
Kiran Venkatappa176fe6c2016-12-26 15:38:06 +05307088 */
7089enum wmi_host_hw_mode_config_type {
7090 WMI_HOST_HW_MODE_SINGLE = 0,
7091 WMI_HOST_HW_MODE_DBS = 1,
7092 WMI_HOST_HW_MODE_SBS_PASSIVE = 2,
7093 WMI_HOST_HW_MODE_SBS = 3,
7094 WMI_HOST_HW_MODE_DBS_SBS = 4,
Kiran Venkatappaaf1dae32016-12-23 19:58:54 +05307095 WMI_HOST_HW_MODE_MAX,
Kiran Venkatappa176fe6c2016-12-26 15:38:06 +05307096};
7097
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05307098/*
7099 * struct wmi_host_peer_txmu_cnt_event
7100 * @tx_mu_transmitted - MU-MIMO tx count
7101 */
7102typedef struct {
7103 uint32_t tx_mu_transmitted;
7104} wmi_host_peer_txmu_cnt_event;
7105
Manikandan Mohan7e5ad482016-12-13 13:14:06 -08007106#define MAX_SAR_LIMIT_ROWS_SUPPORTED 64
7107/**
7108 * struct sar_limit_cmd_row - sar limts row
7109 * @band_id: Optional param for frequency band
7110 * @chain_id: Optional param for antenna chain id
7111 * @mod_id: Optional param for modulation scheme
7112 * @limit_value: Mandatory param providing power limits in steps of 0.5 dbm
7113 * @validity_bitmap: bitmap of valid optional params in sar_limit_cmd_row struct
7114 */
7115struct sar_limit_cmd_row {
7116 uint32_t band_id;
7117 uint32_t chain_id;
7118 uint32_t mod_id;
7119 uint32_t limit_value;
7120 uint32_t validity_bitmap;
7121};
7122
7123/**
7124 * struct sar_limit_cmd_params - sar limts params
7125 * @sar_enable: flag to enable SAR
7126 * @num_limit_rows: number of items in sar_limits
7127 * @commit_limits: indicates firmware to start apply new SAR values
7128 * @sar_limit_row_list: pointer to array of sar limit rows
7129 */
7130struct sar_limit_cmd_params {
7131 uint32_t sar_enable;
7132 uint32_t num_limit_rows;
7133 uint32_t commit_limits;
7134 struct sar_limit_cmd_row *sar_limit_row_list;
7135};
7136
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05307137/*
7138 * struct wmi_peer_gid_userpos_list_event
7139 * @usr_list - User list
7140 */
7141#define GID_OVERLOAD_GROUP_COUNT 15
7142typedef struct {
7143 uint32_t usr_list[GID_OVERLOAD_GROUP_COUNT];
7144} wmi_host_peer_gid_userpos_list_event;
7145
7146#define WMI_HOST_BOARD_MCN_STRING_MAX_SIZE 19
7147#define WMI_HOST_BOARD_MCN_STRING_BUF_SIZE \
7148 (WMI_HOST_BOARD_MCN_STRING_MAX_SIZE+1) /* null-terminator */
7149
7150typedef struct {
7151 uint32_t software_cal_version;
7152 uint32_t board_cal_version;
7153 /* board_mcn_detail:
7154 * Provide a calibration message string for the host to display.
7155 * Note: on a big-endian host, the 4 bytes within each A_UINT32 portion
7156 * of a WMI message will be automatically byteswapped by the copy engine
7157 * as the messages are transferred between host and target, to convert
7158 * between the target's little-endianness and the host's big-endianness.
7159 * Consequently, a big-endian host should manually unswap the bytes
7160 * within the board_mcn_detail string buffer to get the bytes back into
7161 * the desired natural order.
7162 */
7163 uint8_t board_mcn_detail[WMI_HOST_BOARD_MCN_STRING_BUF_SIZE];
7164 uint32_t cal_ok; /* filled with CALIBRATION_STATUS enum value */
7165} wmi_host_pdev_check_cal_version_event;
7166
Kiran Venkatappa4110f0a2016-12-27 22:51:29 +05307167/**
7168 * enum WMI_HOST_CALIBRATION_STATUS - Host defined Enums for cal status
7169 * @WMI_HOST_NO_FEATURE: The board was calibrated with a meta
7170 * which did not have this feature
7171 * @WMI_HOST_CALIBRATION_OK: The calibration status is OK
7172 * @WMI_HOST_CALIBRATION_NOT_OK: The calibration status is NOT OK
7173 */
7174enum WMI_HOST_CALIBRATION_STATUS {
7175 WMI_HOST_NO_FEATURE = 0,
7176 WMI_HOST_CALIBRATION_OK,
7177 WMI_HOST_CALIBRATION_NOT_OK,
7178};
7179
Sathish Kumar617535c2017-01-24 17:51:26 +05307180/**
7181 * struct wmi_host_pdev_utf_event - Host defined struct to hold utf event data
7182 * @data: Pointer to data
7183 * @datalen: Data length
7184 *
7185 */
7186struct wmi_host_pdev_utf_event {
7187 uint8_t *data;
7188 uint16_t datalen;
Kiran Venkatappa2a93f6f2017-02-28 12:42:36 +05307189 uint32_t pdev_id;
Sathish Kumar617535c2017-01-24 17:51:26 +05307190};
7191
Kiran Venkatappa9b7a9592016-12-29 18:09:32 +05307192/**
Kiran Venkatappa3d514982017-02-28 14:19:17 +05307193 * struct wmi_host_pdev_qvit_event - Host defined struct to hold qvit event data
7194 * @data: Pointer to data
7195 * @datalen: Data length
7196 *
7197 */
7198struct wmi_host_pdev_qvit_event {
7199 uint8_t *data;
7200 uint16_t datalen;
7201 uint32_t pdev_id;
7202};
7203
7204/**
Vijay Pamidipatiadd0ba72017-01-17 12:53:05 +05307205 * struct wmi_host_peer_delete_response_event - Peer Delete response event param
7206 * @vdev_id: vdev id
7207 * @mac_address: Peer Mac Address
7208 *
7209 */
7210struct wmi_host_peer_delete_response_event {
7211 uint32_t vdev_id;
7212 struct qdf_mac_addr mac_address;
7213};
7214
7215/**
Kiran Venkatappa9b7a9592016-12-29 18:09:32 +05307216 * @struct wmi_host_dcs_interference_param
7217 * @interference_type: Type of DCS Interference
7218 * @uint32_t pdev_id: pdev id
7219 */
7220struct wmi_host_dcs_interference_param {
7221 uint32_t interference_type;
7222 uint32_t pdev_id;
7223};
7224
Kiran Venkatappa9f5fcc02016-12-29 22:07:14 +05307225/*
7226 * struct wmi_host_fips_event_param: FIPS event param
7227 * @pdev_id: pdev id
7228 * @error_status: Error status: 0 (no err), 1, or OPER_TIMEOUR
7229 * @data_len: FIPS data lenght
7230 * @data: pointer to data
7231 */
7232struct wmi_host_fips_event_param {
7233 uint32_t pdev_id;
7234 uint32_t error_status;
7235 uint32_t data_len;
7236 uint32_t *data;
7237};
Kiran Venkatappa3f061a92017-02-08 14:57:16 +05307238
7239/**
7240 * struct wmi_host_proxy_ast_reserve_param
7241 * @pdev_id: pdev id
7242 * @result: result
7243 */
7244struct wmi_host_proxy_ast_reserve_param {
7245 uint32_t pdev_id;
7246 uint32_t result;
7247};
Kiran Venkatappaaf1dae32016-12-23 19:58:54 +05307248
7249/**
7250 * struct wmi_host_pdev_band_to_mac - freq range for mac
7251 * @pdev_id: PDEV ID to identifiy mac
7252 * @start_freq: start frequency value
7253 * @end_freq: end frequency value
7254 */
7255struct wmi_host_pdev_band_to_mac {
7256 uint32_t pdev_id;
7257 uint32_t start_freq;
7258 uint32_t end_freq;
7259};
7260#define WMI_HOST_MAX_PDEV 3
7261
7262/**
7263 * struct wmi_init_cmd_param - INIT command params
7264 * @target_resource_config: pointer to resource config
7265 * @num_mem_chunks: number of memory chunks
7266 * @struct wmi_host_mem_chunk: pointer to memory chunks
7267 * @hw_mode_index: HW mode index chosen
7268 * @num_band_to_mac: Number of band to mac setting
7269 * @struct wmi_host_pdev_band_to_mac: band to mac setting
7270 */
7271struct wmi_init_cmd_param {
7272 target_resource_config *res_cfg;
7273 uint8_t num_mem_chunks;
7274 struct wmi_host_mem_chunk *mem_chunks;
7275 uint32_t hw_mode_id;
7276 uint32_t num_band_to_mac;
7277 struct wmi_host_pdev_band_to_mac band_to_mac[WMI_HOST_MAX_PDEV];
7278};
Sathish Kumar907a7462017-02-27 10:35:40 +05307279
7280/**
7281 * struct pdev_csa_switch_count_status - CSA switch count status event param
7282 * @pdev_id: Physical device identifier
7283 * @current_switch_count: Current CSA switch count
7284 * @num_vdevs: Number of vdevs that need restart
7285 * @vdev_ids: Array containing the vdev ids that need restart
7286 */
7287struct pdev_csa_switch_count_status {
7288 uint32_t pdev_id;
7289 uint32_t current_switch_count;
7290 uint32_t num_vdevs;
7291 uint32_t *vdev_ids;
7292};
7293
Dustin Brown4def3162017-01-13 15:24:07 -08007294/**
7295 * enum wmi_host_active-bpf_mode - FW_ACTIVE_BPF_MODE, replicated from FW header
7296 * @WMI_HOST_ACTIVE_BPF_DISABLED: BPF is disabled for all packets in active mode
7297 * @WMI_HOST_ACTIVE_BPF_ENABLED: BPF is enabled for all packets in active mode
7298 * @WMI_HOST_ACTIVE_BPF_ADAPTIVE: BPF is enabled for packets up to some
7299 * threshold in active mode
7300 */
7301enum wmi_host_active_bpf_mode {
7302 WMI_HOST_ACTIVE_BPF_DISABLED = (1 << 1),
7303 WMI_HOST_ACTIVE_BPF_ENABLED = (1 << 2),
7304 WMI_HOST_ACTIVE_BPF_ADAPTIVE = (1 << 3)
7305};
7306
Sathish Kumar7e2eaed2016-11-14 17:44:29 +05307307#endif /* _WMI_UNIFIED_PARAM_H_ */