/* * Copyright (c) 2016-2021 The Linux Foundation. All rights reserved. * Copyright (c) 2021-2024 Qualcomm Innovation Center, Inc. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the * above copyright notice and this permission notice appear in all * copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE * AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ /* * This file contains the API definitions for the Unified Wireless Module * Interface (WMI). */ #ifndef _WMI_UNIFIED_PARAM_H_ #define _WMI_UNIFIED_PARAM_H_ #include #ifdef FEATURE_WLAN_TDLS #include #endif #ifdef WLAN_CONV_SPECTRAL_ENABLE #include #endif /* WLAN_CONV_SPECTRAL_ENABLE */ #include "wifi_pos_public_struct.h" #include #include #include #ifndef ENABLE_HOST_TO_TARGET_CONVERSION #include #endif #include #define MAC_MAX_KEY_LENGTH 32 #define MAC_PN_LENGTH 8 #define MAX_MAC_HEADER_LEN 32 #define MIN_MAC_HEADER_LEN 24 #define QOS_CONTROL_LEN 2 #define WMI_MAC_MAX_SSID_LENGTH 32 #ifndef CONFIG_HL_SUPPORT #define mgmt_tx_dl_frm_len 64 #else #define mgmt_tx_dl_frm_len 1532 #endif #define WMI_SMPS_MASK_LOWER_16BITS 0xFF #define WMI_SMPS_MASK_UPPER_3BITS 0x7 #define WMI_SMPS_PARAM_VALUE_S 29 #define WMI_UNIT_TEST_MAX_NUM_ARGS 100 /* The size of the utc time in bytes. */ #define WMI_SIZE_UTC_TIME (10) /* The size of the utc time error in bytes. */ #define WMI_SIZE_UTC_TIME_ERROR (5) #ifdef WLAN_MCC_MIN_CHANNEL_QUOTA #define WMI_MCC_MIN_CHANNEL_QUOTA WLAN_MCC_MIN_CHANNEL_QUOTA #define WMI_MCC_MAX_CHANNEL_QUOTA (100 - WLAN_MCC_MIN_CHANNEL_QUOTA) #else #define WMI_MCC_MIN_CHANNEL_QUOTA 20 #define WMI_MCC_MAX_CHANNEL_QUOTA 80 #endif #define WMI_MCC_MIN_NON_ZERO_CHANNEL_LATENCY 30 #ifdef WMI_AP_SUPPORT #define WMI_BEACON_TX_BUFFER_SIZE (2500) #else #define WMI_BEACON_TX_BUFFER_SIZE (512) #endif #define WMI_WIFI_SCANNING_MAC_OUI_LENGTH 3 #define WMI_EXTSCAN_MAX_SIGNIFICANT_CHANGE_APS 64 #define WMI_RSSI_THOLD_DEFAULT -300 #define WMI_NLO_FREQ_THRESH 1000 #define WMI_SEC_TO_MSEC(sec) (sec * 1000) #define WMI_MSEC_TO_USEC(msec) (msec * 1000) #define WMI_ETH_LEN 64 #define WMI_QOS_NUM_TSPEC_MAX 2 #define WMI_IPV4_ADDR_LEN 4 #define WMI_KEEP_ALIVE_NULL_PKT 1 #define WMI_KEEP_ALIVE_UNSOLICIT_ARP_RSP 2 #define WMI_KEEP_ALIVE_MGMT_FRAME 5 #define WMI_MAC_MAX_KEY_LENGTH 32 #define WMI_KRK_KEY_LEN 16 #ifdef WLAN_FEATURE_ROAM_OFFLOAD #define WMI_BTK_KEY_LEN 32 #define WMI_ROAM_R0KH_ID_MAX_LEN 48 #endif #define WMI_NOISE_FLOOR_DBM_DEFAULT (-96) #define WMI_EXTSCAN_MAX_HOTLIST_SSIDS 8 #define WMI_ROAM_MAX_CHANNELS 80 #ifdef FEATURE_WLAN_EXTSCAN #define WMI_MAX_EXTSCAN_MSG_SIZE 1536 #define WMI_EXTSCAN_REST_TIME 100 #define WMI_EXTSCAN_MAX_SCAN_TIME 50000 #define WMI_EXTSCAN_BURST_DURATION 150 #endif #define WMI_SCAN_NPROBES_DEFAULT (2) #define WMI_SEC_TO_MSEC(sec) (sec * 1000) /* sec to msec */ #define WMI_MSEC_TO_USEC(msec) (msec * 1000) /* msec to usec */ #define WMI_NLO_FREQ_THRESH 1000 /* in MHz */ #define WMI_SVC_MSG_MAX_SIZE 1536 #define MAX_UTF_EVENT_LENGTH 2048 #define MAX_WMI_UTF_LEN 252 #define MAX_WMI_QVIT_LEN 252 #define THERMAL_LEVELS 4 #define WMI_HOST_BCN_FLT_MAX_SUPPORTED_IES 256 #define WMI_HOST_BCN_FLT_MAX_ELEMS_IE_LIST \ (WMI_HOST_BCN_FLT_MAX_SUPPORTED_IES/32) #define LTEU_MAX_BINS 10 #define ATF_ACTIVED_MAX_CLIENTS 50 #define ATF_ACTIVED_MAX_ATFGROUPS 16 #define CTL_5G_SIZE 1536 #define CTL_2G_SIZE 684 #define MAX_CTL_SIZE (CTL_5G_SIZE > CTL_2G_SIZE ? CTL_5G_SIZE : CTL_2G_SIZE) #define MAX_PWTAB_SIZE 3392 #define IEEE80211_MICBUF_SIZE (8+8) #define IEEE80211_TID_SIZE 17 #define WME_NUM_AC 4 #define SMART_ANT_MODE_SERIAL 0 #define SMART_ANT_MODE_PARALLEL 1 #define IEEE80211_WEP_NKID 4 /* number of key ids */ #define WPI_IV_LEN 16 #define WMI_SCAN_MAX_NUM_BSSID 10 #define MAX_CHANS 1023 #define TARGET_OEM_CONFIGURE_LCI 0x0A #define RTT_LCI_ALTITUDE_MASK 0x3FFFFFFF #define TARGET_OEM_CONFIGURE_LCR 0x09 #define RTT_TIMEOUT_MS 180 #define MAX_SUPPORTED_RATES 128 #define WMI_HOST_MAX_BUFFER_SIZE 1712 #define WMI_HAL_MAX_SANTENNA 4 #define WMI_HOST_PDEV_VI_PRIORITY_BIT (1<<2) #define WMI_HOST_PDEV_BEACON_PRIORITY_BIT (1<<4) #define WMI_HOST_PDEV_MGMT_PRIORITY_BIT (1<<5) #define WMI_MAX_CMDS 1024 #define FIPS_ALIGN 4 #define FIPS_ALIGNTO(__addr, __to) \ ((((unsigned long int)(__addr)) + (__to) - 1) & ~((__to) - 1)) #define FIPS_IS_ALIGNED(__addr, __to) \ (!(((unsigned long int)(__addr)) & ((__to)-1))) #define WMI_HOST_MAX_SERIAL_ANTENNA 2 #define WMI_SMART_ANT_MAX_RATE_SERIES 2 #define WMI_HOST_F_MS(_v, _f) \ (((_v) & (_f)) >> (_f##_S)) #define WMI_HOST_F_RMW(_var, _v, _f) \ do { \ (_var) &= ~(_f); \ (_var) |= (((_v) << (_f##_S)) & (_f)); \ } while (0) /* vdev capabilities bit mask */ #define WMI_HOST_VDEV_BEACON_SUPPORT 0x1 #define WMI_HOST_VDEV_WDS_LRN_ENABLED 0x2 #define WMI_HOST_VDEV_VOW_ENABLED 0x4 #define WMI_HOST_VDEV_IS_BEACON_SUPPORTED(param) \ ((param) & WMI_HOST_VDEV_BEACON_SUPPORT) #define WMI_HOST_VDEV_IS_WDS_LRN_ENABLED(param) \ ((param) & WMI_HOST_VDEV_WDS_LRN_ENABLED) #define WMI_HOST_VDEV_IS_VOW_ENABLED(param) \ ((param) & WMI_HOST_VDEV_VOW_ENABLED) /* TXBF capabilities masks */ #define WMI_HOST_TXBF_CONF_SU_TX_BFEE_S 0 #define WMI_HOST_TXBF_CONF_SU_TX_BFEE_M 0x1 #define WMI_HOST_TXBF_CONF_SU_TX_BFEE \ (WMI_HOST_TXBF_CONF_SU_TX_BFEE_M << WMI_HOST_TXBF_CONF_SU_TX_BFEE_S) #define WMI_HOST_TXBF_CONF_SU_TX_BFEE_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_SU_TX_BFEE) #define WMI_HOST_TXBF_CONF_SU_TX_BFEE_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_SU_TX_BFEE) #define WMI_HOST_TXBF_CONF_MU_TX_BFEE_S 1 #define WMI_HOST_TXBF_CONF_MU_TX_BFEE_M 0x1 #define WMI_HOST_TXBF_CONF_MU_TX_BFEE \ (WMI_HOST_TXBF_CONF_MU_TX_BFEE_M << WMI_HOST_TXBF_CONF_MU_TX_BFEE_S) #define WMI_HOST_TXBF_CONF_MU_TX_BFEE_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_MU_TX_BFEE) #define WMI_HOST_TXBF_CONF_MU_TX_BFEE_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_MU_TX_BFEE) #define WMI_HOST_TXBF_CONF_SU_TX_BFER_S 2 #define WMI_HOST_TXBF_CONF_SU_TX_BFER_M 0x1 #define WMI_HOST_TXBF_CONF_SU_TX_BFER \ (WMI_HOST_TXBF_CONF_SU_TX_BFER_M << WMI_HOST_TXBF_CONF_SU_TX_BFER_S) #define WMI_HOST_TXBF_CONF_SU_TX_BFER_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_SU_TX_BFER) #define WMI_HOST_TXBF_CONF_SU_TX_BFER_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_SU_TX_BFER) #define WMI_HOST_TXBF_CONF_MU_TX_BFER_S 3 #define WMI_HOST_TXBF_CONF_MU_TX_BFER_M 0x1 #define WMI_HOST_TXBF_CONF_MU_TX_BFER \ (WMI_HOST_TXBF_CONF_MU_TX_BFER_M << WMI_HOST_TXBF_CONF_MU_TX_BFER_S) #define WMI_HOST_TXBF_CONF_MU_TX_BFER_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_MU_TX_BFER) #define WMI_HOST_TXBF_CONF_MU_TX_BFER_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_MU_TX_BFER) #define WMI_HOST_TXBF_CONF_STS_CAP_S 4 #define WMI_HOST_TXBF_CONF_STS_CAP_M 0x7 #define WMI_HOST_TXBF_CONF_STS_CAP \ (WMI_HOST_TXBF_CONF_STS_CAP_M << WMI_HOST_TXBF_CONF_STS_CAP_S) #define WMI_HOST_TXBF_CONF_STS_CAP_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_STS_CAP); #define WMI_HOST_TXBF_CONF_STS_CAP_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_STS_CAP) #define WMI_HOST_TXBF_CONF_IMPLICIT_BF_S 7 #define WMI_HOST_TXBF_CONF_IMPLICIT_BF_M 0x1 #define WMI_HOST_TXBF_CONF_IMPLICIT_BF \ (WMI_HOST_TXBF_CONF_IMPLICIT_BF_M << WMI_HOST_TXBF_CONF_IMPLICIT_BF_S) #define WMI_HOST_TXBF_CONF_IMPLICIT_BF_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_IMPLICIT_BF) #define WMI_HOST_TXBF_CONF_IMPLICIT_BF_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_IMPLICIT_BF) #define WMI_HOST_TXBF_CONF_BF_SND_DIM_S 8 #define WMI_HOST_TXBF_CONF_BF_SND_DIM_M 0x7 #define WMI_HOST_TXBF_CONF_BF_SND_DIM \ (WMI_HOST_TXBF_CONF_BF_SND_DIM_M << WMI_HOST_TXBF_CONF_BF_SND_DIM_S) #define WMI_HOST_TXBF_CONF_BF_SND_DIM_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_TXBF_CONF_BF_SND_DIM) #define WMI_HOST_TXBF_CONF_BF_SND_DIM_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_TXBF_CONF_BF_SND_DIM) /* The following WMI_HOST_HEOPS_BSSCOLOR_XXX macros correspond to the * WMI_HEOPS_COLOR_XXX macros in the FW wmi_unified.h */ #ifdef SUPPORT_11AX_D3 #define WMI_HOST_HEOPS_BSSCOLOR_S 24 #else #define WMI_HOST_HEOPS_BSSCOLOR_S 0 #endif #define WMI_HOST_HEOPS_BSSCOLOR_M 0x3f #define WMI_HOST_HEOPS_BSSCOLOR \ (WMI_HOST_HEOPS_BSSCOLOR_M << WMI_HOST_HEOPS_BSSCOLOR_S) #define WMI_HOST_HEOPS_BSSCOLOR_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_HEOPS_BSSCOLOR) #define WMI_HOST_HEOPS_BSSCOLOR_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_HEOPS_BSSCOLOR) /* The following WMI_HOST_HEOPS_BSSCOLOR_DISABLE_XXX macros correspond to the * WMI_HEOPS_BSSCOLORDISABLE_XXX macros in the FW wmi_unified.h */ #ifdef SUPPORT_11AX_D3 #define WMI_HOST_HEOPS_BSSCOLOR_DISABLE_S 31 #else #define WMI_HOST_HEOPS_BSSCOLOR_DISABLE_S 30 #endif #define WMI_HOST_HEOPS_BSSCOLOR_DISABLE_M 0x1 #define WMI_HOST_HEOPS_BSSCOLOR_DISABLE \ (WMI_HOST_HEOPS_BSSCOLOR_DISABLE_M << WMI_HOST_HEOPS_BSSCOLOR_DISABLE_S) #define WMI_HOST_HEOPS_BSSCOLOR_DISABLE_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_HEOPS_BSSCOLOR_DISABLE) #define WMI_HOST_HEOPS_BSSCOLOR_DISABLE_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_HEOPS_BSSCOLOR_DISABLE) /* HE BF capabilities mask */ #define WMI_HOST_HE_BF_CONF_SU_BFEE_S 0 #define WMI_HOST_HE_BF_CONF_SU_BFEE_M 0x1 #define WMI_HOST_HE_BF_CONF_SU_BFEE \ (WMI_HOST_HE_BF_CONF_SU_BFEE_M << WMI_HOST_HE_BF_CONF_SU_BFEE_S) #define WMI_HOST_HE_BF_CONF_SU_BFEE_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_HE_BF_CONF_SU_BFEE) #define WMI_HOST_HE_BF_CONF_SU_BFEE_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_HE_BF_CONF_SU_BFEE) #define WMI_HOST_HE_BF_CONF_SU_BFER_S 1 #define WMI_HOST_HE_BF_CONF_SU_BFER_M 0x1 #define WMI_HOST_HE_BF_CONF_SU_BFER \ (WMI_HOST_HE_BF_CONF_SU_BFER_M << WMI_HOST_HE_BF_CONF_SU_BFER_S) #define WMI_HOST_HE_BF_CONF_SU_BFER_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_HE_BF_CONF_SU_BFER) #define WMI_HOST_HE_BF_CONF_SU_BFER_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_HE_BF_CONF_SU_BFER) #define WMI_HOST_HE_BF_CONF_MU_BFEE_S 2 #define WMI_HOST_HE_BF_CONF_MU_BFEE_M 0x1 #define WMI_HOST_HE_BF_CONF_MU_BFEE \ (WMI_HOST_HE_BF_CONF_MU_BFEE_M << WMI_HOST_HE_BF_CONF_MU_BFEE_S) #define WMI_HOST_HE_BF_CONF_MU_BFEE_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_HE_BF_CONF_MU_BFEE) #define WMI_HOST_HE_BF_CONF_MU_BFEE_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_HE_BF_CONF_MU_BFEE) #define WMI_HOST_HE_BF_CONF_MU_BFER_S 3 #define WMI_HOST_HE_BF_CONF_MU_BFER_M 0x1 #define WMI_HOST_HE_BF_CONF_MU_BFER \ (WMI_HOST_HE_BF_CONF_MU_BFER_M << WMI_HOST_HE_BF_CONF_MU_BFER_S) #define WMI_HOST_HE_BF_CONF_MU_BFER_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_HE_BF_CONF_MU_BFER) #define WMI_HOST_HE_BF_CONF_MU_BFER_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_HE_BF_CONF_MU_BFER) #define WMI_HOST_HE_BF_CONF_DL_OFDMA_S 4 #define WMI_HOST_HE_BF_CONF_DL_OFDMA_M 0x1 #define WMI_HOST_HE_BF_CONF_DL_OFDMA \ (WMI_HOST_HE_BF_CONF_DL_OFDMA_M << WMI_HOST_HE_BF_CONF_DL_OFDMA_S) #define WMI_HOST_HE_BF_CONF_DL_OFDMA_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_HE_BF_CONF_DL_OFDMA) #define WMI_HOST_HE_BF_CONF_DL_OFDMA_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_HE_BF_CONF_DL_OFDMA) #define WMI_HOST_HE_BF_CONF_UL_OFDMA_S 5 #define WMI_HOST_HE_BF_CONF_UL_OFDMA_M 0x1 #define WMI_HOST_HE_BF_CONF_UL_OFDMA \ (WMI_HOST_HE_BF_CONF_UL_OFDMA_M << WMI_HOST_HE_BF_CONF_UL_OFDMA_S) #define WMI_HOST_HE_BF_CONF_UL_OFDMA_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_HE_BF_CONF_UL_OFDMA) #define WMI_HOST_HE_BF_CONF_UL_OFDMA_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_HE_BF_CONF_UL_OFDMA) #define WMI_HOST_HE_BF_CONF_UL_MUMIMO_S 6 #define WMI_HOST_HE_BF_CONF_UL_MUMIMO_M 0x1 #define WMI_HOST_HE_BF_CONF_UL_MUMIMO \ (WMI_HOST_HE_BF_CONF_UL_MUMIMO_M << WMI_HOST_HE_BF_CONF_UL_MUMIMO_S) #define WMI_HOST_HE_BF_CONF_UL_MUMIMO_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_HE_BF_CONF_UL_MUMIMO) #define WMI_HOST_HE_BF_CONF_UL_MUMIMO_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_HE_BF_CONF_UL_MUMIMO) /* HE or VHT Sounding */ #define WMI_HOST_HE_VHT_SOUNDING_MODE_S 0 #define WMI_HOST_HE_VHT_SOUNDING_MODE_M 0x1 #define WMI_HOST_HE_VHT_SOUNDING_MODE \ (WMI_HOST_HE_VHT_SOUNDING_MODE_M << WMI_HOST_HE_VHT_SOUNDING_MODE_S) #define WMI_HOST_HE_VHT_SOUNDING_MODE_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_HE_VHT_SOUNDING_MODE) #define WMI_HOST_HE_VHT_SOUNDING_MODE_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_HE_VHT_SOUNDING_MODE) /* SU or MU Sounding */ #define WMI_HOST_SU_MU_SOUNDING_MODE_S 2 #define WMI_HOST_SU_MU_SOUNDING_MODE_M 0x1 #define WMI_HOST_SU_MU_SOUNDING_MODE \ (WMI_HOST_SU_MU_SOUNDING_MODE_M << \ WMI_HOST_SU_MU_SOUNDING_MODE_S) #define WMI_HOST_SU_MU_SOUNDING_MODE_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_SU_MU_SOUNDING_MODE) #define WMI_HOST_SU_MU_SOUNDING_MODE_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_SU_MU_SOUNDING_MODE) /* Trig or Non-Trig Sounding */ #define WMI_HOST_TRIG_NONTRIG_SOUNDING_MODE_S 3 #define WMI_HOST_TRIG_NONTRIG_SOUNDING_MODE_M 0x1 #define WMI_HOST_TRIG_NONTRIG_SOUNDING_MODE \ (WMI_HOST_TRIG_NONTRIG_SOUNDING_MODE_M << \ WMI_HOST_TRIG_NONTRIG_SOUNDING_MODE_S) #define WMI_HOST_TRIG_NONTRIG_SOUNDING_MODE_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_TRIG_NONTRIG_SOUNDING_MODE) #define WMI_HOST_HE_VHT_SU_MU_SOUNDING_MODE_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_TRIG_NONTRIG_SOUNDING_MODE) #ifdef WLAN_FEATURE_11BE /* EHT BF capabilities mask */ #define WMI_HOST_EHT_CONF_SU_BFEE_S 0 #define WMI_HOST_EHT_CONF_SU_BFEE_M 0x1 #define WMI_HOST_EHT_CONF_SU_BFEE \ (WMI_HOST_EHT_CONF_SU_BFEE_M << WMI_HOST_EHT_CONF_SU_BFEE_S) #define WMI_HOST_EHT_CONF_SU_BFEE_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_EHT_CONF_SU_BFEE) #define WMI_HOST_EHT_CONF_SU_BFEE_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_EHT_CONF_SU_BFEE) #define WMI_HOST_EHT_CONF_SU_BFER_S 1 #define WMI_HOST_EHT_CONF_SU_BFER_M 0x1 #define WMI_HOST_EHT_CONF_SU_BFER \ (WMI_HOST_EHT_CONF_SU_BFER_M << WMI_HOST_EHT_CONF_SU_BFER_S) #define WMI_HOST_EHT_CONF_SU_BFER_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_EHT_CONF_SU_BFER) #define WMI_HOST_EHT_CONF_SU_BFER_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_EHT_CONF_SU_BFER) #define WMI_HOST_EHT_CONF_MU_BFEE_S 2 #define WMI_HOST_EHT_CONF_MU_BFEE_M 0x1 #define WMI_HOST_EHT_CONF_MU_BFEE \ (WMI_HOST_EHT_CONF_MU_BFEE_M << WMI_HOST_EHT_CONF_MU_BFEE_S) #define WMI_HOST_EHT_CONF_MU_BFEE_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_EHT_CONF_MU_BFEE) #define WMI_HOST_EHT_CONF_MU_BFEE_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_EHT_CONF_MU_BFEE) #define WMI_HOST_EHT_CONF_MU_BFER_S 3 #define WMI_HOST_EHT_CONF_MU_BFER_M 0x1 #define WMI_HOST_EHT_CONF_MU_BFER \ (WMI_HOST_EHT_CONF_MU_BFER_M << WMI_HOST_EHT_CONF_MU_BFER_S) #define WMI_HOST_EHT_CONF_MU_BFER_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_EHT_CONF_MU_BFER) #define WMI_HOST_EHT_CONF_MU_BFER_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_EHT_CONF_MU_BFER) #define WMI_HOST_EHT_CONF_DL_OFDMA_S 4 #define WMI_HOST_EHT_CONF_DL_OFDMA_M 0x1 #define WMI_HOST_EHT_CONF_DL_OFDMA \ (WMI_HOST_EHT_CONF_DL_OFDMA_M << WMI_HOST_EHT_CONF_DL_OFDMA_S) #define WMI_HOST_EHT_CONF_DL_OFDMA_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_EHT_CONF_DL_OFDMA) #define WMI_HOST_EHT_CONF_DL_OFDMA_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_EHT_CONF_DL_OFDMA) #define WMI_HOST_EHT_CONF_UL_OFDMA_S 5 #define WMI_HOST_EHT_CONF_UL_OFDMA_M 0x1 #define WMI_HOST_EHT_CONF_UL_OFDMA \ (WMI_HOST_EHT_CONF_UL_OFDMA_M << WMI_HOST_EHT_CONF_UL_OFDMA_S) #define WMI_HOST_EHT_CONF_UL_OFDMA_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_EHT_CONF_UL_OFDMA) #define WMI_HOST_EHT_CONF_UL_OFDMA_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_EHT_CONF_UL_OFDMA) #define WMI_HOST_EHT_CONF_UL_MUMIMO_S 6 #define WMI_HOST_EHT_CONF_UL_MUMIMO_M 0x1 #define WMI_HOST_EHT_CONF_UL_MUMIMO \ (WMI_HOST_EHT_CONF_UL_MUMIMO_M << WMI_HOST_EHT_CONF_UL_MUMIMO_S) #define WMI_HOST_EHT_CONF_UL_MUMIMO_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_EHT_CONF_UL_MUMIMO) #define WMI_HOST_EHT_CONF_UL_MUMIMO_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_EHT_CONF_UL_MUMIMO) #define WMI_HOST_EHT_CONF_DL_OFDMA_TXBF_S 7 #define WMI_HOST_EHT_CONF_DL_OFDMA_TXBF_M 0x1 #define WMI_HOST_EHT_CONF_DL_OFDMA_TXBF \ (WMI_HOST_EHT_CONF_DL_OFDMA_TXBF_M << \ WMI_HOST_EHT_CONF_DL_OFDMA_TXBF_S) #define WMI_HOST_EHT_CONF_DL_OFDMA_TXBF_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_EHT_CONF_DL_OFDMA_TXBF) #define WMI_HOST_EHT_CONF_DL_OFDMA_TXBF_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_EHT_CONF_DL_OFDMA_TXBF) #define WMI_HOST_EHT_CONF_DL_OFDMA_MUMIMO_S 8 #define WMI_HOST_EHT_CONF_DL_OFDMA_MUMIMO_M 0x1 #define WMI_HOST_EHT_CONF_DL_OFDMA_MUMIMO \ (WMI_HOST_EHT_CONF_DL_OFDMA_MUMIMO_M << \ WMI_HOST_EHT_CONF_DL_OFDMA_MUMIMO_S) #define WMI_HOST_EHT_CONF_DL_OFDMA_MUMIMO_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_EHT_CONF_DL_OFDMA_MUMIMO) #define WMI_HOST_EHT_CONF_DL_OFDMA_MUMIMO_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_EHT_CONF_DL_OFDMA_MUMIMO) #define WMI_HOST_EHT_CONF_UL_OFDMA_MUMIMO_S 9 #define WMI_HOST_EHT_CONF_UL_OFDMA_MUMIMO_M 0x1 #define WMI_HOST_EHT_CONF_UL_OFDMA_MUMIMO \ (WMI_HOST_EHT_CONF_UL_OFDMA_MUMIMO_M << \ WMI_HOST_EHT_CONF_UL_OFDMA_MUMIMO_S) #define WMI_HOST_EHT_CONF_UL_OFDMA_MUMIMO_GET(x) \ WMI_HOST_F_MS(x, WMI_HOST_EHT_CONF_UL_OFDMA_MUMIMO) #define WMI_HOST_EHT_CONF_UL_OFDMA_MUMIMO_SET(x, z) \ WMI_HOST_F_RMW(x, z, WMI_HOST_EHT_CONF_UL_OFDMA_MUMIMO) /* Firmware uses most significant 4 bits to differentiate */ /* some of vdev params between HE and EHT */ #define WMI_HOST_VDEV_PARAM_EHT_MODE 0x10000000 #endif #define WMI_HOST_TPC_RATE_MAX 160 #define WMI_HOST_TPC_TX_NUM_CHAIN 4 #define WMI_HOST_RXG_CAL_CHAN_MAX 8 #define WMI_HOST_MAX_NUM_CHAINS 8 #define WMI_MAX_NUM_OF_RATE_THRESH 4 #define WMI_HOST_PDEV_MAX_VDEVS 17 /* for QC98XX only */ /*6 modes (A, HT20, HT40, VHT20, VHT40, VHT80) * 3 reg dommains */ #define WMI_HOST_NUM_CTLS_5G 18 /*6 modes (B, G, HT20, HT40, VHT20, VHT40) * 3 reg domains */ #define WMI_HOST_NUM_CTLS_2G 18 #define WMI_HOST_NUM_BAND_EDGES_5G 8 #define WMI_HOST_NUM_BAND_EDGES_2G 4 /*Beelinier 5G*/ #define WMI_HOST_NUM_CTLS_5G_11A 9 #define WMI_HOST_NUM_BAND_EDGES_5G_11A 25 #define WMI_HOST_NUM_CTLS_5G_HT20 24 #define WMI_HOST_NUM_BAND_EDGES_5G_HT20 25 #define WMI_HOST_NUM_CTLS_5G_HT40 18 #define WMI_HOST_NUM_BAND_EDGES_5G_HT40 12 #define WMI_HOST_NUM_CTLS_5G_HT80 18 #define WMI_HOST_NUM_BAND_EDGES_5G_HT80 6 #define WMI_HOST_NUM_CTLS_5G_HT160 9 #define WMI_HOST_NUM_BAND_EDGES_5G_HT160 2 /* Beeliner 2G */ #define WMI_HOST_NUM_CTLS_2G_11B 6 #define WMI_HOST_NUM_BAND_EDGES_2G_11B 9 #define WMI_HOST_NUM_CTLS_2G_20MHZ 30 #define WMI_HOST_NUM_BAND_EDGES_2G_20MHZ 11 #define WMI_HOST_NUM_CTLS_2G_40MHZ 18 #define WMI_HOST_NUM_BAND_EDGES_2G_40MHZ 6 /* for QC98XX only */ #define WMI_HOST_TX_NUM_CHAIN 0x3 #define WMI_HOST_TPC_REGINDEX_MAX 4 #define WMI_HOST_ARRAY_GAIN_NUM_STREAMS 2 /* AST Index for flow override */ #define WMI_CONFIG_MSDU_AST_INDEX_0 0x0 #define WMI_CONFIG_MSDU_AST_INDEX_1 0x1 #define WMI_CONFIG_MSDU_AST_INDEX_2 0x2 #define WMI_CONFIG_MSDU_AST_INDEX_3 0x3 #define WMI_MAX_AOA_PHASE_DELTA 31 #define WMI_MAX_CHAINS_PHASE 2 #define EGID_INFO_SIZE 4 #include "qdf_atomic.h" #ifdef BIG_ENDIAN_HOST /* This API is used in copying in elements to WMI message, since WMI message uses multilpes of 4 bytes, This API converts length into multiples of 4 bytes, and performs copy */ #define WMI_HOST_IF_MSG_COPY_CHAR_ARRAY(destp, srcp, len) do { \ int j; \ u_int32_t *src, *dest; \ src = (u_int32_t *)srcp; \ dest = (u_int32_t *)destp; \ for (j = 0; j < roundup(len, sizeof(u_int32_t))/4; j++) { \ *(dest+j) = qdf_le32_to_cpu(*(src+j)); \ } \ } while (0) #else #define WMI_HOST_IF_MSG_COPY_CHAR_ARRAY(destp, srcp, len) OS_MEMCPY(destp,\ srcp, len) #endif /** macro to convert MAC address from WMI word format to char array */ #define WMI_HOST_MAC_ADDR_TO_CHAR_ARRAY(pwmi_mac_addr, c_macaddr) do { \ (c_macaddr)[0] = ((pwmi_mac_addr)->mac_addr31to0) & 0xff; \ (c_macaddr)[1] = (((pwmi_mac_addr)->mac_addr31to0) >> 8) & 0xff; \ (c_macaddr)[2] = (((pwmi_mac_addr)->mac_addr31to0) >> 16) & 0xff; \ (c_macaddr)[3] = (((pwmi_mac_addr)->mac_addr31to0) >> 24) & 0xff; \ (c_macaddr)[4] = ((pwmi_mac_addr)->mac_addr47to32) & 0xff; \ (c_macaddr)[5] = (((pwmi_mac_addr)->mac_addr47to32) >> 8) & 0xff; \ } while (0) #define TARGET_INIT_STATUS_SUCCESS 0x0 #define TARGET_INIT_STATUS_GEN_FAILED 0x1 #define TARGET_GET_INIT_STATUS_REASON(status) ((status) & 0xffff) #define TARGET_GET_INIT_STATUS_MODULE_ID(status) (((status) >> 16) & 0xffff) #define MAX_ASSOC_IE_LENGTH 1024 /* * The WLAN_MAX_AC macro cannot be changed without breaking * WMI compatibility. * The maximum value of access category */ #define WMI_HOST_WLAN_MAX_AC 4 typedef uint32_t TARGET_INIT_STATUS; /* * Opaque handle of wmi structure */ struct wmi_unified; typedef struct wmi_unified *wmi_unified_t; typedef void *ol_scn_t; /** * typedef wmi_unified_event_handler - WMI event handler * @scn_handle: handle * @event_buf: event buffer * @len: length of the event buffer * * Return: 0 if the event was handled, negative errno otherwise */ typedef int (*wmi_unified_event_handler)(ol_scn_t scn_handle, uint8_t *event_buf, uint32_t len); /* * @WMI_HOST_WLAN_PHY_MODE: Host based enum ID for corresponding in * WLAN_PHY_MODE. This should be consistent with WLAN_PHY_MODE always to avoid * breaking the WMI */ typedef enum { WMI_HOST_MODE_11A = 0, /* 11a Mode */ WMI_HOST_MODE_11G = 1, /* 11b/g Mode */ WMI_HOST_MODE_11B = 2, /* 11b Mode */ WMI_HOST_MODE_11GONLY = 3, /* 11g only Mode */ WMI_HOST_MODE_11NA_HT20 = 4, /* 11a HT20 mode */ WMI_HOST_MODE_11NG_HT20 = 5, /* 11g HT20 mode */ WMI_HOST_MODE_11NA_HT40 = 6, /* 11a HT40 mode */ WMI_HOST_MODE_11NG_HT40 = 7, /* 11g HT40 mode */ WMI_HOST_MODE_11AC_VHT20 = 8, WMI_HOST_MODE_11AC_VHT40 = 9, WMI_HOST_MODE_11AC_VHT80 = 10, WMI_HOST_MODE_11AC_VHT20_2G = 11, WMI_HOST_MODE_11AC_VHT40_2G = 12, WMI_HOST_MODE_11AC_VHT80_2G = 13, WMI_HOST_MODE_11AC_VHT80_80 = 14, WMI_HOST_MODE_11AC_VHT160 = 15, WMI_HOST_MODE_11AX_HE20 = 16, WMI_HOST_MODE_11AX_HE40 = 17, WMI_HOST_MODE_11AX_HE80 = 18, WMI_HOST_MODE_11AX_HE80_80 = 19, WMI_HOST_MODE_11AX_HE160 = 20, WMI_HOST_MODE_11AX_HE20_2G = 21, WMI_HOST_MODE_11AX_HE40_2G = 22, WMI_HOST_MODE_11AX_HE80_2G = 23, #ifdef WLAN_FEATURE_11BE WMI_HOST_MODE_11BE_EHT20 = 24, WMI_HOST_MODE_11BE_EHT40 = 25, WMI_HOST_MODE_11BE_EHT80 = 26, WMI_HOST_MODE_11BE_EHT160 = 28, WMI_HOST_MODE_11BE_EHT320 = 30, WMI_HOST_MODE_11BE_EHT20_2G = 31, WMI_HOST_MODE_11BE_EHT40_2G = 32, #endif WMI_HOST_MODE_UNKNOWN, WMI_HOST_MODE_MAX = WMI_HOST_MODE_UNKNOWN, } WMI_HOST_WLAN_PHY_MODE; /* * Needs to be removed and use channel_param based * on how it is processed */ typedef struct { /** primary 20 MHz channel frequency in mhz */ uint32_t mhz; /** Center frequency 1 in MHz*/ uint32_t band_center_freq1; /** Center frequency 2 in MHz - valid only for 11acvht 80plus80 mode*/ uint32_t band_center_freq2; /** channel info described below */ uint32_t info; /** contains min power, max power, reg power and reg class id. */ uint32_t reg_info_1; /** contains antennamax */ uint32_t reg_info_2; } wmi_host_channel; /** * enum WMI_HOST_WLAN_BAND_CAPABILITY: Band capability (2.4 GHz, 5 GHz). Maps to * WLAN_BAND_CAPABILITY used in firmware header file(s). * @WMI_HOST_WLAN_2G_CAPABILITY: 2.4 GHz capable * @WMI_HOST_WLAN_5G_CAPABILITY: 5 GHz capable */ typedef enum { WMI_HOST_WLAN_2G_CAPABILITY = 0x1, WMI_HOST_WLAN_5G_CAPABILITY = 0x2, } WMI_HOST_WLAN_BAND_CAPABILITY; /** * enum wmi_host_channel_width: Channel operating width. Maps to * wmi_channel_width used in firmware header file(s). * @WMI_HOST_CHAN_WIDTH_20: 20 MHz channel operating width * @WMI_HOST_CHAN_WIDTH_40: 40 MHz channel operating width * @WMI_HOST_CHAN_WIDTH_80: 80 MHz channel operating width * @WMI_HOST_CHAN_WIDTH_160: 160 MHz channel operating width * @WMI_HOST_CHAN_WIDTH_80P80: 80+80 MHz channel operating width * @WMI_HOST_CHAN_WIDTH_5: 5 MHz channel operating width * @WMI_HOST_CHAN_WIDTH_10: 10 MHz channel operating width * @WMI_HOST_CHAN_WIDTH_165: 165 MHz channel operating width * @WMI_HOST_CHAN_WIDTH_160P160: 160 MHz + 160 MHz channel operating width * @WMI_HOST_CHAN_WIDTH_320: 320 MHz channel operating width */ typedef enum { WMI_HOST_CHAN_WIDTH_20 = 0, WMI_HOST_CHAN_WIDTH_40 = 1, WMI_HOST_CHAN_WIDTH_80 = 2, WMI_HOST_CHAN_WIDTH_160 = 3, WMI_HOST_CHAN_WIDTH_80P80 = 4, WMI_HOST_CHAN_WIDTH_5 = 5, WMI_HOST_CHAN_WIDTH_10 = 6, WMI_HOST_CHAN_WIDTH_165 = 7, WMI_HOST_CHAN_WIDTH_160P160 = 8, WMI_HOST_CHAN_WIDTH_320 = 9, } wmi_host_channel_width; #define ATH_EXPONENT_TO_VALUE(v) ((1< CCK 1 Mbps rate is allowed * bit 1 -> CCK 2 Mbps rate is allowed * bit 2 -> CCK 5.5 Mbps rate is allowed * bit 3 -> CCK 11 Mbps rate is allowed * bit 4 -> OFDM BPSK modulation, 1/2 coding rate is allowed * bit 5 -> OFDM BPSK modulation, 3/4 coding rate is allowed * bit 6 -> OFDM QPSK modulation, 1/2 coding rate is allowed * bit 7 -> OFDM QPSK modulation, 3/4 coding rate is allowed * bit 8 -> OFDM 16-QAM modulation, 1/2 coding rate is allowed * bit 9 -> OFDM 16-QAM modulation, 3/4 coding rate is allowed * bit 10 -> OFDM 64-QAM modulation, 2/3 coding rate is allowed * bit 11 -> OFDM 64-QAM modulation, 3/4 coding rate is allowed * @nss_mask: Spatial streams permitted * bit 0: if set, Nss = 1 (non-MIMO) is permitted * bit 1: if set, Nss = 2 (2x2 MIMO) is permitted * bit 2: if set, Nss = 3 (3x3 MIMO) is permitted * bit 3: if set, Nss = 4 (4x4 MIMO) is permitted * bit 4: if set, Nss = 5 (5x5 MIMO) is permitted * bit 5: if set, Nss = 6 (6x6 MIMO) is permitted * bit 6: if set, Nss = 7 (7x7 MIMO) is permitted * bit 7: if set, Nss = 8 (8x8 MIMO) is permitted * If no bits are set, target will choose what NSS type to use * @retry_limit: Maximum number of retries before ACK * @chain_mask: Chains to be used for transmission * @bw_mask: Bandwidth to be used for transmission * bit 0 -> 5MHz * bit 1 -> 10MHz * bit 2 -> 20MHz * bit 3 -> 40MHz * bit 4 -> 80MHz * bit 5 -> 160MHz * bit 6 -> 80_80MHz * @preamble_type: Preamble types for transmission * bit 0: if set, OFDM * bit 1: if set, CCK * bit 2: if set, HT * bit 3: if set, VHT * bit 4: if set, HE * @frame_type: Data or Management frame * Data:1 Mgmt:0 * @cfr_enable: flag to enable CFR capture * 0:disable 1:enable * @en_beamforming: flag to enable tx beamforming * 0:disable 1:enable * @retry_limit_ext: 3 bits of extended retry limit. * Combined with 4 bits "retry_limit" * to create 7 bits hw retry count. * Maximum 127 retries for specific frames. * @reserved: Spare bits */ struct tx_send_params { uint32_t pwr:8, mcs_mask:12, nss_mask:8, retry_limit:4; uint32_t chain_mask:8, bw_mask:7, preamble_type:5, frame_type:1, cfr_enable:1, en_beamforming:1, retry_limit_ext:3, reserved:6; }; /** * struct wmi_mgmt_params - wmi mgmt cmd parameters * @tx_frame: management tx frame * @frm_len: frame length * @vdev_id: vdev id * @tx_type: type of management frame (determines what callback to use) * @chanfreq: channel frequency * @desc_id: descriptor id relyaed back by target * @pdata: frame data * @macaddr: macaddr of peer * @qdf_ctx: qdf context for qdf_nbuf_map * @tx_param: TX send parameters * @tx_params_valid: Flag that indicates if TX params are valid * @use_6mbps: specify whether management frame to transmit should * @tx_flags: additional configuration flags for mgmt frames * use 6 Mbps rather than 1 Mbps min rate(for 5GHz band or P2P) * @peer_rssi: peer RSSI value * @mlo_link_agnostic: if true, can send on any active link */ struct wmi_mgmt_params { void *tx_frame; uint16_t frm_len; uint8_t vdev_id; uint8_t tx_type; uint16_t chanfreq; uint16_t desc_id; void *pdata; uint8_t *macaddr; void *qdf_ctx; struct tx_send_params tx_param; bool tx_params_valid; uint8_t use_6mbps; uint32_t tx_flags; int8_t peer_rssi; uint8_t mlo_link_agnostic; }; /** * struct wmi_offchan_data_tx_params - wmi offchan data tx cmd parameters * @tx_frame: management tx frame * @frm_len: frame length * @vdev_id: vdev id * @tx_params_valid: Flag that indicates if TX params are valid * @chanfreq: channel frequency * @desc_id: descriptor id relyaed back by target * @pdata: frame data * @macaddr: macaddr of peer * @qdf_ctx: qdf context for qdf_nbuf_map * @tx_param: TX send parameters */ struct wmi_offchan_data_tx_params { void *tx_frame; uint16_t frm_len; uint8_t vdev_id; bool tx_params_valid; uint16_t chanfreq; uint16_t desc_id; void *pdata; uint8_t *macaddr; void *qdf_ctx; struct tx_send_params tx_param; }; /** * struct sta_uapsd_params - uapsd auto trig params * @wmm_ac: WMM access category from 0 to 3 * @user_priority: User priority to use in trigger frames * @service_interval: service interval * @suspend_interval: suspend interval * @delay_interval: delay interval */ struct sta_uapsd_params { uint32_t wmm_ac; uint32_t user_priority; uint32_t service_interval; uint32_t suspend_interval; uint32_t delay_interval; }; /** * struct sta_uapsd_trig_params - uapsd trigger parameter * @vdevid: vdev id * @peer_addr: peer address * @num_ac: no of access category * @auto_triggerparam: trigger parameters */ struct sta_uapsd_trig_params { uint32_t vdevid; uint8_t peer_addr[QDF_MAC_ADDR_SIZE]; uint32_t num_ac; struct sta_uapsd_params *auto_triggerparam; }; #define WMI_NUM_AC (4) #define WMI_MAX_NUM_AC 4 enum wmi_peer_rate_report_cond_phy_type { WMI_PEER_RATE_REPORT_COND_11B = 0, WMI_PEER_RATE_REPORT_COND_11A_G, WMI_PEER_RATE_REPORT_COND_11N, WMI_PEER_RATE_REPORT_COND_11AC, WMI_PEER_RATE_REPORT_COND_MAX_NUM }; /** * struct report_rate_delta - peer specific parameters * @percent: percentage * @delta_min: rate min delta */ struct report_rate_delta { uint32_t percent; /* in unit of 12.5% */ uint32_t delta_min; /* in unit of Mbps */ }; /** * struct report_rate_per_phy - per phy report parameters * @cond_flags: condition flag val * @delta: rate delta * @report_rate_threshold: rate threshold */ struct report_rate_per_phy { /* * PEER_RATE_REPORT_COND_FLAG_DELTA, * PEER_RATE_REPORT_COND_FLAG_THRESHOLD * Any of these two conditions or both of * them can be set. */ uint32_t cond_flags; struct report_rate_delta delta; /* * In unit of Mbps. There are at most 4 thresholds * If the threshold count is less than 4, set zero to * the one following the last threshold */ uint32_t report_rate_threshold[WMI_MAX_NUM_OF_RATE_THRESH]; }; /** * struct wmi_peer_rate_report_params - peer rate report parameters * @rate_report_enable: enable rate report param * @backoff_time: backoff time in unit of msecond * @timer_period: timer in unit of msecond * @report_per_phy: report per wmi_peer_rate_report_cond_phy_type */ struct wmi_peer_rate_report_params { uint32_t rate_report_enable; uint32_t backoff_time; uint32_t timer_period; struct report_rate_per_phy report_per_phy[ WMI_PEER_RATE_REPORT_COND_MAX_NUM]; }; /** * enum thermal_mgmt_action_code - thermal mgmt action code * @THERMAL_MGMT_ACTION_DEFAULT: target chooses what action to take, based * on its default thermal management policy. * @THERMAL_MGMT_ACTION_HALT_TRAFFIC: If the temperature rises above * configured upper thresh degreeC, the target will halt tx. * @THERMAL_MGMT_ACTION_NOTIFY_HOST: the target will notify the host * if the temperature either rises above configured upper thresh degreeC or * falls below lower thresh degreeC. * @THERMAL_MGMT_ACTION_CHAINSCALING: The target will switch tx chain * mask from multi chains to single chain if the temperature rises * above upper thresh degreeC. * The target will switch tx chainmask back to multi chains if the * temperature drops below upper_thresh_degreeC. */ enum thermal_mgmt_action_code { THERMAL_MGMT_ACTION_DEFAULT, THERMAL_MGMT_ACTION_HALT_TRAFFIC, THERMAL_MGMT_ACTION_NOTIFY_HOST, THERMAL_MGMT_ACTION_CHAINSCALING, }; /** * struct thermal_cmd_params - thermal command parameters * @min_temp: minimum temperature * @max_temp: maximum temperature * @thermal_enable: thermal enable * @thermal_action: thermal action code */ struct thermal_cmd_params { uint16_t min_temp; uint16_t max_temp; uint8_t thermal_enable; enum thermal_mgmt_action_code thermal_action; }; #define WMI_LRO_IPV4_SEED_ARR_SZ 5 #define WMI_LRO_IPV6_SEED_ARR_SZ 11 /** * struct wmi_lro_config_cmd_t - set LRO init parameters * @lro_enable: indicates whether lro is enabled * @tcp_flag: If the TCP flags from the packet do not match * the values in this field after masking with TCP flags mask * below, packet is not LRO eligible * @tcp_flag_mask: field for comparing the TCP values provided * above with the TCP flags field in the received packet * @toeplitz_hash_ipv4: contains seed needed to compute the flow id * 5-tuple toeplitz hash for ipv4 packets * @toeplitz_hash_ipv6: contains seed needed to compute the flow id * 5-tuple toeplitz hash for ipv6 packets * @pdev_id: radio on which lro hash is configured */ struct wmi_lro_config_cmd_t { uint32_t lro_enable; uint32_t tcp_flag:9, tcp_flag_mask:9; uint32_t toeplitz_hash_ipv4[WMI_LRO_IPV4_SEED_ARR_SZ]; uint32_t toeplitz_hash_ipv6[WMI_LRO_IPV6_SEED_ARR_SZ]; uint32_t pdev_id; }; #ifdef WLAN_FEATURE_11BE_MLO /** * struct mlo_prb_resp_tmpl_ml_info - Impacted link critical update information * @hw_link_id: Unique hw link id across SoCs * CU vdev map for the Critical update category-1 (Inclusion of CU IES) * @cu_vdev_map_cat1_lo: bits 31:0 to represent vdev ids 0 to 31 * @cu_vdev_map_cat1_hi: bits 63:32 to represent vdev ids 32 to 63 * CU vdev map for the Critical update category-2 (modification of CU IES) * @cu_vdev_map_cat2_lo: bits 31:0 to represent vdev ids 0 to 31 * @cu_vdev_map_cat2_hi: bits 63:32 to represent vdev ids 32 to 63 */ struct mlo_prb_resp_tmpl_ml_info { uint32_t hw_link_id; uint32_t cu_vdev_map_cat1_lo; uint32_t cu_vdev_map_cat1_hi; uint32_t cu_vdev_map_cat2_lo; uint32_t cu_vdev_map_cat2_hi; }; #endif /** * struct wmi_probe_resp_params - send probe response parameters * @prb_rsp_template_frm: pointer to template probe response template * @prb_rsp_template_len: length of probe response template * @cu_ml_info: Impacted link critical update information * @go_ignore_non_p2p_probe_req: go ignore non-p2p probe req */ struct wmi_probe_resp_params { uint8_t *prb_rsp_template_frm; uint32_t prb_rsp_template_len; bool go_ignore_non_p2p_probe_req; #ifdef WLAN_FEATURE_11BE_MLO struct mlo_prb_resp_tmpl_ml_info cu_ml_info; #endif }; /* struct set_key_params: structure containing * installation key parameters * @vdev_id: vdev id * @key_len: key length * @key_idx: key index * @group_key_idx: group key index for VLAN * @peer_mac: peer mac address * @key_flags: key flags, 0:pairwise key, 1:group key, 2:static key * @key_cipher: key cipher based on security mode * @key_txmic_len: tx mic length * @key_rxmic_len: rx mic length * @key_tsc_counter: key tx sc counter * @key_rsc_counter: key rx sc counter * @rx_iv: receive IV, applicable only in case of WAPI * @tx_iv: transmit IV, applicable only in case of WAPI * @key_data: key data */ struct set_key_params { uint8_t vdev_id; uint16_t key_len; uint32_t key_idx; uint32_t group_key_idx; uint8_t peer_mac[QDF_MAC_ADDR_SIZE]; uint32_t key_flags; uint32_t key_cipher; uint32_t key_txmic_len; uint32_t key_rxmic_len; uint64_t key_tsc_counter; uint64_t key_rsc_counter; #if defined(ATH_SUPPORT_WAPI) || defined(FEATURE_WLAN_WAPI) uint8_t rx_iv[16]; uint8_t tx_iv[16]; #endif uint8_t key_data[WMI_MAC_MAX_KEY_LENGTH]; }; /** * struct scan_mac_oui - oui parameters * @oui: oui parameters * @vdev_id: interface id * @enb_probe_req_sno_randomization: control probe req sequence no randomization * @ie_allowlist: probe req IE allowlist attrs */ struct scan_mac_oui { uint8_t oui[WMI_WIFI_SCANNING_MAC_OUI_LENGTH]; uint32_t vdev_id; bool enb_probe_req_sno_randomization; struct probe_req_allowlist_attr ie_allowlist; }; #define WMI_PASSPOINT_REALM_LEN 256 #define WMI_PASSPOINT_ROAMING_CONSORTIUM_ID_NUM 16 #define WMI_PASSPOINT_PLMN_LEN 3 /** * struct wifi_passpoint_network_param - passpoint network block * @id: identifier of this network block * @realm: null terminated UTF8 encoded realm, 0 if unspecified * @plmn: mcc/mnc combination as per rules, 0s if unspecified * @roaming_consortium_ids: roaming consortium ids to match, 0s if unspecified */ struct wifi_passpoint_network_param { uint32_t id; uint8_t realm[WMI_PASSPOINT_REALM_LEN]; uint8_t plmn[WMI_PASSPOINT_PLMN_LEN]; int64_t roaming_consortium_ids[ WMI_PASSPOINT_ROAMING_CONSORTIUM_ID_NUM]; }; /** * struct wifi_passpoint_req_param - passpoint request * @request_id: request identifier * @vdev_id: vdev that is the target of the request * @num_networks: number of valid entries in @networks * @networks: passpoint networks */ struct wifi_passpoint_req_param { uint32_t request_id; uint32_t vdev_id; uint32_t num_networks; struct wifi_passpoint_network_param networks[]; }; /* struct mobility_domain_info - structure containing * mobility domain info * @mdie_present: mobility domain present or not * @mobility_domain: mobility domain */ struct mobility_domain_info { uint8_t mdie_present; uint16_t mobility_domain; }; /** * struct wifi_epno_network_params - enhanced pno network block * @ssid: ssid * @rssi_threshold: threshold for considering this SSID as found, required * granularity for this threshold is 4dBm to 8dBm * @flags: WIFI_PNO_FLAG_XXX * @auth_bit_field: auth bit field for matching WPA IE */ struct wifi_epno_network_params { struct wlan_ssid ssid; int8_t rssi_threshold; uint8_t flags; uint8_t auth_bit_field; }; /** * struct wifi_enhanced_pno_params - enhanced pno network params * @request_id: request id number * @vdev_id: vdev id * @min_5ghz_rssi: minimum 5GHz RSSI for a BSSID to be considered * @min_24ghz_rssi: minimum 2.4GHz RSSI for a BSSID to be considered * @initial_score_max: maximum score that a network can have before bonuses * @current_connection_bonus: only report when there is a network's score this * much higher than the current connection * @same_network_bonus: score bonus for all n/w with the same network flag * @secure_bonus: score bonus for networks that are not open * @band_5ghz_bonus: 5GHz RSSI score bonus (applied to all 5GHz networks) * @num_networks: number of ssids * @networks: EPNO networks */ struct wifi_enhanced_pno_params { uint32_t request_id; uint32_t vdev_id; uint32_t min_5ghz_rssi; uint32_t min_24ghz_rssi; uint32_t initial_score_max; uint32_t current_connection_bonus; uint32_t same_network_bonus; uint32_t secure_bonus; uint32_t band_5ghz_bonus; uint32_t num_networks; struct wifi_epno_network_params networks[]; }; enum { WMI_AP_RX_DATA_OFFLOAD = 0x00, WMI_STA_RX_DATA_OFFLOAD = 0x01, }; /** * enum wmi_extscan_configuration_flags - extscan config flags * @WMI_EXTSCAN_LP_EXTENDED_BATCHING: extended batching */ enum wmi_extscan_configuration_flags { WMI_EXTSCAN_LP_EXTENDED_BATCHING = 0x00000001, }; /** * enum wmi_extscan_report_events_type - extscan report events type * @WMI_EXTSCAN_REPORT_EVENTS_BUFFER_FULL: report only when scan history is full * @WMI_EXTSCAN_REPORT_EVENTS_EACH_SCAN: report a scan completion event after * each scan * @WMI_EXTSCAN_REPORT_EVENTS_FULL_RESULTS: forward scan results * (beacons/probe responses + IEs) * in real time to HAL, in addition to completion events. * Note: To keep backward compatibility, * fire completion events regardless of REPORT_EVENTS_EACH_SCAN. * @WMI_EXTSCAN_REPORT_EVENTS_NO_BATCH: controls batching, * 0 => batching, 1 => no batching */ enum wmi_extscan_report_events_type { WMI_EXTSCAN_REPORT_EVENTS_BUFFER_FULL = 0x00, WMI_EXTSCAN_REPORT_EVENTS_EACH_SCAN = 0x01, WMI_EXTSCAN_REPORT_EVENTS_FULL_RESULTS = 0x02, WMI_EXTSCAN_REPORT_EVENTS_NO_BATCH = 0x04, }; /** * struct extscan_capabilities_params - ext scan capabilities * @request_id: request_id * @vdev_id: vdev id */ struct extscan_capabilities_params { uint32_t request_id; uint8_t vdev_id; }; /** * struct extscan_capabilities_reset_params - ext scan capabilities reset * parameter * @request_id: request_id * @vdev_id: vdev id */ struct extscan_capabilities_reset_params { uint32_t request_id; uint8_t vdev_id; }; /** * struct extscan_bssid_hotlist_reset_params - ext scan hotlist reset parameter * @request_id: request_id * @vdev_id: vdev id */ struct extscan_bssid_hotlist_reset_params { uint32_t request_id; uint8_t vdev_id; }; /** * struct extscan_stop_req_params - ext scan stop parameter * @request_id: request_id * @vdev_id: vdev id */ struct extscan_stop_req_params { uint32_t request_id; uint8_t vdev_id; }; /** * struct ap_threshold_params - ap threshold parameter * @bssid: mac address * @low: low threshold * @high: high threshold */ struct ap_threshold_params { struct qdf_mac_addr bssid; int32_t low; int32_t high; }; /** * struct extscan_set_sig_changereq_params - ext scan channel parameter * @request_id: request_id * @vdev_id: vdev id * @rssi_sample_size: Number of samples for averaging RSSI * @lostap_sample_size: Number of missed samples to confirm AP loss * @min_breaching: Number of APs breaching threshold required for firmware * @num_ap: no of scanned ap * @ap: ap threshold parameter */ struct extscan_set_sig_changereq_params { uint32_t request_id; uint8_t vdev_id; uint32_t rssi_sample_size; uint32_t lostap_sample_size; uint32_t min_breaching; uint32_t num_ap; struct ap_threshold_params ap[WMI_EXTSCAN_MAX_SIGNIFICANT_CHANGE_APS]; }; /** * struct extscan_cached_result_params - ext scan cached parameter * @request_id: request_id * @vdev_id: vdev id * @flush: cached results flush */ struct extscan_cached_result_params { uint32_t request_id; uint8_t vdev_id; bool flush; }; #define WMI_WLAN_EXTSCAN_MAX_CHANNELS 36 #define WMI_WLAN_EXTSCAN_MAX_BUCKETS 16 #define WMI_WLAN_EXTSCAN_MAX_HOTLIST_APS 128 #define WMI_WLAN_EXTSCAN_MAX_SIGNIFICANT_CHANGE_APS 64 #define WMI_EXTSCAN_MAX_HOTLIST_SSIDS 8 /** * struct wifi_scan_channelspec_params - wifi scan channel parameter * @channel: Frequency in MHz * @dwell_time_ms: dwell time in milliseconds * @passive: passive scan * @channel_class: channel class */ struct wifi_scan_channelspec_params { uint32_t channel; uint32_t dwell_time_ms; bool passive; uint8_t channel_class; }; /** * enum wmi_wifi_band - wifi band * @WMI_WIFI_BAND_UNSPECIFIED: unspecified band * @WMI_WIFI_BAND_BG: 2.4 GHz * @WMI_WIFI_BAND_A: 5 GHz without DFS * @WMI_WIFI_BAND_ABG: 2.4 GHz + 5 GHz; no DFS * @WMI_WIFI_BAND_A_DFS_ONLY: 5 GHz DFS only * @WMI_WIFI_BAND_A_WITH_DFS: 5 GHz with DFS * @WMI_WIFI_BAND_ABG_WITH_DFS: 2.4 GHz + 5 GHz with DFS * @WMI_WIFI_BAND_MAX: max range */ enum wmi_wifi_band { WMI_WIFI_BAND_UNSPECIFIED, WMI_WIFI_BAND_BG = 1, WMI_WIFI_BAND_A = 2, WMI_WIFI_BAND_ABG = 3, WMI_WIFI_BAND_A_DFS_ONLY = 4, /* 5 is reserved */ WMI_WIFI_BAND_A_WITH_DFS = 6, WMI_WIFI_BAND_ABG_WITH_DFS = 7, /* Keep it last */ WMI_WIFI_BAND_MAX }; /** * struct wifi_scan_bucket_params - wifi scan bucket spec * @bucket: bucket identifier * @band: wifi band * @period: Desired period, in millisecond; if this is too * low, the firmware should choose to generate results as fast as * it can instead of failing the command byte * for exponential backoff bucket this is the min_period * @report_events: 0 => normal reporting (reporting rssi history * only, when rssi history buffer is % full) * 1 => same as 0 + report a scan completion event after scanning * this bucket * 2 => same as 1 + forward scan results * (beacons/probe responses + IEs) in real time to HAL * @max_period: if max_period is non zero or different than period, * then this bucket is an exponential backoff bucket and * the scan period will grow exponentially as per formula: * actual_period(N) = period ^ (N/(step_count+1)) to a * maximum period of max_period * @exponent: for exponential back off bucket: multiplier: * new_period = old_period * exponent * @step_count: for exponential back off bucket, number of scans performed * at a given period and until the exponent is applied * @num_channels: channels to scan; these may include DFS channels * Note that a given channel may appear in multiple buckets * @min_dwell_time_active: per bucket minimum active dwell time * @max_dwell_time_active: per bucket maximum active dwell time * @min_dwell_time_passive: per bucket minimum passive dwell time * @max_dwell_time_passive: per bucket maximum passive dwell time * @channels: Channel list */ struct wifi_scan_bucket_params { uint8_t bucket; enum wmi_wifi_band band; uint32_t period; uint32_t report_events; uint32_t max_period; uint32_t exponent; uint32_t step_count; uint32_t num_channels; uint32_t min_dwell_time_active; uint32_t max_dwell_time_active; uint32_t min_dwell_time_passive; uint32_t max_dwell_time_passive; struct wifi_scan_channelspec_params channels[WMI_WLAN_EXTSCAN_MAX_CHANNELS]; }; /** * struct wifi_scan_cmd_req_params - wifi scan command request params * @base_period: base timer period * @max_ap_per_scan: max ap per scan * @report_threshold_percent: report threshold * in %, when buffer is this much full, wake up host * @report_threshold_num_scans: report threshold number of scans * in number of scans, wake up host after these many scans * @request_id: request id * @vdev_id: vdev that is the target of the request * @num_buckets: number of buckets * @min_dwell_time_active: per bucket minimum active dwell time * @max_dwell_time_active: per bucket maximum active dwell time * @min_dwell_time_passive: per bucket minimum passive dwell time * @max_dwell_time_passive: per bucket maximum passive dwell time * @configuration_flags: configuration flags * @extscan_adaptive_dwell_mode: adaptive dwelltime mode for extscan * @buckets: buckets array */ struct wifi_scan_cmd_req_params { uint32_t base_period; uint32_t max_ap_per_scan; uint32_t report_threshold_percent; uint32_t report_threshold_num_scans; uint32_t request_id; uint8_t vdev_id; uint32_t num_buckets; uint32_t min_dwell_time_active; uint32_t max_dwell_time_active; uint32_t min_dwell_time_passive; uint32_t max_dwell_time_passive; uint32_t configuration_flags; enum scan_dwelltime_adaptive_mode extscan_adaptive_dwell_mode; struct wifi_scan_bucket_params buckets[WMI_WLAN_EXTSCAN_MAX_BUCKETS]; }; /** * struct mac_ts_info_tfc - mac ts info parameters * @burstSizeDefn: burst size * @reserved: reserved * @ackPolicy: ack policy * @userPrio: user priority * @psb: psb * @aggregation: aggregation * @accessPolicy: access policy * @direction: direction * @tsid: direction * @trafficType: traffic type */ struct mac_ts_info_tfc { #ifndef ANI_LITTLE_BIT_ENDIAN uint8_t burstSizeDefn:1; uint8_t reserved:7; #else uint8_t reserved:7; uint8_t burstSizeDefn:1; #endif #ifndef ANI_LITTLE_BIT_ENDIAN uint16_t ackPolicy:2; uint16_t userPrio:3; uint16_t psb:1; uint16_t aggregation:1; uint16_t accessPolicy:2; uint16_t direction:2; uint16_t tsid:4; uint16_t trafficType:1; #else uint16_t trafficType:1; uint16_t tsid:4; uint16_t direction:2; uint16_t accessPolicy:2; uint16_t aggregation:1; uint16_t psb:1; uint16_t userPrio:3; uint16_t ackPolicy:2; #endif } qdf_packed; /** * struct mac_ts_info_sch - mac ts info schedule parameters * @rsvd: reserved * @schedule: schedule bit */ struct mac_ts_info_sch { #ifndef ANI_LITTLE_BIT_ENDIAN uint8_t rsvd:7; uint8_t schedule:1; #else uint8_t schedule:1; uint8_t rsvd:7; #endif } qdf_packed; /** * struct mac_ts_info - mac ts info schedule parameters * @traffic: mac tfc parameter * @schedule: mac schedule parameters */ struct mac_ts_info { struct mac_ts_info_tfc traffic; struct mac_ts_info_sch schedule; } qdf_packed; /** * struct mac_tspec_ie - mac ts spec * @type: type * @length: length * @tsinfo: tsinfo * @nomMsduSz: nomMsduSz * @maxMsduSz: maxMsduSz * @minSvcInterval: minSvcInterval * @maxSvcInterval: maxSvcInterval * @inactInterval: inactInterval * @suspendInterval: suspendInterval * @svcStartTime: svcStartTime * @minDataRate: minDataRate * @meanDataRate: meanDataRate * @peakDataRate: peakDataRate * @maxBurstSz: maxBurstSz * @delayBound: delayBound * @minPhyRate: minPhyRate * @surplusBw: surplusBw * @mediumTime: mediumTime */ struct mac_tspec_ie { uint8_t type; uint8_t length; struct mac_ts_info tsinfo; uint16_t nomMsduSz; uint16_t maxMsduSz; uint32_t minSvcInterval; uint32_t maxSvcInterval; uint32_t inactInterval; uint32_t suspendInterval; uint32_t svcStartTime; uint32_t minDataRate; uint32_t meanDataRate; uint32_t peakDataRate; uint32_t maxBurstSz; uint32_t delayBound; uint32_t minPhyRate; uint16_t surplusBw; uint16_t mediumTime; } qdf_packed; /** * struct add_ts_param - ADDTS related parameters * @vdev_id: vdev id * @tspec_idx: TSPEC handle uniquely identifying a TSPEC for a STA in a BSS * @tspec: tspec value * @status: QDF status * @pe_session_id: protocol engine session id * @tsm_interval: TSM interval period passed from UMAC to WMI * @set_ric_params: Should RIC parameters be set? */ struct add_ts_param { uint8_t vdev_id; uint16_t tspec_idx; struct mac_tspec_ie tspec; QDF_STATUS status; uint8_t pe_session_id; #ifdef FEATURE_WLAN_ESE uint16_t tsm_interval; #endif /* FEATURE_WLAN_ESE */ #ifdef WLAN_FEATURE_ROAM_OFFLOAD bool set_ric_params; #endif /* WLAN_FEATURE_ROAM_OFFLOAD */ }; /** * struct delts_req_info - DELTS request parameter * @tsinfo: ts info * @tspec: ts spec * @wmeTspecPresent: wme ts spec flag * @wsmTspecPresent: wsm ts spec flag * @lleTspecPresent: lle ts spec flag */ struct delts_req_info { struct mac_ts_info tsinfo; struct mac_tspec_ie tspec; uint8_t wmeTspecPresent:1; uint8_t wsmTspecPresent:1; uint8_t lleTspecPresent:1; }; /** * struct del_ts_params - DELTS related parameters * @tspecIdx: TSPEC identifier uniquely identifying a TSPEC for a STA in a BSS * @bssId: BSSID * @sessionId: session id * @userPrio: user priority * @delTsInfo: DELTS info * @setRICparams: RIC parameters */ struct del_ts_params { uint16_t tspecIdx; uint8_t bssId[QDF_MAC_ADDR_SIZE]; uint8_t sessionId; uint8_t userPrio; #ifdef WLAN_FEATURE_ROAM_OFFLOAD struct delts_req_info delTsInfo; uint8_t setRICparams; #endif /* WLAN_FEATURE_ROAM_OFFLOAD */ }; /** * struct ll_stats_clear_params - ll stats clear parameter * @req_id: request id * @vdev_id: vdev id * @stats_clear_mask: stats clear mask * @stop_req: stop request * @peer_macaddr: MAC address of the peer for which stats are to be cleared */ struct ll_stats_clear_params { uint32_t req_id; uint8_t vdev_id; uint32_t stats_clear_mask; uint8_t stop_req; struct qdf_mac_addr peer_macaddr; }; /** * struct ll_stats_set_params - ll stats get parameter * @req_id: request id * @mpdu_size_threshold: mpdu size threshold * @aggressive_statistics_gathering: aggressive_statistics_gathering */ struct ll_stats_set_params { uint32_t req_id; uint32_t mpdu_size_threshold; uint32_t aggressive_statistics_gathering; }; /** * struct ll_stats_get_params - ll stats parameter * @req_id: request id * @vdev_id: vdev id * @param_id_mask: param is mask * @peer_macaddr: MAC address of the peer for which stats are desired * @is_mlo_req: is the request for mlo vdev * @vdev_id_bitmap: vdev_id_bitmap of all the connected mlo vdevs * @mld_macaddr: MLD MAC address */ struct ll_stats_get_params { uint32_t req_id; uint8_t vdev_id; uint32_t param_id_mask; struct qdf_mac_addr peer_macaddr; #ifdef WLAN_FEATURE_11BE_MLO bool is_mlo_req; uint32_t vdev_id_bitmap; struct qdf_mac_addr mld_macaddr; #endif }; /** * struct link_status_params - link stats parameter * @vdev_id: ID of the vdev for which link status is desired */ struct link_status_params { uint8_t vdev_id; }; /** * struct dhcp_stop_ind_params - DHCP Stop indication message * @msgtype: message type is same as the request type * @msglen: length of the entire request * @device_mode: Mode of the device(ex:STA, AP) * @adapter_macaddr: MAC address of the adapter * @peer_macaddr: MAC address of the connected peer */ struct dhcp_stop_ind_params { uint16_t msgtype; uint16_t msglen; uint8_t device_mode; struct qdf_mac_addr adapter_macaddr; struct qdf_mac_addr peer_macaddr; }; #define WMI_MAX_FILTER_TEST_DATA_LEN 8 #define WMI_MAX_NUM_MULTICAST_ADDRESS 240 #define WMI_MAX_NUM_FILTERS 20 #define WMI_MAX_NUM_TESTS_PER_FILTER 10 /** * enum packet_filter_type - packet filter type * @WMI_RCV_FILTER_TYPE_INVALID: invalid type * @WMI_RCV_FILTER_TYPE_FILTER_PKT: filter packet type * @WMI_RCV_FILTER_TYPE_BUFFER_PKT: buffer packet type * @WMI_RCV_FILTER_TYPE_MAX_ENUM_SIZE: max enum size */ enum packet_filter_type { WMI_RCV_FILTER_TYPE_INVALID, WMI_RCV_FILTER_TYPE_FILTER_PKT, WMI_RCV_FILTER_TYPE_BUFFER_PKT, WMI_RCV_FILTER_TYPE_MAX_ENUM_SIZE }; /** * enum packet_protocol_type - packet protocol type * @WMI_FILTER_HDR_TYPE_INVALID: invalid type * @WMI_FILTER_HDR_TYPE_MAC: mac type * @WMI_FILTER_HDR_TYPE_ARP: trp type * @WMI_FILTER_HDR_TYPE_IPV4: ipv4 type * @WMI_FILTER_HDR_TYPE_IPV6: ipv6 type * @WMI_FILTER_HDR_TYPE_UDP: udp type * @WMI_FILTER_HDR_TYPE_MAX: max type */ enum packet_protocol_type { WMI_FILTER_HDR_TYPE_INVALID, WMI_FILTER_HDR_TYPE_MAC, WMI_FILTER_HDR_TYPE_ARP, WMI_FILTER_HDR_TYPE_IPV4, WMI_FILTER_HDR_TYPE_IPV6, WMI_FILTER_HDR_TYPE_UDP, WMI_FILTER_HDR_TYPE_MAX }; /** * enum packet_filter_comp_type - packet filter comparison type * @WMI_FILTER_CMP_TYPE_INVALID: invalid type * @WMI_FILTER_CMP_TYPE_EQUAL: type equal * @WMI_FILTER_CMP_TYPE_MASK_EQUAL: mask equal * @WMI_FILTER_CMP_TYPE_NOT_EQUAL: type not equal * @WMI_FILTER_CMP_TYPE_MASK_NOT_EQUAL: mask not equal * @WMI_FILTER_CMP_TYPE_MAX: max type */ enum packet_filter_comp_type { WMI_FILTER_CMP_TYPE_INVALID, WMI_FILTER_CMP_TYPE_EQUAL, WMI_FILTER_CMP_TYPE_MASK_EQUAL, WMI_FILTER_CMP_TYPE_NOT_EQUAL, WMI_FILTER_CMP_TYPE_MASK_NOT_EQUAL, WMI_FILTER_CMP_TYPE_MAX }; /** * struct rcv_pkt_filter_params - receive packet filter parameters * @protocolLayer: protocol layer * @cmpFlag: comparison flag * @dataLength: data length * @dataOffset: data offset * @reserved: resserved * @compareData: compare data * @dataMask: data mask */ struct rcv_pkt_filter_params { enum packet_protocol_type protocolLayer; enum packet_filter_comp_type cmpFlag; uint16_t dataLength; uint8_t dataOffset; uint8_t reserved; uint8_t compareData[WMI_MAX_FILTER_TEST_DATA_LEN]; uint8_t dataMask[WMI_MAX_FILTER_TEST_DATA_LEN]; }; /** * struct rcv_pkt_filter_config - receive packet filter info * @filterId: filter id * @filterType: filter type * @numFieldParams: no of fields * @coalesceTime: reserved parameter * @self_macaddr: self mac address * @bssid: Bssid of the connected AP * @paramsData: data parameter */ struct rcv_pkt_filter_config { uint8_t filterId; enum packet_filter_type filterType; uint32_t numFieldParams; uint32_t coalesceTime; struct qdf_mac_addr self_macaddr; struct qdf_mac_addr bssid; struct rcv_pkt_filter_params paramsData[WMI_MAX_NUM_TESTS_PER_FILTER]; }; /** * struct cfg_action_frm_tb_ppdu_param - action frm in TB PPDU cfg * @cfg: enable/disable * @frm_len: length of the frame * @data: data pointer */ struct cfg_action_frm_tb_ppdu_param { uint32_t cfg; uint32_t frm_len; uint8_t *data; }; #define WMI_MAX_NUM_FW_SEGMENTS 4 /** * struct fw_dump_seg_req_param - individual segment details * @seg_id: segment id. * @seg_start_addr_lo: lower address of the segment. * @seg_start_addr_hi: higher address of the segment. * @seg_length: length of the segment. * @dst_addr_lo: lower address of the destination buffer. * @dst_addr_hi: higher address of the destination buffer. * * This structure carries the information to firmware about the * individual segments. This structure is part of firmware memory * dump request. */ struct fw_dump_seg_req_param { uint8_t seg_id; uint32_t seg_start_addr_lo; uint32_t seg_start_addr_hi; uint32_t seg_length; uint32_t dst_addr_lo; uint32_t dst_addr_hi; }; /** * struct fw_dump_req_param - firmware memory dump request details. * @request_id: request id. * @num_seg: requested number of segments. * @segment: individual segment information. * * This structure carries information about the firmware * memory dump request. */ struct fw_dump_req_param { uint32_t request_id; uint32_t num_seg; struct fw_dump_seg_req_param segment[WMI_MAX_NUM_FW_SEGMENTS]; }; /** * struct dhcp_offload_info_params - dhcp offload parameters * @vdev_id: request data length * @dhcp_offload_enabled: dhcp offload enabled * @dhcp_client_num: dhcp client no * @dhcp_srv_addr: dhcp server ip */ struct dhcp_offload_info_params { uint32_t vdev_id; bool dhcp_offload_enabled; uint32_t dhcp_client_num; uint32_t dhcp_srv_addr; }; /** * struct app_type2_params - app type2parameter * @vdev_id: vdev id * @rc4_key: rc4 key * @rc4_key_len: rc4 key length * @ip_id: NC id * @ip_device_ip: NC IP address * @ip_server_ip: Push server IP address * @tcp_src_port: NC TCP port * @tcp_dst_port: Push server TCP port * @tcp_seq: tcp sequence * @tcp_ack_seq: tcp ack sequence * @keepalive_init: Initial ping interval * @keepalive_min: Minimum ping interval * @keepalive_max: Maximum ping interval * @keepalive_inc: Increment of ping interval * @gateway_mac: gateway mac address * @tcp_tx_timeout_val: tcp tx timeout value * @tcp_rx_timeout_val: tcp rx timeout value */ struct app_type2_params { uint8_t vdev_id; uint8_t rc4_key[16]; uint32_t rc4_key_len; /** ip header parameter */ uint32_t ip_id; uint32_t ip_device_ip; uint32_t ip_server_ip; /** tcp header parameter */ uint16_t tcp_src_port; uint16_t tcp_dst_port; uint32_t tcp_seq; uint32_t tcp_ack_seq; uint32_t keepalive_init; uint32_t keepalive_min; uint32_t keepalive_max; uint32_t keepalive_inc; struct qdf_mac_addr gateway_mac; uint32_t tcp_tx_timeout_val; uint32_t tcp_rx_timeout_val; }; /** * struct app_type1_params - app type1 parameter * @vdev_id: vdev id * @wakee_mac_addr: mac address * @identification_id: identification id * @password: password * @id_length: id length * @pass_length: password length */ struct app_type1_params { uint8_t vdev_id; struct qdf_mac_addr wakee_mac_addr; uint8_t identification_id[8]; uint8_t password[16]; uint32_t id_length; uint32_t pass_length; }; /** * enum wmi_ext_wow_type - wow type * @WMI_EXT_WOW_TYPE_APP_TYPE1: only enable wakeup for app type1 * @WMI_EXT_WOW_TYPE_APP_TYPE2: only enable wakeup for app type2 * @WMI_EXT_WOW_TYPE_APP_TYPE1_2: enable wakeup for app type1&2 */ enum wmi_ext_wow_type { WMI_EXT_WOW_TYPE_APP_TYPE1, WMI_EXT_WOW_TYPE_APP_TYPE2, WMI_EXT_WOW_TYPE_APP_TYPE1_2, }; /** * struct ext_wow_params - ext wow parameters * @vdev_id: vdev id * @type: wow type * @wakeup_pin_num: wake up gpio no */ struct ext_wow_params { uint8_t vdev_id; enum wmi_ext_wow_type type; uint32_t wakeup_pin_num; }; /** * struct stats_ext_params - ext stats request * @vdev_id: vdev id * @request_data_len: request data length * @vdev_id_bitmap: mlo connected vdev id bitmap * @request_data: request data */ struct stats_ext_params { uint32_t vdev_id; uint32_t request_data_len; uint32_t vdev_id_bitmap; uint8_t request_data[]; }; #define WMI_GTK_OFFLOAD_KEK_BYTES 64 #define WMI_GTK_OFFLOAD_KCK_BYTES 16 #define WMI_GTK_OFFLOAD_ENABLE 0 #define WMI_GTK_OFFLOAD_DISABLE 1 #define MAX_MEM_CHUNKS 32 /* * struct wmi_host_mem_chunk - host memory chunk structure * @vaddr: Pointer to virtual address * @paddr: Physical address * @memctx: qdf memory context for mapped address. * @len: length of chunk * @req_id: request id from target * * Note: kernel-doc doesn't parse the memctx definition so this definition * currently doesn't use a kernel-doc comment marker */ struct wmi_host_mem_chunk { uint32_t *vaddr; qdf_dma_addr_t paddr; qdf_dma_mem_context(memctx); uint32_t len; uint32_t req_id; }; /** * struct wmi_wifi_start_log - Structure to store the params sent to start/ * stop logging * @ring_id: Attribute which indicates the type of logging like per packet * statistics, connectivity etc. * @verbose_level: Verbose level which can be 0,1,2,3 * @flag: Flag field for future use */ struct wmi_wifi_start_log { uint32_t ring_id; uint32_t verbose_level; uint32_t flag; }; /** * struct wmi_pcl_list - Format of PCL * @pcl_list: List of preferred channels * @weight_list: Weights of the PCL * @pcl_len: Number of channels in the PCL */ struct wmi_pcl_list { uint8_t pcl_list[NUM_CHANNELS]; uint8_t weight_list[NUM_CHANNELS]; uint32_t pcl_len; }; /** * struct wmi_hw_mode_params - HW mode params * @mac0_tx_ss: MAC0 Tx spatial stream * @mac0_rx_ss: MAC0 Rx spatial stream * @mac1_tx_ss: MAC1 Tx spatial stream * @mac1_rx_ss: MAC1 Rx spatial stream * @mac0_bw: MAC0 bandwidth * @mac1_bw: MAC1 bandwidth * @dbs_cap: DBS capabality * @agile_dfs_cap: Agile DFS capabality */ struct wmi_hw_mode_params { uint8_t mac0_tx_ss; uint8_t mac0_rx_ss; uint8_t mac1_tx_ss; uint8_t mac1_rx_ss; uint8_t mac0_bw; uint8_t mac1_bw; uint8_t dbs_cap; uint8_t agile_dfs_cap; }; /** * struct wmi_unit_test_cmd - unit test command parameters * @vdev_id: vdev id * @module_id: module id * @num_args: number of arguments * @diag_token: dialog token, which identifies the transaction. * this number is generated by wifitool and may be used to * identify the transaction in the event path * @args: arguments */ struct wmi_unit_test_cmd { uint32_t vdev_id; uint32_t module_id; uint32_t num_args; uint32_t diag_token; uint32_t args[WMI_UNIT_TEST_MAX_NUM_ARGS]; }; /** * struct extscan_bssid_hotlist_set_params - set hotlist request * @request_id: request_id * @vdev_id: vdev id * @lost_ap_sample_size: number of samples to confirm AP loss * @num_ap: Number of hotlist APs * @ap: hotlist APs */ struct extscan_bssid_hotlist_set_params { uint32_t request_id; uint8_t vdev_id; uint32_t lost_ap_sample_size; uint32_t num_ap; struct ap_threshold_params ap[WMI_WLAN_EXTSCAN_MAX_HOTLIST_APS]; }; /** * struct host_mem_req - Host memory request paramseters request by target * @req_id: Request id to identify the request. * @unit_size: Size of single unit requested. * @num_unit_info: Memory chunk info * @num_units: number of units requested. * @tgt_num_units: number of units request by target. */ typedef struct { uint32_t req_id; uint32_t unit_size; uint32_t num_unit_info; uint32_t num_units; uint32_t tgt_num_units; } host_mem_req; #define WMI_HOST_DSCP_MAP_MAX (64) /** * struct wmi_host_ext_resource_config - Extended resource config * @host_platform_config: Host platform configuration. * @fw_feature_bitmap: FW feature requested bitmap. Uses the * WMI_HOST_FW_FEATURES_* macros. The features in * question are enabled by setting the feature's * bit to 1, or disabled by setting the feature's * bit to 0. * @wlan_priority_gpio: WLAN priority GPIO number. The target uses a * GPIO pin to indicate when it is transmitting * high-priority traffic (e.g. beacon, * management, or AC_VI) or low-priority traffic * (e.g. AC_BE, AC_BK). The HW uses this WLAN * GPIO pin to determine whether to abort WLAN * tx in favor of BT activity. Which GPIO is * used for this WLAN tx traffic priority * specification varies between platforms, so * the host needs to indicate to the target * which GPIO to use. * @coex_version: COEX version. Host will notify target which coex * algorithm has to be enabled based on HW, FW * capability and device tree config. Till now the * coex algorithms were target specific. Now the same * target can choose between multiple coex algorithms * depending on device tree config on host. For * backward compatibility, version support will have * option 0 and will rely on FW compile time flags to * decide the coex version between VERSION_1, VERSION_2 * and VERSION_3. Version info is mandatory from * VERSION_4 onwards for any new coex algorithms. * 0 = no version support * 1 = COEX_VERSION1 (3 wire coex) * 2 = COEX_VERSION_2 (2.5 wire coex) * 3 = COEX_VERSION_3 (2.5 wire coex+duty cycle) * 4 = COEX_VERSION_4 (4 wire coex) * @coex_gpio_pin_1: * @coex_gpio_pin_2: * @coex_gpio_pin_3: * There are multiple coex implementations on FW to support different * hardwares. Since the coex algos are mutually exclusive, host will * use below fields to send GPIO info to FW and these GPIO pins will * have different usages depending on the feature enabled. This is to * avoid adding multiple GPIO fields here for different features. * * COEX VERSION_4 (4 wire coex) : * 4 wire coex feature uses 1 common input request line from BT/ZB/ * Thread which interrupts the WLAN target processor directly, 1 input * priority line from BT and ZB each, 1 output line to grant access to * requesting IOT subsystem. WLAN uses the input priority line to * identify the requesting IOT subsystem. Request is granted based on * IOT interface priority and WLAN traffic. GPIO pin usage is as below: * coex_gpio_pin_1 = BT PRIORITY INPUT GPIO * coex_gpio_pin_2 = ZIGBEE PRIORITY INPUT GPIO * coex_gpio_pin_3 = GRANT OUTPUT GPIO * when a BT active interrupt is raised, WLAN reads * BT and ZB priority input GPIO pins to compare against the coex * priority table and accordingly sets the grant output GPIO to give * access to requesting IOT subsystem. */ typedef struct { uint32_t host_platform_config; #define WMI_HOST_FW_FEATURE_LTEU_SUPPORT 0x0001 #define WMI_HOST_FW_FEATURE_COEX_GPIO_SUPPORT 0x0002 #define WMI_HOST_FW_FEATURE_AUX_RADIO_SPECTRAL_INTF 0x0004 #define WMI_HOST_FW_FEATURE_AUX_RADIO_CHAN_LOAD_INTF 0x0008 #define WMI_HOST_FW_FEATURE_BSS_CHANNEL_INFO_64 0x0010 #define WMI_HOST_FW_FEATURE_PEER_STATS 0x0020 #define WMI_HOST_FW_FEATURE_VDEV_STATS 0x0040 #define WMI_HOST_FW_FEATURE_VOW_FEATURES 0x00004000 #define WMI_HOST_FW_FEATURE_VOW_STATS 0x00008000 uint32_t fw_feature_bitmap; uint32_t wlan_priority_gpio; uint32_t coex_version; uint32_t coex_gpio_pin_1; uint32_t coex_gpio_pin_2; uint32_t coex_gpio_pin_3; /* add new members here */ } wmi_host_ext_resource_config; /** * struct set_fwtest_params - FW test params * @arg: FW param id * @value: value */ struct set_fwtest_params { uint32_t arg; uint32_t value; }; /** * enum wfa_test_cmds - WFA test config command * @WFA_CONFIG_RXNE: configure an override for the RSNXE Used * @WFA_CONFIG_CSA: configure the driver to ignore CSA * @WFA_CONFIG_OCV: configure OCI * @WFA_CONFIG_SA_QUERY: configure driver/firmware to ignore SAquery timeout * @WFA_FILS_DISCV_FRAMES: FD frames TX enable disable config * @WFA_IGNORE_H2E_RSNXE: configure driver/firmware to ignore H2E_RSNXE in case * of 6g connection */ enum wfa_test_cmds { WFA_CONFIG_RXNE, WFA_CONFIG_CSA, WFA_CONFIG_OCV, WFA_CONFIG_SA_QUERY, WFA_FILS_DISCV_FRAMES, WFA_IGNORE_H2E_RSNXE, }; /** * enum wmi_host_wfa_config_ocv_frmtype - OCI override frame type * @WMI_HOST_WFA_CONFIG_OCV_FRMTYPE_SAQUERY_REQ: SA Query Request frame * @WMI_HOST_WFA_CONFIG_OCV_FRMTYPE_SAQUERY_RSP: SA Query Response frame * @WMI_HOST_WFA_CONFIG_OCV_FRMTYPE_FT_REASSOC_REQ: FT Reassociation Req frm * @WMI_HOST_WFA_CONFIG_OCV_FRMTYPE_FILS_REASSOC_REQ: FILS Reassoc Req frm */ enum wmi_host_wfa_config_ocv_frmtype { WMI_HOST_WFA_CONFIG_OCV_FRMTYPE_SAQUERY_REQ = 0x00000001, WMI_HOST_WFA_CONFIG_OCV_FRMTYPE_SAQUERY_RSP = 0x00000002, WMI_HOST_WFA_CONFIG_OCV_FRMTYPE_FT_REASSOC_REQ = 0x00000004, WMI_HOST_WFA_CONFIG_OCV_FRMTYPE_FILS_REASSOC_REQ = 0x00000008, }; /** * struct ocv_wfatest_params - ocv WFA test params * @frame_type: frame type req for OCV config * @freq: frequency to set */ struct ocv_wfatest_params { uint8_t frame_type; uint32_t freq; }; /** * struct set_wfatest_params - WFA test params * @vdev_id: vdev id * @value: wfa test config value * @cmd: WFA test command * @ocv_param: pointer to ocv params */ struct set_wfatest_params { uint8_t vdev_id; uint32_t value; enum wfa_test_cmds cmd; struct ocv_wfatest_params *ocv_param; }; /* * msduq_update_params - MSDUQ update param structure * @tid_num: TID number * @msduq_update_mask: update bit mask * @qdepth_thresh_value: threshold value for the queue depth */ #define QDEPTH_THRESH_MAX_UPDATES 1 typedef struct { uint32_t tid_num; uint32_t msduq_update_mask; uint32_t qdepth_thresh_value; } msduq_update_params; /** * struct set_qdepth_thresh_params - MSDU Queue Depth Threshold Params * @vdev_id: vdev id * @pdev_id: pdev id * @mac_addr: MAC address * @num_of_msduq_updates: holds the number of tid updates * @update_params:tid updates */ struct set_qdepth_thresh_params { uint32_t pdev_id; uint32_t vdev_id; uint8_t mac_addr[QDF_MAC_ADDR_SIZE]; uint32_t num_of_msduq_updates; msduq_update_params update_params[QDEPTH_THRESH_MAX_UPDATES]; }; /** * struct peer_chan_width_switch_info - Peer channel width capability params * @mac_addr: MAC address of peer * @chan_width: Max supported channel width of peer * (enum ieee80211_cwm_width) * @puncture_bitmap: Puncture bitmap of peer */ struct peer_chan_width_switch_info { uint8_t mac_addr[QDF_MAC_ADDR_SIZE]; uint32_t chan_width; uint16_t puncture_bitmap; }; /** * struct set_bridge_mac_addr_params - set bridge MAC addr params * @bridge_addr: Pointer to bridge macaddr */ struct set_bridge_mac_addr_params { uint8_t *bridge_addr; }; /** * struct peer_del_all_wds_entries_params - WDS peer entries del params * @wds_macaddr: Pointer to destination macaddr * @peer_macaddr: Pointer to peer mac addr * @flags: flags */ struct peer_del_all_wds_entries_params { uint8_t *wds_macaddr; uint8_t *peer_macaddr; uint32_t flags; }; /** * struct set_ps_mode_params - PS mode params * @vdev_id: vdev id * @psmode: PS mode */ struct set_ps_mode_params { uint8_t vdev_id; uint8_t psmode; }; /** * struct tt_level_config - Set Thermal throttlling config * @tmplwm: Temperature low water mark * @tmphwm: Temperature high water mark * @dcoffpercent: dc off percentage * @priority: priority */ typedef struct { uint32_t tmplwm; uint32_t tmphwm; uint32_t dcoffpercent; uint32_t priority; } tt_level_config; /** * struct thermal_mitigation_params - Thermal mitigation params * @pdev_id: pdev identifier * @enable: Enable/Disable Thermal mitigation * @dc: DC * @dc_per_event: DC per event * @num_thermal_conf: Number of thermal configurations to be sent * @client_id: Thermal client id either apps or wpps * @priority: Priority of apps/wpps * @levelconf: TT level config params */ struct thermal_mitigation_params { uint32_t pdev_id; uint32_t enable; uint32_t dc; uint32_t dc_per_event; uint8_t num_thermal_conf; uint8_t client_id; uint8_t priority; tt_level_config levelconf[THERMAL_LEVELS]; }; /** * struct smart_ant_enable_tx_feedback_params - SA tx feedback params * @enable: Enable TX feedback for SA */ struct smart_ant_enable_tx_feedback_params { int enable; }; /** * struct vdev_spectral_configure_params - SPectral config params * @vdev_id: VDEV id * @count: count * @period: period * @fft_recap: FFT recapture enable/disable * @spectral_pri: Spectral priority * @fft_size: FFT size * @gc_enable: GC enable * @restart_enable: restart enabled * @noise_floor_ref: Noise floor reference * @init_delay: Init delays * @nb_tone_thr: NB tone threshold * @str_bin_thr: STR BIN threshold * @wb_rpt_mode: WB BIN threshold * @rssi_rpt_mode: RSSI report mode * @rssi_thr: RSSI threshold * @pwr_format: Power format * @rpt_mode: Report mode * @bin_scale: BIN scale * @dbm_adj: DBM adjust * @chn_mask: chain mask * @mode: Mode * @center_freq1: Center frequency 1 * @center_freq2: Center frequency 2 * @chan_freq: Primary channel frequency * @chan_width: Channel width */ struct vdev_spectral_configure_params { uint8_t vdev_id; uint16_t count; uint16_t period; uint16_t fft_recap; uint16_t spectral_pri; uint16_t fft_size; uint16_t gc_enable; uint16_t restart_enable; uint16_t noise_floor_ref; uint16_t init_delay; uint16_t nb_tone_thr; uint16_t str_bin_thr; uint16_t wb_rpt_mode; uint16_t rssi_rpt_mode; uint16_t rssi_thr; uint16_t pwr_format; uint16_t rpt_mode; uint16_t bin_scale; uint16_t dbm_adj; uint16_t chn_mask; uint16_t mode; uint16_t center_freq1; uint16_t center_freq2; uint16_t chan_freq; uint16_t chan_width; }; /** * struct vdev_spectral_enable_params - Spectral enabled params * @vdev_id: VDEV id * @active_valid: Active valid * @active: active * @enabled_valid: Enabled valid * @enabled: enabled * @mode: Mode */ struct vdev_spectral_enable_params { uint8_t vdev_id; uint8_t active_valid; uint8_t active; uint8_t enabled_valid; uint8_t enabled; uint8_t mode; }; #ifdef WLAN_CONV_SPECTRAL_ENABLE /** * struct spectral_fft_bin_markers_160_165mhz - Stores the start index * and length of FFT bins in 165 MHz/Restricted 80p80 or 160 MHz * mode in targets with a single Spectral detector * @is_valid: Indicates whether this structure holds valid data * @start_pri80: Starting index of FFT bins corresponding to primary 80 MHz * in 165 MHz/Restricted 80p80 or 160 MHz mode * @num_pri80: Number of FFT bins corresponding to primary 80 MHz * in 165 MHz/Restricted 80p80 or 160 MHz mode * @start_5mhz: Starting index of FFT bins corresponding to extra 5 MHz * in 165 MHz/Restricted 80p80 mode * @num_5mhz: Number of FFT bins corresponding to extra 5 MHz * in 165 MHz/Restricted 80p80 mode * @start_sec80: Starting index of FFT bins corresponding to secondary 80 MHz * in 165 MHz/Restricted 80p80 or 160 MHz mode * @num_sec80: Number of FFT bins corresponding to secondary 80 MHz * in 165 MHz/Restricted 80p80 or 160 MHz mode */ struct spectral_fft_bin_markers_160_165mhz { bool is_valid; uint16_t start_pri80; uint16_t num_pri80; uint16_t start_5mhz; uint16_t num_5mhz; uint16_t start_sec80; uint16_t num_sec80; }; /** * struct spectral_startscan_resp_params - Params from the event send by * FW as a response to the scan start command * @pdev_id: Pdev id * @smode: Spectral scan mode * @num_fft_bin_index: Number of TLVs with FFT bin start and end indices * @num_det_info: Number of detector info TLVs */ struct spectral_startscan_resp_params { uint32_t pdev_id; enum spectral_scan_mode smode; uint8_t num_fft_bin_index; uint8_t num_det_info; }; /** * struct spectral_session_chan_info - Spectral scan session channel information * @operating_pri20_freq: frequency of primary 20MHz channel (in MHz) * @operating_cfreq1: center frequency 1 of operating channel (in MHz) * @operating_cfreq2: center frequency 2 of operating channel (in MHz). * For contiguous channels, @operating_cfreq1 should be represent the center of * the entire span and @operating_cfreq2 should be 0, whereas for non-contiguous * channels, @operating_cfreq1 should represent the center of primary segment * and @@operating_cfreq2 should represent the center of secondary segment. * @operating_bw: operating bandwidth enumeration * @operating_puncture_20mhz_bitmap: Puncture bitmap of operating channel. * Each bit indicates one 20 MHz punctured channel * @sscan_cfreq1: center frequency 1 (in MHz) of the channel in which spectral * scan is done * @sscan_cfreq2: center frequency 2 (in MHz) of the channel in which spectral * scan is done. For contiguous channels, @sscan_cfreq1 should be represent the * center of the entire span and @sscan_cfreq2 should be 0, whereas for * non-contiguous channels, @sscan_cfreq1 should represent the center of primary * segment and @sscan_cfreq2 should represent the center of secondary segment. * @sscan_bw: bandwidth of the channel in which spectral scan is done * @sscan_puncture_20mhz_bitmap: Puncture bitmap of channel in which spectral * scan is done. Each bit indicates one 20 MHz punctured channel. */ struct spectral_session_chan_info { qdf_freq_t operating_pri20_freq; qdf_freq_t operating_cfreq1; qdf_freq_t operating_cfreq2; enum phy_ch_width operating_bw; uint16_t operating_puncture_20mhz_bitmap; qdf_freq_t sscan_cfreq1; qdf_freq_t sscan_cfreq2; enum phy_ch_width sscan_bw; uint16_t sscan_puncture_20mhz_bitmap; }; /** * struct spectral_session_det_info - Detector info for a spectral scan session * @det_id: detector ID * @start_freq: start frequency (in MHz) of this detector * @end_freq: end frequency (in MHz) of this detector */ struct spectral_session_det_info { uint8_t det_id; qdf_freq_t start_freq; qdf_freq_t end_freq; }; /** * struct spectral_capabilities_event_params - parameters related to Spectral * capabilities event * @num_sscan_bw_caps: Number of spectral_scan_bw_capabilities TLVs * @num_fft_size_caps: Number of spectral_fft_size_capabilities TLVs */ struct spectral_capabilities_event_params { uint8_t num_sscan_bw_caps; uint8_t num_fft_size_caps; }; /** * struct spectral_scan_bw_capabilities - Spectral scan bandwidth caps * that are extracted from Spectral capabilities WMI event * @pdev_id: pdev ID * @smode: Spectral scan mode * @operating_bw: Operating bandwidth * @supported_bws: Supported sscan bandwidths bitmap for given @pdev_id, * @operating_bw, and @smode */ struct spectral_scan_bw_capabilities { uint8_t pdev_id; enum spectral_scan_mode smode; enum phy_ch_width operating_bw; uint32_t supported_bws; }; /** * struct spectral_fft_size_capabilities - Spectral scan FFT size caps * that are extracted from Spectral capabilities WMI event * @pdev_id: pdev ID * @sscan_bw: Spectral scan bandwidth * @supports_fft_sizes: Supported FFT sizes bitmap for given @pdev_id and * @sscan_bw */ struct spectral_fft_size_capabilities { uint8_t pdev_id; enum phy_ch_width sscan_bw; uint32_t supports_fft_sizes; }; #endif /** * struct pdev_set_regdomain_params - PDEV set reg domain params * @currentRDinuse: Current Reg domain * @currentRD2G: Current Reg domain 2G * @currentRD5G: Current Reg domain 5G * @ctl_2G: CTL 2G * @ctl_5G: CTL 5G * @dfsDomain: DFS domain * @pdev_id: pdev_id */ struct pdev_set_regdomain_params { uint16_t currentRDinuse; uint16_t currentRD2G; uint16_t currentRD5G; uint32_t ctl_2G; uint32_t ctl_5G; uint8_t dfsDomain; uint32_t pdev_id; }; /** * struct set_beacon_filter_params - Set beacon filter params * @vdev_id: VDEV id * @ie: Pointer to IE fields */ struct set_beacon_filter_params { uint8_t vdev_id; uint32_t *ie; }; /** * struct remove_beacon_filter_params - Remove beacon filter params * @vdev_id: VDEV id */ struct remove_beacon_filter_params { uint8_t vdev_id; }; /** * struct mgmt_params - Mgmt params * @vdev_id: vdev id * @buf_len: length of frame buffer * @wbuf: frame buffer */ struct mgmt_params { int vdev_id; uint32_t buf_len; qdf_nbuf_t wbuf; }; /** * struct addba_clearresponse_params - Addba clear response params * @vdev_id: VDEV id */ struct addba_clearresponse_params { uint8_t vdev_id; }; /** * struct addba_send_params - ADDBA send params * @vdev_id: vdev id * @tidno: TID * @buffersize: buffer size */ struct addba_send_params { uint8_t vdev_id; uint8_t tidno; uint16_t buffersize; }; /** * struct delba_send_params - DELBA send params * @vdev_id: vdev id * @tidno: TID * @initiator: initiator * @reasoncode: reason code */ struct delba_send_params { uint8_t vdev_id; uint8_t tidno; uint8_t initiator; uint16_t reasoncode; }; /** * struct addba_setresponse_params - Set ADDBA response params * @vdev_id: vdev id * @tidno: TID * @statuscode: status code in response */ struct addba_setresponse_params { uint8_t vdev_id; uint8_t tidno; uint16_t statuscode; }; /** * struct singleamsdu_params - Single AMSDU params * @vdev_id: vdev is * @tidno: TID */ struct singleamsdu_params { uint8_t vdev_id; uint8_t tidno; }; /** * struct mu_scan_params - MU scan params * @id: id * @type: type * @duration: Duration * @lteu_tx_power: LTEU tx power * @rssi_thr_bssid: * @rssi_thr_sta: * @rssi_thr_sc: * @plmn_id: * @alpha_num_bssid: alpha for num active bssid calculation */ struct mu_scan_params { uint8_t id; uint8_t type; uint32_t duration; uint32_t lteu_tx_power; uint32_t rssi_thr_bssid; uint32_t rssi_thr_sta; uint32_t rssi_thr_sc; uint32_t plmn_id; uint32_t alpha_num_bssid; }; /** * struct lteu_config_params - LTEU config params * @lteu_gpio_start: start MU/AP scan after GPIO toggle * @lteu_num_bins: no. of elements in the following arrays * @use_actual_nf: whether to use the actual NF obtained or a hardcoded one * @lteu_weight: weights for MU algo * @lteu_thresh: thresholds for MU algo * @lteu_gamma: gamma's for MU algo * @lteu_scan_timeout: timeout in ms to gpio toggle * @alpha_num_bssid: alpha for num active bssid calculation * @wifi_tx_power: Wifi Tx power * @allow_err_packets: allow error packets */ struct lteu_config_params { uint8_t lteu_gpio_start; uint8_t lteu_num_bins; uint8_t use_actual_nf; uint32_t lteu_weight[LTEU_MAX_BINS]; uint32_t lteu_thresh[LTEU_MAX_BINS]; uint32_t lteu_gamma[LTEU_MAX_BINS]; uint32_t lteu_scan_timeout; uint32_t alpha_num_bssid; uint32_t wifi_tx_power; uint32_t allow_err_packets; }; struct wmi_macaddr_t { /** upper 4 bytes of MAC address */ uint32_t mac_addr31to0; /** lower 2 bytes of MAC address */ uint32_t mac_addr47to32; }; /** * struct wlan_profile_params - WLAN profile params * @param_id: param id * @profile_id: profile id * @enable: enable */ struct wlan_profile_params { uint32_t param_id; uint32_t profile_id; uint32_t enable; }; /** * struct wmi_host_wme_vparams - WME params * @acm: ACM paramete * @aifs: AIFSN parameters * @cwmin: cwmin in exponential form * @cwmax: cwmax in exponential form * @txoplimit: txopLimit * @mu_edca_timer: MU EDCA timer * @noackpolicy: No-Ack Policy: 0=ack, 1=no-ack */ struct wmi_host_wme_vparams { u_int32_t acm; u_int32_t aifs; u_int32_t cwmin; u_int32_t cwmax; union { u_int32_t txoplimit; u_int32_t mu_edca_timer; }; u_int32_t noackpolicy; }; /** * struct ratepwr_table_params - Rate power table params * @ratepwr_tbl: pointer to rate power table * @ratepwr_len: rate power table len */ struct ratepwr_table_params { uint8_t *ratepwr_tbl; uint16_t ratepwr_len; }; /** * struct ratepwr_chainmsk_params - Rate power chainmask params * @ratepwr_chain_tbl: pointer to ratepwr chain table * @num_rate: number of rate in table * @pream_type: preamble type * @ops: ops */ struct ratepwr_chainmsk_params { uint32_t *ratepwr_chain_tbl; uint16_t num_rate; uint8_t pream_type; uint8_t ops; }; struct macaddr_params { uint8_t *macaddr; }; /** * struct acparams_params - acparams config structure * @ac: AC to configure * @use_rts: Use rts for this AC * @aggrsize_scaling: Aggregate size scaling for the AC * @min_kbps: min kbps req */ struct acparams_params { uint8_t ac; uint8_t use_rts; uint8_t aggrsize_scaling; uint32_t min_kbps; }; /** * struct vap_dscp_tid_map_params - DSCP tid map params * @vdev_id: vdev id * @dscp_to_tid_map: pointer to array of tid to dscp map table */ struct vap_dscp_tid_map_params { uint8_t vdev_id; uint32_t *dscp_to_tid_map; }; /** * struct proxy_ast_reserve_params - Proxy AST reserve params * @macaddr: macaddr for proxy ast entry */ struct proxy_ast_reserve_params { uint8_t *macaddr; }; /** * struct fips_params - FIPS params config * @key: pointer to key * @key_len: length of key * @data: pointer data buf * @data_len: length of data buf * @mode: mode * @op: operation * @pdev_id: pdev_id for identifying the MAC */ struct fips_params { uint8_t *key; uint32_t key_len; uint8_t *data; uint32_t data_len; uint32_t mode; uint32_t op; uint32_t pdev_id; }; #ifdef WLAN_FEATURE_FIPS_BER_CCMGCM #define MAX_KEY_LEN_FIPS_EXTEND 64 #define MAX_NONCEIV_LEN_FIPS_EXTEND 16 /** * struct fips_extend_cmd_params - FIPS extend params config for first frag * @fips_cmd: 1 - Encrypt, 2 - Decrypt * @key_cipher: 0 - CCM, 1 - GCM * @key_len: length of key * @key: key_data * @nonce_iv_len: length of nonce or iv * @nonce_iv: nonce_iv * @tag_len: length of tag/mic * @aad_len: length of aad * @payload_len: length of payload */ struct fips_extend_cmd_params { u_int32_t fips_cmd; u_int32_t key_cipher; u_int32_t key_len; u_int8_t key[MAX_KEY_LEN_FIPS_EXTEND]; u_int32_t nonce_iv_len; u_int8_t nonce_iv[MAX_NONCEIV_LEN_FIPS_EXTEND]; u_int32_t tag_len; u_int32_t aad_len; u_int32_t payload_len; }; /** * struct fips_extend_params - FIPS extend params config * @pdev_id: pdev_id for identifying the MAC * @cookie: cookie value * @frag_idx: fragment index * @more_bit: more bit * @data_len: length of data buf * @cmd_params: cmd_params set for first fragment * @data: pointer data buf */ struct fips_extend_params { uint32_t pdev_id; u_int32_t cookie; u_int32_t frag_idx; u_int32_t more_bit; u_int32_t data_len; struct fips_extend_cmd_params cmd_params; u_int32_t *data; }; /** * struct fips_mode_set_params - FIPS mode enable param * @pdev_id: pdev_id for identifying the MAC * @mode: value to disable or enable fips extend mode */ struct fips_mode_set_params { uint32_t pdev_id; uint32_t mode; }; #endif #ifdef WLAN_FEATURE_DISA_FIPS /** * struct disa_encrypt_decrypt_req_params - disa encrypt request * @vdev_id: virtual device id * @key_flag: This indicates firmware to encrypt/decrypt payload * see ENCRYPT_DECRYPT_FLAG * @key_idx: Index used in storing key * @key_cipher: cipher used for encryption/decryption * Eg: see WMI_CIPHER_AES_CCM for CCMP * @key_len: length of key data * @key_txmic_len: length of Tx MIC * @key_rxmic_len: length of Rx MIC * @key_data: Key * @pn: packet number * @mac_header: MAC header * @data_len: length of data * @data: pointer to payload */ struct disa_encrypt_decrypt_req_params { uint32_t vdev_id; uint8_t key_flag; uint32_t key_idx; uint32_t key_cipher; uint32_t key_len; uint32_t key_txmic_len; uint32_t key_rxmic_len; uint8_t key_data[MAC_MAX_KEY_LENGTH]; uint8_t pn[MAC_PN_LENGTH]; uint8_t mac_header[MAX_MAC_HEADER_LEN]; uint32_t data_len; uint8_t *data; }; #endif /** * struct periodic_chan_stats_params - periodic channel stats req param * @stats_period: stats period update * @enable: enable/disable * @pdev_id: pdev id */ struct periodic_chan_stats_params { uint32_t stats_period; bool enable; uint32_t pdev_id; }; /** * enum wmi_host_packet_power_rate_flags: packer power rate flags * @WMI_HOST_FLAG_RTSENA: RTS enabled * @WMI_HOST_FLAG_CTSENA: CTS enabled * @WMI_HOST_FLAG_STBC: STBC is set * @WMI_HOST_FLAG_LDPC: LDPC is set * @WMI_HOST_FLAG_TXBF: Tx Bf enabled * @WMI_HOST_FLAG_MU2: MU2 data * @WMI_HOST_FLAG_MU3: MU3 data * @WMI_HOST_FLAG_SERIES1: Rate series 1 * @WMI_HOST_FLAG_SGI: Short guard interval */ enum wmi_host_packet_power_rate_flags { WMI_HOST_FLAG_RTSENA = 0x0001, WMI_HOST_FLAG_CTSENA = 0x0002, WMI_HOST_FLAG_STBC = 0x0004, WMI_HOST_FLAG_LDPC = 0x0008, WMI_HOST_FLAG_TXBF = 0x0010, WMI_HOST_FLAG_MU2 = 0x0020, WMI_HOST_FLAG_MU3 = 0x0040, WMI_HOST_FLAG_SERIES1 = 0x0080, WMI_HOST_FLAG_SGI = 0x0100, }; /** * enum wmi_host_su_mu_ofdma_flags: packer power su mu ofdma flags * @WMI_HOST_FLAG_SU: SU Data * @WMI_HOST_FLAG_DL_MU_MIMO_AC: DL AC MU data * @WMI_HOST_FLAG_DL_MU_MIMO_AX: DL AX MU data * @WMI_HOST_FLAG_DL_OFDMA: DL OFDMA data * @WMI_HOST_FLAG_UL_OFDMA: UL OFDMA data * @WMI_HOST_FLAG_UL_MU_MIMO: UL MU data */ enum wmi_host_su_mu_ofdma_flags { WMI_HOST_FLAG_SU = 0x0001, WMI_HOST_FLAG_DL_MU_MIMO_AC = 0x0002, WMI_HOST_FLAG_DL_MU_MIMO_AX = 0x0003, WMI_HOST_FLAG_DL_OFDMA = 0x0004, WMI_HOST_FLAG_UL_OFDMA = 0x0005, WMI_HOST_FLAG_UL_MU_MIMO = 0x0006, }; /** * enum wmi_host_preamble_type: preamble type * @WMI_HOST_PREAMBLE_OFDM: ofdm rate * @WMI_HOST_PREAMBLE_CCK: cck rate * @WMI_HOST_PREAMBLE_HT: ht rate * @WMI_HOST_PREAMBLE_VHT: vht rate * @WMI_HOST_PREAMBLE_HE: 11ax he rate */ enum wmi_host_preamble_type { WMI_HOST_PREAMBLE_OFDM = 0, WMI_HOST_PREAMBLE_CCK = 1, WMI_HOST_PREAMBLE_HT = 2, WMI_HOST_PREAMBLE_VHT = 3, WMI_HOST_PREAMBLE_HE = 4, }; /** * enum wmi_ratemask_type: ratemask type * @WMI_RATEMASK_TYPE_CCK: CCK rate mask type * @WMI_RATEMASK_TYPE_HT: HT rate mask type * @WMI_RATEMASK_TYPE_VHT: VHT rate mask type * @WMI_RATEMASK_TYPE_HE: HE rate mask type * * This is used for 'type' in WMI_VDEV_RATEMASK_CMDID */ enum wmi_ratemask_type { WMI_RATEMASK_TYPE_CCK = 0, WMI_RATEMASK_TYPE_HT = 1, WMI_RATEMASK_TYPE_VHT = 2, WMI_RATEMASK_TYPE_HE = 3, }; /** * enum peer_txq_flush_policy - Peer flush policy values * @PEER_TXQ_FLUSH_POLICY_NONE: No policy configured for peer TID queues * @PEER_TXQ_FLUSH_POLICY_TWT_SP_END: flush peer TID queues after SP end * @PEER_TXQ_FLUSH_POLICY_INVALID: invalid policy * * This is mapped to 'flush_policy' in WMI_PEER_FLUSH_POLICY_CMDID */ enum peer_txq_flush_policy { PEER_TXQ_FLUSH_POLICY_NONE = 0, PEER_TXQ_FLUSH_POLICY_TWT_SP_END = 1, /*keep last */ PEER_TXQ_FLUSH_POLICY_INVALID, }; /** * struct peer_txq_flush_config_params: Peer TXQ flush configuration parameters * @vdev_id: vdev id * @peer: Peer mac address * @tid_mask: TID queues of the peer being configured * @policy: Policy to be applied */ struct peer_txq_flush_config_params { uint8_t vdev_id; uint8_t peer[QDF_MAC_ADDR_SIZE]; uint32_t tid_mask; enum peer_txq_flush_policy policy; }; /** * enum gpio_pull_type - GPIO PULL TYPE * @WMI_HOST_GPIO_PULL_NONE: set gpio pull type to none * @WMI_HOST_GPIO_PULL_UP: set gpio to pull up * @WMI_HOST_GPIO_PULL_DOWN: set gpio to pull down * @WMI_HOST_GPIO_PULL_MAX: invalid pull type */ enum gpio_pull_type { WMI_HOST_GPIO_PULL_NONE = 0, WMI_HOST_GPIO_PULL_UP = 1, WMI_HOST_GPIO_PULL_DOWN = 2, WMI_HOST_GPIO_PULL_MAX, }; /** * enum gpio_interrupt_mode - GPIO INTERRUPT MODE * @WMI_HOST_GPIO_INTMODE_DISABLE: disable interrupt mode * @WMI_HOST_GPIO_INTMODE_RISING_EDGE: interrupt with rising edge trigger * @WMI_HOST_GPIO_INTMODE_FALLING_EDGE: interrupt with falling edge trigger * @WMI_HOST_GPIO_INTMODE_BOTH_EDGE: interrupt with both edge trigger * @WMI_HOST_GPIO_INTMODE_LEVEL_LOW: interrupt with gpio level low trigger * @WMI_HOST_GPIO_INTMODE_LEVEL_HIGH: interrupt with gpio level high trigger * @WMI_HOST_GPIO_INTMODE_MAX: invalid interrupt mode */ enum gpio_interrupt_mode { WMI_HOST_GPIO_INTMODE_DISABLE = 0, WMI_HOST_GPIO_INTMODE_RISING_EDGE = 1, WMI_HOST_GPIO_INTMODE_FALLING_EDGE = 2, WMI_HOST_GPIO_INTMODE_BOTH_EDGE = 3, WMI_HOST_GPIO_INTMODE_LEVEL_LOW = 4, WMI_HOST_GPIO_INTMODE_LEVEL_HIGH = 5, WMI_HOST_GPIO_INTMODE_MAX, }; /** * enum gpio_direction - GPIO Direction * @WMI_HOST_GPIO_INPUT: set gpio as input mode * @WMI_HOST_GPIO_OUTPUT: set gpio as output mode * @WMI_HOST_GPIO_DIR_MAX: invalid gpio direction */ enum gpio_direction { WMI_HOST_GPIO_INPUT = 0, WMI_HOST_GPIO_OUTPUT = 1, WMI_HOST_GPIO_DIR_MAX, }; /** * enum fw_gpio_direction - GPIO Direction * @WMI_FW_GPIO_OUTPUT: set gpio as output mode * @WMI_FW_GPIO_INPUT: set gpio as input mode */ enum fw_gpio_direction { WMI_FW_GPIO_OUTPUT = 0, WMI_FW_GPIO_INPUT = 1, }; /** * enum gpio_value - GPIO Value * @WMI_HOST_GPIO_LEVEL_LOW: set gpio output level low * @WMI_HOST_GPIO_LEVEL_HIGH: set gpio output level high * @WMI_HOST_GPIO_LEVEL_MAX: invalid gpio value */ enum gpio_value { WMI_HOST_GPIO_LEVEL_LOW = 0, WMI_HOST_GPIO_LEVEL_HIGH = 1, WMI_HOST_GPIO_LEVEL_MAX, }; /** * enum gpio_init_enable - GPIO init enable * @WMI_HOST_GPIO_INIT_DISABLE: Disable INIT * @WMI_HOST_GPIO_INIT_ENABLE: Enable INIT * @WMI_HOST_GPIO_INIT_MAX: invalid gpio init_enable */ enum gpio_init_enable { WMI_HOST_GPIO_INIT_DISABLE = 0, WMI_HOST_GPIO_INIT_ENABLE = 1, WMI_HOST_GPIO_INIT_MAX, }; /** * enum gpio_drive - GPIO drive * @WMI_HOST_GPIO_DRIVE_2MA: drive 2MA * @WMI_HOST_GPIO_DRIVE_4MA: drive 4MA * @WMI_HOST_GPIO_DRIVE_6MA: drive 6MA * @WMI_HOST_GPIO_DRIVE_8MA: drive 8MA * @WMI_HOST_GPIO_DRIVE_10MA: drive 10MA * @WMI_HOST_GPIO_DRIVE_12MA: drive 12MA * @WMI_HOST_GPIO_DRIVE_14MA: drive 14MA * @WMI_HOST_GPIO_DRIVE_16MA: drive 16MA * @WMI_HOST_GPIO_DRIVE_MAX: invalid gpio drive */ enum gpio_drive { WMI_HOST_GPIO_DRIVE_2MA = 0, WMI_HOST_GPIO_DRIVE_4MA = 1, WMI_HOST_GPIO_DRIVE_6MA = 2, WMI_HOST_GPIO_DRIVE_8MA = 3, WMI_HOST_GPIO_DRIVE_10MA = 4, WMI_HOST_GPIO_DRIVE_12MA = 5, WMI_HOST_GPIO_DRIVE_14MA = 6, WMI_HOST_GPIO_DRIVE_16MA = 7, WMI_HOST_GPIO_DRIVE_MAX, }; /** * enum gpio_mux_config - GPIO mux_config * @WMI_HOST_GPIO_MUX_DEFAULT: Default mux value * @WMI_HOST_GPIO_MUX_MAX: maximum allowed gpio mux_config */ enum gpio_mux_config { WMI_HOST_GPIO_MUX_DEFAULT = 0, WMI_HOST_GPIO_MUX_MAX = 15, }; /** * struct wmi_host_gpio_input_event - GPIO input event structure * @gpio_num: GPIO number which changed state */ typedef struct { uint32_t gpio_num; /* GPIO number which changed state */ } wmi_host_gpio_input_event; /** * struct gpio_config_params - GPIO config params * @pin_num: GPIO number to config * @pin_dir: gpio direction, 1-input/0-output * @pin_pull_type: pull type define in gpio_pull_type * @pin_intr_mode: interrupt mode define in gpio_interrupt_mode * @mux_config_val: * @drive: * @init_enable: */ struct gpio_config_params { uint32_t pin_num; enum gpio_direction pin_dir; enum gpio_pull_type pin_pull_type; enum gpio_interrupt_mode pin_intr_mode; enum gpio_mux_config mux_config_val; enum gpio_drive drive; enum gpio_init_enable init_enable; }; /** * struct gpio_output_params - GPIO output params * @pin_num: GPIO number to configure * @pin_set: 1 mean gpio output high level, 0 mean gpio output low level */ struct gpio_output_params { uint32_t pin_num; enum gpio_value pin_set; }; /* flags bit 0: to configure wlan priority bitmap */ #define WMI_HOST_BTCOEX_PARAM_FLAGS_WLAN_PRIORITY_BITMAP_BIT (1<<0) /* flags bit 1: to configure both period and wlan duration */ #define WMI_HOST_BTCOEX_PARAM_FLAGS_DUTY_CYCLE_BIT (1<<1) struct btcoex_cfg_params { /* WLAN priority bitmask for different frame types */ uint32_t btcoex_wlan_priority_bitmap; /* This command is used to configure different btcoex params * in different situations.The host sets the appropriate bit(s) * in btcoex_param_flags to indicate which configuration parameters * are valid within a particular BT coex config message, so that one * BT configuration parameter can be configured without affecting * other BT configuration parameters.E.g. if the host wants to * configure only btcoex_wlan_priority_bitmap it sets only * WMI_BTCOEX_PARAM_FLAGS_WLAN_PRIORITY_BITMAP_BIT in * btcoex_param_flags so that firmware will not overwrite * other params with default value passed in the command. * Host can also set multiple bits in btcoex_param_flags * to configure more than one param in single message. */ uint32_t btcoex_param_flags; /* period denotes the total time in milliseconds which WLAN and BT share * configured percentage for transmission and reception. */ uint32_t period; /* wlan duration is the time in milliseconds given for wlan * in above period. */ uint32_t wlan_duration; }; /** * struct esl_egid_params - Contains the EGID information * @egid_info: egid_info contains the 128-bit ESL EGID information */ struct esl_egid_params { uint32_t egid_info[EGID_INFO_SIZE]; }; #define WMI_HOST_COEX_CONFIG_BUF_MAX_LEN 32 /* 128 bytes */ /** * struct coex_ver_cfg_t * @coex_version: Version for 4 wire coex * @length: Length of payload buffer based on version * @config_buf: Payload Buffer */ typedef struct { /* VERSION_4 (4 wire coex) */ uint32_t coex_version; /* No. of uint32_t elements in payload buffer. Will depend on the coex * version */ uint32_t length; /* Payload buffer */ uint32_t config_buf[WMI_HOST_COEX_CONFIG_BUF_MAX_LEN]; } coex_ver_cfg_t; #define WMI_HOST_RTT_REPORT_CFR 0 #define WMI_HOST_RTT_NO_REPORT_CFR 1 #define WMI_HOST_RTT_AGGREGATE_REPORT_NON_CFR 2 /** * struct rtt_meas_req_test_params * @peer: peer mac address * @req_frame_type: RTT request frame type * @req_bw: requested bandwidth * @req_preamble: Preamble * @req_num_req: num of requests * @req_report_type: report type * @num_measurements: number of measurements * @asap_mode: priority * @lci_requested: LCI requested * @loc_civ_requested: * @channel: channel param * @req_id: requested id */ struct rtt_meas_req_test_params { uint8_t peer[QDF_MAC_ADDR_SIZE]; int req_frame_type; int req_bw; int req_preamble; int req_num_req; int req_report_type; uint32_t num_measurements; uint32_t asap_mode; uint32_t lci_requested; uint32_t loc_civ_requested; struct channel_param channel; uint8_t req_id; }; /** * struct peer_request_pn_param - PN request params * @vdev_id: vdev id * @keyix: key index * @peer_macaddr: Peer mac address * @key_type: key type */ struct peer_request_pn_param { uint32_t vdev_id; uint8_t keyix; uint8_t peer_macaddr[QDF_MAC_ADDR_SIZE]; uint32_t key_type; }; /** * struct peer_request_rxpn_param - Rx PN request params * @vdev_id: vdev id * @peer_macaddr: Peer mac address * @keyix: key index */ struct peer_request_rxpn_param { uint32_t vdev_id; uint8_t peer_macaddr[QDF_MAC_ADDR_SIZE]; uint16_t keyix; }; /** * struct rtt_meas_req_params - RTT measurement request params * @req_id: Request id * @vdev_id: vdev id * @is_mode_na: 11NA * @is_mode_ac: AC * @is_bw_20: 20 * @is_bw_40: 40 * @is_bw_80: 80 * @sta_mac_addr: pointer to station mac address * @spoof_mac_addr: pointer to spoof mac address * @num_probe_rqst: number of probe request * @channel: channel param */ struct rtt_meas_req_params { uint8_t req_id; uint8_t vdev_id; bool is_mode_na; bool is_mode_ac; bool is_bw_20; bool is_bw_40; bool is_bw_80; uint8_t *sta_mac_addr; uint8_t *spoof_mac_addr; uint32_t num_probe_rqst; struct channel_param channel; }; /** * struct lci_set_params - LCI params * @lci_data: pointer to LCI data * @latitude_unc: latitude * @latitude_0_1: bits 0 to 1 of latitude * @latitude_2_33: bits 2 to 33 of latitude * @longitude_unc: longitude * @longitude_0_1: bits 0 to 1 of longitude * @longitude_2_33: bits 2 to 33 of longitude * @altitude_type: altitude type * @altitude_unc_0_3: altitude bits 0 - 3 * @altitude_unc_4_5: altitude bits 4 - 5 * @altitude: altitude * @datum: dataum * @reg_loc_agmt: * @reg_loc_dse: * @dep_sta: * @version: version * @colocated_bss: * @msg_len: message length */ struct lci_set_params { void *lci_data; uint8_t latitude_unc:6, latitude_0_1:2; uint32_t latitude_2_33; uint8_t longitude_unc:6, longitude_0_1:2; uint32_t longitude_2_33; uint8_t altitude_type:4, altitude_unc_0_3:4; uint32_t altitude_unc_4_5:2, altitude:30; uint8_t datum:3, reg_loc_agmt:1, reg_loc_dse:1, dep_sta:1, version:2; uint8_t *colocated_bss; int msg_len; }; /** * struct lcr_set_params - LCR params * @lcr_data: pointer to lcr data * @msg_len: message length */ struct lcr_set_params { void *lcr_data; int msg_len; }; /** * struct rtt_keepalive_req_params - RTT keepalive params * @macaddr: pointer to macaddress * @req_id: Request id * @vdev_id: vdev id * @stop: start/stop */ struct rtt_keepalive_req_params { uint8_t *macaddr; uint8_t req_id; uint8_t vdev_id; bool stop; }; /** * struct rx_reorder_queue_setup_params - Reorder queue setup params * @peer_macaddr: Peer mac address * @tid: TID * @vdev_id: vdev id * @hw_qdesc_paddr_lo: lower 32 bits of queue desc address * @hw_qdesc_paddr_hi: upper 32 bits of queue desc address * @queue_no: 16-bit number assigned by host for queue * @ba_window_size_valid: BA window size validity flag * @ba_window_size: BA window size */ struct rx_reorder_queue_setup_params { uint8_t *peer_macaddr; uint16_t tid; uint16_t vdev_id; uint32_t hw_qdesc_paddr_lo; uint32_t hw_qdesc_paddr_hi; uint16_t queue_no; uint8_t ba_window_size_valid; uint16_t ba_window_size; }; #define WMI_MAX_TIDS 17 /* This should be kept the same as (C)DP_MAX_TIDS */ /** * struct rx_reorder_queue_params_list - Specific params for each tid * @hw_qdesc_paddr: 64 bits of queue desc address * @queue_no: 16-bit number assigned by host for queue * @ba_window_size: BA window size * @ba_window_size_valid: BA window size validity flag */ struct rx_reorder_queue_params_list { qdf_dma_addr_t hw_qdesc_paddr; uint16_t queue_no; uint16_t ba_window_size; uint8_t ba_window_size_valid; }; /** * struct multi_rx_reorder_queue_setup_params - Multi reorder * queue setup params * @queue_params_list: An array for recording the specific params for each tid. * @peer_macaddr: Peer mac address * @tid_bitmap: A group of TIDs to be set at a time * @tid_num: The number of TIDs to be set * @vdev_id: vdev id */ struct multi_rx_reorder_queue_setup_params { struct rx_reorder_queue_params_list queue_params_list[WMI_MAX_TIDS]; uint8_t *peer_macaddr; uint32_t tid_bitmap; uint8_t tid_num; uint16_t vdev_id; }; /** * struct rx_reorder_queue_remove_params - Reorder queue setup params * @peer_macaddr: Peer mac address * @vdev_id: vdev id * @peer_tid_bitmap: peer tid bitmap */ struct rx_reorder_queue_remove_params { uint8_t *peer_macaddr; uint16_t vdev_id; uint32_t peer_tid_bitmap; }; /** * struct wmi_host_stats_event - Stats event params * @stats_id: stats id of type wmi_host_stats_event * @num_pdev_stats: number of pdev stats event structures 0 or 1 * @num_pdev_ext_stats: number of pdev ext stats event structures * @num_vdev_stats: number of vdev stats * @num_peer_stats: number of peer stats event structures 0 or max peers * @num_peer_extd_stats: number of peer extended stats event structures 0 * or max peers * @num_bcnflt_stats: number of beacon filter stats * @num_chan_stats: number of channel stats * @pdev_id: device id for the radio * @num_bcn_stats: number of beacon stats * @num_rssi_stats: number of rssi stats * @num_peer_adv_stats: number of peer adv stats * @num_mib_stats: number of mib stats * @num_mib_extd_stats: number of extended mib stats * @num_peer_stats_info_ext: number of peer extended stats info * @num_vdev_extd_stats: number of vdev extended stats info * @last_event: specify if the current event is the last event */ typedef struct { wmi_host_stats_id stats_id; uint32_t num_pdev_stats; uint32_t num_pdev_ext_stats; uint32_t num_vdev_stats; uint32_t num_peer_stats; uint32_t num_peer_extd_stats; uint32_t num_bcnflt_stats; uint32_t num_chan_stats; uint32_t pdev_id; uint32_t num_bcn_stats; uint32_t num_rssi_stats; uint32_t num_peer_adv_stats; uint32_t num_mib_stats; uint32_t num_mib_extd_stats; uint32_t num_peer_stats_info_ext; uint32_t num_vdev_extd_stats; uint32_t last_event; } wmi_host_stats_event; /** * struct wmi_host_peer_extd_stats - peer extd stats event structure * @peer_macaddr: Peer mac address * @inactive_time: inactive time in secs * @peer_chain_rssi: peer rssi * @rx_duration: RX duration * @peer_tx_bytes: TX bytes * @last_tx_rate_code: Tx rate code of last frame * @last_tx_power: Tx power latest * @atf_tokens_allocated: atf tokens allocated * @atf_tokens_utilized: atf tokens utilized * @num_mu_tx_denylisted: Denylisted MU Tx count * @sgi_count: sgi count of the peer * @rx_mc_bc_cnt: Total number of received multicast & broadcast data frames * corresponding to this peer, 1 in the MSB of rx_mc_bc_cnt represents a * valid data * @rx_retry_cnt: Number of rx retries received from current station */ typedef struct { wmi_host_mac_addr peer_macaddr; uint32_t inactive_time; uint32_t peer_chain_rssi; uint32_t rx_duration; uint32_t peer_tx_bytes; uint32_t last_tx_rate_code; uint32_t last_tx_power; uint32_t atf_tokens_allocated; uint32_t atf_tokens_utilized; uint32_t num_mu_tx_denylisted; uint32_t sgi_count; uint32_t rx_mc_bc_cnt; uint32_t rx_retry_cnt; } wmi_host_peer_extd_stats; /** * struct wmi_host_peer_adv_stats - peer adv stats event structure * @peer_macaddr: mac address * @fcs_count: fcs count * @rx_count: rx count * @rx_bytes: rx bytes */ struct wmi_host_peer_adv_stats { uint8_t peer_macaddr[QDF_MAC_ADDR_SIZE]; uint32_t fcs_count; uint32_t rx_count; uint64_t rx_bytes; }; /** * struct wmi_host_pdev_ext_stats - peer ext stats structure * @rx_rssi_comb: RX rssi * @rx_rssi_chain0: RX rssi chain 0 * @rx_rssi_chain1: RX rssi chain 1 * @rx_rssi_chain2: RX rssi chain 2 * @rx_rssi_chain3: RX rssi chain 3 * @rx_mcs: RX MCS array * @tx_mcs: TX MCS array * @ack_rssi: Ack rssi * @my_rx_count: What portion of time, as measured by the MAC HW clock was * occupied by receiving PPDUs addressed to one of the vdevs * within this pdev. * @rx_matched_11ax_msdu_cnt: number of Rx 11ax MSDUs with matching BSS color * counter updated at EOP (end of packet) * @rx_other_11ax_msdu_cnt: number of Rx 11ax MSDUs with other BSS color counter * updated at EOP (end of packet) * @pdev_id: pdev id */ typedef struct { uint32_t rx_rssi_comb; uint32_t rx_rssi_chain0; uint32_t rx_rssi_chain1; uint32_t rx_rssi_chain2; uint32_t rx_rssi_chain3; uint32_t rx_mcs[10]; uint32_t tx_mcs[10]; uint32_t ack_rssi; uint32_t my_rx_count; uint32_t rx_matched_11ax_msdu_cnt; uint32_t rx_other_11ax_msdu_cnt; uint32_t pdev_id; } wmi_host_pdev_ext_stats; /** * struct wmi_host_dbg_tx_stats - Debug stats * @comp_queued: Num HTT cookies queued to dispatch list * @comp_delivered: Num HTT cookies dispatched * @msdu_enqued: Num MSDU queued to WAL * @mpdu_enqued: Num MPDU queue to WAL * @wmm_drop: Num MSDUs dropped by WMM limit * @local_enqued: Num Local frames queued * @local_freed: Num Local frames done * @hw_queued: Num queued to HW * @hw_reaped: Num PPDU reaped from HW * @underrun: Num underruns * @hw_paused: HW Paused. * @tx_abort: Num PPDUs cleaned up in TX abort * @mpdus_requed: Num MPDUs requed by SW * @tx_ko: excessive retries * @tx_xretry: * @data_rc: data hw rate code * @self_triggers: Scheduler self triggers * @sw_retry_failure: frames dropped due to excessive sw retries * @illgl_rate_phy_err: illegal rate phy errors * @pdev_cont_xretry: wal pdev continuous xretry * @pdev_tx_timeout: wal pdev continuous xretry * @pdev_resets: wal pdev resets * @stateless_tid_alloc_failure: frames dropped due to non-availability of * stateless TIDs * @phy_underrun: PhY/BB underrun * @txop_ovf: MPDU is more than txop limit * @seq_posted: Number of Sequences posted * @seq_failed_queueing: Number of Sequences failed queueing * @seq_completed: Number of Sequences completed * @seq_restarted: Number of Sequences restarted * @mu_seq_posted: Number of MU Sequences posted * @mpdus_sw_flush: Num MPDUs flushed by SW, HWPAUSED, SW TXABORT * (Reset,channel change) * @mpdus_hw_filter: Num MPDUs filtered by HW, all filter condition * (TTL expired) * @mpdus_truncated: Num MPDUs truncated by PDG (TXOP, TBTT, * PPDU_duration based on rate, dyn_bw) * @mpdus_ack_failed: Num MPDUs that was tried but didn't receive ACK or BA * @mpdus_expired: Num MPDUs that was dropped du to expiry. * @mc_drop: Num mc drops */ typedef struct { int32_t comp_queued; int32_t comp_delivered; int32_t msdu_enqued; int32_t mpdu_enqued; int32_t wmm_drop; int32_t local_enqued; int32_t local_freed; int32_t hw_queued; int32_t hw_reaped; int32_t underrun; uint32_t hw_paused; int32_t tx_abort; int32_t mpdus_requed; uint32_t tx_ko; uint32_t tx_xretry; uint32_t data_rc; uint32_t self_triggers; uint32_t sw_retry_failure; uint32_t illgl_rate_phy_err; uint32_t pdev_cont_xretry; uint32_t pdev_tx_timeout; uint32_t pdev_resets; uint32_t stateless_tid_alloc_failure; uint32_t phy_underrun; uint32_t txop_ovf; uint32_t seq_posted; uint32_t seq_failed_queueing; uint32_t seq_completed; uint32_t seq_restarted; uint32_t mu_seq_posted; int32_t mpdus_sw_flush; int32_t mpdus_hw_filter; int32_t mpdus_truncated; int32_t mpdus_ack_failed; int32_t mpdus_expired; uint32_t mc_drop; } wmi_host_dbg_tx_stats; /** * struct wmi_host_dbg_rx_stats - RX Debug stats * @mid_ppdu_route_change: Cnts any change in ring routing mid-ppdu * @status_rcvd: Total number of statuses processed * @r0_frags: Extra frags on rings 0 * @r1_frags: Extra frags on rings 1 * @r2_frags: Extra frags on rings 2 * @r3_frags: Extra frags on rings 3 * @htt_msdus: MSDUs delivered to HTT * @htt_mpdus: MPDUs delivered to HTT * @loc_msdus: MSDUs delivered to local stack * @loc_mpdus: MPDUS delivered to local stack * @oversize_amsdu: AMSDUs that have more MSDUs than the status ring size * @phy_errs: Number of PHY errors * @phy_err_drop: Number of PHY errors drops * @mpdu_errs: Number of mpdu errors - FCS, MIC, ENC etc. * @pdev_rx_timeout: Number of rx inactivity timeouts * @rx_ovfl_errs: Number of rx overflow errors. */ typedef struct { int32_t mid_ppdu_route_change; int32_t status_rcvd; int32_t r0_frags; int32_t r1_frags; int32_t r2_frags; int32_t r3_frags; int32_t htt_msdus; int32_t htt_mpdus; int32_t loc_msdus; int32_t loc_mpdus; int32_t oversize_amsdu; int32_t phy_errs; int32_t phy_err_drop; int32_t mpdu_errs; uint32_t pdev_rx_timeout; int32_t rx_ovfl_errs; } wmi_host_dbg_rx_stats; /** struct wmi_host_dbg_mem_stats - memory stats * @iram_free_size: IRAM free size on target * @dram_free_size: DRAM free size on target * @sram_free_size: SRAM free size on target */ typedef struct { uint32_t iram_free_size; uint32_t dram_free_size; /* Only Non-TLV */ uint32_t sram_free_size; } wmi_host_dbg_mem_stats; typedef struct { /* Only TLV */ int32_t dummy;/* REMOVE THIS ONCE REAL PEER STAT COUNTERS ARE ADDED */ } wmi_host_dbg_peer_stats; /** * struct wmi_host_dbg_stats - host debug stats * @tx: TX stats of type wmi_host_dbg_tx_stats * @rx: RX stats of type wmi_host_dbg_rx_stats * @mem: Memory stats of type wmi_host_dbg_mem_stats * @peer: peer stats of type wmi_host_dbg_peer_stats */ typedef struct { wmi_host_dbg_tx_stats tx; wmi_host_dbg_rx_stats rx; wmi_host_dbg_mem_stats mem; wmi_host_dbg_peer_stats peer; } wmi_host_dbg_stats; /** * struct wmi_host_pdev_stats - PDEV stats * @chan_nf: Channel noise floor * @tx_frame_count: TX frame count * @rx_frame_count: RX frame count * @rx_clear_count: rx clear count * @cycle_count: cycle count * @phy_err_count: Phy error count * @chan_tx_pwr: Channel Tx Power * @pdev_stats: WAL dbg stats * @ackRcvBad: * @rtsBad: * @rtsGood: * @fcsBad: * @noBeacons: * @mib_int_count: * @pdev_id: pdev id */ typedef struct { int32_t chan_nf; uint32_t tx_frame_count; uint32_t rx_frame_count; uint32_t rx_clear_count; uint32_t cycle_count; uint32_t phy_err_count; uint32_t chan_tx_pwr; wmi_host_dbg_stats pdev_stats; uint32_t ackRcvBad; uint32_t rtsBad; uint32_t rtsGood; uint32_t fcsBad; uint32_t noBeacons; uint32_t mib_int_count; uint32_t pdev_id; } wmi_host_pdev_stats; /** * struct wmi_host_pmf_bcn_protect_stats - PMF bcn protect stats * @igtk_mic_fail_cnt: MIC failure count of management packets using IGTK * @igtk_replay_cnt: Replay detection count of management packets using IGTK * @bcn_mic_fail_cnt: MIC failure count of beacon packets using BIGTK * @bcn_replay_cnt: Replay detection count of beacon packets using BIGTK */ typedef struct { uint32_t igtk_mic_fail_cnt; uint32_t igtk_replay_cnt; uint32_t bcn_mic_fail_cnt; uint32_t bcn_replay_cnt; } wmi_host_pmf_bcn_protect_stats; /** * struct wmi_unit_test_event - Structure corresponding to WMI Unit test event * @vdev_id: VDEV ID * @module_id: MODULE ID * @diag_token: Diag Token (the number that was generated in the unit-test cmd) * @flag: flag has 2 bits 0x1 indicates status, and 0x2 indicates done-bit * @payload_len: payload_len (blindly copied from payload_len field in WMI) * @buffer_len: actual number of data bytes in the variable data size TLV * buffer_len is likely to be the nearest multiple of 4 (from * payload_len). both buffer_len and payload_len need to be * passed to wifitool so that the driver can be agnostic * regarding these differences. * @buffer: data buffer */ typedef struct { uint32_t vdev_id; uint32_t module_id; uint32_t diag_token; uint32_t flag; uint32_t payload_len; uint32_t buffer_len; QDF_FLEX_ARRAY(uint8_t, buffer); } wmi_unit_test_event; /** * struct wmi_host_snr_info - WMI host Signal to noise ration info * @bcn_snr: beacon SNR * @dat_snr: Data frames SNR */ typedef struct { int32_t bcn_snr; int32_t dat_snr; } wmi_host_snr_info; #define WMI_HOST_MAX_TX_RATE_VALUES 10 /*Max Tx Rates */ #define WMI_HOST_MAX_RSSI_VALUES 10 /*Max Rssi values */ /* The WMI_HOST_MAX_CHAINS macro cannot be changed without breaking WMI * compatibility. * The maximum value of number of chains */ #define WMI_HOST_MAX_CHAINS 8 /** * struct wmi_host_vdev_stats - vdev stats structure * @vdev_id: unique id identifying the VDEV, generated by the caller * Rest all Only TLV * @vdev_snr: wmi_host_snr_info * @tx_frm_cnt: Total number of packets(per AC) that were successfully * transmitted (with and without retries, * including multi-cast, broadcast) * @rx_frm_cnt: Total number of packets that were successfully received * (after appropriate filter rules including multi-cast, broadcast) * @multiple_retry_cnt: The number of MSDU packets and MMPDU frames per AC * that the 802.11 station successfully transmitted after * more than one retransmission attempt * @fail_cnt: Total number packets(per AC) failed to transmit * @rts_fail_cnt: Total number of RTS/CTS sequence failures for transmission * of a packet * @rts_succ_cnt: Total number of RTS/CTS sequence success for transmission * of a packet * @rx_err_cnt: The receive error count. HAL will provide the * RxP FCS error global * @rx_discard_cnt: The sum of the receive error count and * dropped-receive-buffer error count (FCS error) * @ack_fail_cnt: Total number packets failed transmit because of no * ACK from the remote entity * @tx_rate_history:History of last ten transmit rate, in units of 500 kbit/sec * @bcn_rssi_history: History of last ten Beacon rssi of the connected Bss */ typedef struct { uint32_t vdev_id; /* Rest all Only TLV */ wmi_host_snr_info vdev_snr; uint32_t tx_frm_cnt[WMI_HOST_WLAN_MAX_AC]; uint32_t rx_frm_cnt; uint32_t multiple_retry_cnt[WMI_HOST_WLAN_MAX_AC]; uint32_t fail_cnt[WMI_HOST_WLAN_MAX_AC]; uint32_t rts_fail_cnt; uint32_t rts_succ_cnt; uint32_t rx_err_cnt; uint32_t rx_discard_cnt; uint32_t ack_fail_cnt; uint32_t tx_rate_history[WMI_HOST_MAX_TX_RATE_VALUES]; uint32_t bcn_rssi_history[WMI_HOST_MAX_RSSI_VALUES]; } wmi_host_vdev_stats; /** * struct wmi_host_bcn_stats - beacon stats structure * @vdev_id: unique id identifying the VDEV, generated by the caller * @tx_bcn_succ_cnt: Total number of beacon frame transmitted successfully * @tx_bcn_outage_cnt: Total number of failed beacons */ typedef struct { uint32_t vdev_id; uint32_t tx_bcn_succ_cnt; uint32_t tx_bcn_outage_cnt; } wmi_host_bcn_stats; /** * struct wmi_host_vdev_extd_stats - VDEV extended stats * @vdev_id: unique id identifying the VDEV, generated by the caller * @ppdu_aggr_cnt: No of Aggrs Queued to HW * @ppdu_noack: No of PPDU's not Acked includes both aggr and nonaggr's * @mpdu_queued: No of MPDU/Subframes's queued to HW in Aggregates * @ppdu_nonaggr_cnt: No of NonAggr/MPDU/Subframes's queued to HW * in Legacy NonAggregates * @mpdu_sw_requed: No of MPDU/Subframes's SW requeued includes * both Aggr and NonAggr * @mpdu_suc_retry: No of MPDU/Subframes's transmitted Successfully * after Single/mul HW retry * @mpdu_suc_multitry: No of MPDU/Subframes's transmitted Success * after Multiple HW retry * @mpdu_fail_retry: No of MPDU/Subframes's failed transmission * after Multiple HW retry * @reserved: for future extensions set to 0x0 */ typedef struct { uint32_t vdev_id; uint32_t ppdu_aggr_cnt; uint32_t ppdu_noack; uint32_t mpdu_queued; uint32_t ppdu_nonaggr_cnt; uint32_t mpdu_sw_requed; uint32_t mpdu_suc_retry; uint32_t mpdu_suc_multitry; uint32_t mpdu_fail_retry; uint32_t reserved[13]; } wmi_host_vdev_extd_stats; /** * struct wmi_host_vdev_prb_fils_stats - VDEV probe response fils stats * @vdev_id: unique id identifying the VDEV, generated by the caller * @fd_succ_cnt: Total number of successfully transmitted Fils Discovery frames * @fd_fail_cnt: Toatl number of Fils discovery failed count * @unsolicited_prb_succ_cnt: Successful unsolicited probe response frames cnt * @unsolicited_prb_fail_cnt: Failed unsolictied probe response frames cnt * @is_mlo_vdev_active: is the mlo vdev currently active * @vdev_tx_power: Tx power for vdev */ struct wmi_host_vdev_prb_fils_stats { uint32_t vdev_id; uint32_t fd_succ_cnt; uint32_t fd_fail_cnt; uint32_t unsolicited_prb_succ_cnt; uint32_t unsolicited_prb_fail_cnt; bool is_mlo_vdev_active; uint32_t vdev_tx_power; }; /** * struct wmi_host_vdev_nac_rssi_event - VDEV nac rssi stats * @vdev_id: unique id identifying the VDEV, generated by the caller * @last_rssi: rssi * @avg_rssi: averge rssi * @rssi_seq_num: rssi sequence number */ struct wmi_host_vdev_nac_rssi_event { uint32_t vdev_id; uint32_t last_rssi; uint32_t avg_rssi; uint32_t rssi_seq_num; }; /** * struct wmi_host_peer_retry_stats - peer retry stats * @peer_macaddr: peer macaddr * @retry_counter_wraparnd_ind: wraparound counter indication * @msdus_success: successfully transmitted msdus * @msdus_retried: Retried msdus * @msdus_mul_retried: msdus retried for more than once * @msdus_failed: msdus failed * @reserved: for future extensions */ struct wmi_host_peer_retry_stats { wmi_host_mac_addr peer_macaddr; uint32_t retry_counter_wraparnd_ind; uint32_t msdus_success; uint32_t msdus_retried; uint32_t msdus_mul_retried; uint32_t msdus_failed; uint32_t reserved[4]; }; /** * struct wmi_host_per_chain_rssi_stats - VDEV nac rssi stats * @vdev_id: unique id identifying the VDEV, generated by the caller * @rssi_avg_beacon: per chain avg rssi for beacon * @rssi_avg_data: per chain avg rssi for data * @peer_macaddr: peer macaddr */ struct wmi_host_per_chain_rssi_stats { uint32_t vdev_id; int32_t rssi_avg_beacon[WMI_HOST_MAX_CHAINS]; int32_t rssi_avg_data[WMI_HOST_MAX_CHAINS]; wmi_host_mac_addr peer_macaddr; }; /** * struct wmi_host_peer_stats - peer stats * @peer_macaddr: peer MAC address * @peer_rssi: rssi * @peer_rssi_seq_num: rssi sequence number * @peer_tx_rate: last tx data rate used for peer * @peer_rx_rate: last rx data rate used for peer * @currentper: Current PER * @retries: Retries happened during transmission * @txratecount: Maximum Aggregation Size * @max4msframelen: Max4msframelen of tx rates used * @totalsubframes: Total no of subframes * @txbytes: No of bytes transmitted to the client * @nobuffs: Packet Loss due to buffer overflows * @excretries: Packet Loss due to excessive retries * @peer_rssi_changed: how many times peer's RSSI changed by a * non-negligible amount */ typedef struct { wmi_host_mac_addr peer_macaddr; int8_t peer_rssi; uint32_t peer_rssi_seq_num; uint32_t peer_tx_rate; uint32_t peer_rx_rate; uint32_t currentper; uint32_t retries; uint32_t txratecount; uint32_t max4msframelen; uint32_t totalsubframes; uint32_t txbytes; uint32_t nobuffs[4]; uint32_t excretries[4]; uint32_t peer_rssi_changed; } wmi_host_peer_stats; typedef struct { uint32_t dummy; } wmi_host_bcnflt_stats; /** * struct wmi_host_chan_stats - WMI chan stats * @chan_mhz: Primary channel freq of the channel for which stats are sent * @sampling_period_us: Time spent on the channel * @rx_clear_count: Aggregate duration over a sampling period for * which channel activity was observed * @tx_duration_us: Accumalation of the TX PPDU duration over a sampling period * @rx_duration_us: Accumalation of the RX PPDU duration over a sampling period */ typedef struct { uint32_t chan_mhz; uint32_t sampling_period_us; uint32_t rx_clear_count; uint32_t tx_duration_us; uint32_t rx_duration_us; } wmi_host_chan_stats; #ifdef FEATURE_WLAN_TIME_SYNC_FTM #define FTM_TIME_SYNC_QTIME_PAIR_MAX 32 /** * struct ftm_time_sync_start_stop_params - Get wlan time sync ftm info * @vdev_id: vdev id * @timer_interval: periodicity to trigger wlan time sync strobe * @num_reads: Number of times to trigger wlabn time sync strobe * @qtime: ref Qtimer value * @mac_time: ref Mac timer value */ struct ftm_time_sync_start_stop_params { uint32_t vdev_id; uint32_t timer_interval; uint32_t num_reads; uint64_t qtime; uint64_t mac_time; }; /** * struct wlan_time_sync_qtime_pair- Get wlan time sync qtime pair value * @vdev_id: vdev id * @qtime_initiator: qtimer value of initiator * @qtime_target: qtimer value of target */ struct wlan_time_sync_qtime_pair { uint64_t qtime_initiator; uint64_t qtime_target; }; /** * struct ftm_time_sync_offset- Get ftm time sync offset * @vdev_id: vdev id * @num_qtime: number of qtime values received * @pairs: array of qtime pairs */ struct ftm_time_sync_offset { uint32_t vdev_id; uint32_t num_qtime; struct wlan_time_sync_qtime_pair pairs[FTM_TIME_SYNC_QTIME_PAIR_MAX]; }; #endif /** * struct wmi_host_tsf_event - Get tsf event info * @vdev_id: vdev id * @tsf: tsf * @tsf_low: low 32bit of tsf * @tsf_high: high 32 bit of tsf * @qtimer_low: low 32 bits of qtimer * @qtimer_high: high 32 bits of qtimer * @tsf_id: TSF ID for the current vdev * @tsf_id_valid: is TSF valid * @mac_id: MAC identifier * @mac_id_valid: is MAC id valid * @wlan_global_tsf_low: low 32 bits of wlan global tsf * @wlan_global_tsf_high: high 32 bits of wlan global tsf * @tqm_timer_low: * @tqm_timer_high: * @use_tqm_timer: */ struct wmi_host_tsf_event { uint32_t vdev_id; uint64_t tsf; uint32_t tsf_low; uint32_t tsf_high; uint32_t qtimer_low; uint32_t qtimer_high; uint32_t tsf_id; uint32_t tsf_id_valid; uint32_t mac_id; uint32_t mac_id_valid; uint32_t wlan_global_tsf_low; uint32_t wlan_global_tsf_high; uint32_t tqm_timer_low; uint32_t tqm_timer_high; uint32_t use_tqm_timer; }; /** * struct wmi_host_pdev_telemetry_stats - pdev telemetry stats * @avg_chan_lat_per_ac: average channel latency * @estimated_air_time_per_ac: Percentage of air time available for each AC * BIT[0-7] : AC_BE * BIT[8-15] : AC_BK * BIT[16-23] : AC_VI * BIT[24-31] : AC_VO */ struct wmi_host_pdev_telemetry_stats { uint32_t avg_chan_lat_per_ac[WIFI_AC_MAX]; uint32_t estimated_air_time_per_ac; }; #define WMI_EVENT_ID_INVALID 0 /* * Host based ENUM IDs for events to abstract target enums for event_id */ typedef enum { wmi_service_ready_event_id = 0, wmi_ready_event_id, wmi_dbg_msg_event_id, wmi_scan_event_id, wmi_echo_event_id, wmi_update_stats_event_id, wmi_inst_rssi_stats_event_id, wmi_vdev_start_resp_event_id, wmi_vdev_standby_req_event_id, wmi_vdev_resume_req_event_id, wmi_vdev_stopped_event_id, wmi_peer_sta_kickout_event_id, wmi_host_swba_event_id, wmi_tbttoffset_update_event_id, wmi_mgmt_rx_event_id, wmi_chan_info_event_id, wmi_phyerr_event_id, wmi_roam_event_id, wmi_profile_match, wmi_debug_print_event_id, wmi_pdev_qvit_event_id, wmi_wlan_profile_data_event_id, wmi_rtt_meas_report_event_id, wmi_tsf_meas_report_event_id, wmi_rtt_error_report_event_id, wmi_rtt_keepalive_event_id, wmi_oem_cap_event_id, wmi_oem_meas_report_event_id, wmi_oem_report_event_id, wmi_nan_event_id, wmi_wow_wakeup_host_event_id, wmi_gtk_offload_status_event_id, wmi_gtk_rekey_fail_event_id, wmi_dcs_interference_event_id, wmi_pdev_tpc_config_event_id, wmi_csa_handling_event_id, wmi_gpio_input_event_id, wmi_peer_ratecode_list_event_id, wmi_generic_buffer_event_id, wmi_mcast_buf_release_event_id, wmi_mcast_list_ageout_event_id, wmi_vdev_get_keepalive_event_id, wmi_wds_peer_event_id, wmi_peer_sta_ps_statechg_event_id, wmi_pdev_fips_event_id, wmi_tt_stats_event_id, wmi_pdev_channel_hopping_event_id, wmi_pdev_ani_cck_level_event_id, wmi_pdev_ani_ofdm_level_event_id, wmi_pdev_reserve_ast_entry_event_id, wmi_pdev_nfcal_power_event_id, wmi_pdev_tpc_event_id, wmi_pdev_get_ast_info_event_id, wmi_pdev_temperature_event_id, wmi_pdev_nfcal_power_all_channels_event_id, wmi_pdev_bss_chan_info_event_id, wmi_mu_report_event_id, wmi_pdev_utf_event_id, wmi_pdev_dump_event_id, wmi_tx_pause_event_id, wmi_dfs_radar_event_id, wmi_pdev_l1ss_track_event_id, wmi_service_ready_ext_event_id, wmi_vdev_install_key_complete_event_id, wmi_vdev_mcc_bcn_intvl_change_req_event_id, wmi_vdev_tsf_report_event_id, wmi_peer_info_event_id, wmi_peer_tx_fail_cnt_thr_event_id, wmi_peer_estimated_linkspeed_event_id, wmi_peer_state_event_id, wmi_offload_bcn_tx_status_event_id, wmi_offload_prob_resp_tx_status_event_id, wmi_mgmt_tx_completion_event_id, wmi_tx_delba_complete_event_id, wmi_tx_addba_complete_event_id, wmi_ba_rsp_ssn_event_id, wmi_aggr_state_trig_event_id, wmi_roam_synch_event_id, wmi_roam_synch_frame_event_id, wmi_p2p_disc_event_id, wmi_p2p_noa_event_id, wmi_p2p_lo_stop_event_id, wmi_vdev_add_macaddr_rx_filter_event_id, wmi_pdev_resume_event_id, wmi_d0_wow_disable_ack_event_id, wmi_wow_initial_wakeup_event_id, wmi_stats_ext_event_id, wmi_iface_link_stats_event_id, wmi_peer_link_stats_event_id, wmi_radio_link_stats_link, wmi_update_fw_mem_dump_event_id, wmi_diag_event_id_log_supported_event_id, wmi_nlo_match_event_id, wmi_nlo_scan_complete_event_id, wmi_apfind_event_id, wmi_passpoint_match_event_id, wmi_chatter_pc_query_event_id, wmi_pdev_ftm_intg_event_id, wmi_wlan_freq_avoid_event_id, wmi_thermal_mgmt_event_id, wmi_diag_container_event_id, wmi_host_auto_shutdown_event_id, wmi_update_whal_mib_stats_event_id, wmi_update_vdev_rate_stats_event_id, wmi_diag_event_id, wmi_unit_test_event_id, wmi_ocb_set_sched_event_id, wmi_dbg_mesg_flush_complete_event_id, wmi_rssi_breach_event_id, wmi_uploadh_event_id, wmi_captureh_event_id, wmi_rfkill_state_change_event_id, wmi_tdls_peer_event_id, wmi_batch_scan_enabled_event_id, wmi_batch_scan_result_event_id, wmi_lpi_result_event_id, wmi_lpi_status_event_id, wmi_lpi_handoff_event_id, wmi_extscan_start_stop_event_id, wmi_extscan_operation_event_id, wmi_extscan_table_usage_event_id, wmi_extscan_cached_results_event_id, wmi_extscan_wlan_change_results_event_id, wmi_extscan_hotlist_match_event_id, wmi_extscan_capabilities_event_id, wmi_extscan_hotlist_ssid_match_event_id, wmi_mdns_stats_event_id, wmi_sap_ofl_add_sta_event_id, wmi_sap_ofl_del_sta_event_id, wmi_ocb_set_config_resp_event_id, wmi_ocb_get_tsf_timer_resp_event_id, wmi_dcc_get_stats_resp_event_id, wmi_dcc_update_ndl_resp_event_id, wmi_dcc_stats_event_id, wmi_soc_set_hw_mode_resp_event_id, wmi_soc_hw_mode_transition_event_id, wmi_soc_set_dual_mac_config_resp_event_id, wmi_tx_data_traffic_ctrl_event_id, wmi_peer_tx_mu_txmit_count_event_id, wmi_peer_gid_userpos_list_event_id, wmi_pdev_check_cal_version_event_id, wmi_atf_peer_stats_event_id, wmi_peer_delete_response_event_id, wmi_peer_delete_all_response_event_id, wmi_pdev_csa_switch_count_status_event_id, wmi_reg_chan_list_cc_event_id, wmi_reg_chan_list_cc_ext_event_id, #ifdef CONFIG_AFC_SUPPORT wmi_afc_event_id, #endif wmi_offchan_data_tx_completion_event, wmi_dfs_cac_complete_id, wmi_dfs_radar_detection_event_id, wmi_ext_tbttoffset_update_event_id, wmi_11d_new_country_event_id, wmi_get_arp_stats_req_id, wmi_service_available_event_id, wmi_update_rcpi_event_id, wmi_pdev_wds_entry_list_event_id, wmi_ndp_initiator_rsp_event_id, wmi_ndp_indication_event_id, wmi_ndp_confirm_event_id, wmi_ndp_responder_rsp_event_id, wmi_ndp_end_indication_event_id, wmi_ndp_end_rsp_event_id, wmi_nan_dmesg_event_id, wmi_ndl_schedule_update_event_id, wmi_ndp_event_id, wmi_oem_response_event_id, wmi_peer_stats_info_event_id, wmi_pdev_chip_power_stats_event_id, wmi_ap_ps_egap_info_event_id, wmi_peer_assoc_conf_event_id, wmi_vdev_delete_resp_event_id, wmi_apf_capability_info_event_id, wmi_vdev_encrypt_decrypt_data_rsp_event_id, wmi_report_rx_aggr_failure_event_id, wmi_pdev_chip_pwr_save_failure_detect_event_id, wmi_peer_antdiv_info_event_id, wmi_pdev_set_hw_mode_rsp_event_id, wmi_pdev_hw_mode_transition_event_id, wmi_pdev_set_mac_config_resp_event_id, wmi_coex_bt_activity_event_id, wmi_mgmt_tx_bundle_completion_event_id, wmi_radio_tx_power_level_stats_event_id, wmi_report_stats_event_id, wmi_dma_buf_release_event_id, wmi_sap_obss_detection_report_event_id, wmi_obss_color_collision_report_event_id, wmi_host_swfda_event_id, wmi_sar_get_limits_event_id, wmi_pdev_div_rssi_antid_event_id, #if defined(WLAN_DFS_PARTIAL_OFFLOAD) && defined(HOST_DFS_SPOOF_TEST) wmi_host_dfs_status_check_event_id, #endif #ifdef WLAN_SUPPORT_TWT wmi_twt_enable_complete_event_id, wmi_twt_disable_complete_event_id, wmi_twt_add_dialog_complete_event_id, wmi_twt_del_dialog_complete_event_id, wmi_twt_pause_dialog_complete_event_id, wmi_twt_resume_dialog_complete_event_id, wmi_twt_nudge_dialog_complete_event_id, wmi_twt_session_stats_event_id, wmi_twt_notify_event_id, wmi_twt_ack_complete_event_id, #endif wmi_apf_get_vdev_work_memory_resp_event_id, wmi_roam_scan_stats_event_id, wmi_vdev_ocac_complete_event_id, #ifdef OL_ATH_SMART_LOGGING wmi_debug_fatal_condition_eventid, #endif /* OL_ATH_SMART_LOGGING */ wmi_wlan_sar2_result_event_id, wmi_esp_estimate_event_id, wmi_pdev_ctl_failsafe_check_event_id, wmi_vdev_bcn_reception_stats_event_id, wmi_roam_denylist_event_id, wmi_wlm_stats_event_id, wmi_peer_cfr_capture_event_id, wmi_pdev_cold_boot_cal_event_id, wmi_vdev_get_mws_coex_state_eventid, wmi_vdev_get_mws_coex_dpwb_state_eventid, wmi_vdev_get_mws_coex_tdm_state_eventid, wmi_vdev_get_mws_coex_idrx_state_eventid, wmi_vdev_get_mws_coex_antenna_sharing_state_eventid, #ifdef WLAN_FEATURE_INTEROP_ISSUES_AP wmi_pdev_interop_issues_ap_event_id, #endif wmi_coex_report_antenna_isolation_event_id, wmi_chan_rf_characterization_info_event_id, wmi_roam_auth_offload_event_id, wmi_service_ready_ext2_event_id, wmi_get_elna_bypass_event_id, wmi_motion_det_host_eventid, wmi_motion_det_base_line_host_eventid, wmi_get_ani_level_event_id, wmi_peer_tx_pn_response_event_id, wmi_roam_stats_event_id, wmi_oem_data_event_id, wmi_mgmt_offload_data_event_id, wmi_pdev_multi_vdev_restart_response_event_id, wmi_roam_pmkid_request_event_id, #ifdef FEATURE_WLAN_TIME_SYNC_FTM wmi_wlan_time_sync_ftm_start_stop_event_id, wmi_wlan_time_sync_q_initiator_target_offset_eventid, #endif wmi_roam_scan_chan_list_id, wmi_muedca_params_config_eventid, wmi_pdev_sscan_fw_param_eventid, wmi_roam_cap_report_event_id, wmi_vdev_bcn_latency_event_id, wmi_vdev_disconnect_event_id, wmi_peer_create_conf_event_id, wmi_pdev_cp_fwstats_eventid, wmi_pdev_halphy_fwstats_eventid, wmi_vdev_send_big_data_p2_eventid, wmi_pdev_get_dpd_status_event_id, #ifdef WLAN_FEATURE_PKT_CAPTURE_V2 wmi_vdev_smart_monitor_event_id, #endif wmi_pdev_get_halphy_cal_status_event_id, wmi_pdev_set_halphy_cal_event_id, wmi_pdev_aoa_phasedelta_event_id, #ifdef WLAN_MGMT_RX_REO_SUPPORT wmi_mgmt_rx_fw_consumed_eventid, #endif #ifdef WLAN_FEATURE_11BE_MLO wmi_mlo_setup_complete_event_id, wmi_mlo_teardown_complete_event_id, wmi_mlo_link_set_active_resp_eventid, wmi_mlo_link_removal_eventid, wmi_mlo_link_disable_request_eventid, #ifdef WLAN_FEATURE_11BE_MLO_ADV_FEATURE wmi_mlo_link_switch_request_eventid, wmi_mlo_link_state_switch_eventid, #endif #endif wmi_pdev_fips_extend_event_id, wmi_roam_frame_event_id, #ifdef WLAN_FEATURE_DYNAMIC_MAC_ADDR_UPDATE wmi_vdev_update_mac_addr_conf_eventid, #endif #ifdef WLAN_FEATURE_11BE_MLO wmi_vdev_quiet_offload_eventid, #endif #ifdef WLAN_FEATURE_MCC_QUOTA wmi_resmgr_chan_time_quota_changed_eventid, #endif wmi_peer_rx_pn_response_event_id, wmi_extract_pktlog_decode_info_eventid, #ifdef QCA_RSSI_DB2DBM wmi_pdev_rssi_dbm_conversion_params_info_eventid, #endif #ifdef MULTI_CLIENT_LL_SUPPORT wmi_vdev_latency_event_id, #endif #if defined(WIFI_POS_CONVERGED) && defined(WLAN_FEATURE_RTT_11AZ_SUPPORT) wmi_rtt_pasn_peer_create_req_eventid, wmi_rtt_pasn_peer_delete_eventid, #endif #ifdef WLAN_VENDOR_HANDOFF_CONTROL wmi_get_roam_vendor_control_param_event_id, #endif #ifdef WLAN_FEATURE_DBAM_CONFIG wmi_coex_dbam_complete_event_id, #endif wmi_spectral_capabilities_eventid, #ifdef WLAN_FEATURE_COAP wmi_wow_coap_buf_info_eventid, #endif #ifdef HEALTH_MON_SUPPORT wmi_extract_health_mon_init_done_info_eventid, #endif /* HEALTH_MON_SUPPORT */ #ifdef WLAN_FEATURE_11BE_MLO wmi_mlo_ap_vdev_tid_to_link_map_eventid, #endif #ifdef WLAN_SUPPORT_GAP_LL_PS_MODE wmi_xgap_enable_complete_eventid, #endif wmi_pdev_set_tgtr2p_table_eventid, #ifdef QCA_MANUAL_TRIGGERED_ULOFDMA wmi_manual_ul_ofdma_trig_feedback_eventid, wmi_manual_ul_ofdma_trig_rx_peer_userinfo_eventid, #endif #ifdef QCA_STANDALONE_SOUNDING_TRIGGER wmi_vdev_standalone_sound_complete_eventid, #endif wmi_csa_ie_received_event_id, #ifdef WLAN_FEATURE_11BE_MLO wmi_mlo_link_state_info_eventid, #endif #if defined(WLAN_FEATURE_ROAM_OFFLOAD) && defined(WLAN_FEATURE_11BE_MLO) wmi_roam_synch_key_event_id, #endif #ifdef QCA_SUPPORT_PRIMARY_LINK_MIGRATE wmi_peer_ptqm_migration_response_eventid, #endif wmi_pdev_set_rf_path_resp_eventid, #ifdef WLAN_RCC_ENHANCED_AOA_SUPPORT wmi_pdev_enhanced_aoa_phasedelta_eventid, #endif wmi_peer_oper_mode_change_event_id, #ifdef WLAN_FEATURE_LL_LT_SAP wmi_audio_transport_switch_type_event_id, #endif wmi_events_max, } wmi_conv_event_id; #define WMI_UNAVAILABLE_PARAM 0 #ifdef ENABLE_HOST_TO_TARGET_CONVERSION #define PDEV_PARAM(host_param, target_param) wmi_ ## host_param #else #define PDEV_PARAM(host_param, target_param) wmi_ ## host_param = WMI_ ## target_param #endif /* Host based ENUM IDs for PDEV params to abstract target enums */ typedef enum { PDEV_PARAM(pdev_param_rx_chain_mask, PDEV_PARAM_RX_CHAIN_MASK), PDEV_PARAM(pdev_param_txpower_limit2g, PDEV_PARAM_TXPOWER_LIMIT2G), PDEV_PARAM(pdev_param_txpower_limit5g, PDEV_PARAM_TXPOWER_LIMIT5G), PDEV_PARAM(pdev_param_txpower_scale, PDEV_PARAM_TXPOWER_SCALE), PDEV_PARAM(pdev_param_beacon_gen_mode, PDEV_PARAM_BEACON_GEN_MODE), PDEV_PARAM(pdev_param_beacon_tx_mode, PDEV_PARAM_BEACON_TX_MODE), PDEV_PARAM(pdev_param_resmgr_offchan_mode, PDEV_PARAM_RESMGR_OFFCHAN_MODE), PDEV_PARAM(pdev_param_protection_mode, PDEV_PARAM_PROTECTION_MODE), PDEV_PARAM(pdev_param_dynamic_bw, PDEV_PARAM_DYNAMIC_BW), PDEV_PARAM(pdev_param_non_agg_sw_retry_th, PDEV_PARAM_NON_AGG_SW_RETRY_TH), PDEV_PARAM(pdev_param_agg_sw_retry_th, PDEV_PARAM_AGG_SW_RETRY_TH), PDEV_PARAM(pdev_param_sta_kickout_th, PDEV_PARAM_STA_KICKOUT_TH), PDEV_PARAM(pdev_param_ac_aggrsize_scaling, PDEV_PARAM_AC_AGGRSIZE_SCALING), PDEV_PARAM(pdev_param_ltr_enable, PDEV_PARAM_LTR_ENABLE), PDEV_PARAM(pdev_param_ltr_ac_latency_be, PDEV_PARAM_LTR_AC_LATENCY_BE), PDEV_PARAM(pdev_param_ltr_ac_latency_bk, PDEV_PARAM_LTR_AC_LATENCY_BK), PDEV_PARAM(pdev_param_tx_chain_mask, PDEV_PARAM_TX_CHAIN_MASK), PDEV_PARAM(pdev_param_ltr_ac_latency_vi, PDEV_PARAM_LTR_AC_LATENCY_VI), PDEV_PARAM(pdev_param_ltr_ac_latency_vo, PDEV_PARAM_LTR_AC_LATENCY_VO), PDEV_PARAM(pdev_param_ltr_ac_latency_timeout, PDEV_PARAM_LTR_AC_LATENCY_TIMEOUT), PDEV_PARAM(pdev_param_ltr_sleep_override, PDEV_PARAM_LTR_SLEEP_OVERRIDE), PDEV_PARAM(pdev_param_ltr_rx_override, PDEV_PARAM_LTR_RX_OVERRIDE), PDEV_PARAM(pdev_param_ltr_tx_activity_timeout, PDEV_PARAM_LTR_TX_ACTIVITY_TIMEOUT), PDEV_PARAM(pdev_param_l1ss_enable, PDEV_PARAM_L1SS_ENABLE), PDEV_PARAM(pdev_param_dsleep_enable, PDEV_PARAM_DSLEEP_ENABLE), PDEV_PARAM(pdev_param_pcielp_txbuf_flush, PDEV_PARAM_PCIELP_TXBUF_FLUSH), PDEV_PARAM(pdev_param_pcielp_txbuf_watermark, PDEV_PARAM_PCIELP_TXBUF_WATERMARK), PDEV_PARAM(pdev_param_pcielp_txbuf_tmo_en, PDEV_PARAM_PCIELP_TXBUF_TMO_EN), PDEV_PARAM(pdev_param_pcielp_txbuf_tmo_value, PDEV_PARAM_PCIELP_TXBUF_TMO_VALUE), PDEV_PARAM(pdev_param_pdev_stats_update_period, PDEV_PARAM_PDEV_STATS_UPDATE_PERIOD), PDEV_PARAM(pdev_param_vdev_stats_update_period, PDEV_PARAM_VDEV_STATS_UPDATE_PERIOD), PDEV_PARAM(pdev_param_peer_stats_update_period, PDEV_PARAM_PEER_STATS_UPDATE_PERIOD), PDEV_PARAM(pdev_param_bcnflt_stats_update_period, PDEV_PARAM_BCNFLT_STATS_UPDATE_PERIOD), PDEV_PARAM(pdev_param_pmf_qos, PDEV_PARAM_PMF_QOS), PDEV_PARAM(pdev_param_arp_ac_override, PDEV_PARAM_ARP_AC_OVERRIDE), PDEV_PARAM(pdev_param_dcs, PDEV_PARAM_DCS), PDEV_PARAM(pdev_param_ani_enable, PDEV_PARAM_ANI_ENABLE), PDEV_PARAM(pdev_param_ani_poll_period, PDEV_PARAM_ANI_POLL_PERIOD), PDEV_PARAM(pdev_param_ani_listen_period, PDEV_PARAM_ANI_LISTEN_PERIOD), PDEV_PARAM(pdev_param_ani_ofdm_level, PDEV_PARAM_ANI_OFDM_LEVEL), PDEV_PARAM(pdev_param_ani_cck_level, PDEV_PARAM_ANI_CCK_LEVEL), PDEV_PARAM(pdev_param_dyntxchain, PDEV_PARAM_DYNTXCHAIN), PDEV_PARAM(pdev_param_proxy_sta, PDEV_PARAM_PROXY_STA), PDEV_PARAM(pdev_param_idle_ps_config, PDEV_PARAM_IDLE_PS_CONFIG), PDEV_PARAM(pdev_param_power_gating_sleep, PDEV_PARAM_POWER_GATING_SLEEP), PDEV_PARAM(pdev_param_rfkill_enable, PDEV_PARAM_RFKILL_ENABLE), PDEV_PARAM(pdev_param_burst_dur, PDEV_PARAM_BURST_DUR), PDEV_PARAM(pdev_param_burst_enable, PDEV_PARAM_BURST_ENABLE), PDEV_PARAM(pdev_param_hw_rfkill_config, PDEV_PARAM_HW_RFKILL_CONFIG), PDEV_PARAM(pdev_param_low_power_rf_enable, PDEV_PARAM_LOW_POWER_RF_ENABLE), PDEV_PARAM(pdev_param_l1ss_track, PDEV_PARAM_L1SS_TRACK), PDEV_PARAM(pdev_param_hyst_en, PDEV_PARAM_HYST_EN), PDEV_PARAM(pdev_param_power_collapse_enable, PDEV_PARAM_POWER_COLLAPSE_ENABLE), PDEV_PARAM(pdev_param_led_sys_state, PDEV_PARAM_LED_SYS_STATE), PDEV_PARAM(pdev_param_led_enable, PDEV_PARAM_LED_ENABLE), PDEV_PARAM(pdev_param_audio_over_wlan_latency, PDEV_PARAM_AUDIO_OVER_WLAN_LATENCY), PDEV_PARAM(pdev_param_audio_over_wlan_enable, PDEV_PARAM_AUDIO_OVER_WLAN_ENABLE), PDEV_PARAM(pdev_param_whal_mib_stats_update_enable, PDEV_PARAM_WHAL_MIB_STATS_UPDATE_ENABLE), PDEV_PARAM(pdev_param_vdev_rate_stats_update_period, PDEV_PARAM_VDEV_RATE_STATS_UPDATE_PERIOD), PDEV_PARAM(pdev_param_cts_cbw, PDEV_PARAM_CTS_CBW), PDEV_PARAM(pdev_param_wnts_config, PDEV_PARAM_WNTS_CONFIG), PDEV_PARAM(pdev_param_adaptive_early_rx_enable, PDEV_PARAM_ADAPTIVE_EARLY_RX_ENABLE), PDEV_PARAM(pdev_param_adaptive_early_rx_min_sleep_slop, PDEV_PARAM_ADAPTIVE_EARLY_RX_MIN_SLEEP_SLOP), PDEV_PARAM(pdev_param_adaptive_early_rx_inc_dec_step, PDEV_PARAM_ADAPTIVE_EARLY_RX_INC_DEC_STEP), PDEV_PARAM(pdev_param_early_rx_fix_sleep_slop, PDEV_PARAM_EARLY_RX_FIX_SLEEP_SLOP), PDEV_PARAM(pdev_param_bmiss_based_adaptive_bto_enable, PDEV_PARAM_BMISS_BASED_ADAPTIVE_BTO_ENABLE), PDEV_PARAM(pdev_param_bmiss_bto_min_bcn_timeout, PDEV_PARAM_BMISS_BTO_MIN_BCN_TIMEOUT), PDEV_PARAM(pdev_param_bmiss_bto_inc_dec_step, PDEV_PARAM_BMISS_BTO_INC_DEC_STEP), PDEV_PARAM(pdev_param_bto_fix_bcn_timeout, PDEV_PARAM_BTO_FIX_BCN_TIMEOUT), PDEV_PARAM(pdev_param_ce_based_adaptive_bto_enable, PDEV_PARAM_CE_BASED_ADAPTIVE_BTO_ENABLE), PDEV_PARAM(pdev_param_ce_bto_combo_ce_value, PDEV_PARAM_CE_BTO_COMBO_CE_VALUE), PDEV_PARAM(pdev_param_tx_chain_mask_2g, PDEV_PARAM_TX_CHAIN_MASK_2G), PDEV_PARAM(pdev_param_rx_chain_mask_2g, PDEV_PARAM_RX_CHAIN_MASK_2G), PDEV_PARAM(pdev_param_tx_chain_mask_5g, PDEV_PARAM_TX_CHAIN_MASK_5G), PDEV_PARAM(pdev_param_rx_chain_mask_5g, PDEV_PARAM_RX_CHAIN_MASK_5G), PDEV_PARAM(pdev_param_tx_chain_mask_cck, PDEV_PARAM_TX_CHAIN_MASK_CCK), PDEV_PARAM(pdev_param_tx_chain_mask_1ss, PDEV_PARAM_TX_CHAIN_MASK_1SS), PDEV_PARAM(pdev_param_cts2self_for_p2p_go_config, PDEV_PARAM_CTS2SELF_FOR_P2P_GO_CONFIG), PDEV_PARAM(pdev_param_txpower_decr_db, PDEV_PARAM_TXPOWER_DECR_DB), PDEV_PARAM(pdev_param_aggr_burst, PDEV_PARAM_AGGR_BURST), PDEV_PARAM(pdev_param_rx_decap_mode, PDEV_PARAM_RX_DECAP_MODE), PDEV_PARAM(pdev_param_fast_channel_reset, PDEV_PARAM_FAST_CHANNEL_RESET), PDEV_PARAM(pdev_param_smart_antenna_default_antenna, PDEV_PARAM_SMART_ANTENNA_DEFAULT_ANTENNA), PDEV_PARAM(pdev_param_antenna_gain, PDEV_PARAM_ANTENNA_GAIN), PDEV_PARAM(pdev_param_rx_filter, PDEV_PARAM_RX_FILTER), PDEV_PARAM(pdev_set_mcast_to_ucast_tid, PDEV_SET_MCAST_TO_UCAST_TID), PDEV_PARAM(pdev_param_proxy_sta_mode, PDEV_PARAM_PROXY_STA_MODE), PDEV_PARAM(pdev_param_set_mcast2ucast_mode, PDEV_PARAM_SET_MCAST2UCAST_MODE), PDEV_PARAM(pdev_param_set_mcast2ucast_buffer, PDEV_PARAM_SET_MCAST2UCAST_BUFFER), PDEV_PARAM(pdev_param_remove_mcast2ucast_buffer, PDEV_PARAM_REMOVE_MCAST2UCAST_BUFFER), PDEV_PARAM(pdev_peer_sta_ps_statechg_enable, PDEV_PEER_STA_PS_STATECHG_ENABLE), PDEV_PARAM(pdev_param_igmpmld_override, PDEV_PARAM_IGMPMLD_AC_OVERRIDE), PDEV_PARAM(pdev_param_block_interbss, PDEV_PARAM_BLOCK_INTERBSS), PDEV_PARAM(pdev_param_set_disable_reset_cmdid, PDEV_PARAM_SET_DISABLE_RESET_CMDID), PDEV_PARAM(pdev_param_set_msdu_ttl_cmdid, PDEV_PARAM_SET_MSDU_TTL_CMDID), PDEV_PARAM(pdev_param_set_ppdu_duration_cmdid, PDEV_PARAM_SET_PPDU_DURATION_CMDID), PDEV_PARAM(pdev_param_txbf_sound_period_cmdid, PDEV_PARAM_TXBF_SOUND_PERIOD_CMDID), PDEV_PARAM(pdev_param_set_promisc_mode_cmdid, PDEV_PARAM_SET_PROMISC_MODE_CMDID), PDEV_PARAM(pdev_param_set_burst_mode_cmdid, PDEV_PARAM_SET_BURST_MODE_CMDID), PDEV_PARAM(pdev_param_en_stats, PDEV_PARAM_EN_STATS), PDEV_PARAM(pdev_param_mu_group_policy, PDEV_PARAM_MU_GROUP_POLICY), PDEV_PARAM(pdev_param_noise_detection, PDEV_PARAM_NOISE_DETECTION), PDEV_PARAM(pdev_param_noise_threshold, PDEV_PARAM_NOISE_THRESHOLD), PDEV_PARAM(pdev_param_dpd_enable, PDEV_PARAM_DPD_ENABLE), PDEV_PARAM(pdev_param_set_mcast_bcast_echo, PDEV_PARAM_SET_MCAST_BCAST_ECHO), PDEV_PARAM(pdev_param_atf_strict_sch, PDEV_PARAM_ATF_STRICT_SCH), PDEV_PARAM(pdev_param_atf_sched_duration, PDEV_PARAM_ATF_SCHED_DURATION), PDEV_PARAM(pdev_param_ant_plzn, PDEV_PARAM_ANT_PLZN), PDEV_PARAM(pdev_param_mgmt_retry_limit, PDEV_PARAM_MGMT_RETRY_LIMIT), PDEV_PARAM(pdev_param_sensitivity_level, PDEV_PARAM_SENSITIVITY_LEVEL), PDEV_PARAM(pdev_param_signed_txpower_2g, PDEV_PARAM_SIGNED_TXPOWER_2G), PDEV_PARAM(pdev_param_signed_txpower_5g, PDEV_PARAM_SIGNED_TXPOWER_5G), PDEV_PARAM(pdev_param_enable_per_tid_amsdu, PDEV_PARAM_ENABLE_PER_TID_AMSDU), PDEV_PARAM(pdev_param_enable_per_tid_ampdu, PDEV_PARAM_ENABLE_PER_TID_AMPDU), PDEV_PARAM(pdev_param_cca_threshold, PDEV_PARAM_CCA_THRESHOLD), PDEV_PARAM(pdev_param_rts_fixed_rate, PDEV_PARAM_RTS_FIXED_RATE), PDEV_PARAM(pdev_param_pdev_reset, PDEV_PARAM_PDEV_RESET), PDEV_PARAM(pdev_param_wapi_mbssid_offset, PDEV_PARAM_WAPI_MBSSID_OFFSET), PDEV_PARAM(pdev_param_arp_srcaddr, PDEV_PARAM_ARP_DBG_SRCADDR), PDEV_PARAM(pdev_param_arp_dstaddr, PDEV_PARAM_ARP_DBG_DSTADDR), PDEV_PARAM(pdev_param_atf_obss_noise_sch, PDEV_PARAM_ATF_OBSS_NOISE_SCH), PDEV_PARAM(pdev_param_atf_obss_noise_scaling_factor, PDEV_PARAM_ATF_OBSS_NOISE_SCALING_FACTOR), PDEV_PARAM(pdev_param_cust_txpower_scale, PDEV_PARAM_CUST_TXPOWER_SCALE), PDEV_PARAM(pdev_param_atf_dynamic_enable, PDEV_PARAM_ATF_DYNAMIC_ENABLE), PDEV_PARAM(pdev_param_ctrl_retry_limit, PDEV_PARAM_CTRL_RETRY_LIMIT), PDEV_PARAM(pdev_param_propagation_delay, PDEV_PARAM_PROPAGATION_DELAY), PDEV_PARAM(pdev_param_ena_ant_div, PDEV_PARAM_ENA_ANT_DIV), PDEV_PARAM(pdev_param_force_chain_ant, PDEV_PARAM_FORCE_CHAIN_ANT), PDEV_PARAM(pdev_param_ant_div_selftest, PDEV_PARAM_ANT_DIV_SELFTEST), PDEV_PARAM(pdev_param_ant_div_selftest_intvl, PDEV_PARAM_ANT_DIV_SELFTEST_INTVL), PDEV_PARAM(pdev_param_stats_observation_period, PDEV_PARAM_STATS_OBSERVATION_PERIOD), PDEV_PARAM(pdev_param_tx_ppdu_delay_bin_size_ms, PDEV_PARAM_TX_PPDU_DELAY_BIN_SIZE_MS), PDEV_PARAM(pdev_param_tx_ppdu_delay_array_len, PDEV_PARAM_TX_PPDU_DELAY_ARRAY_LEN), PDEV_PARAM(pdev_param_tx_mpdu_aggr_array_len, PDEV_PARAM_TX_MPDU_AGGR_ARRAY_LEN), PDEV_PARAM(pdev_param_rx_mpdu_aggr_array_len, PDEV_PARAM_RX_MPDU_AGGR_ARRAY_LEN), PDEV_PARAM(pdev_param_tx_sch_delay, PDEV_PARAM_TX_SCH_DELAY), PDEV_PARAM(pdev_param_enable_rts_sifs_bursting, PDEV_PARAM_ENABLE_RTS_SIFS_BURSTING), PDEV_PARAM(pdev_param_max_mpdus_in_ampdu, PDEV_PARAM_MAX_MPDUS_IN_AMPDU), PDEV_PARAM(pdev_param_peer_stats_info_enable, PDEV_PARAM_PEER_STATS_INFO_ENABLE), PDEV_PARAM(pdev_param_fast_pwr_transition, PDEV_PARAM_FAST_PWR_TRANSITION), PDEV_PARAM(pdev_param_radio_chan_stats_enable, PDEV_PARAM_RADIO_CHAN_STATS_ENABLE), PDEV_PARAM(pdev_param_radio_diagnosis_enable, PDEV_PARAM_RADIO_DIAGNOSIS_ENABLE), PDEV_PARAM(pdev_param_mesh_mcast_enable, PDEV_PARAM_MESH_MCAST_ENABLE), PDEV_PARAM(pdev_param_smart_chainmask_scheme, PDEV_PARAM_SMART_CHAINMASK_SCHEME), PDEV_PARAM(pdev_param_alternative_chainmask_scheme, PDEV_PARAM_ALTERNATIVE_CHAINMASK_SCHEME), PDEV_PARAM(pdev_param_ant_div_usrcfg, PDEV_PARAM_ANT_DIV_USRCFG), PDEV_PARAM(pdev_param_packet_power_save_level, PDEV_PARAM_PACKET_POWER_SAVE_LEVEL), PDEV_PARAM(pdev_param_set_iot_pattern, PDEV_PARAM_SET_IOT_PATTERN), PDEV_PARAM(pdev_param_tx_ack_timeout, PDEV_PARAM_ACK_TIMEOUT), PDEV_PARAM(pdev_param_abg_mode_tx_chain_num, PDEV_PARAM_ABG_MODE_TX_CHAIN_NUM), PDEV_PARAM(pdev_param_enable_cck_txfir_override, PDEV_PARAM_ENABLE_CCK_TXFIR_OVERRIDE), PDEV_PARAM(pdev_param_dtim_synth, PDEV_PARAM_DTIM_SYNTH), PDEV_PARAM(pdev_auto_detect_power_failure, PDEV_AUTO_DETECT_POWER_FAILURE), PDEV_PARAM(pdev_update_wdcvs_algo, PDEV_UPDATE_WDCVS_ALGO), PDEV_PARAM(pdev_param_data_stall_detect_enable, PDEV_PARAM_DATA_STALL_DETECT_ENABLE), PDEV_PARAM(pdev_param_gcmp_support_enable, PDEV_PARAM_GCMP_SUPPORT_ENABLE), PDEV_PARAM(pdev_param_1ch_dtim_optimized_chain_selection, PDEV_PARAM_1CH_DTIM_OPTIMIZED_CHAIN_SELECTION), PDEV_PARAM(pdev_param_cck_tx_enable, PDEV_PARAM_CCK_TX_ENABLE), PDEV_PARAM(pdev_param_antenna_gain_half_db, PDEV_PARAM_ANTENNA_GAIN_HALF_DB), PDEV_PARAM(pdev_param_secondary_retry_enable, PDEV_PARAM_SECONDARY_RETRY_ENABLE), PDEV_PARAM(pdev_param_ul_ppdu_duration, PDEV_PARAM_SET_UL_PPDU_DURATION), PDEV_PARAM(pdev_param_ul_trig_int, PDEV_PARAM_SET_UL_BSR_TRIG_INTERVAL), PDEV_PARAM(pdev_param_equal_ru_allocation_enable, PDEV_PARAM_EQUAL_RU_ALLOCATION_ENABLE), PDEV_PARAM(pdev_param_mwscoex_4g_allow_quick_ftdm, PDEV_PARAM_MWSCOEX_4G_ALLOW_QUICK_FTDM), PDEV_PARAM(pdev_param_mwscoex_set_5gnr_pwr_limit, PDEV_PARAM_MWSCOEX_SET_5GNR_PWR_LIMIT), PDEV_PARAM(pdev_param_set_cong_ctrl_max_msdus, PDEV_PARAM_SET_CONG_CTRL_MAX_MSDUS), PDEV_PARAM(pdev_param_esp_indication_period, PDEV_PARAM_ESP_INDICATION_PERIOD), PDEV_PARAM(pdev_param_per_peer_prd_cfr_enable, PDEV_PARAM_PER_PEER_PERIODIC_CFR_ENABLE), PDEV_PARAM(pdev_param_periodic_cfr_base_timer, PDEV_PARAM_PERIODIC_CFR_BASE_TIMER), PDEV_PARAM(pdev_param_enable_optimized_periodic_cfr_timer, PDEV_PARAM_ENABLE_OPTIMIZED_PERIODIC_CFR_TIMER), PDEV_PARAM(pdev_param_esp_ba_window, PDEV_PARAM_ESP_BA_WINDOW), PDEV_PARAM(pdev_param_esp_airtime_fraction, PDEV_PARAM_ESP_AIRTIME_FRACTION), PDEV_PARAM(pdev_param_esp_ppdu_duration, PDEV_PARAM_ESP_PPDU_DURATION), PDEV_PARAM(pdev_param_use_nol, PDEV_PARAM_USE_NOL), PDEV_PARAM(pdev_param_ru26_allowed, PDEV_PARAM_UL_RU26_ALLOWED), PDEV_PARAM(pdev_param_sub_channel_marking, PDEV_PARAM_SUB_CHANNEL_MARKING), PDEV_PARAM(pdev_param_set_mgmt_ttl, PDEV_PARAM_SET_MGMT_TTL), PDEV_PARAM(pdev_param_set_prb_rsp_ttl, PDEV_PARAM_SET_PROBE_RESP_TTL), PDEV_PARAM(pdev_param_set_tbtt_ctrl, PDEV_PARAM_SET_TBTT_CTRL), PDEV_PARAM(pdev_param_nav_override_config, PDEV_PARAM_NAV_OVERRIDE_CONFIG), PDEV_PARAM(pdev_param_set_mu_ppdu_duration, PDEV_PARAM_SET_MU_PPDU_DURATION), PDEV_PARAM(pdev_param_set_test_cmd_ul_trigger_type_enable, PDEV_PARAM_SET_TEST_CMD_UL_TRIGGER_TYPE_ENABLE), PDEV_PARAM(pdev_param_set_test_cmd_ul_trigger_lsig_len, PDEV_PARAM_SET_TEST_CMD_UL_TRIGGER_LSIG_LEN), PDEV_PARAM(pdev_param_set_test_cmd_ul_trigger_fixed_rate, PDEV_PARAM_SET_TEST_CMD_UL_TRIGGER_FIXED_RATE), PDEV_PARAM(pdev_param_set_test_cmd_ul_mac_padding, PDEV_PARAM_SET_TEST_CMD_UL_MAC_PADDING), PDEV_PARAM(pdev_param_set_test_cmd_ul_bsr_fc_duration, PDEV_PARAM_SET_TEST_CMD_UL_BSR_FC_DURATION), PDEV_PARAM(pdev_param_set_test_cmd_twt_sched_config, PDEV_PARAM_SET_TEST_CMD_TWT_SCHED_CONFIG), PDEV_PARAM(pdev_param_set_cmd_obss_pd_threshold, PDEV_PARAM_SET_CMD_OBSS_PD_THRESHOLD), PDEV_PARAM(pdev_param_enable_non_wlan_coex_from_boot, PDEV_PARAM_ENABLE_NON_WLAN_COEX_FROM_BOOT), PDEV_PARAM(pdev_param_set_cmd_obss_pd_per_ac, PDEV_PARAM_SET_CMD_OBSS_PD_PER_AC), PDEV_PARAM(pdev_param_enable_fw_dynamic_he_edca, PDEV_PARAM_ENABLE_FW_DYNAMIC_HE_EDCA), PDEV_PARAM(pdev_param_default_6ghz_rate, PDEV_PARAM_DEFAULT_6GHZ_RATE), PDEV_PARAM(pdev_param_mwscoex_pcc_chavd_delay, PDEV_PARAM_MWSCOEX_PCC_CHAVD_DELAY), PDEV_PARAM(pdev_param_mwscoex_scc_chavd_delay, PDEV_PARAM_MWSCOEX_SCC_CHAVD_DELAY), PDEV_PARAM(pdev_param_set_dfs_chan_ageout_time, PDEV_PARAM_SET_DFS_CHAN_AGEOUT_TIME), PDEV_PARAM(pdev_param_set_sap_xlna_bypass, PDEV_PARAM_SET_SAP_XLNA_BYPASS), PDEV_PARAM(pdev_param_enable_srp, PDEV_PARAM_ENABLE_SRP), PDEV_PARAM(pdev_param_enable_sr_prohibit, PDEV_PARAM_ENABLE_SR_PROHIBIT), PDEV_PARAM(pdev_param_enable_mbssid_ctrl_frame, PDEV_PARAM_ENABLE_MBSSID_CTRL_FRAME), PDEV_PARAM(pdev_param_pream_punct_bw, PDEV_PARAM_SET_PREAM_PUNCT_BW), PDEV_PARAM(pdev_param_sr_trigger_margin, PDEV_PARAM_SR_TRIGGER_MARGIN), PDEV_PARAM(pdev_param_pcie_hw_ilp, PDEV_PARAM_PCIE_HW_ILP), PDEV_PARAM(pdev_param_set_txtd_start_timestamp, PDEV_PARAM_SET_TXTD_START_TIMESTAMP), PDEV_PARAM(pdev_param_set_mesh_params, PDEV_PARAM_SET_MESH_PARAMS), PDEV_PARAM(pdev_param_low_latency_mode, PDEV_PARAM_LOW_LATENCY_SCHED_MODE), PDEV_PARAM(pdev_param_mpd_userpd_ssr, PDEV_PARAM_MPD_USERPD_SSR), PDEV_PARAM(pdev_param_disable_hw_assist, PDEV_PARAM_DISABLE_HW_ASSIST), PDEV_PARAM(pdev_param_scan_radio_tx_on_dfs, PDEV_PARAM_SCAN_RADIO_TX_ON_DFS), PDEV_PARAM(pdev_param_obss_min_duration_check_for_sr, PDEV_PARAM_OBSS_MIN_DURATION_CHECK_FOR_SR), PDEV_PARAM(pdev_param_truncate_sr, PDEV_PARAM_TRUNCATE_SR), PDEV_PARAM(pdev_param_ctrl_frame_obss_pd_threshold, PDEV_PARAM_CTRL_FRAME_OBSS_PD_THRESHOLD), PDEV_PARAM(pdev_param_twt_ac_config, PDEV_PARAM_TWT_AC_CONFIG), PDEV_PARAM(pdev_param_pdev_stats_tx_xretry_ext, PDEV_PARAM_PDEV_STATS_TX_XRETRY_EXT), PDEV_PARAM(pdev_param_rate_upper_cap, PDEV_PARAM_RATE_UPPER_CAP), PDEV_PARAM(pdev_param_rate_retry_mcs_drop, PDEV_PARAM_SET_RATE_DROP_DOWN_RETRY_THRESH), PDEV_PARAM(pdev_param_mcs_probe_intvl, PDEV_PARAM_MIN_MAX_MCS_PROBE_INTERVAL), PDEV_PARAM(pdev_param_nss_probe_intvl, PDEV_PARAM_MIN_MAX_NSS_PROBE_INTERVAL), PDEV_PARAM(pdev_param_en_probe_all_bw, PDEV_PARAM_EN_PROBE_ALL_BW), PDEV_PARAM(pdev_param_en_update_scram_seed, PDEV_PARAM_EN_UPDATE_SCRAM_SEED), PDEV_PARAM(pdev_param_sa_parallel_mode_gpio_drive_cfg, PDEV_PARAM_SA_PARALLEL_MODE_GPIO_DRIVE_CFG), PDEV_PARAM(pdev_param_disable_lpi_ant_optimization, PDEV_PARAM_DISABLE_LPI_ANT_OPTIMIZATION), PDEV_PARAM(pdev_param_txpower_reason_sar, PDEV_PARAM_TXPOWER_REASON_SAR), PDEV_PARAM(pdev_param_igmpmld_tid, PDEV_PARAM_IGMPMLD_AC_OVERRIDE), PDEV_PARAM(pdev_param_cal_period, UNAVAILABLE_PARAM), PDEV_PARAM(pdev_param_rx_batchmode, UNAVAILABLE_PARAM), PDEV_PARAM(pdev_param_packet_aggr_delay, UNAVAILABLE_PARAM), PDEV_PARAM(pdev_param_atf_ssid_group_policy, UNAVAILABLE_PARAM), PDEV_PARAM(pdev_param_enable_btcoex, UNAVAILABLE_PARAM), PDEV_PARAM(pdev_param_atf_peer_stats, UNAVAILABLE_PARAM), PDEV_PARAM(pdev_param_btcoex_cfg, UNAVAILABLE_PARAM), PDEV_PARAM(pdev_param_soft_tx_chain_mask, PDEV_PARAM_TX_CHAIN_MASK), PDEV_PARAM(pdev_param_enable_peer_retry_stats, UNAVAILABLE_PARAM), PDEV_PARAM(pdev_param_scan_blanking_mode, PDEV_PARAM_SET_SCAN_BLANKING_MODE), PDEV_PARAM(pdev_param_set_disabled_sched_modes, PDEV_PARAM_SET_DISABLED_SCHED_MODES), PDEV_PARAM(pdev_param_set_conc_low_latency_mode, PDEV_PARAM_SET_CONC_LOW_LATENCY_MODE), PDEV_PARAM(pdev_param_rtt_11az_rsid_range, PDEV_PARAM_RTT_11AZ_RSID_RANGE), PDEV_PARAM(pdev_param_pcie_config, PDEV_PARAM_PCIE_CONFIG), PDEV_PARAM(pdev_param_probe_resp_retry_limit, PDEV_PARAM_PROBE_RESP_RETRY_LIMIT), PDEV_PARAM(pdev_param_cts_timeout, PDEV_PARAM_CTS_TIMEOUT), PDEV_PARAM(pdev_param_slot_time, PDEV_PARAM_SLOT_TIME), PDEV_PARAM(pdev_param_atf_vo_dedicated_time, PDEV_PARAM_ATF_VO_DEDICATED_TIME), PDEV_PARAM(pdev_param_atf_vi_dedicated_time, PDEV_PARAM_ATF_VI_DEDICATED_TIME), PDEV_PARAM(pdev_param_ul_ofdma_rtd, PDEV_PARAM_UL_OFDMA_RTD), PDEV_PARAM(pdev_param_tid_mapping_3link_mlo, PDEV_PARAM_TID_MAPPING_3LINK_MLO), pdev_param_max, } wmi_conv_pdev_params_id; #ifdef ENABLE_HOST_TO_TARGET_CONVERSION #define VDEV_PARAM(host_param, target_param) wmi_ ## host_param #else #define VDEV_PARAM(host_param, target_param) wmi_ ## host_param = WMI_ ## target_param #endif /* Host based ENUM IDs for VDEV params to abstract target enums */ typedef enum { VDEV_PARAM(vdev_param_rts_threshold, VDEV_PARAM_RTS_THRESHOLD), VDEV_PARAM(vdev_param_fragmentation_threshold, VDEV_PARAM_FRAGMENTATION_THRESHOLD), VDEV_PARAM(vdev_param_beacon_interval, VDEV_PARAM_BEACON_INTERVAL), VDEV_PARAM(vdev_param_listen_interval, VDEV_PARAM_LISTEN_INTERVAL), VDEV_PARAM(vdev_param_multicast_rate, VDEV_PARAM_MULTICAST_RATE), VDEV_PARAM(vdev_param_mgmt_tx_rate, VDEV_PARAM_MGMT_TX_RATE), VDEV_PARAM(vdev_param_slot_time, VDEV_PARAM_SLOT_TIME), VDEV_PARAM(vdev_param_preamble, VDEV_PARAM_PREAMBLE), VDEV_PARAM(vdev_param_swba_time, VDEV_PARAM_SWBA_TIME), VDEV_PARAM(vdev_stats_update_period, VDEV_STATS_UPDATE_PERIOD), VDEV_PARAM(vdev_pwrsave_ageout_time, VDEV_PWRSAVE_AGEOUT_TIME), VDEV_PARAM(vdev_param_dtim_period, VDEV_PARAM_DTIM_PERIOD), VDEV_PARAM(vdev_oc_scheduler_air_time_limit, VDEV_OC_SCHEDULER_AIR_TIME_LIMIT), VDEV_PARAM(vdev_param_wds, VDEV_PARAM_WDS), VDEV_PARAM(vdev_param_atim_window, VDEV_PARAM_ATIM_WINDOW), VDEV_PARAM(vdev_param_bmiss_count_max, VDEV_PARAM_BMISS_COUNT_MAX), VDEV_PARAM(vdev_param_bmiss_first_bcnt, VDEV_PARAM_BMISS_FIRST_BCNT), VDEV_PARAM(vdev_param_bmiss_final_bcnt, VDEV_PARAM_BMISS_FINAL_BCNT), VDEV_PARAM(vdev_param_feature_wmm, VDEV_PARAM_FEATURE_WMM), VDEV_PARAM(vdev_param_chwidth, VDEV_PARAM_CHWIDTH), VDEV_PARAM(vdev_param_chextoffset, VDEV_PARAM_CHEXTOFFSET), VDEV_PARAM(vdev_param_disable_htprotection, VDEV_PARAM_DISABLE_HTPROTECTION), VDEV_PARAM(vdev_param_sta_quickkickout, VDEV_PARAM_STA_QUICKKICKOUT), VDEV_PARAM(vdev_param_mgmt_rate, VDEV_PARAM_MGMT_RATE), VDEV_PARAM(vdev_param_protection_mode, VDEV_PARAM_PROTECTION_MODE), VDEV_PARAM(vdev_param_fixed_rate, VDEV_PARAM_FIXED_RATE), VDEV_PARAM(vdev_param_sgi, VDEV_PARAM_SGI), VDEV_PARAM(vdev_param_ldpc, VDEV_PARAM_LDPC), VDEV_PARAM(vdev_param_tx_stbc, VDEV_PARAM_TX_STBC), VDEV_PARAM(vdev_param_rx_stbc, VDEV_PARAM_RX_STBC), VDEV_PARAM(vdev_param_intra_bss_fwd, VDEV_PARAM_INTRA_BSS_FWD), VDEV_PARAM(vdev_param_def_keyid, VDEV_PARAM_DEF_KEYID), VDEV_PARAM(vdev_param_nss, VDEV_PARAM_NSS), VDEV_PARAM(vdev_param_bcast_data_rate, VDEV_PARAM_BCAST_DATA_RATE), VDEV_PARAM(vdev_param_mcast_data_rate, VDEV_PARAM_MCAST_DATA_RATE), VDEV_PARAM(vdev_param_mcast_indicate, VDEV_PARAM_MCAST_INDICATE), VDEV_PARAM(vdev_param_dhcp_indicate, VDEV_PARAM_DHCP_INDICATE), VDEV_PARAM(vdev_param_unknown_dest_indicate, VDEV_PARAM_UNKNOWN_DEST_INDICATE), VDEV_PARAM(vdev_param_ap_keepalive_min_idle_inactive_time_secs, VDEV_PARAM_AP_KEEPALIVE_MIN_IDLE_INACTIVE_TIME_SECS), VDEV_PARAM(vdev_param_ap_keepalive_max_idle_inactive_time_secs, VDEV_PARAM_AP_KEEPALIVE_MAX_IDLE_INACTIVE_TIME_SECS), VDEV_PARAM(vdev_param_ap_keepalive_max_unresponsive_time_secs, VDEV_PARAM_AP_KEEPALIVE_MAX_UNRESPONSIVE_TIME_SECS), VDEV_PARAM(vdev_param_ap_enable_nawds, VDEV_PARAM_AP_ENABLE_NAWDS), VDEV_PARAM(vdev_param_enable_rtscts, VDEV_PARAM_ENABLE_RTSCTS), VDEV_PARAM(vdev_param_txbf, VDEV_PARAM_TXBF), VDEV_PARAM(vdev_param_packet_powersave, VDEV_PARAM_PACKET_POWERSAVE), VDEV_PARAM(vdev_param_drop_unencry, VDEV_PARAM_DROP_UNENCRY), VDEV_PARAM(vdev_param_tx_encap_type, VDEV_PARAM_TX_ENCAP_TYPE), VDEV_PARAM(vdev_param_ap_detect_out_of_sync_sleeping_sta_time_secs, VDEV_PARAM_AP_DETECT_OUT_OF_SYNC_SLEEPING_STA_TIME_SECS), VDEV_PARAM(vdev_param_early_rx_adjust_enable, VDEV_PARAM_EARLY_RX_ADJUST_ENABLE), VDEV_PARAM(vdev_param_early_rx_tgt_bmiss_num, VDEV_PARAM_EARLY_RX_TGT_BMISS_NUM), VDEV_PARAM(vdev_param_early_rx_bmiss_sample_cycle, VDEV_PARAM_EARLY_RX_BMISS_SAMPLE_CYCLE), VDEV_PARAM(vdev_param_early_rx_slop_step, VDEV_PARAM_EARLY_RX_SLOP_STEP), VDEV_PARAM(vdev_param_early_rx_init_slop, VDEV_PARAM_EARLY_RX_INIT_SLOP), VDEV_PARAM(vdev_param_early_rx_adjust_pause, VDEV_PARAM_EARLY_RX_ADJUST_PAUSE), VDEV_PARAM(vdev_param_tx_pwrlimit, VDEV_PARAM_TX_PWRLIMIT), VDEV_PARAM(vdev_param_snr_num_for_cal, VDEV_PARAM_SNR_NUM_FOR_CAL), VDEV_PARAM(vdev_param_roam_fw_offload, VDEV_PARAM_ROAM_FW_OFFLOAD), VDEV_PARAM(vdev_param_enable_rmc, VDEV_PARAM_ENABLE_RMC), VDEV_PARAM(vdev_param_ibss_max_bcn_lost_ms, VDEV_PARAM_IBSS_MAX_BCN_LOST_MS), VDEV_PARAM(vdev_param_max_rate, VDEV_PARAM_MAX_RATE), VDEV_PARAM(vdev_param_early_rx_drift_sample, VDEV_PARAM_EARLY_RX_DRIFT_SAMPLE), VDEV_PARAM(vdev_param_set_ibss_tx_fail_cnt_thr, VDEV_PARAM_SET_IBSS_TX_FAIL_CNT_THR), VDEV_PARAM(vdev_param_ebt_resync_timeout, VDEV_PARAM_EBT_RESYNC_TIMEOUT), VDEV_PARAM(vdev_param_aggr_trig_event_enable, VDEV_PARAM_AGGR_TRIG_EVENT_ENABLE), VDEV_PARAM(vdev_param_is_ibss_power_save_allowed, VDEV_PARAM_IS_IBSS_POWER_SAVE_ALLOWED), VDEV_PARAM(vdev_param_is_power_collapse_allowed, VDEV_PARAM_IS_POWER_COLLAPSE_ALLOWED), VDEV_PARAM(vdev_param_is_awake_on_txrx_enabled, VDEV_PARAM_IS_AWAKE_ON_TXRX_ENABLED), VDEV_PARAM(vdev_param_inactivity_cnt, VDEV_PARAM_INACTIVITY_CNT), VDEV_PARAM(vdev_param_txsp_end_inactivity_time_ms, VDEV_PARAM_TXSP_END_INACTIVITY_TIME_MS), VDEV_PARAM(vdev_param_dtim_policy, VDEV_PARAM_DTIM_POLICY), VDEV_PARAM(vdev_param_ibss_ps_warmup_time_secs, VDEV_PARAM_IBSS_PS_WARMUP_TIME_SECS), VDEV_PARAM(vdev_param_ibss_ps_1rx_chain_in_atim_window_enable, VDEV_PARAM_IBSS_PS_1RX_CHAIN_IN_ATIM_WINDOW_ENABLE), VDEV_PARAM(vdev_param_rx_leak_window, VDEV_PARAM_RX_LEAK_WINDOW), VDEV_PARAM(vdev_param_stats_avg_factor, VDEV_PARAM_STATS_AVG_FACTOR), VDEV_PARAM(vdev_param_disconnect_th, VDEV_PARAM_DISCONNECT_TH), VDEV_PARAM(vdev_param_rtscts_rate, VDEV_PARAM_RTSCTS_RATE), VDEV_PARAM(vdev_param_mcc_rtscts_protection_enable, VDEV_PARAM_MCC_RTSCTS_PROTECTION_ENABLE), VDEV_PARAM(vdev_param_mcc_broadcast_probe_enable, VDEV_PARAM_MCC_BROADCAST_PROBE_ENABLE), VDEV_PARAM(vdev_param_txpower_scale, VDEV_PARAM_TXPOWER_SCALE), VDEV_PARAM(vdev_param_txpower_scale_decr_db, VDEV_PARAM_TXPOWER_SCALE_DECR_DB), VDEV_PARAM(vdev_param_mcast2ucast_set, VDEV_PARAM_MCAST2UCAST_SET), VDEV_PARAM(vdev_param_rc_num_retries, VDEV_PARAM_RC_NUM_RETRIES), VDEV_PARAM(vdev_param_cabq_maxdur, VDEV_PARAM_CABQ_MAXDUR), VDEV_PARAM(vdev_param_mfptest_set, VDEV_PARAM_MFPTEST_SET), VDEV_PARAM(vdev_param_rts_fixed_rate, VDEV_PARAM_RTS_FIXED_RATE), VDEV_PARAM(vdev_param_vht_sgimask, VDEV_PARAM_VHT_SGIMASK), VDEV_PARAM(vdev_param_vht80_ratemask, VDEV_PARAM_VHT80_RATEMASK), VDEV_PARAM(vdev_param_proxy_sta, VDEV_PARAM_PROXY_STA), VDEV_PARAM(vdev_param_virtual_cell_mode, VDEV_PARAM_VIRTUAL_CELL_MODE), VDEV_PARAM(vdev_param_rx_decap_type, VDEV_PARAM_RX_DECAP_TYPE), VDEV_PARAM(vdev_param_bw_nss_ratemask, VDEV_PARAM_BW_NSS_RATEMASK), VDEV_PARAM(vdev_param_sensor_ap, VDEV_PARAM_SENSOR_AP), VDEV_PARAM(vdev_param_beacon_rate, VDEV_PARAM_BEACON_RATE), VDEV_PARAM(vdev_param_dtim_enable_cts, VDEV_PARAM_DTIM_ENABLE_CTS), VDEV_PARAM(vdev_param_sta_kickout, VDEV_PARAM_STA_KICKOUT), VDEV_PARAM(vdev_param_capabilities, VDEV_PARAM_CAPABILITIES), VDEV_PARAM(vdev_param_tsf_increment, VDEV_PARAM_TSF_INCREMENT), VDEV_PARAM(vdev_param_ampdu_subframe_size_per_ac, UNAVAILABLE_PARAM), VDEV_PARAM(vdev_param_rx_filter, VDEV_PARAM_RX_FILTER), VDEV_PARAM(vdev_param_mgmt_tx_power, VDEV_PARAM_MGMT_TX_POWER), VDEV_PARAM(vdev_param_non_agg_sw_retry_th, VDEV_PARAM_NON_AGG_SW_RETRY_TH), VDEV_PARAM(vdev_param_agg_sw_retry_th, VDEV_PARAM_AGG_SW_RETRY_TH), VDEV_PARAM(vdev_param_disable_dyn_bw_rts, VDEV_PARAM_DISABLE_DYN_BW_RTS), VDEV_PARAM(vdev_param_set_traffic_config, VDEV_PARAM_VDEV_TRAFFIC_CONFIG), VDEV_PARAM(vdev_param_atf_ssid_sched_policy, VDEV_PARAM_ATF_SSID_SCHED_POLICY), VDEV_PARAM(vdev_param_he_dcm_enable, VDEV_PARAM_HE_DCM), VDEV_PARAM(vdev_param_he_range_ext_enable, VDEV_PARAM_HE_RANGE_EXT), VDEV_PARAM(vdev_param_he_range_ext, VDEV_PARAM_HE_RANGE_EXT), VDEV_PARAM(vdev_param_enable_bcast_probe_response, VDEV_PARAM_ENABLE_BCAST_PROBE_RESPONSE), VDEV_PARAM(vdev_param_fils_max_channel_guard_time, VDEV_PARAM_FILS_MAX_CHANNEL_GUARD_TIME), VDEV_PARAM(vdev_param_disable_noa_p2p_go, VDEV_PARAM_DISABLE_NOA_P2P_GO), VDEV_PARAM(vdev_param_per_band_mgmt_tx_rate, VDEV_PARAM_PER_BAND_MGMT_TX_RATE), VDEV_PARAM(vdev_param_11ax_txbf, VDEV_PARAM_11AX_TXBF), VDEV_PARAM(vdev_param_smps_intolerant, VDEV_PARAM_SMPS_INTOLERANT), VDEV_PARAM(vdev_param_probe_delay, VDEV_PARAM_PROBE_DELAY), VDEV_PARAM(vdev_param_repeat_probe_time, VDEV_PARAM_REPEAT_PROBE_TIME), VDEV_PARAM(vdev_param_set_he_ltf, VDEV_PARAM_HE_LTF), VDEV_PARAM(vdev_param_abg_mode_tx_chain_num, VDEV_PARAM_ABG_MODE_TX_CHAIN_NUM), VDEV_PARAM(vdev_param_enable_multi_group_key, VDEV_PARAM_ENABLE_MULTI_GROUP_KEY), VDEV_PARAM(vdev_param_max_group_keys, VDEV_PARAM_NUM_GROUP_KEYS), VDEV_PARAM(vdev_param_enable_disable_oce_features, VDEV_PARAM_ENABLE_DISABLE_OCE_FEATURES), VDEV_PARAM(vdev_param_enable_disable_nan_config_features, VDEV_PARAM_ENABLE_DISABLE_NAN_CONFIG_FEATURES), VDEV_PARAM(vdev_param_rate_dropdown_bmap, VDEV_PARAM_RATE_DROPDOWN_BMAP), VDEV_PARAM(vdev_param_moddtim_cnt, VDEV_PARAM_MODDTIM_CNT), VDEV_PARAM(vdev_param_max_li_of_moddtim, VDEV_PARAM_MAX_LI_OF_MODDTIM), VDEV_PARAM(vdev_param_dyndtim_cnt, VDEV_PARAM_DYNDTIM_CNT), VDEV_PARAM(vdev_param_enable_disable_rtt_responder_role, VDEV_PARAM_ENABLE_DISABLE_RTT_RESPONDER_ROLE), VDEV_PARAM(vdev_param_set_ba_mode, VDEV_PARAM_BA_MODE), VDEV_PARAM(vdev_param_forced_moddtim_enable, VDEV_PARAM_FORCED_MODDTIM_ENABLE), VDEV_PARAM(vdev_param_autorate_misc_cfg, VDEV_PARAM_AUTORATE_MISC_CFG), VDEV_PARAM(vdev_param_enable_disable_rtt_initiator_random_mac, VDEV_PARAM_ENABLE_DISABLE_RTT_INITIATOR_RANDOM_MAC), VDEV_PARAM(vdev_param_tx_retries_before_rts_per_ac, VDEV_PARAM_TX_RETRIES_BEFORE_RTS_PER_AC), VDEV_PARAM(vdev_param_amsdu_aggregation_size_optimization, VDEV_PARAM_AMSDU_AGGREGATION_SIZE_OPTIMIZATION), VDEV_PARAM(vdev_param_rawmode_open_war, VDEV_PARAM_RAW_IS_ENCRYPTED), VDEV_PARAM(vdev_param_gtx_enable, VDEV_PARAM_GTX_ENABLE), VDEV_PARAM(vdev_param_disable_cabq, VDEV_PARAM_DISABLE_CABQ), VDEV_PARAM(vdev_param_set_he_sounding_mode, VDEV_PARAM_SET_HE_SOUNDING_MODE), VDEV_PARAM(vdev_param_ul_fixed_rate, VDEV_PARAM_UL_FIXED_RATE), VDEV_PARAM(vdev_param_ul_shortgi, VDEV_PARAM_UL_GI), VDEV_PARAM(vdev_param_ul_ldpc, VDEV_PARAM_UL_LDPC), VDEV_PARAM(vdev_param_ul_nss, VDEV_PARAM_UL_NSS), VDEV_PARAM(vdev_param_ul_stbc, VDEV_PARAM_UL_STBC), VDEV_PARAM(vdev_param_ul_he_ltf, VDEV_PARAM_UL_HE_LTF), VDEV_PARAM(vdev_param_ul_ppdu_bw, VDEV_PARAM_UL_PPDU_BW), VDEV_PARAM(vdev_param_mu_edca_fw_update_en, VDEV_PARAM_MU_EDCA_FW_UPDATE_EN), VDEV_PARAM(vdev_param_update_obss_ru_tolerance_time, VDEV_PARAM_UPDATE_OBSS_RU_TOLERANCE_TIME), VDEV_PARAM(vdev_param_max_mtu_size, VDEV_PARAM_MAX_MTU_SIZE), VDEV_PARAM(vdev_param_nth_beacon_to_host, VDEV_PARAM_NTH_BEACON_TO_HOST), VDEV_PARAM(vdev_param_packet_capture_mode, VDEV_PARAM_PACKET_CAPTURE_MODE), VDEV_PARAM(vdev_param_mcast_rc_stale_period, VDEV_PARAM_MCAST_RC_STALE_PERIOD), VDEV_PARAM(vdev_param_msdu_flow_override_config, VDEV_PARAM_MSDU_FLOW_OVERRIDE_CONFIG), VDEV_PARAM(vdev_param_enable_null_for_leaky_ap, VDEV_PARAM_ENABLE_NULL_FOR_LEAKY_AP), VDEV_PARAM(vdev_param_ndp_inactivity_timeout, VDEV_PARAM_NDP_INACTIVITY_TIMEOUT), VDEV_PARAM(vdev_param_enable_mcast_rc, VDEV_PARAM_ENABLE_MCAST_RC), VDEV_PARAM(vdev_param_enable_disable_rtt_initiator_role, VDEV_PARAM_ENABLE_DISABLE_RTT_INITIATOR_ROLE), VDEV_PARAM(vdev_param_ndp_keepalive_timeout, VDEV_PARAM_NDP_KEEPALIVE_TIMEOUT), VDEV_PARAM(vdev_param_allow_nan_initial_discovery_of_mp0_cluster, VDEV_PARAM_ALLOW_NAN_INITIAL_DISCOVERY_OF_MP0_CLUSTER), VDEV_PARAM(vdev_param_enable_disable_roam_reason_vsie, VDEV_PARAM_ENABLE_DISABLE_ROAM_REASON_VSIE), VDEV_PARAM(vdev_param_set_cmd_obss_pd_threshold, VDEV_PARAM_SET_CMD_OBSS_PD_THRESHOLD), VDEV_PARAM(vdev_param_set_cmd_obss_pd_per_ac, VDEV_PARAM_SET_CMD_OBSS_PD_PER_AC), VDEV_PARAM(vdev_param_rsn_capability, VDEV_PARAM_RSN_CAPABILITY), VDEV_PARAM(vdev_param_enable_srp, VDEV_PARAM_ENABLE_SRP), VDEV_PARAM(vdev_param_roam_11kv_ctrl, VDEV_PARAM_ROAM_11KV_CTRL), VDEV_PARAM(vdev_param_nan_config_features, UNAVAILABLE_PARAM), VDEV_PARAM(vdev_param_sho_config, VDEV_PARAM_SHO_CONFIG), VDEV_PARAM(vdev_param_non_data_he_range_ext, VDEV_PARAM_NON_DATA_HE_RANGE_EXT), VDEV_PARAM(vdev_param_prohibit_data_mgmt, VDEV_PARAM_PROHIBIT_DATA_MGMT), VDEV_PARAM(vdev_param_wmm_txop_enable, VDEV_PARAM_WMM_TXOP_ENABLE), VDEV_PARAM(vdev_param_force_dtim_cnt, VDEV_PARAM_FORCE_DTIM_CNT), VDEV_PARAM(vdev_param_smart_monitor_config, VDEV_PARAM_SMART_MONITOR_CONFIG), VDEV_PARAM(vdev_param_max_li_of_moddtim_ms, VDEV_PARAM_MAX_LI_OF_MODDTIM_MS), VDEV_PARAM(vdev_param_11az_security_config, VDEV_PARAM_11AZ_SECURITY_CONFIG), VDEV_PARAM(vdev_param_set_normal_latency_flags_config, VDEV_PARAM_NORMAL_LATENCY_FLAGS_CONFIGURATION), VDEV_PARAM(vdev_param_set_xr_latency_flags_config, VDEV_PARAM_XR_LATENCY_FLAGS_CONFIGURATION), VDEV_PARAM(vdev_param_set_low_latency_flags_config, VDEV_PARAM_LOW_LATENCY_FLAGS_CONFIGURATION), VDEV_PARAM(vdev_param_set_ultra_low_latency_flags_config, VDEV_PARAM_ULTRA_LOW_LATENCY_FLAGS_CONFIGURATION), VDEV_PARAM(vdev_param_set_normal_latency_ul_dl_config, VDEV_PARAM_NORMAL_LATENCY_UL_DL_CONFIGURATION), VDEV_PARAM(vdev_param_set_xr_latency_ul_dl_config, VDEV_PARAM_XR_LATENCY_UL_DL_CONFIGURATION), VDEV_PARAM(vdev_param_set_low_latency_ul_dl_config, VDEV_PARAM_LOW_LATENCY_UL_DL_CONFIGURATION), VDEV_PARAM(vdev_param_set_ultra_low_latency_ul_dl_config, VDEV_PARAM_ULTRA_LOW_LATENCY_UL_DL_CONFIGURATION), VDEV_PARAM(vdev_param_set_default_ll_config, VDEV_PARAM_DEFAULT_LATENCY_LEVEL_CONFIGURATION), VDEV_PARAM(vdev_param_set_multi_client_ll_feature_config, VDEV_PARAM_MULTI_CLIENT_LL_FEATURE_CONFIGURATION), VDEV_PARAM(vdev_param_vdev_traffic_config, VDEV_PARAM_VDEV_TRAFFIC_CONFIG), VDEV_PARAM(vdev_param_final_bmiss_time_sec, VDEV_PARAM_FINAL_BMISS_TIME_SEC), VDEV_PARAM(vdev_param_final_bmiss_time_wow_sec, VDEV_PARAM_FINAL_BMISS_TIME_WOW_SEC), VDEV_PARAM(vdev_param_disable_lpi_ant_optimization, VDEV_PARAM_DISABLE_LPI_ANT_OPTIMIZATION), VDEV_PARAM(vdev_param_prototype, VDEV_PARAM_PROTOTYPE), VDEV_PARAM(vdev_param_he_bss_color, VDEV_PARAM_BSS_COLOR), VDEV_PARAM(vdev_param_set_hemu_mode, VDEV_PARAM_SET_HEMU_MODE), VDEV_PARAM(vdev_param_set_heop, VDEV_PARAM_HEOPS_0_31), VDEV_PARAM(vdev_param_obsspd, VDEV_PARAM_OBSSPD), VDEV_PARAM(vdev_param_set_eht_mu_mode, VDEV_PARAM_SET_EHT_MU_MODE), VDEV_PARAM(vdev_param_set_eht_ltf, VDEV_PARAM_EHT_LTF), VDEV_PARAM(vdev_param_set_ul_eht_ltf, VDEV_PARAM_UL_EHT_LTF), VDEV_PARAM(vdev_param_set_eht_dcm, VDEV_PARAM_EHT_DCM), VDEV_PARAM(vdev_param_set_eht_range_ext, VDEV_PARAM_EHT_RANGE_EXT), VDEV_PARAM(vdev_param_set_non_data_eht_range_ext, VDEV_PARAM_NON_DATA_EHT_RANGE_EXT), VDEV_PARAM(vdev_param_fixed_puncture_pattern, VDEV_PARAM_FIXED_PUNCTURE_PATTERN), VDEV_PARAM(vdev_param_set_ehtop, VDEV_PARAM_EHTOPS_0_31), VDEV_PARAM(vdev_param_set_eht_puncturing_mode, VDEV_PARAM_SET_EHT_PUNCTURING_MODE), VDEV_PARAM(vdev_param_mcast_steer, VDEV_PARAM_MCAST_STEERING), VDEV_PARAM(vdev_param_set_profile, VDEV_PARAM_SET_PROFILE), VDEV_PARAM(vdev_param_vdev_stats_id_update, VDEV_PARAM_VDEV_STATS_ID_UPDATE), VDEV_PARAM(vdev_param_skip_roam_eapol_4way_handshake, VDEV_PARAM_SKIP_ROAM_EAPOL_4WAY_HANDSHAKE), VDEV_PARAM(vdev_param_skip_sae_roam_4way_handshake, VDEV_PARAM_SKIP_SAE_ROAM_4WAY_HANDSHAKE), VDEV_PARAM(vdev_param_tx_power, UNAVAILABLE_PARAM), VDEV_PARAM(vdev_param_amsdu_subframe_size_per_ac, UNAVAILABLE_PARAM), VDEV_PARAM(vdev_param_6ghz_params, VDEV_PARAM_6GHZ_PARAMS), VDEV_PARAM(vdev_host_swba_interval, VDEV_HOST_SWBA_INTERVAL), VDEV_PARAM(vdev_param_meru_vc, UNAVAILABLE_PARAM), VDEV_PARAM(vdev_param_sifs_trigger_rate, UNAVAILABLE_PARAM), VDEV_PARAM(vdev_param_ap_keepalive_max_idle_inactive_secs, VDEV_PARAM_AP_KEEPALIVE_MAX_IDLE_INACTIVE_TIME_SECS), VDEV_PARAM(vdev_param_set_extra_eht_ltf, VDEV_PARAM_EXTRA_EHT_LTF), VDEV_PARAM(vdev_param_set_disabled_modes, VDEV_PARAM_SET_DISABLED_SCHED_MODES), VDEV_PARAM(vdev_param_set_sap_ps_with_twt, VDEV_PARAM_SET_SAP_PS_WITH_TWT), VDEV_PARAM(vdev_param_chwidth_with_notify, VDEV_PARAM_CHWIDTH_WITH_NOTIFY), VDEV_PARAM(vdev_param_rtt_11az_tb_max_session_expiry, VDEV_PARAM_RTT_11AZ_TB_MAX_SESSION_EXPIRY), VDEV_PARAM(vdev_param_wifi_standard_version, VDEV_PARAM_WIFI_STANDARD_VERSION), VDEV_PARAM(vdev_param_rtt_11az_ntb_max_time_bw_meas, VDEV_PARAM_RTT_11AZ_NTB_MAX_TIME_BW_MEAS), VDEV_PARAM(vdev_param_rtt_11az_ntb_min_time_bw_meas, VDEV_PARAM_RTT_11AZ_NTB_MIN_TIME_BW_MEAS), VDEV_PARAM(vdev_param_disable_2g_twt, VDEV_PARAM_DISABLE_2G_TWT), VDEV_PARAM(vdev_param_disable_twt_info_frame, VDEV_PARAM_DISABLE_TWT_INFO_FRAME), VDEV_PARAM(vdev_param_mlo_max_recom_active_links, VDEV_PARAM_MLO_MAX_RECOM_ACTIVE_LINKS), vdev_param_max, } wmi_conv_vdev_param_id; /* Host based ENUM IDs for service bits to abstract target enums */ typedef enum { wmi_service_beacon_offload = 0, wmi_service_scan_offload, wmi_service_roam_offload, wmi_service_bcn_miss_offload, wmi_service_sta_pwrsave, wmi_service_sta_advanced_pwrsave, wmi_service_ap_uapsd, wmi_service_ap_dfs, wmi_service_11ac, wmi_service_blockack, wmi_service_phyerr, wmi_service_bcn_filter, wmi_service_rtt, wmi_service_ratectrl, wmi_service_wow, wmi_service_ratectrl_cache, wmi_service_iram_tids, wmi_service_burst, wmi_service_smart_antenna_sw_support, wmi_service_gtk_offload, wmi_service_scan_sch, wmi_service_csa_offload, wmi_service_chatter, wmi_service_coex_freqavoid, wmi_service_packet_power_save, wmi_service_force_fw_hang, wmi_service_smart_antenna_hw_support, wmi_service_gpio, wmi_sta_uapsd_basic_auto_trig, wmi_sta_uapsd_var_auto_trig, wmi_service_sta_keep_alive, wmi_service_tx_encap, wmi_service_ap_ps_detect_out_of_sync, wmi_service_early_rx, wmi_service_enhanced_proxy_sta, wmi_service_tt, wmi_service_atf, wmi_service_peer_caching, wmi_service_coex_gpio, wmi_service_aux_spectral_intf, wmi_service_aux_chan_load_intf, wmi_service_bss_channel_info_64, wmi_service_ext_res_cfg_support, wmi_service_mesh, wmi_service_restrt_chnl_support, wmi_service_roam_scan_offload, wmi_service_arpns_offload, wmi_service_nlo, wmi_service_sta_dtim_ps_modulated_dtim, wmi_service_sta_smps, wmi_service_fwtest, wmi_service_sta_wmmac, wmi_service_tdls, wmi_service_mcc_bcn_interval_change, wmi_service_adaptive_ocs, wmi_service_ba_ssn_support, wmi_service_filter_ipsec_natkeepalive, wmi_service_wlan_hb, wmi_service_lte_ant_share_support, wmi_service_batch_scan, wmi_service_qpower, wmi_service_plmreq, wmi_service_thermal_mgmt, wmi_service_rmc, wmi_service_mhf_offload, wmi_service_coex_sar, wmi_service_bcn_txrate_override, wmi_service_nan, wmi_service_l1ss_stat, wmi_service_estimate_linkspeed, wmi_service_obss_scan, wmi_service_tdls_offchan, wmi_service_tdls_uapsd_buffer_sta, wmi_service_tdls_uapsd_sleep_sta, wmi_service_ibss_pwrsave, wmi_service_lpass, wmi_service_extscan, wmi_service_d0wow, wmi_service_hsoffload, wmi_service_roam_ho_offload, wmi_service_rx_full_reorder, wmi_service_dhcp_offload, wmi_service_sta_rx_ipa_offload_support, wmi_service_mdns_offload, wmi_service_sap_auth_offload, wmi_service_dual_band_simultaneous_support, wmi_service_ocb, wmi_service_ap_arpns_offload, wmi_service_per_band_chainmask_support, wmi_service_packet_filter_offload, wmi_service_mgmt_tx_htt, wmi_service_mgmt_tx_wmi, wmi_service_ext_msg, wmi_service_mawc, wmi_service_peer_stats, wmi_service_mesh_11s, wmi_service_periodic_chan_stat_support, wmi_service_tx_mode_push_only, wmi_service_tx_mode_push_pull, wmi_service_tx_mode_dynamic, wmi_service_check_cal_version, wmi_service_btcoex_duty_cycle, wmi_service_4_wire_coex_support, wmi_service_multiple_vdev_restart, wmi_service_peer_assoc_conf, wmi_service_egap, wmi_service_sta_pmf_offload, wmi_service_unified_wow_capability, wmi_service_enterprise_mesh, wmi_service_apf_offload, wmi_service_sync_delete_cmds, wmi_service_ratectrl_limit_max_min_rates, wmi_service_nan_data, wmi_service_nan_rtt, wmi_service_11ax, wmi_service_deprecated_replace, wmi_service_tdls_conn_tracker_in_host_mode, wmi_service_enhanced_mcast_filter, wmi_service_half_rate_quarter_rate_support, wmi_service_vdev_rx_filter, wmi_service_p2p_listen_offload_support, wmi_service_mark_first_wakeup_packet, wmi_service_multiple_mcast_filter_set, wmi_service_host_managed_rx_reorder, wmi_service_flash_rdwr_support, wmi_service_wlan_stats_report, wmi_service_tx_msdu_id_new_partition_support, wmi_service_dfs_phyerr_offload, wmi_service_rcpi_support, wmi_service_fw_mem_dump_support, wmi_service_peer_stats_info, wmi_service_regulatory_db, wmi_service_11d_offload, wmi_service_hw_data_filtering, wmi_service_pkt_routing, wmi_service_offchan_tx_wmi, wmi_service_chan_load_info, wmi_service_extended_nss_support, wmi_service_ack_timeout, wmi_service_widebw_scan, wmi_service_bcn_offload_start_stop_support, wmi_service_offchan_data_tid_support, wmi_service_support_dma, wmi_service_8ss_tx_bfee, wmi_service_fils_support, wmi_service_mawc_support, wmi_service_wow_wakeup_by_timer_pattern, wmi_service_11k_neighbour_report_support, wmi_service_ap_obss_detection_offload, wmi_service_bss_color_offload, wmi_service_gmac_offload_support, wmi_service_host_dfs_check_support, wmi_service_dual_beacon_on_single_mac_scc_support, wmi_service_dual_beacon_on_single_mac_mcc_support, wmi_service_twt_requestor, wmi_service_twt_responder, wmi_service_listen_interval_offload_support, #ifdef OL_ATH_SMART_LOGGING wmi_service_smart_logging_support, #endif wmi_service_infra_mbssid, wmi_service_esp_support, wmi_service_obss_spatial_reuse, wmi_service_per_vdev_chain_support, wmi_service_new_htt_msg_format, wmi_service_peer_unmap_cnf_support, wmi_service_beacon_reception_stats, wmi_service_vdev_latency_config, wmi_service_nan_dbs_support, wmi_service_ndi_dbs_support, wmi_service_nan_sap_support, wmi_service_ndi_sap_support, wmi_service_nan_disable_support, wmi_service_sta_plus_sta_support, wmi_service_hw_db2dbm_support, wmi_service_wlm_stats_support, wmi_service_ul_ru26_allowed, wmi_service_cfr_capture_support, wmi_service_bcast_twt_support, wmi_service_wpa3_ft_sae_support, wmi_service_wpa3_ft_suite_b_support, wmi_service_ft_fils, wmi_service_adaptive_11r_support, wmi_service_data_stall_recovery_support, wmi_service_tx_compl_tsf64, wmi_service_vdev_delete_all_peer, wmi_service_three_way_coex_config_legacy, wmi_service_multiple_coex_config_support, wmi_service_rx_fse_support, wmi_service_dynamic_hw_mode, wmi_service_sae_roam_support, wmi_service_owe_roam_support, wmi_service_ext2_msg, wmi_service_6ghz_support, wmi_service_bw_165mhz_support, wmi_service_bw_restricted_80p80_support, wmi_service_packet_capture_support, wmi_service_nan_vdev, wmi_service_multiple_vdev_restart_ext, wmi_service_peer_delete_no_peer_flush_tids_cmd, wmi_service_time_sync_ftm, wmi_service_nss_ratio_to_host_support, wmi_roam_scan_chan_list_to_host_support, wmi_beacon_protection_support, wmi_service_sta_nan_ndi_four_port, wmi_service_host_scan_stop_vdev_all, wmi_service_ema_ap_support, wmi_support_extend_address, wmi_service_srg_srp_spatial_reuse_support, wmi_service_suiteb_roam_support, wmi_service_no_interband_mcc_support, wmi_service_dual_sta_roam_support, wmi_service_peer_create_conf, wmi_service_configure_roam_trigger_param_support, wmi_service_5dot9_ghz_support, wmi_service_cfr_ta_ra_as_fp_support, wmi_service_cfr_capture_count_support, wmi_service_ocv_support, wmi_service_ll_stats_per_chan_rx_tx_time, wmi_service_thermal_multi_client_support, wmi_service_mbss_param_in_vdev_start_support, wmi_service_fse_cmem_alloc_support, #ifdef FEATURE_CLUB_LL_STATS_AND_GET_STATION wmi_service_get_station_in_ll_stats_req, #endif wmi_service_scan_conf_per_ch_support, wmi_service_csa_beacon_template, wmi_service_twt_bcast_req_support, wmi_service_twt_bcast_resp_support, wmi_service_spectral_scan_disabled, #ifdef WLAN_SUPPORT_TWT wmi_service_twt_nudge, wmi_service_all_twt, wmi_service_twt_statistics, wmi_service_restricted_twt, #endif wmi_service_wapi_concurrency_supported, wmi_service_sap_connected_d3_wow, wmi_service_go_connected_d3_wow, wmi_service_ext_tpc_reg_support, wmi_service_ndi_txbf_support, wmi_service_reg_cc_ext_event_support, wmi_service_bang_radar_320_support, wmi_service_eirp_preferred_support, #if defined(CONFIG_BAND_6GHZ) wmi_service_lower_6g_edge_ch_supp, wmi_service_disable_upper_6g_edge_ch_supp, #ifdef CONFIG_AFC_SUPPORT wmi_service_afc_support, #endif #endif wmi_service_dcs_awgn_int_support, #ifdef WLAN_FEATURE_IGMP_OFFLOAD wmi_service_igmp_offload_support, #endif #ifdef WLAN_FEATURE_11BE wmi_service_11be, #endif #ifdef WLAN_FEATURE_11AX #ifdef FEATURE_WLAN_TDLS wmi_service_tdls_ax_support, #endif #endif #ifdef WLAN_FEATURE_11BE_MLO #ifdef FEATURE_WLAN_TDLS wmi_service_tdls_mlo_support, #endif #endif #ifdef WLAN_FEATURE_BIG_DATA_STATS wmi_service_big_data_support, #endif wmi_service_sae_eapol_offload_support, wmi_service_ampdu_tx_buf_size_256_support, wmi_service_halphy_cal_enable_disable_support, wmi_service_halphy_cal_status, wmi_service_rtt_ap_initiator_staggered_mode_supported, wmi_service_rtt_ap_initiator_bursted_mode_supported, wmi_service_ema_multiple_group_supported, wmi_service_large_beacon_supported, wmi_service_aoa_for_rcc_supported, #ifdef WLAN_FEATURE_P2P_P2P_STA wmi_service_p2p_p2p_cc_support, #endif #ifdef THERMAL_STATS_SUPPORT wmi_service_thermal_stats_temp_range_supported, #endif wmi_service_hw_mode_policy_offload_support, wmi_service_mgmt_rx_reo_supported, wmi_service_phy_dma_byte_swap_support, wmi_service_spectral_session_info_support, wmi_service_umac_hang_recovery_support, wmi_service_mu_snif, #ifdef WLAN_FEATURE_DYNAMIC_MAC_ADDR_UPDATE wmi_service_dynamic_update_vdev_macaddr_support, #endif wmi_service_probe_all_bw_support, wmi_service_pno_scan_conf_per_ch_support, #ifdef QCA_UNDECODED_METADATA_SUPPORT wmi_service_fp_phy_err_filter_support, #endif #ifdef WLAN_FEATURE_11BE_MLO wmi_service_mlo_sta_nan_ndi_support, #endif wmi_service_pdev_rate_config_support, wmi_service_multi_peer_group_cmd_support, #ifdef WLAN_FEATURE_11BE wmi_service_radar_found_chan_freq_eq_center_freq, #endif wmi_service_pn_replay_check_support, #ifdef QCA_RSSI_DB2DBM wmi_service_pdev_rssi_dbm_conv_event_support, #endif #ifdef WIFI_POS_CONVERGED wmi_service_rtt_11az_mac_phy_sec_support, wmi_service_rtt_11az_mac_sec_support, wmi_service_rtt_11az_ntb_support, wmi_service_rtt_11az_tb_support, wmi_service_rtt_11az_tb_rsta_support, #endif wmi_service_pktlog_decode_info_support, #ifdef WLAN_FEATURE_ROAM_OFFLOAD wmi_service_roam_stats_per_candidate_frame_info, #endif #ifdef MULTI_CLIENT_LL_SUPPORT wmi_service_configure_multi_client_ll_support, #endif #ifdef WLAN_VENDOR_HANDOFF_CONTROL wmi_service_configure_vendor_handoff_control_support, #endif #ifdef FEATURE_WLAN_TDLS #ifdef WLAN_FEATURE_11AX wmi_service_tdls_6g_support, #endif wmi_service_tdls_wideband_support, wmi_service_tdls_concurrency_support, #endif wmi_service_is_my_mgmt_frame, wmi_service_linkspeed_roam_trigger_support, #ifdef FEATURE_SET wmi_service_feature_set_event_support, #endif #ifdef WLAN_PDEV_VDEV_SEND_MULTI_PARAM wmi_service_combined_set_param_support, #endif #ifdef WLAN_FEATURE_SR wmi_service_obss_per_packet_sr_support, #endif wmi_service_wpa3_sha384_roam_support, wmi_service_multiple_vdev_restart_bmap, wmi_service_v1a_v1b_supported, wmi_service_self_mld_roam_between_dbs_and_hbs, wmi_service_cfr_capture_pdev_id_soc, #ifdef QCA_MANUAL_TRIGGERED_ULOFDMA wmi_service_manual_ulofdma_trigger_support, #endif wmi_service_pre_rx_timeout, #ifdef QCA_STANDALONE_SOUNDING_TRIGGER wmi_service_standalone_sound, #endif wmi_service_cca_busy_info_for_each_20mhz, wmi_service_vdev_param_chwidth_with_notify_support, #ifdef WLAN_FEATURE_11BE_MLO wmi_service_mlo_tsf_sync, wmi_service_n_link_mlo_support, wmi_service_per_link_stats_support, wmi_service_pdev_wsi_stats_info_support, wmi_service_mlo_tid_to_link_mapping_support, #endif wmi_service_aux_mac_support, #ifdef WLAN_ATF_INCREASED_STA wmi_service_atf_max_client_512_support, #endif wmi_service_fisa_dynamic_msdu_aggr_size_support, wmi_service_radar_flags_support, #ifdef WLAN_FEATURE_ROAM_OFFLOAD wmi_service_5ghz_hi_rssi_roam_support, #endif wmi_service_pdev_param_in_utf_wmi, #ifdef WLAN_FEATURE_LL_LT_SAP wmi_service_xpan_support, #endif wmi_service_multiple_reorder_queue_setup_support, wmi_service_p2p_device_update_mac_addr_support, #ifdef WLAN_CHIPSET_STATS wmi_service_chipset_logging_support, #endif wmi_services_max, } wmi_conv_service_ids; #define WMI_SERVICE_UNAVAILABLE 0xFFFF /** * enum WMI_DBG_PARAM - Debug params * @WMI_DBGLOG_LOG_LEVEL: Set the loglevel * @WMI_DBGLOG_VAP_ENABLE: Enable VAP level debug * @WMI_DBGLOG_VAP_DISABLE: Disable VAP level debug * @WMI_DBGLOG_MODULE_ENABLE: Enable MODULE level debug * @WMI_DBGLOG_MODULE_DISABLE: Disable MODULE level debug * @WMI_DBGLOG_MOD_LOG_LEVEL: Enable MODULE level debug * @WMI_DBGLOG_TYPE: set type of the debug output * @WMI_DBGLOG_REPORT_ENABLE: Enable Disable debug * @WMI_DBGLOG_MOD_WOW_LOG_LEVEL: set the WOW MODULE debug loglevel */ typedef enum { WMI_DBGLOG_LOG_LEVEL = 0x1, WMI_DBGLOG_VAP_ENABLE, WMI_DBGLOG_VAP_DISABLE, WMI_DBGLOG_MODULE_ENABLE, WMI_DBGLOG_MODULE_DISABLE, WMI_DBGLOG_MOD_LOG_LEVEL, WMI_DBGLOG_TYPE, WMI_DBGLOG_REPORT_ENABLE, WMI_DBGLOG_MOD_WOW_LOG_LEVEL } WMI_DBG_PARAM; /** * struct wmi_host_fw_ver - FW version in non-tlv target * @sw_version: Version info * @sw_version_1: Second dword of version */ struct wmi_host_fw_ver { uint32_t sw_version; uint32_t sw_version_1; }; /** * struct wmi_host_fw_abi_ver - FW version in non-tlv target * @sw_version: Version info * @abi_version: ABI version */ struct wmi_host_fw_abi_ver { uint32_t sw_version; uint32_t abi_version; }; /** * enum WMI_HOST_WIFI_STANDARD - Supported wifi standard * @WMI_HOST_WIFI_STANDARD_4: Wifi standard 4 * @WMI_HOST_WIFI_STANDARD_5:Wifi standard 5 * @WMI_HOST_WIFI_STANDARD_6: Wifi standard 6 * @WMI_HOST_WIFI_STANDARD_6E: Wifi standard 6E * @WMI_HOST_WIFI_STANDARD_7: Wifi standard 7 */ typedef enum { WMI_HOST_WIFI_STANDARD_4 = 0, WMI_HOST_WIFI_STANDARD_5 = 1, WMI_HOST_WIFI_STANDARD_6 = 2, WMI_HOST_WIFI_STANDARD_6E = 3, WMI_HOST_WIFI_STANDARD_7 = 4, } WMI_HOST_WIFI_STANDARD; #ifdef FEATURE_SET /** * enum WMI_HOST_BAND_CONCURRENCY - Enum to represent supported concurrency * @WMI_HOST_BAND_CONCURRENCY_NONE: No concurrency is supported * @WMI_HOST_BAND_CONCURRENCY_DBS: DBS is supported * @WMI_HOST_BAND_CONCURRENCY_DBS_SBS: DBS and SBS are supported */ typedef enum { WMI_HOST_BAND_CONCURRENCY_NONE = 0, WMI_HOST_BAND_CONCURRENCY_DBS = 1, WMI_HOST_BAND_CONCURRENCY_DBS_SBS = 2, } WMI_HOST_BAND_CONCURRENCY; /** * enum WMI_HOST_VENDOR1_REQ1_VERSION - Vendor 1 requirement 1 version * @WMI_HOST_VENDOR1_REQ1_VERSION_3_00: Major version 3, minor version 00 * @WMI_HOST_VENDOR1_REQ1_VERSION_3_01: Major version 3, minor version 01 * @WMI_HOST_VENDOR1_REQ1_VERSION_3_20: Major version 3, minor version 20 * @WMI_HOST_VENDOR1_REQ1_VERSION_3_30: Major version 3, minor version 30 * @WMI_HOST_VENDOR1_REQ1_VERSION_3_40: Major version 3, minor version 40 * @WMI_HOST_VENDOR1_REQ1_VERSION_4_00: Major version 4, minor version 00 */ typedef enum { WMI_HOST_VENDOR1_REQ1_VERSION_3_00 = 0, WMI_HOST_VENDOR1_REQ1_VERSION_3_01 = 1, WMI_HOST_VENDOR1_REQ1_VERSION_3_20 = 2, WMI_HOST_VENDOR1_REQ1_VERSION_3_30 = 3, WMI_HOST_VENDOR1_REQ1_VERSION_3_40 = 4, WMI_HOST_VENDOR1_REQ1_VERSION_4_00 = 5, } WMI_HOST_VENDOR1_REQ1_VERSION; /** * enum WMI_HOST_VENDOR1_REQ2_VERSION - Vendor 1 requirement 2 version * @WMI_HOST_VENDOR1_REQ2_VERSION_3_00: Major version 3, minor version 00 * @WMI_HOST_VENDOR1_REQ2_VERSION_3_01: Major version 3, minor version 01 * @WMI_HOST_VENDOR1_REQ2_VERSION_3_20: Major version 3, minor version 20 * @WMI_HOST_VENDOR1_REQ2_VERSION_3_50: Major version 3, minor version 50 */ typedef enum { WMI_HOST_VENDOR1_REQ2_VERSION_3_00 = 0, WMI_HOST_VENDOR1_REQ2_VERSION_3_01 = 1, WMI_HOST_VENDOR1_REQ2_VERSION_3_20 = 2, WMI_HOST_VENDOR1_REQ2_VERSION_3_50 = 3, } WMI_HOST_VENDOR1_REQ2_VERSION; /** * enum WMI_HOST_NUM_ANTENNAS - Number of antennas * @WMI_HOST_SISO: When 1x1 is supported * @WMI_HOST_MIMO_2X2: When 2x2 MIMO is supported */ typedef enum { WMI_HOST_SISO = 1, WMI_HOST_MIMO_2X2 = 2, } WMI_HOST_NUM_ANTENNAS; /** * struct target_feature_set - Feature set structure * @wifi_standard: Wifi standard * @concurrency_support: Indicates supported concurrencies * @pno_in_unassoc_state: Indicates PNO support in un assoc state * @pno_in_assoc_state: Indicates PNO support in assoc state * @enable_twt: Enable TWT * @enable_twt_requester: Enable TWT requester * @enable_twt_broadcast: Enable TWT broadcast * @enable_twt_flexible: Enable flexible TWT * @enable_wifi_optimizer: indicates wifi optimizer is enabled or disabled * @enable_rfc835: indicates rfc835 is enabled or disabled * @sap_5g_supported: Indicates SAP 5g is supported or not * @sap_6g_supported: Indicates SAP 6g is supported or not * @band_capability: Band capability bit map * @sap_max_num_clients: Max clients supported by SAP * @set_country_code_hal_supported: Indicates country code hal supported or not * @get_valid_channel_supported: Indicates get valid channel supported or not * @supported_dot11mode: Indicates supported dot11 mode * @sap_wpa3_support: Indicates wpa3 support for SAP * @vendor_req_1_version: Indicates vendor1 req1 version * @roaming_high_cu_roam_trigger: Roaming high CPU trigger enabled or disabled * @roaming_emergency_trigger: Roaming emergency trigger enabled or disabled * @roaming_btm_trihgger: Roaming btm trigger enabled or disabled * @roaming_idle_trigger: Roaming idle trigger enabled or disabled * @roaming_wtc_trigger: Roaming wtc trigger enabled or disabled * @roaming_btcoex_trigger: Roaming btcoex trigger enabled or disabled * @roaming_btw_wpa_wpa2: Roaming btw wpa wpa2 enabled or disabled * @roaming_manage_chan_list_api: Roaming manage chan list api enabled or * disabled * @roaming_adaptive_11r: Roaming adaptive 11r enabled or disabled * @roaming_ctrl_api_get_set: Roaming ctrl api get set enabled or disabled * @roaming_ctrl_api_reassoc: Roaming ctrl api reassoc enabled or disabled * @roaming_ctrl_get_cu: Roaming ctrl get cu enabled or disabled * @vendor_req_2_version: Vendor requirement version 2 * @assurance_disconnect_reason_api: Assurance disconnect API supported or not * @frame_pcap_log_mgmt: Frame pcap logging mgmt supported or not * @frame_pcap_log_ctrl: Frame pcap logging ctrl supported or not * @frame_pcap_log_data: Frame pcap logging data supported or not * @security_wpa3_sae_h2e: Security wpa3 sae h2e supported or not * @security_wpa3_sae_ft: Security wpa3 sae ft supported or not * @security_wpa3_enterp_suitb: Security wpa3 enterprise suitb supported or not * @security_wpa3_enterp_suitb_192bit: Security wpa3 enterprise suitb 192bit * supported or not * @security_fills_sha_256: Security fills sha 256 supported or not * @security_fills_sha_384: Security fills sha 384 supported or not * @security_fills_sha_256_FT: Security fills sha 256 FT supported or not * @security_fills_sha_384_FT: Security fills sha 384 FT supported or not * @security_enhanced_open: Security enhanced open supported or not * @enable_nan: enable NAN * @enable_tdls: Enable tdls * @enable_p2p_6e: Enable p2p 6e * @enable_tdls_offchannel: Enable tdls offchannel * @enable_tdls_capability_enhance: Enable tdls capability enhance * @max_tdls_peers: Max tdls peers * @peer_bigdata_getbssinfo_support: Indicates bigdata getbssinfo support * @peer_bigdata_assocreject_info_support: Indicates bigdata assoc reject * info support * @peer_getstainfo_support: Indicates getstainfo support * @feature_set_version: Indicates feature set version info * @num_antennas: Indicates number of antennas supported * @sta_dump_support: Indicates sta dump info support * @iface_combinations: Iface combination bit map */ struct target_feature_set { WMI_HOST_WIFI_STANDARD wifi_standard; WMI_HOST_BAND_CONCURRENCY concurrency_support; bool pno_in_unassoc_state; bool pno_in_assoc_state; bool enable_twt; bool enable_twt_requester; bool enable_twt_broadcast; bool enable_twt_flexible; bool enable_wifi_optimizer; bool enable_rfc835; bool sap_5g_supported; bool sap_6g_supported; uint32_t band_capability; uint8_t sap_max_num_clients; bool set_country_code_hal_supported; bool get_valid_channel_supported; uint8_t supported_dot11mode; bool sap_wpa3_support; WMI_HOST_VENDOR1_REQ1_VERSION vendor_req_1_version; bool roaming_high_cu_roam_trigger; bool roaming_emergency_trigger; bool roaming_btm_trihgger; bool roaming_idle_trigger; bool roaming_wtc_trigger; bool roaming_btcoex_trigger; bool roaming_btw_wpa_wpa2; bool roaming_manage_chan_list_api; bool roaming_adaptive_11r; bool roaming_ctrl_api_get_set; bool roaming_ctrl_api_reassoc; bool roaming_ctrl_get_cu; WMI_HOST_VENDOR1_REQ2_VERSION vendor_req_2_version; bool assurance_disconnect_reason_api; bool frame_pcap_log_mgmt; bool frame_pcap_log_ctrl; bool frame_pcap_log_data; bool security_wpa3_sae_h2e; bool security_wpa3_sae_ft; bool security_wpa3_enterp_suitb; bool security_wpa3_enterp_suitb_192bit; bool security_fills_sha_256; bool security_fills_sha_384; bool security_fills_sha_256_FT; bool security_fills_sha_384_FT; bool security_enhanced_open; bool enable_nan; bool enable_tdls; bool enable_p2p_6e; bool enable_tdls_offchannel; bool enable_tdls_capability_enhance; uint8_t max_tdls_peers; bool peer_bigdata_getbssinfo_support; bool peer_bigdata_assocreject_info_support; bool peer_getstainfo_support; uint16_t feature_set_version; WMI_HOST_NUM_ANTENNAS num_antennas; bool sta_dump_support; uint32_t iface_combinations; }; #endif /** * struct target_resource_config - Resource config sent from host to target * abstracted out to include union of both configs * @num_vdevs: Number vdevs configured * @num_peers: Number of peers * @num_active_peers: Number of active peers for peer cache * @num_offload_peers: Number of offload peers * @num_offload_reorder_buffs: number of offload reorder buffs * @num_peer_keys: number of peer keys * @num_tids: number of tids * @ast_skid_limit: AST skid limit * @tx_chain_mask: TX chain mask * @rx_chain_mask: RX chain mask * @rx_timeout_pri: RX reorder timeout per AC * @rx_decap_mode: RX decap mode * @scan_max_pending_req: Scan mac pending req * @bmiss_offload_max_vdev: Beacom miss offload max vdevs * @roam_offload_max_vdev: Roam offload max vdevs * @roam_offload_max_ap_profiles: roam offload max ap profiles * @num_mcast_groups: num mcast groups * @num_mcast_table_elems: number of macst table elems * @mcast2ucast_mode: mcast enhance mode * @tx_dbg_log_size: DBG log buf size * @num_wds_entries: number of WDS entries * @dma_burst_size: DMA burst size. * @mac_aggr_delim: Mac aggr delim * @rx_skip_defrag_timeout_dup_detection_check: Defrag dup check in host? * @vow_config: vow configuration * @gtk_offload_max_vdev: Max vdevs for GTK offload * @num_msdu_desc: Number of msdu desc * @max_frag_entries: Max frag entries * @scheduler_params: * @agile_capability: Target Agile Capability * End common * @enable_pci_gen: To enable pci gen switch * @max_peer_ext_stats: Max peer EXT stats * @smart_ant_cap: Smart antenna capabilities * @BK_Minfree: BIN configuration for BK traffic * @BE_Minfree: BIN configuration for BE traffic * @VI_Minfree: BIN configuration for VI traffic * @VO_Minfree: BIN configuration for VO traffic * @rx_batchmode: RX batch mode * @tt_support: Thermal throttling support * @atf_config: ATF config * @mgmt_comp_evt_bundle_support: bundle support required for mgmt complete evt * @tx_msdu_new_partition_id_support: new partiition id support for tx msdu * @new_htt_msg_format: * @peer_unmap_conf_support: peer unmap conf support in fw * @pktcapture_support: * @iphdr_pad_config: ipheader pad config * @qwrap_config: Qwrap configuration * @alloc_frag_desc_for_data_pkt: Frag desc for data * Added in MCL * @num_tdls_vdevs: * @num_tdls_conn_table_entries: * @beacon_tx_offload_max_vdev: * @num_multicast_filter_entries: * @num_wow_filters: * @num_keep_alive_pattern: * @keep_alive_pattern_size: * @max_tdls_concurrent_sleep_sta: * @max_tdls_concurrent_buffer_sta: * @wmi_send_separate: * @num_ocb_vdevs: * @num_ocb_channels: * @num_ocb_schedules: * @num_packet_filters: maximum number of packet filter rules to support * @num_max_sta_vdevs: maximum number of concurrent station vdevs to support * @num_ns_ext_tuples_cfg: * @apf_instruction_size: * @max_bssid_rx_filters: * @use_pdev_id: * @max_num_dbs_scan_duty_cycle: max dbs can duty cycle value * @cce_disable: disable cce component * @peer_map_unmap_v2: peer_map_unmap_version: configure peer map/unmap version * @peer_map_unmap_version: * @twt_ap_pdev_count: Number of MAC on which AP TWT feature is supported * @twt_ap_sta_count: Max no of STA with which TWT sessions can be formed * by the AP * @max_bssid_indicator: max number of MBSS VAPs * @eapol_minrate_set: * @eapol_minrate_ac_set: * @tstamp64_en: * @three_way_coex_config_legacy_en: enable three way coex legacy feature * @max_num_group_keys: max number of group keys supported for VLAN * @re_ul_resp: enable 11ax UL response feature (UL-OFDMA) for repeater * @ipa_disable: disable IPA feature * @ast_1_valid_mask_enable: mask to enable ast index 1 * @ast_2_valid_mask_enable: mask to enable ast index 2 * @ast_3_valid_mask_enable: mask to enable ast index 3 * @ast_0_flow_mask_enable: mask to enable flow support for ast index 0 * @ast_1_flow_mask_enable: mask to enable flow support for ast index 1 * @ast_2_flow_mask_enable: mask to enable flow support for ast index 2 * @ast_3_flow_mask_enable: mask to enable flow support for ast index 3 * @ast_tid_high_mask_enable: enable tid valid mask for high priority flow * @ast_tid_low_mask_enable: enable tid valid mask for low priority flow * @nan_separate_iface_support: Separate iface creation for NAN * @time_sync_ftm: enable ftm based time sync * @is_reg_cc_ext_event_supported: Flag to indicate if reg_cc_ext is supported * @is_host_dfs_320mhz_bangradar_supported: Flag to indicate dfs 320 supported * @max_rnr_neighbours: Max supported RNR neighbors in multisoc APs * @ema_max_vap_cnt: Number of maximum EMA tx-vaps at any instance of time * @ema_max_profile_period: Maximum EMA profile periodicity on any pdev * @max_ndp_sessions: Max ndp sessions support * @max_ndi: max number of ndi host supports * @carrier_vow_optimization: configure vow-optimization for carrier-usecase * @is_sap_connected_d3wow_enabled: is sap d3wow with connected client supported * @is_go_connected_d3wow_enabled: is go d3wow with connected client supported * @sae_eapol_offload: * @dynamic_pcie_gen_speed_change: is dynamic pcie gen speed change enabled * @twt_ack_support_cap: * @ema_init_config: * @target_cap_flags: * @is_6ghz_sp_pwrmode_supp_enabled: Indicates whether AP is capable of * operating in SP Power mode in 6GHz. * 0 - AP can operate in non-SP power mode. * Eg: LPI mode * 1 - AP can operate in all power modes, * inclusive of SP power mode. * @afc_timer_check_disable: Disables AFC Timer related checks in FW * @afc_req_id_check_disable: Disables AFC Request ID check in FW * @afc_indoor_support: AFC support indoor deployment * @afc_outdoor_support: AFC support outdoor deployment * @carrier_profile_config: Configuration for per-carrier profile * @sawf: * @reo_qdesc_shared_addr_table_enabled: Reo shared qref enhancement enabled * @num_max_active_vdevs: max number of active virtual devices (VAPs) to * support * @num_max_mlo_link_per_ml_bss: number of max partner links of a ML BSS * @notify_frame_support: capability to mark notify frames from host * @dp_peer_meta_data_ver: datapath peer meta data version flag * @tx_ilp_enable: capability to support TX ILP from host * @rf_path: Indicates RF path 0 primary, 1 secondary * @fw_ast_indication_disable: Disable AST indication * @is_full_bw_nol_supported: Is full bandwidth needed to put to NOL */ typedef struct { uint32_t num_vdevs; uint32_t num_peers; uint32_t num_active_peers; uint32_t num_offload_peers; uint32_t num_offload_reorder_buffs; uint32_t num_peer_keys; uint32_t num_tids; uint32_t ast_skid_limit; uint32_t tx_chain_mask; uint32_t rx_chain_mask; uint32_t rx_timeout_pri[4]; uint32_t rx_decap_mode; uint32_t scan_max_pending_req; uint32_t bmiss_offload_max_vdev; uint32_t roam_offload_max_vdev; uint32_t roam_offload_max_ap_profiles; uint32_t num_mcast_groups; uint32_t num_mcast_table_elems; uint32_t mcast2ucast_mode; uint32_t tx_dbg_log_size; uint32_t num_wds_entries; uint32_t dma_burst_size; uint32_t mac_aggr_delim; uint32_t rx_skip_defrag_timeout_dup_detection_check; uint32_t vow_config; uint32_t gtk_offload_max_vdev; uint32_t num_msdu_desc; /* Number of msdu desc */ uint32_t max_frag_entries; uint32_t scheduler_params; uint32_t agile_capability; uint32_t enable_pci_gen; /* End common */ /* Added for Beeliner */ uint32_t max_peer_ext_stats; uint32_t smart_ant_cap; uint32_t BK_Minfree; uint32_t BE_Minfree; uint32_t VI_Minfree; uint32_t VO_Minfree; uint32_t rx_batchmode; uint32_t tt_support; uint32_t atf_config:1, mgmt_comp_evt_bundle_support:1, tx_msdu_new_partition_id_support:1, new_htt_msg_format:1, peer_unmap_conf_support:1, pktcapture_support:1; uint32_t iphdr_pad_config; uint32_t qwrap_config:16, alloc_frag_desc_for_data_pkt:16; /* Added in MCL */ uint32_t num_tdls_vdevs; uint32_t num_tdls_conn_table_entries; uint32_t beacon_tx_offload_max_vdev; uint32_t num_multicast_filter_entries; uint32_t num_wow_filters; uint32_t num_keep_alive_pattern; uint32_t keep_alive_pattern_size; uint32_t max_tdls_concurrent_sleep_sta; uint32_t max_tdls_concurrent_buffer_sta; uint32_t wmi_send_separate; uint32_t num_ocb_vdevs; uint32_t num_ocb_channels; uint32_t num_ocb_schedules; uint32_t num_packet_filters; uint32_t num_max_sta_vdevs; uint32_t num_ns_ext_tuples_cfg; uint32_t apf_instruction_size; uint32_t max_bssid_rx_filters; uint32_t use_pdev_id; uint32_t max_num_dbs_scan_duty_cycle; bool cce_disable; union { bool peer_map_unmap_v2; uint8_t peer_map_unmap_version; }; uint32_t twt_ap_pdev_count; uint32_t twt_ap_sta_count; uint32_t max_bssid_indicator; uint32_t eapol_minrate_set:1, eapol_minrate_ac_set:2; bool tstamp64_en; bool three_way_coex_config_legacy_en; uint32_t max_num_group_keys; uint32_t re_ul_resp; bool ipa_disable; uint32_t ast_1_valid_mask_enable:1, ast_2_valid_mask_enable:1, ast_3_valid_mask_enable:1; uint32_t ast_0_flow_mask_enable:4, ast_1_flow_mask_enable:4, ast_2_flow_mask_enable:4, ast_3_flow_mask_enable:4, ast_tid_high_mask_enable:8, ast_tid_low_mask_enable:8; bool nan_separate_iface_support; bool time_sync_ftm; bool is_reg_cc_ext_event_supported; bool is_host_dfs_320mhz_bangradar_supported; uint32_t max_rnr_neighbours; uint32_t ema_max_vap_cnt; uint32_t ema_max_profile_period; uint32_t max_ndp_sessions; uint32_t max_ndi; bool carrier_vow_optimization; uint32_t is_sap_connected_d3wow_enabled; uint32_t is_go_connected_d3wow_enabled; bool sae_eapol_offload; bool dynamic_pcie_gen_speed_change; bool twt_ack_support_cap; uint32_t ema_init_config; uint32_t target_cap_flags; bool is_6ghz_sp_pwrmode_supp_enabled; bool afc_timer_check_disable; bool afc_req_id_check_disable; bool afc_indoor_support; bool afc_outdoor_support; uint32_t carrier_profile_config; bool sawf; bool reo_qdesc_shared_addr_table_enabled; uint32_t num_max_active_vdevs; uint32_t num_max_mlo_link_per_ml_bss; uint8_t notify_frame_support; uint8_t dp_peer_meta_data_ver; #ifdef DP_TX_PACKET_INSPECT_FOR_ILP uint8_t tx_ilp_enable; #endif bool rf_path; bool fw_ast_indication_disable; bool is_full_bw_nol_supported; } target_resource_config; /** * enum WMI_HOST_START_EVENT_PARAM - Enum replicated for host abstraction * with FW * @WMI_HOST_VDEV_START_RESP_EVENT: Event response of START CMD * @WMI_HOST_VDEV_RESTART_RESP_EVENT: Event response of RESTART CMD */ typedef enum { /* Event response of START CMD */ WMI_HOST_VDEV_START_RESP_EVENT = 0, /* Event response of RESTART CMD */ WMI_HOST_VDEV_RESTART_RESP_EVENT, } WMI_HOST_START_EVENT_PARAM; /** * struct wmi_host_roam_event - host roam event param * @vdev_id: vdev id * @reason: roam reason * @rssi: RSSI */ typedef struct { uint32_t vdev_id; uint32_t reason; uint32_t rssi; } wmi_host_roam_event; /** * enum wmi_host_scan_event_type - Scan event type * @WMI_HOST_SCAN_EVENT_STARTED: * @WMI_HOST_SCAN_EVENT_COMPLETED: * @WMI_HOST_SCAN_EVENT_BSS_CHANNEL: * @WMI_HOST_SCAN_EVENT_FOREIGN_CHANNEL: * @WMI_HOST_SCAN_EVENT_DEQUEUED: * @WMI_HOST_SCAN_EVENT_PREEMPTED: * @WMI_HOST_SCAN_EVENT_START_FAILED: * @WMI_HOST_SCAN_EVENT_RESTARTED: * @WMI_HOST_SCAN_EVENT_FOREIGN_CHANNEL_EXIT: * @WMI_HOST_SCAN_EVENT_INVALID: * @WMI_HOST_SCAN_EVENT_GPIO_TIMEOUT: * @WMI_HOST_SCAN_EVENT_MAX: */ enum wmi_host_scan_event_type { WMI_HOST_SCAN_EVENT_STARTED = 0x1, WMI_HOST_SCAN_EVENT_COMPLETED = 0x2, WMI_HOST_SCAN_EVENT_BSS_CHANNEL = 0x4, WMI_HOST_SCAN_EVENT_FOREIGN_CHANNEL = 0x8, WMI_HOST_SCAN_EVENT_DEQUEUED = 0x10, WMI_HOST_SCAN_EVENT_PREEMPTED = 0x20, WMI_HOST_SCAN_EVENT_START_FAILED = 0x40, WMI_HOST_SCAN_EVENT_RESTARTED = 0x80, WMI_HOST_SCAN_EVENT_FOREIGN_CHANNEL_EXIT = 0x100, WMI_HOST_SCAN_EVENT_INVALID = 0x200, WMI_HOST_SCAN_EVENT_GPIO_TIMEOUT = 0x400, WMI_HOST_SCAN_EVENT_MAX = 0x8000 }; /** * enum wmi_host_scan_completion_reason - Scan completion event type * @WMI_HOST_SCAN_REASON_NONE: * @WMI_HOST_SCAN_REASON_COMPLETED: * @WMI_HOST_SCAN_REASON_CANCELLED: * @WMI_HOST_SCAN_REASON_PREEMPTED: * @WMI_HOST_SCAN_REASON_TIMEDOUT: * @WMI_HOST_SCAN_REASON_INTERNAL_FAILURE: * @WMI_HOST_SCAN_REASON_MAX: */ enum wmi_host_scan_completion_reason { WMI_HOST_SCAN_REASON_NONE = 0xFF, WMI_HOST_SCAN_REASON_COMPLETED = 0, WMI_HOST_SCAN_REASON_CANCELLED = 1, WMI_HOST_SCAN_REASON_PREEMPTED = 2, WMI_HOST_SCAN_REASON_TIMEDOUT = 3, WMI_HOST_SCAN_REASON_INTERNAL_FAILURE = 4, WMI_HOST_SCAN_REASON_MAX, }; /** * struct wmi_host_scan_event - Scan event response from target * @event: event type * @reason: Reason for event * @channel_freq: channel frequency * @requestor: requestor id * @scan_id: scan id * @vdev_id: vdev id */ typedef struct { uint32_t event; uint32_t reason; uint32_t channel_freq; uint32_t requestor; uint32_t scan_id; uint32_t vdev_id; } wmi_host_scan_event; /** * struct wmi_host_pdev_reserve_ast_entry_event - Reserve AST entry * @result: result */ typedef struct { uint32_t result; } wmi_host_pdev_reserve_ast_entry_event; /** * struct wmi_host_mcast_ageout_entry - mcast aged-out entry * @grp_addr: IPv4/6 mcast group addr * @vdev_id: vdev id */ typedef struct { uint8_t grp_addr[16]; uint32_t vdev_id; } wmi_host_mcast_ageout_entry; /** * struct wmi_host_mcast_list_ageout_event - List of mcast entry aged-out * @num_entry: Number of mcast entries timed-out * @entry: List of wmi_host_mcast_ageout_entry */ typedef struct { uint32_t num_entry; QDF_FLEX_ARRAY(wmi_host_mcast_ageout_entry, entry); } wmi_host_mcast_list_ageout_event; /** * enum wmi_host_pdev_tpc_event_offset: offsets of TPC events * @WMI_HOST_TX_POWER_MAX: offset of max tx power * @WMI_HOST_TX_POWER_MIN: offset of min tx power * @WMI_HOST_TX_POWER_LEN: size of tpc values */ enum wmi_host_pdev_tpc_event_offset { WMI_HOST_TX_POWER_MAX, WMI_HOST_TX_POWER_MIN, WMI_HOST_TX_POWER_LEN, }; /** * struct wmi_host_pdev_generic_buffer_event * @buf_type: Buffer type * @frag_id: Frag id * @more_frag: more frags pending * @buf_len: buffer length * @buf_info: variable length buffer */ typedef struct { uint32_t buf_type; uint32_t frag_id; uint32_t more_frag; uint32_t buf_len; QDF_FLEX_ARRAY(uint32_t, buf_info); } wmi_host_pdev_generic_buffer_event; /** * enum WMI_HOST_BUFFER_TYPE - Enum for host buffer event * @WMI_HOST_BUFFER_TYPE_RATEPWR_TABLE: * @WMI_HOST_BUFFER_TYPE_CTL_TABLE: */ enum WMI_HOST_BUFFER_TYPE { WMI_HOST_BUFFER_TYPE_RATEPWR_TABLE, WMI_HOST_BUFFER_TYPE_CTL_TABLE, }; /** * enum WMI_HOST_TPC_CONFIG_EVENT_FLAG - Enums for TPC event * @WMI_HOST_TPC_CONFIG_EVENT_FLAG_TABLE_CDD: * @WMI_HOST_TPC_CONFIG_EVENT_FLAG_TABLE_STBC: * @WMI_HOST_TPC_CONFIG_EVENT_FLAG_TABLE_TXBF: */ typedef enum { WMI_HOST_TPC_CONFIG_EVENT_FLAG_TABLE_CDD = 0x1, WMI_HOST_TPC_CONFIG_EVENT_FLAG_TABLE_STBC = 0x2, WMI_HOST_TPC_CONFIG_EVENT_FLAG_TABLE_TXBF = 0x4, } WMI_HOST_TPC_CONFIG_EVENT_FLAG; /** * enum WMI_HOST_MU_ALGO_TYPE - Medium Utilization evaluation algorithms * These algorithms can be complementary rather than exclusive. * @WMI_HOST_MU_BASIC_ALGO: * @WMI_HOST_MU_PER_BSSID_ALGO: * @WMI_HOST_MU_HIDDEN_NODE_ALGO: */ typedef enum { WMI_HOST_MU_BASIC_ALGO = 0x1, WMI_HOST_MU_PER_BSSID_ALGO = 0x2, WMI_HOST_MU_HIDDEN_NODE_ALGO = 0x4, } WMI_HOST_MU_ALGO_TYPE; /* max MU alg combinations supported by target */ #define WMI_HOST_MU_MAX_ALGO_TYPE 3 /** * struct wmi_host_mu_db_entry * @entry_type: 0=AP, 1=STA, 2=Small Cell(SC) * @bssid_mac_addr: Transmitter MAC if entry is WiFi node. PLMNID if SC * @tx_addr: Transmitter MAC if entry is WiFi node. PLMNID if SC * @avg_duration_us: Avg. duration for which node was transmitting * @avg_rssi: Avg. RSSI of all TX packets by node. Unit dBm * @mu_percent: % medium utilization by node */ typedef struct { uint32_t entry_type; wmi_host_mac_addr bssid_mac_addr; wmi_host_mac_addr tx_addr; uint32_t avg_duration_us; uint32_t avg_rssi; uint32_t mu_percent; } wmi_host_mu_db_entry; /** * struct wmi_host_mu_report_event - WMI_MU_REPORT_EVENTID * @mu_request_id: request id * @status_reason: MU_STATUS_REASON * @total_mu: MU_ALG_TYPE combinations * @num_active_bssid: number of active bssid * @hidden_node_mu : hidden node algo MU per bin * @num_TA_entries : No. of entries found in MU db report */ typedef struct { uint32_t mu_request_id; uint32_t status_reason; uint32_t total_mu[WMI_HOST_MU_MAX_ALGO_TYPE]; uint32_t num_active_bssid; uint32_t hidden_node_mu[LTEU_MAX_BINS]; uint32_t num_TA_entries; } wmi_host_mu_report_event; #define WMI_HOST_TIM_BITMAP_ARRAY_SIZE 17 /** * struct wmi_host_p2p_noa_descriptor - NoA desc in SWBA event * @type_count: Absence count * @duration: NoA duration * @interval: NoA interval * @start_time: start time */ typedef struct { uint32_t type_count; uint32_t duration; uint32_t interval; uint32_t start_time; } wmi_host_p2p_noa_descriptor; /* Maximum CCK, OFDM rates supported */ #define WMI_SA_MAX_CCK_OFDM_RATES 12 /* Maximum MCS rates supported; 4 rates in each dword */ /* Maximum MCS ratecodes with 11ax */ #define WMI_SA_MAX_MCS_RATES 96 /* Maximum ratecode per BW supported legacy, 20, 40, 80, 160 and 320 MHz */ #define WMI_SA_MAX_RATE_COUNTERS 6 /* Maximum rate series used for transmission */ #define SA_MAX_RATE_SERIES 2 #define SA_MAX_LEGACY_RATE_DWORDS 3 #define SA_MAX_HT_RATE_DWORDS 10 #define SA_BYTES_IN_DWORD 4 #define SA_MASK_BYTE 0xff #define SA_MASK_BYTE3 0xff0000 /* Support 11ax 11bit ratecode */ #define SA_MASK_RCODE 0x7ff #define SA_WORD_BITS_LEN 16 #define SA_WORDS_IN_DWORD 2 #define SA_MAX_LEGACY_RATE_WORDS 6 #define SA_MAX_HT_RATE_WORDS 48 #define SA_INVALID_PARAM_VALUE 0xffff /* Mask to check PER threshold */ #define SA_MASK_PER_TH 0xff /* Mask to check Minimum packets for Smart Antenna Training */ #define SA_MASK_MIN_PKTS 0xffff /** * struct wmi_sa_rate_cap - smart antenna rat capabilities * @pdev_id: pdev_id * @ratecode_legacy: Rate code array for CCK OFDM * @ratecode_20: Rate code array for 20 MHz BW * @ratecode_40: Rate code array for 40 MHz BW * @ratecode_80: Rate code array for 80 MHz BW * @ratecode_160: Rate code array for 160 MHz BW * @ratecode_320: Rate code array for 320 MHz BW * @ratecount: Max Rate count for each mode */ typedef struct { uint16_t ratecode_legacy[WMI_SA_MAX_CCK_OFDM_RATES]; uint16_t ratecode_20[WMI_SA_MAX_MCS_RATES]; uint16_t ratecode_40[WMI_SA_MAX_MCS_RATES]; uint16_t ratecode_80[WMI_SA_MAX_MCS_RATES]; uint16_t ratecode_160[WMI_SA_MAX_MCS_RATES]; uint16_t ratecode_320[WMI_SA_MAX_MCS_RATES]; uint8_t ratecount[WMI_SA_MAX_RATE_COUNTERS]; } wmi_sa_rate_cap; /** Preamble types to be used with VDEV fixed rate configuration */ typedef enum { WMI_HOST_RATE_PREAMBLE_OFDM, WMI_HOST_RATE_PREAMBLE_CCK, WMI_HOST_RATE_PREAMBLE_HT, WMI_HOST_RATE_PREAMBLE_VHT, WMI_HOST_RATE_PREAMBLE_HE, #ifdef WLAN_FEATURE_11BE WMI_HOST_RATE_PREAMBLE_EHT, #endif } WMI_HOST_RATE_PREAMBLE; #define WMI_HOST_FIXED_RATE_NONE (0xff) /** preablbe long */ #define WMI_HOST_VDEV_PREAMBLE_LONG 0x1 /** preablbe short */ #define WMI_HOST_VDEV_PREAMBLE_SHORT 0x2 /** found a better AP */ #define WMI_HOST_ROAM_REASON_BETTER_AP 0x1 /** beacon miss detected */ #define WMI_HOST_ROAM_REASON_BMISS 0x2 /** deauth/disassoc received */ #define WMI_HOST_ROAM_REASON_DEAUTH 0x2 /** connected AP's low rssi condition detected */ #define WMI_HOST_ROAM_REASON_LOW_RSSI 0x3 /** found another AP that matches SSID and Security profile in * WMI_ROAM_AP_PROFILE, found during scan triggered upon FINAL_BMISS */ #define WMI_HOST_ROAM_REASON_SUITABLE_AP 0x4 /** LFR3.0 roaming failed, indicate the disconnection to host */ #define WMI_HOST_ROAM_REASON_HO_FAILED 0x5 /** values for vdev_type */ #define WMI_HOST_VDEV_TYPE_AP 0x1 #define WMI_HOST_VDEV_TYPE_STA 0x2 #define WMI_HOST_VDEV_TYPE_IBSS 0x3 #define WMI_HOST_VDEV_TYPE_MONITOR 0x4 /** values for vdev_subtype */ #define WMI_HOST_VDEV_SUBTYPE_P2P_DEVICE 0x1 #define WMI_HOST_VDEV_SUBTYPE_P2P_CLIENT 0x2 #define WMI_HOST_VDEV_SUBTYPE_P2P_GO 0x3 #define WMI_HOST_VDEV_SUBTYPE_PROXY_STA 0x4 #define WMI_HOST_VDEV_SUBTYPE_MESH 0x5 #define WMI_HOST_MGMT_TID 17 /* Disable aging & learning */ #define WMI_HOST_WDS_FLAG_STATIC 0x1 #ifdef ENABLE_HOST_TO_TARGET_CONVERSION #define PEER_PARAM(name) WMI_HOST_ ## name #else #define PEER_PARAM(name) WMI_HOST_ ## name = WMI_ ## name #endif /* ENABLE_HOST_TO_TARGET_CONVERSION */ /* * Peer param enum abstracted from target * @WMI_HOST_PEER_MIMO_PS_STATE: mimo powersave state * @WMI_HOST_PEER_AMPDU: enable/disable AMPDU . initial value (enabled) * @WMI_HOST_PEER_AUTHORIZE: authorize/unauthorize peer. * initial value is unauthorized (0) * @WMI_HOST_PEER_CHWIDTH: Peer channel bandwidth * @WMI_HOST_PEER_NSS: peer NSS * @WMI_HOST_PEER_USE_4ADDR: USE 4 ADDR * @WMI_HOST_PEER_EXT_STATS_ENABLE: Enable extended peer stats * NON-TLV special * @WMI_HOST_PEER_USE_FIXED_PWR: Use FIXED Pwr, * @WMI_HOST_PEER_PARAM_FIXED_RATE: Set peer fixed rate * @WMI_HOST_PEER_SET_MU_ALLOWLIST: Allowlist peer TIDs * @WMI_HOST_PEER_MEMBERSHIP: set group membership status * @WMI_HOST_PEER_USERPOS: User POS * @WMI_HOST_PEER_CRIT_PROTO_HINT_ENABLED: Critical Protocol Hint enabled * @WMI_HOST_PEER_TX_FAIL_CNT_THR: Tx Fail count threshold * @WMI_HOST_PEER_SET_HW_RETRY_CTS2S: Set hardware retry CTS to self * @WMI_HOST_PEER_IBSS_ATIM_WINDOW_LENGTH: IBSS ATIM window length * @WMI_HOST_PEER_PHYMODE: Peer Phymode * @WMI_HOST_PEER_SET_MAX_TX_RATE: Set MAX Tx rate * @WMI_HOST_PEER_SET_DEFAULT_ROUTING: Set default Rx routing * @WMI_HOST_PEER_SET_MIN_TX_RATE: Set Minimum T rate * @WMI_HOST_PEER_NSS_VHT160: peer NSS for 160Mhz * @WMI_HOST_PEER_NSS_VHT80_80: peer NSS for 80+80MHz * @WMI_HOST_PEER_PARAM_SU_TXBF_SOUNDING_INTERVAL: Set SU sounding interval * @WMI_HOST_PEER_PARAM_MU_TXBF_SOUNDING_INTERVAL: Set MU sounding interval * @WMI_HOST_PEER_PARAM_TXBF_SOUNDING_ENABLE: Enable sounding interval set * @WMI_HOST_PEER_PARAM_MU_ENABLE: Enable MU support * @WMI_HOST_PEER_PARAM_OFDMA_ENABLE: Enable OFDMA support * @WMI_HOST_PEER_PARAM_ENABLE_FT: Notify FT roam * @WMI_HOST_PEER_CHWIDTH_PUNCTURE_20MHZ_BITMAP: Peer channel bandwidth and * puncture bitmap * @WMI_HOST_PEER_FT_ROAMING_PEER_UPDATE: Reset PN value on * every roam event * @WMI_HOST_PEER_PARAM_DMS_SUPPORT: Set DMS capability */ enum { PEER_PARAM(PEER_MIMO_PS_STATE), PEER_PARAM(PEER_AMPDU), PEER_PARAM(PEER_AUTHORIZE), PEER_PARAM(PEER_CHWIDTH), PEER_PARAM(PEER_NSS), PEER_PARAM(PEER_USE_4ADDR), #if defined(WMI_NON_TLV_SUPPORT) || defined(WMI_TLV_AND_NON_TLV_SUPPORT) PEER_PARAM(PEER_EXT_STATS_ENABLE), #endif PEER_PARAM(PEER_USE_FIXED_PWR), PEER_PARAM(PEER_PARAM_FIXED_RATE), PEER_PARAM(PEER_SET_MU_ALLOWLIST), PEER_PARAM(PEER_MEMBERSHIP), PEER_PARAM(PEER_USERPOS), PEER_PARAM(PEER_CRIT_PROTO_HINT_ENABLED), PEER_PARAM(PEER_TX_FAIL_CNT_THR), PEER_PARAM(PEER_SET_HW_RETRY_CTS2S), PEER_PARAM(PEER_IBSS_ATIM_WINDOW_LENGTH), PEER_PARAM(PEER_PHYMODE), PEER_PARAM(PEER_SET_MAX_TX_RATE), PEER_PARAM(PEER_SET_DEFAULT_ROUTING), PEER_PARAM(PEER_SET_MIN_TX_RATE), PEER_PARAM(PEER_NSS_VHT160), PEER_PARAM(PEER_NSS_VHT80_80), PEER_PARAM(PEER_PARAM_SU_TXBF_SOUNDING_INTERVAL), PEER_PARAM(PEER_PARAM_MU_TXBF_SOUNDING_INTERVAL), PEER_PARAM(PEER_PARAM_TXBF_SOUNDING_ENABLE), PEER_PARAM(PEER_PARAM_MU_ENABLE), PEER_PARAM(PEER_PARAM_OFDMA_ENABLE), PEER_PARAM(PEER_PARAM_ENABLE_FT), PEER_PARAM(PEER_CHWIDTH_PUNCTURE_20MHZ_BITMAP), PEER_PARAM(PEER_FT_ROAMING_PEER_UPDATE), PEER_PARAM(PEER_PARAM_DMS_SUPPORT), PEER_PARAM(PEER_PARAM_UL_OFDMA_RTD), }; #define WMI_HOST_PEER_MIMO_PS_NONE 0x0 #define WMI_HOST_PEER_MIMO_PS_STATIC 0x1 #define WMI_HOST_PEER_MIMO_PS_DYNAMIC 0x2 typedef enum { HOST_PLATFORM_HIGH_PERF, HOST_PLATFORM_LOW_PERF, HOST_PLATFORM_LOW_PERF_NO_FETCH, } HOST_PLATFORM_TYPE; enum wmi_host_sta_ps_mode { /** enable power save for the given STA VDEV */ WMI_HOST_STA_PS_MODE_DISABLED = 0, /** disable power save for a given STA VDEV */ WMI_HOST_STA_PS_MODE_ENABLED = 1, }; enum wmi_host_sta_powersave_param { /** * Controls how frames are retrievd from AP while STA is sleeping * * (see enum wmi_sta_ps_param_rx_wake_policy) */ WMI_HOST_STA_PS_PARAM_RX_WAKE_POLICY = 0, /** * The STA will go active after this many TX * * (see enum wmi_sta_ps_param_tx_wake_threshold) */ WMI_HOST_STA_PS_PARAM_TX_WAKE_THRESHOLD = 1, /** * Number of PS-Poll to send before STA wakes up * * (see enum wmi_sta_ps_param_pspoll_count) * */ WMI_HOST_STA_PS_PARAM_PSPOLL_COUNT = 2, /** * TX/RX inactivity time in msec before going to sleep. * * The power save SM will monitor tx/rx activity on the VDEV, if no * activity for the specified msec of the parameter * the Power save SM will go to sleep. */ WMI_HOST_STA_PS_PARAM_INACTIVITY_TIME = 3, /** * Set uapsd configuration. * * (see enum wmi_sta_ps_param_uapsd) */ WMI_HOST_STA_PS_PARAM_UAPSD = 4, }; /* prefix used by scan requestor ids on the host * replicated here form wmi_unified.h*/ #define WMI_HOST_P_SCAN_REQUESTOR_ID_PREFIX 0xA000 /* prefix used by scan request ids generated on the host */ /* host cycles through the lower 12 bits to generate ids */ #define WMI_HOST_P_SCAN_REQ_ID_PREFIX 0xA000 #define WMI_HOST_RC_DS_FLAG 0x01 /* Dual stream flag */ #define WMI_HOST_RC_CW40_FLAG 0x02 /* CW 40 */ #define WMI_HOST_RC_SGI_FLAG 0x04 /* Short Guard Interval */ #define WMI_HOST_RC_HT_FLAG 0x08 /* HT */ #define WMI_HOST_RC_RTSCTS_FLAG 0x10 /* RTS-CTS */ #define WMI_HOST_RC_TX_STBC_FLAG 0x20 /* TX STBC */ #define WMI_HOST_RC_RX_STBC_FLAG 0xC0 /* RX STBC ,2 bits */ #define WMI_HOST_RC_RX_STBC_FLAG_S 6 /* RX STBC ,2 bits */ #define WMI_HOST_RC_WEP_TKIP_FLAG 0x100 /* WEP/TKIP encryption */ #define WMI_HOST_RC_TS_FLAG 0x200 /* Three stream flag */ #define WMI_HOST_RC_UAPSD_FLAG 0x400 /* UAPSD Rate Control */ /** HT Capabilities*/ #define WMI_HOST_HT_CAP_ENABLED 0x0001 /* HT Enabled/ disabled */ /* Short Guard Interval with HT20 */ #define WMI_HOST_HT_CAP_HT20_SGI 0x0002 #define WMI_HOST_HT_CAP_DYNAMIC_SMPS 0x0004 /* Dynamic MIMO powersave */ #define WMI_HOST_HT_CAP_TX_STBC 0x0008 /* B3 TX STBC */ #define WMI_HOST_HT_CAP_TX_STBC_MASK_SHIFT 3 #define WMI_HOST_HT_CAP_RX_STBC 0x0030 /* B4-B5 RX STBC */ #define WMI_HOST_HT_CAP_RX_STBC_MASK_SHIFT 4 #define WMI_HOST_HT_CAP_LDPC 0x0040 /* LDPC supported */ #define WMI_HOST_HT_CAP_L_SIG_TXOP_PROT 0x0080 /* L-SIG TXOP Protection */ #define WMI_HOST_HT_CAP_MPDU_DENSITY 0x0700 /* MPDU Density */ #define WMI_HOST_HT_CAP_MPDU_DENSITY_MASK_SHIFT 8 #define WMI_HOST_HT_CAP_HT40_SGI 0x0800 #define WMI_HOST_HT_CAP_RX_LDPC 0x1000 #define WMI_HOST_HT_CAP_TX_LDPC 0x2000 #define WMI_HOST_HT_CAP_IBF_BFER 0x4000 /* These macros should be used when we wish to advertise STBC support for * only 1SS or 2SS or 3SS. */ #define WMI_HOST_HT_CAP_RX_STBC_1SS 0x0010 /* B4-B5 RX STBC */ #define WMI_HOST_HT_CAP_RX_STBC_2SS 0x0020 /* B4-B5 RX STBC */ #define WMI_HOST_HT_CAP_RX_STBC_3SS 0x0030 /* B4-B5 RX STBC */ #define WMI_HOST_HT_CAP_DEFAULT_ALL (WMI_HOST_HT_CAP_ENABLED | \ WMI_HOST_HT_CAP_HT20_SGI | \ WMI_HOST_HT_CAP_HT40_SGI | \ WMI_HOST_HT_CAP_TX_STBC | \ WMI_HOST_HT_CAP_RX_STBC | \ WMI_HOST_HT_CAP_LDPC) /* WMI_HOST_VHT_CAP_* these maps to ieee 802.11ac vht capability information field. The fields not defined here are not supported, or reserved. Do not change these masks and if you have to add new one follow the bitmask as specified by 802.11ac draft. */ #define WMI_HOST_VHT_CAP_MAX_MPDU_LEN_MASK 0x00000003 #define WMI_HOST_VHT_CAP_RX_LDPC 0x00000010 #define WMI_HOST_VHT_CAP_SGI_80MHZ 0x00000020 #define WMI_HOST_VHT_CAP_SGI_160MHZ 0x00000040 #define WMI_HOST_VHT_CAP_TX_STBC 0x00000080 #define WMI_HOST_VHT_CAP_RX_STBC_MASK 0x00000300 #define WMI_HOST_VHT_CAP_RX_STBC_MASK_SHIFT 8 #define WMI_HOST_VHT_CAP_SU_BFER 0x00000800 #define WMI_HOST_VHT_CAP_SU_BFEE 0x00001000 #define WMI_HOST_VHT_CAP_MAX_CS_ANT_MASK 0x0000E000 #define WMI_HOST_VHT_CAP_MAX_CS_ANT_MASK_SHIFT 13 #define WMI_HOST_VHT_CAP_MAX_SND_DIM_MASK 0x00070000 #define WMI_HOST_VHT_CAP_MAX_SND_DIM_MASK_SHIFT 16 #define WMI_HOST_VHT_CAP_MU_BFER 0x00080000 #define WMI_HOST_VHT_CAP_MU_BFEE 0x00100000 #define WMI_HOST_VHT_CAP_MAX_AMPDU_LEN_EXP 0x03800000 #define WMI_HOST_VHT_CAP_MAX_AMPDU_LEN_EXP_SHIT 23 #define WMI_HOST_VHT_CAP_RX_FIXED_ANT 0x10000000 #define WMI_HOST_VHT_CAP_TX_FIXED_ANT 0x20000000 #define WMI_HOST_VHT_CAP_MAX_MPDU_LEN_11454 0x00000002 /* These macros should be used when we wish to advertise STBC support for * only 1SS or 2SS or 3SS. */ #define WMI_HOST_VHT_CAP_RX_STBC_1SS 0x00000100 #define WMI_HOST_VHT_CAP_RX_STBC_2SS 0x00000200 #define WMI_HOST_VHT_CAP_RX_STBC_3SS 0x00000300 #define WMI_HOST_VHT_CAP_DEFAULT_ALL (WMI_HOST_VHT_CAP_MAX_MPDU_LEN_11454 | \ WMI_HOST_VHT_CAP_SGI_80MHZ | \ WMI_HOST_VHT_CAP_TX_STBC | \ WMI_HOST_VHT_CAP_RX_STBC_MASK | \ WMI_HOST_VHT_CAP_RX_LDPC | \ WMI_HOST_VHT_CAP_MAX_AMPDU_LEN_EXP | \ WMI_HOST_VHT_CAP_RX_FIXED_ANT | \ WMI_HOST_VHT_CAP_TX_FIXED_ANT) /* Interested readers refer to Rx/Tx MCS Map definition as defined in 802.11ac */ #define WMI_HOST_VHT_MAX_MCS_4_SS_MASK(r, ss) ((3 & (r)) << (((ss) - 1) << 1)) #define WMI_HOST_VHT_MAX_SUPP_RATE_MASK 0x1fff0000 #define WMI_HOST_VHT_MAX_SUPP_RATE_MASK_SHIFT 16 /** U-APSD configuration of peer station from (re)assoc request and TSPECs */ enum wmi_host_ap_ps_param_uapsd { WMI_HOST_AP_PS_UAPSD_AC0_DELIVERY_EN = (1 << 0), WMI_HOST_AP_PS_UAPSD_AC0_TRIGGER_EN = (1 << 1), WMI_HOST_AP_PS_UAPSD_AC1_DELIVERY_EN = (1 << 2), WMI_HOST_AP_PS_UAPSD_AC1_TRIGGER_EN = (1 << 3), WMI_HOST_AP_PS_UAPSD_AC2_DELIVERY_EN = (1 << 4), WMI_HOST_AP_PS_UAPSD_AC2_TRIGGER_EN = (1 << 5), WMI_HOST_AP_PS_UAPSD_AC3_DELIVERY_EN = (1 << 6), WMI_HOST_AP_PS_UAPSD_AC3_TRIGGER_EN = (1 << 7), }; /** U-APSD maximum service period of peer station */ enum wmi_host_ap_ps_peer_param_max_sp { WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_UNLIMITED = 0, WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_2 = 1, WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_4 = 2, WMI_HOST_AP_PS_PEER_PARAM_MAX_SP_6 = 3, /* keep last! */ MAX_HOST_WMI_AP_PS_PEER_PARAM_MAX_SP, }; #define WMI_HOST_UAPSD_AC_TYPE_DELI 0 #define WMI_HOST_UAPSD_AC_TYPE_TRIG 1 #define WMI_HOST_UAPSD_AC_BIT_MASK(ac, type) \ ((type == WMI_HOST_UAPSD_AC_TYPE_DELI) ? (1<<(ac<<1)) :\ (1<<((ac<<1)+1))) enum wmi_host_ap_ps_peer_param_wnm_sleep { WMI_HOST_AP_PS_PEER_PARAM_WNM_SLEEP_ENABLE, WMI_HOST_AP_PS_PEER_PARAM_WNM_SLEEP_DISABLE, }; enum wmi_host_ap_ps_peer_param { /** Set uapsd configuration for a given peer. * * This will include the delivery and trigger enabled state for every AC. * The host MLME needs to set this based on AP capability and stations * request Set in the association request received from the station. * * Lower 8 bits of the value specify the UAPSD configuration. * * (see enum wmi_ap_ps_param_uapsd) * The default value is 0. */ WMI_HOST_AP_PS_PEER_PARAM_UAPSD = 0, /** * Set the service period for a UAPSD capable station * * The service period from wme ie in the (re)assoc request frame. * * (see enum wmi_ap_ps_peer_param_max_sp) */ WMI_HOST_AP_PS_PEER_PARAM_MAX_SP = 1, /** Time in seconds for aging out buffered frames * for STA in power save */ WMI_HOST_AP_PS_PEER_PARAM_AGEOUT_TIME = 2, /** Specify frame types that are considered SIFS * RESP trigger frame */ WMI_HOST_AP_PS_PEER_PARAM_SIFS_RESP_FRMTYPE = 3, /** Specifies the trigger state of TID. * Valid only for UAPSD frame type */ WMI_HOST_AP_PS_PEER_PARAM_SIFS_RESP_UAPSD = 4, /** Specifies the WNM sleep state of a STA */ WMI_HOST_AP_PS_PEER_PARAM_WNM_SLEEP = 5, }; #define WMI_HOST_RXERR_CRC 0x01 /* CRC error on frame */ #define WMI_HOST_RXERR_DECRYPT 0x08 /* non-Michael decrypt error */ #define WMI_HOST_RXERR_MIC 0x10 /* Michael MIC decrypt error */ #define WMI_HOST_RXERR_KEY_CACHE_MISS 0x20 /* No/incorrect key matter in h/w */ #define WMI_HOST_RXERR_PN 0x80 /* invalid PN in frame */ enum wmi_host_sta_ps_param_rx_wake_policy { /* Wake up when ever there is an RX activity on the VDEV. In this mode * the Power save SM(state machine) will come out of sleep by either * sending null frame (or) a data frame (with PS==0) in response to TIM * bit set in the received beacon frame from AP. */ WMI_HOST_STA_PS_RX_WAKE_POLICY_WAKE = 0, /* Here the power save state machine will not wakeup in response to TIM * bit, instead it will send a PSPOLL (or) UASPD trigger based on UAPSD * configuration setup by WMISET_PS_SET_UAPSD WMI command. When all * access categories are delivery-enabled, the station will send a UAPSD * trigger frame, otherwise it will send a PS-Poll. */ WMI_HOST_STA_PS_RX_WAKE_POLICY_POLL_UAPSD = 1, }; enum wmi_host_sta_ps_param_pspoll_count { WMI_HOST_STA_PS_PSPOLL_COUNT_NO_MAX = 0, /* Values greater than 0 indicate the maximum number of PS-Poll frames FW * will send before waking up. */ }; /** Number of tx frames/beacon that cause the power save SM to wake up. * * Value 1 causes the SM to wake up for every TX. Value 0 has a special * meaning, It will cause the SM to never wake up. This is useful if you want * to keep the system to sleep all the time for some kind of test mode . host * can change this parameter any time. It will affect at the next tx frame. */ enum wmi_host_sta_ps_param_tx_wake_threshold { WMI_HOST_STA_PS_TX_WAKE_THRESHOLD_NEVER = 0, WMI_HOST_STA_PS_TX_WAKE_THRESHOLD_ALWAYS = 1, /* Values greater than one indicate that many TX attempts per beacon * interval before the STA will wake up */ }; /* * Transmit power scale factor. * */ typedef enum { WMI_HOST_TP_SCALE_MAX = 0, /* no scaling (default) */ WMI_HOST_TP_SCALE_50 = 1, /* 50% of max (-3 dBm) */ WMI_HOST_TP_SCALE_25 = 2, /* 25% of max (-6 dBm) */ WMI_HOST_TP_SCALE_12 = 3, /* 12% of max (-9 dBm) */ WMI_HOST_TP_SCALE_6 = 4, /* 6% of max (-12 dBm) */ WMI_HOST_TP_SCALE_MIN = 5, /* min, but still on */ WMI_HOST_TP_SCALE_SIZE = 6, /* max num of enum */ } WMI_HOST_TP_SCALE; enum { WMI_HOST_RATEPWR_TABLE_OPS_SET, WMI_HOST_RATEPWR_TABLE_OPS_GET, }; /* reserved up through 0xF */ /** * struct _hp_dcs_mib_stats - WLAN IM stats from target to host * Below statistics are sent from target to host periodically. * These are collected at target as long as target is running * and target chip is not in sleep. * @listen_time: * @reg_tx_frame_cnt: * @reg_rx_frame_cnt: * @reg_rxclr_cnt: * @reg_cycle_cnt: delta cycle count * @reg_rxclr_ext_cnt: * @reg_ofdm_phyerr_cnt: * @reg_cck_phyerr_cnt: CCK err count since last reset, read from register */ typedef struct _hp_dcs_mib_stats { int32_t listen_time; uint32_t reg_tx_frame_cnt; uint32_t reg_rx_frame_cnt; uint32_t reg_rxclr_cnt; uint32_t reg_cycle_cnt; uint32_t reg_rxclr_ext_cnt; uint32_t reg_ofdm_phyerr_cnt; uint32_t reg_cck_phyerr_cnt; } wmi_host_dcs_mib_stats_t; /** * struct _wmi_host_dcs_im_tgt_stats - DCS IM target stats * @reg_tsf32: current running TSF from the TSF-1 * @last_ack_rssi: Known last frame rssi, in case of multiple stations, if * and at different ranges, this would not guarantee that * this is the least rssi. * @tx_waste_time: Sum of all the failed durations in the last * one second interval. * @rx_time: count how many times the hal_rxerr_phy is marked, in this * time period * @phyerr_cnt: * @mib_stats: wmi_host_dcs_mib_stats_t - collected mib stats as explained * in mib structure * @chan_nf: Channel noise floor (Units are in dBm) * @my_bss_rx_cycle_count: BSS rx cycle count * @reg_rxclr_ext40_cnt: extension channel 40Mhz rxclear count * @reg_rxclr_ext80_cnt: extension channel 80Mhz rxclear count */ typedef struct _wmi_host_dcs_im_tgt_stats { uint32_t reg_tsf32; uint32_t last_ack_rssi; uint32_t tx_waste_time; uint32_t rx_time; uint32_t phyerr_cnt; wmi_host_dcs_mib_stats_t mib_stats; uint32_t chan_nf; uint32_t my_bss_rx_cycle_count; /* these fields are added here for backward compatibility instead of * wmi_host_dcs_mib_stats_t */ uint32_t reg_rxclr_ext40_cnt; uint32_t reg_rxclr_ext80_cnt; } wmi_host_dcs_im_tgt_stats_t; #ifndef BIT #define BIT(n) (1 << (n)) #endif /* * Enum for pktlog req */ enum { WMI_HOST_PKTLOG_EVENT_RX_BIT, WMI_HOST_PKTLOG_EVENT_TX_BIT, WMI_HOST_PKTLOG_EVENT_RCF_BIT, WMI_HOST_PKTLOG_EVENT_RCU_BIT, WMI_HOST_PKTLOG_EVENT_DBG_PRINT_BIT, WMI_HOST_PKTLOG_EVENT_SMART_ANTENNA_BIT, WMI_HOST_PKTLOG_EVENT_H_INFO_BIT, WMI_HOST_PKTLOG_EVENT_STEERING_BIT, WMI_HOST_PKTLOG_EVENT_TX_DATA_CAPTURE_BIT, WMI_HOST_PKTLOG_EVENT_PHY_LOGGING_BIT, WMI_HOST_PKTLOG_EVENT_CBF_BIT, #ifdef BE_PKTLOG_SUPPORT WMI_HOST_PKTLOG_EVENT_HYBRID_TX_BIT, #endif }; typedef enum { WMI_HOST_PKTLOG_EVENT_RX = BIT(WMI_HOST_PKTLOG_EVENT_RX_BIT), WMI_HOST_PKTLOG_EVENT_TX = BIT(WMI_HOST_PKTLOG_EVENT_TX_BIT), WMI_HOST_PKTLOG_EVENT_RCF = BIT(WMI_HOST_PKTLOG_EVENT_RCF_BIT), /* Rate Control Find */ WMI_HOST_PKTLOG_EVENT_RCU = BIT(WMI_HOST_PKTLOG_EVENT_RCU_BIT), /* Rate Control Update */ WMI_HOST_PKTLOG_EVENT_DBG_PRINT = BIT(WMI_HOST_PKTLOG_EVENT_DBG_PRINT_BIT), /* DEBUG prints */ /* To support Smart Antenna */ WMI_HOST_PKTLOG_EVENT_SMART_ANTENNA = BIT(WMI_HOST_PKTLOG_EVENT_SMART_ANTENNA_BIT), WMI_HOST_PKTLOG_EVENT_H_INFO = BIT(WMI_HOST_PKTLOG_EVENT_H_INFO_BIT), WMI_HOST_PKTLOG_EVENT_STEERING = BIT(WMI_HOST_PKTLOG_EVENT_STEERING_BIT), /* To support Tx data Capture */ WMI_HOST_PKTLOG_EVENT_TX_DATA_CAPTURE = BIT(WMI_HOST_PKTLOG_EVENT_TX_DATA_CAPTURE_BIT), /* To support PHY logging */ WMI_HOST_PKTLOG_EVENT_PHY_LOGGING = BIT(WMI_HOST_PKTLOG_EVENT_PHY_LOGGING_BIT), WMI_HOST_PKTLOG_EVENT_CBF = BIT(WMI_HOST_PKTLOG_EVENT_CBF_BIT), #ifdef BE_PKTLOG_SUPPORT WMI_HOST_PKTLOG_EVENT_HYBRID_TX = BIT(WMI_HOST_PKTLOG_EVENT_HYBRID_TX_BIT), #endif } WMI_HOST_PKTLOG_EVENT; /* * wmi_host_phyerr * */ #define WMI_HOST_PHY_ERROR_SPECTRAL_SCAN 0x26 #define WMI_HOST_PHY_ERROR_FALSE_RADAR_EXT 0x24 #define WMI_HOST_AR900B_DFS_PHYERR_MASK 0x4 #define WMI_HOST_AR900B_SPECTRAL_PHYERR_MASK 0x4000000 /** * struct wmi_host_perchain_rssi_info - per chain RSSI info * @rssi_pri20: RSSI on primary 20 * @rssi_sec20: RSSI on secomdary 20 * @rssi_sec40: RSSI secondary 40 * @rssi_sec80: RSSI secondary 80 */ typedef struct wmi_host_perchain_rssi_info { int8_t rssi_pri20; int8_t rssi_sec20; int8_t rssi_sec40; int8_t rssi_sec80; } wmi_host_perchain_rssi_info_t; /** * struct _wmi_host_rf_info - RF measurement information * @rssi_comb: RSSI Information * @pc_rssi_info: For now, we know we are getting information * for only 4 chains at max. For future extensions * use a define * @noise_floor: Noise floor information */ typedef struct _wmi_host_rf_info { int8_t rssi_comb; wmi_host_perchain_rssi_info_t pc_rssi_info[4]; int16_t noise_floor[4]; } wmi_host_rf_info_t; /** * struct _wmi_host_chan_info * @center_freq1: center frequency 1 in MHz * @center_freq2: center frequency 2 in MHz -valid only for * 11ACVHT 80PLUS80 mode * @chan_width: channel width in MHz */ typedef struct _wmi_host_chan_info { u_int16_t center_freq1; u_int16_t center_freq2; u_int8_t chan_width; } wmi_host_chan_info_t; /** * struct _wmi_host_phyerr * @rf_info: * @chan_info: * @tsf64: * @phy_err_code: * @tsf_timestamp: * @bufp: * @buf_len: * @phy_err_mask0: * @phy_err_mask1: * @pdev_id: pdev_id */ typedef struct _wmi_host_phyerr { wmi_host_rf_info_t rf_info; wmi_host_chan_info_t chan_info; uint64_t tsf64; int32_t phy_err_code; uint32_t tsf_timestamp; uint8_t *bufp; uint32_t buf_len; uint32_t phy_err_mask0; uint32_t phy_err_mask1; uint32_t pdev_id; } wmi_host_phyerr_t; /** * struct wmi_host_rtt_event_hdr * @req_id: request id * @status: status * @meas_done: measurement done flag * @meas_type: measurement type * @report_type: report type * @v3_status: v2 status * @v3_finish: * @v3_tm_start: * @num_ap: number of AP * @result: resuult * @dest_mac: destination mac */ typedef struct { uint16_t req_id; uint16_t status:1, meas_done:1, meas_type:3, report_type:3, v3_status:2, v3_finish:1, v3_tm_start:1, num_ap:4; uint16_t result; uint8_t dest_mac[QDF_MAC_ADDR_SIZE]; } wmi_host_rtt_event_hdr; /** * struct wmi_host_rtt_meas_event - RTT measurement event * @chain_mask: * @bw: * @rsvd: * @txrxchain_mask: Bit:0-3:chain mask * Bit 4-5: band width info * 00 --Legacy 20, 01 --HT/VHT20 * 10 --HT/VHT40, 11 -- VHT80 * @tod: resolution of 0.1ns * @toa: resolution of 0.1ns * @t3: * @t4: * @rssi0: * @rssi1: * @rssi2: * @rssi3: */ typedef struct { uint32_t chain_mask:3, bw:2, rsvd:27; uint32_t txrxchain_mask; uint64_t tod; uint64_t toa; uint64_t t3; uint64_t t4; uint32_t rssi0; uint32_t rssi1; uint32_t rssi2; uint32_t rssi3; } wmi_host_rtt_meas_event; /*----RTT Report event definition ----*/ typedef enum { /* rtt cmd header parsing error --terminate */ WMI_HOST_RTT_COMMAND_HEADER_ERROR = 0, /* rtt body parsing error -- skip current STA REQ */ WMI_HOST_RTT_COMMAND_ERROR, /* rtt no resource -- terminate */ WMI_HOST_RTT_MODULE_BUSY, /* STA exceed the support limit -- only server the first n STA */ WMI_HOST_RTT_TOO_MANY_STA, /* any allocate failure */ WMI_HOST_RTT_NO_RESOURCE, /* can not find vdev with vdev ID - skip current STA REQ */ WMI_HOST_RTT_VDEV_ERROR, /* Tx failure -- continiue and measure number */ WMI_HOST_RTT_TRANSIMISSION_ERROR, /* wait for first TM timer expire-terminate current STA measurement */ WMI_HOST_RTT_TM_TIMER_EXPIRE, /* we do not support RTT measurement with this type of frame */ WMI_HOST_RTT_FRAME_TYPE_NOSUPPORT, /* whole RTT measurement timer expire-terminate ** current STA measurement */ WMI_HOST_RTT_TIMER_EXPIRE, /* channel switch failed */ WMI_HOST_RTT_CHAN_SWITCH_ERROR, /* TMR trans error, this dest peer will be skipped */ WMI_HOST_RTT_TMR_TRANS_ERROR, /* V3 only. If both CFR and Token mismatch, do not report */ WMI_HOST_RTT_NO_REPORT_BAD_CFR_TOKEN, /* For First TM, if CFR is bad, then do not report */ WMI_HOST_RTT_NO_REPORT_FIRST_TM_BAD_CFR, /* do not allow report type2 mix with type 0, 1 */ WMI_HOST_RTT_REPORT_TYPE2_MIX, /* LCI Configuration OK. - Responder only */ WMI_HOST_RTT_LCI_CFG_OK, /* LCR configuration OK. - Responder only */ WMI_HOST_RTT_LCR_CFG_OK, /* Bad configuration LCI (or) LCR request - Responder only */ WMI_HOST_RTT_CFG_ERROR, WMI_HOST_WMI_RTT_REJECT_MAX, } WMI_HOST_RTT_ERROR_INDICATOR; typedef struct { wmi_host_rtt_event_hdr hdr; WMI_HOST_RTT_ERROR_INDICATOR reject_reason; } wmi_host_rtt_error_report_event; #if defined(AR9888) typedef enum { WMI_HOST_PROF_CPU_IDLE, WMI_HOST_PROF_PPDU_PROC, WMI_HOST_PROF_PPDU_POST, WMI_HOST_PROF_HTT_TX_INPUT, WMI_HOST_PROF_MSDU_ENQ, WMI_HOST_PROF_PPDU_POST_HAL, WMI_HOST_PROF_COMPUTE_TX_TIME, /* Add new ID's above this. */ WMI_HOST_PROF_MAX_ID, } wmi_host_profile_id_t; #endif #define WMI_HOST_WLAN_PROFILE_MAX_HIST 3 #define WMI_HOST_WLAN_PROFILE_MAX_BIN_CNT 32 #if defined(AR9888) #define WMI_HOST_MAX_PROFILE WMI_HOST_PROF_MAX_ID #else #define WMI_HOST_MAX_PROFILE WMI_HOST_WLAN_PROFILE_MAX_BIN_CNT #endif /** * struct wmi_host_wlan_profile_t - Host profile param * @id: profile id * @cnt: Count * @tot: * @min: minimum * @max: Mac * @hist_intvl: history interval * @hist: profile data history */ typedef struct { uint32_t id; uint32_t cnt; uint32_t tot; uint32_t min; uint32_t max; uint32_t hist_intvl; uint32_t hist[WMI_HOST_WLAN_PROFILE_MAX_HIST]; } wmi_host_wlan_profile_t; /** * struct wmi_host_wlan_profile_ctx_t - profile context * @tot: time in us * @tx_msdu_cnt: MSDU TX count * @tx_mpdu_cnt: MPDU tx count * @tx_ppdu_cnt: PPDU tx count * @rx_msdu_cnt: MSDU RX count * @rx_mpdu_cnt: MPDU RXcount * @bin_count: Bin count */ typedef struct { uint32_t tot; uint32_t tx_msdu_cnt; uint32_t tx_mpdu_cnt; uint32_t tx_ppdu_cnt; uint32_t rx_msdu_cnt; uint32_t rx_mpdu_cnt; uint32_t bin_count; } wmi_host_wlan_profile_ctx_t; /** * struct wmi_host_pdev_bss_chan_info_event * @pdev_id: pdev_id * @freq: Units in MHz * @noise_floor: units are dBm * @rx_clear_count_low: * @rx_clear_count_high: * @cycle_count_low: * @cycle_count_high: * @tx_cycle_count_low: * @tx_cycle_count_high: * @rx_cycle_count_low: * @rx_cycle_count_high: * @rx_bss_cycle_count_low: * @rx_bss_cycle_count_high: * @reserved: */ typedef struct { uint32_t pdev_id; uint32_t freq; uint32_t noise_floor; uint32_t rx_clear_count_low; uint32_t rx_clear_count_high; uint32_t cycle_count_low; uint32_t cycle_count_high; uint32_t tx_cycle_count_low; uint32_t tx_cycle_count_high; uint32_t rx_cycle_count_low; uint32_t rx_cycle_count_high; uint32_t rx_bss_cycle_count_low; uint32_t rx_bss_cycle_count_high; uint32_t reserved; } wmi_host_pdev_bss_chan_info_event; /** * struct wmi_host_pdev_ctl_failsafe_event * @ctl_failsafe_status: Indicate if Failsafe value is imposed on CTL */ struct wmi_host_pdev_ctl_failsafe_event { uint32_t ctl_failsafe_status; }; #define WMI_HOST_INST_STATS_INVALID_RSSI 0 /* Event definition and new structure addition to send event * to host to block/unblock tx data traffic based on peer_ast_idx or vdev id */ #define WMI_HOST_INVALID_PEER_AST_INDEX 0xffff #define WMI_HOST_TX_DATA_TRAFFIC_CTRL_BLOCK 0x1 #define WMI_HOST_TX_DATA_TRAFFIC_CTRL_UNBLOCK 0x2 /** * struct wmi_host_tx_data_traffic_ctrl_event * @peer_ast_idx: For vdev based control, peer_ast_idx will be * WMI_INVALID_PEER_AST_INDEX * @vdev_id: only applies if peer_ast_idx == INVALID * @ctrl_cmd: WMI_TX_DATA_TRAFFIC_CTRL_BLOCK or * WMI_TX_DATA_TRAFFIC_CTRL_UNBLOCK * @wmm_ac: Indicates AC to be blocked or unblocked * Bits 4-31 : Reserved (Shall be zero) * Bits 0-3 : WMM AC NO [ BE (1), BK (2), VI (3), VO (4)] * Started numbering from 1 to preserve backward compatibility */ typedef struct { uint32_t peer_ast_idx; uint32_t vdev_id; uint32_t ctrl_cmd; uint32_t wmm_ac; } wmi_host_tx_data_traffic_ctrl_event; /** * struct wmi_host_ath_dcs_cw_int * @channel: either number or freq in mhz */ typedef struct { uint32_t channel; } wmi_host_ath_dcs_cw_int; /** * struct wmi_host_dcs_awgn_info: * @channel_width : Channel width of interference * @center_freq : Center frequency of primary channel * @center_freq0 : Center frequency of segment 1 * @center_freq1 : Center frequency of segment 2 * @chan_bw_intf_bitmap: Per-20MHz interference bitmap */ struct wmi_host_dcs_awgn_info { wmi_host_channel_width channel_width; uint32_t center_freq; uint32_t center_freq0; uint32_t center_freq1; uint32_t chan_bw_intf_bitmap; }; #define WMI_MAX_POWER_DBG_ARGS 8 /** * struct wmi_power_dbg_params - power debug command parameter * @pdev_id: subsystem identifier * @module_id: parameter id * @num_args: no of arguments * @args: arguments */ struct wmi_power_dbg_params { uint32_t pdev_id; uint32_t module_id; uint32_t num_args; uint32_t args[WMI_MAX_POWER_DBG_ARGS]; }; /** * struct wmi_fw_dump_seg_req - individual segment details * @seg_id: segment id. * @seg_start_addr_lo: lower address of the segment. * @seg_start_addr_hi: higher address of the segment. * @seg_length: length of the segment. * @dst_addr_lo: lower address of the destination buffer. * @dst_addr_hi: higher address of the destination buffer. * * This structure carries the information to firmware about the * individual segments. This structure is part of firmware memory * dump request. */ struct wmi_fw_dump_seg_req { uint8_t seg_id; uint32_t seg_start_addr_lo; uint32_t seg_start_addr_hi; uint32_t seg_length; uint32_t dst_addr_lo; uint32_t dst_addr_hi; }; /** * enum wmi_userspace_log_level - Log level at userspace * @WMI_LOG_LEVEL_NO_COLLECTION: verbose_level 0 corresponds to no collection * @WMI_LOG_LEVEL_NORMAL_COLLECT: verbose_level 1 correspond to normal log * level with minimal user impact. This is the default value. * @WMI_LOG_LEVEL_ISSUE_REPRO: verbose_level 2 are enabled when user is lazily * trying to reproduce a problem, wifi performances and power can be impacted * but device should not otherwise be significantly impacted * @WMI_LOG_LEVEL_ACTIVE: verbose_level 3+ are used when trying to * actively debug a problem * * Various log levels defined in the userspace for logging applications */ enum wmi_userspace_log_level { WMI_LOG_LEVEL_NO_COLLECTION, WMI_LOG_LEVEL_NORMAL_COLLECT, WMI_LOG_LEVEL_ISSUE_REPRO, WMI_LOG_LEVEL_ACTIVE, }; /** * enum wmi_host_hw_mode_config_type - HW mode config type replicated from * wmi_hw_mode_config_type in FW header * @WMI_HOST_HW_MODE_SINGLE: Only one PHY is active. * @WMI_HOST_HW_MODE_DBS: Both PHYs are active in different bands, * one in 2G and another in 5G. * @WMI_HOST_HW_MODE_SBS_PASSIVE: Both PHYs are in passive mode (only rx) in * same band; no tx allowed. * @WMI_HOST_HW_MODE_SBS: Both PHYs are active in the same band. * Support for both PHYs within one band is planned * for 5G only(as indicated in WMI_MAC_PHY_CAPABILITIES), * but could be extended to other bands in the future. * The separation of the band between the two PHYs needs * to be communicated separately. * @WMI_HOST_HW_MODE_DBS_SBS: 3 PHYs, with 2 on the same band doing SBS * as in WMI_HW_MODE_SBS, and 3rd on the other band * @WMI_HOST_HW_MODE_DBS_OR_SBS: Two PHY with one PHY capabale of both 2G and * 5G. It can support SBS (5G + 5G) OR DBS (5G + 2G). * @WMI_HOST_HW_MODE_DBS_2G_5G: Both PHYs are active in different bands. * PhyA 2G and PhyB 5G * @WMI_HOST_HW_MODE_2G_PHYB: Only one phy is active. 2G mode on PhyB. * @WMI_HOST_HW_MODE_EMLSR: Both PHYs are active in listen mode in 1x1 * and Tx/Rx trigger on any PHY will switch * from 1x1 to 2x2 on that Phy * @WMI_HOST_HW_MODE_AUX_EMLSR_SINGLE: PHYA0 and AUX are active in listen mode * in 1x1 and Tx/Rx trigger on any. * PHY will switch from 1x1 to 2x2 * on that Phy. * @WMI_HOST_HW_MODE_AUX_EMLSR_SPLIT: PHYA1 and AUX are active in listen mode * in 1x1 and Tx/Rx trigger on any. * PHY will switch from 1x1 to 2x2 * on that Phy. * @WMI_HOST_HW_MODE_MAX: Max hw_mode_id. Used to indicate invalid mode. * @WMI_HOST_HW_MODE_DETECT: Mode id used by host to choose mode from target * supported modes. */ enum wmi_host_hw_mode_config_type { WMI_HOST_HW_MODE_SINGLE = 0, WMI_HOST_HW_MODE_DBS = 1, WMI_HOST_HW_MODE_SBS_PASSIVE = 2, WMI_HOST_HW_MODE_SBS = 3, WMI_HOST_HW_MODE_DBS_SBS = 4, WMI_HOST_HW_MODE_DBS_OR_SBS = 5, WMI_HOST_HW_MODE_DBS_2G_5G = 6, WMI_HOST_HW_MODE_2G_PHYB = 7, WMI_HOST_HW_MODE_EMLSR = 8, WMI_HOST_HW_MODE_AUX_EMLSR_SINGLE = 9, WMI_HOST_HW_MODE_AUX_EMLSR_SPLIT = 10, WMI_HOST_HW_MODE_MAX, WMI_HOST_HW_MODE_DETECT, }; /** * enum wmi_host_dynamic_hw_mode_config_type - Host defined enum for * dynamic mode switch * @WMI_HOST_DYNAMIC_HW_MODE_DISABLED: hw mode switch is disabled * @WMI_HOST_DYNAMIC_HW_MODE_SLOW: hw mode switch with interface down/up * @WMI_HOST_DYNAMIC_HW_MODE_FAST: hw mode switch without interface down/up * @WMI_HOST_DYNAMIC_HW_MODE_MAX: Max value to indicate invalid mode */ enum wmi_host_dynamic_hw_mode_config_type { WMI_HOST_DYNAMIC_HW_MODE_DISABLED = 0, WMI_HOST_DYNAMIC_HW_MODE_SLOW = 1, WMI_HOST_DYNAMIC_HW_MODE_FAST = 2, WMI_HOST_DYNAMIC_HW_MODE_MAX, }; /* * struct wmi_host_peer_txmu_cnt_event * @tx_mu_transmitted - MU-MIMO tx count */ typedef struct { uint32_t tx_mu_transmitted; } wmi_host_peer_txmu_cnt_event; /** * struct esp_estimation_event - esp airtime estimation event * @ac_airtime_percentage: Estimated Airtime * @pdev_id: PDEV_ID of Data */ struct esp_estimation_event { uint32_t ac_airtime_percentage; uint32_t pdev_id; }; /* * struct wmi_peer_gid_userpos_list_event * @usr_list - User list */ #define GID_OVERLOAD_GROUP_COUNT 15 typedef struct { uint32_t usr_list[GID_OVERLOAD_GROUP_COUNT]; } wmi_host_peer_gid_userpos_list_event; /** * enum rcpi_measurement_type - for identifying type of rcpi measurement * @RCPI_MEASUREMENT_TYPE_AVG_MGMT: avg rcpi of mgmt frames * @RCPI_MEASUREMENT_TYPE_AVG_DATA: avg rcpi of data frames * @RCPI_MEASUREMENT_TYPE_LAST_MGMT: rcpi of last mgmt frame * @RCPI_MEASUREMENT_TYPE_LAST_DATA: rcpi of last data frame * @RCPI_MEASUREMENT_TYPE_INVALID: invalid rcpi measurement type */ enum rcpi_measurement_type { RCPI_MEASUREMENT_TYPE_AVG_MGMT = 0x1, RCPI_MEASUREMENT_TYPE_AVG_DATA = 0x2, RCPI_MEASUREMENT_TYPE_LAST_MGMT = 0x3, RCPI_MEASUREMENT_TYPE_LAST_DATA = 0x4, RCPI_MEASUREMENT_TYPE_INVALID = 0x5, }; /** * struct rcpi_req - RCPI req parameter * @vdev_id: virtual device id * @measurement_type: type of rcpi from enum wmi_rcpi_measurement_type * @mac_addr: peer mac addr for which measurement is required */ struct rcpi_req { uint32_t vdev_id; enum rcpi_measurement_type measurement_type; uint8_t mac_addr[QDF_MAC_ADDR_SIZE]; }; /** * struct rcpi_res - RCPI response parameter * @vdev_id: virtual device id * @measurement_type: type of rcpi from enum wmi_rcpi_measurement_type * @mac_addr: peer mac addr for which measurement is required * @rcpi_value: value of RCPI computed by firmware */ struct rcpi_res { uint32_t vdev_id; enum rcpi_measurement_type measurement_type; uint8_t mac_addr[QDF_MAC_ADDR_SIZE]; int32_t rcpi_value; }; #define WMI_HOST_BOARD_MCN_STRING_MAX_SIZE 19 #define WMI_HOST_BOARD_MCN_STRING_BUF_SIZE \ (WMI_HOST_BOARD_MCN_STRING_MAX_SIZE+1) /* null-terminator */ /** * enum WMI_HOST_CALIBRATION_STATUS - Host defined Enums for cal status * @WMI_HOST_NO_FEATURE: The board was calibrated with a meta * which did not have this feature * @WMI_HOST_CALIBRATION_OK: The calibration status is OK * @WMI_HOST_CALIBRATION_NOT_OK: The calibration status is NOT OK */ enum WMI_HOST_CALIBRATION_STATUS { WMI_HOST_NO_FEATURE = 0, WMI_HOST_CALIBRATION_OK, WMI_HOST_CALIBRATION_NOT_OK, }; /** * struct wmi_host_pdev_utf_event - Host defined struct to hold utf event data * @data: Pointer to data * @datalen: Data length * @pdev_id: Pdev_id of data * */ struct wmi_host_pdev_utf_event { uint8_t *data; uint16_t datalen; uint32_t pdev_id; }; /** * struct wmi_host_utf_seg_header_info - Host defined struct to map seg info in * UTF event * @len: segment length * @msgref: message reference * @segment_info: segment info * @pdev_id: pdev_id * */ struct wmi_host_utf_seg_header_info { uint32_t len; uint32_t msgref; uint32_t segment_info; uint32_t pdev_id; }; /** * struct wmi_host_pdev_qvit_event - Host defined struct to hold qvit event data * @data: Pointer to data * @datalen: Data length * @pdev_id: Pdev ID */ struct wmi_host_pdev_qvit_event { uint8_t *data; uint16_t datalen; uint32_t pdev_id; }; /** * enum wmi_peer_create_status - Peer Create response status * @WMI_PEER_CREATE_SUCCESS: Peer creation successful at fw * @WMI_PEER_EXISTS: Peer with same mac exists at fw * @WMI_PEER_CREATE_FAILED: Peer creation failed at fw */ enum wmi_peer_create_status { WMI_PEER_CREATE_SUCCESS = 0, WMI_PEER_EXISTS = 1, WMI_PEER_CREATE_FAILED = 2, }; /** * struct wmi_host_dcs_interference_param - DCS interference param * @interference_type: Type of DCS Interference * @pdev_id: pdev id */ struct wmi_host_dcs_interference_param { uint32_t interference_type; uint32_t pdev_id; }; /** * struct wmi_host_rf_characterization_event_param - rf characterization table * @freq: center frequency of primary channel (in MHz) * @chan_metric: primary channel-specific metric * @bw: bandwidth of primary channel (in MHz) */ struct wmi_host_rf_characterization_event_param { uint16_t freq; uint8_t chan_metric; wmi_host_channel_width bw; }; /* * struct wmi_host_fips_event_param: FIPS event param * @pdev_id: pdev id * @error_status: Error status: 0 (no err), 1, or OPER_TIMEOUR * @data_len: FIPS data length * @data: pointer to data */ struct wmi_host_fips_event_param { uint32_t pdev_id; uint32_t error_status; uint32_t data_len; uint32_t *data; }; #ifdef WLAN_FEATURE_FIPS_BER_CCMGCM /* * struct wmi_host_fips_extend_event_param: FIPS extend event param * @pdev_id: pdev id * @fips_cookie: fips_cookie * @cmd_frag_idx: cmd_frag_idx * @more_bit: more_bit * @error_status: Error status: 0 (no err), 1, or OPER_TIMEOUR * @data_len: FIPS data length * @data: pointer to data */ struct wmi_host_fips_extend_event_param { uint32_t pdev_id; uint32_t fips_cookie; uint32_t cmd_frag_idx; uint32_t more_bit; uint32_t error_status; uint32_t data_len; uint32_t *data; }; #endif #ifdef WLAN_FEATURE_DISA_FIPS /** * struct disa_encrypt_decrypt_resp_params - disa encrypt response * @vdev_id: vdev id * @status: status * @data_len: data length * @data: data pointer */ struct disa_encrypt_decrypt_resp_params { uint32_t vdev_id; int32_t status; uint32_t data_len; uint8_t *data; }; #endif /** * struct wmi_host_proxy_ast_reserve_param * @pdev_id: pdev id * @result: result */ struct wmi_host_proxy_ast_reserve_param { uint32_t pdev_id; uint32_t result; }; /** * struct wmi_host_pdev_band_to_mac - freq range for mac * @pdev_id: PDEV ID to identify mac * @start_freq: start frequency value * @end_freq: end frequency value */ struct wmi_host_pdev_band_to_mac { uint32_t pdev_id; uint32_t start_freq; uint32_t end_freq; }; #define WMI_HOST_MAX_PDEV 3 #ifdef OL_ATH_SMART_LOGGING #define WMI_HOST_SMART_LOG_SCENARIO_SET(flag, scenario) ((flag) |= (scenario)) #define WMI_HOST_SMART_LOG_SCENARIO_GET(flag, scenario) ((flag) & (scenario)) /** * enum wmi_host_smart_log_scenario - Smart log scenarios to be enabled/disabled * @WMI_HOST_SMART_LOG_ALL: All smart logging features. * @WMI_HOST_SMART_LOG_CE_FULL_DETECT_BY_FW: CE with full detect by FW. * @WMI_HOST_SMART_LOG_TX_RX_TIMEOUT: Tx/Rx timeout. * @WMI_HOST_SMART_LOG_STA_KICKOUT: STA Kickout. * @WMI_HOST_SMART_LOG_BCN_CMD_FAILURE: Beacon command failure. * @WMI_HOST_SMART_LOG_P1_PING_FAILURE: P1 ping failure. Ping failure detection * is done by host entities. So, host should be able to control the * enable/disable of this feature. Yet, this is provided in case the * corresponding FW specific debugs alone have to be enabled/disabled. * @WMI_HOST_SMART_LOG_CONNECTION_FAILURE: Connection failure. Connection * failure detection is done by host entities. So, host should be able to * control the enable/disable of this feature. Yet, this is provided in case the * corresponding FW specific debugs alone have to be enabled/disabled. * @WMI_HOST_SMART_LOG_FW_INITIATED_PKT_LOG: FW Initiated packetlog. * @WMI_HOST_SMART_LOG_EXTENSION_1: If WMI_HOST_SMART_LOG_EXTENSION_1 is set, * then the 'log_case_ext_1' field in 'wmi_smart_logging' is used; else * log_case_ext_1 is ignored. */ enum wmi_host_smart_log_scenario { WMI_HOST_SMART_LOG_ALL = 0x0, WMI_HOST_SMART_LOG_CE_FULL_DETECT_BY_FW = 0x1, WMI_HOST_SMART_LOG_TX_RX_TIMEOUT = 0x2, WMI_HOST_SMART_LOG_STA_KICKOUT = 0x4, WMI_HOST_SMART_LOG_BCN_CMD_FAILURE = 0x8, WMI_HOST_SMART_LOG_P1_PING_FAILURE = 0x10, WMI_HOST_SMART_LOG_CONNECTION_FAILURE = 0x20, WMI_HOST_SMART_LOG_FW_INITIATED_PKT_LOG = 0x40, /* New scenarios to be added here */ WMI_HOST_SMART_LOG_EXTENSION_1 = 0x80000000, }; /** * struct wmi_fatal_condition_event - Fatal condition event param * @type: Type of event * @subtype: Subtype of event * @reserved0: obsolete * @type_subtype_specific_data: Data specific to combination of type and * subtype. This is held in a union with the original "reserved0" for backward * compatibility with any code that might refer to it. The previously-reserved * field now holds data under some conditions. The kind of data depends on the * above "type" and "subtype" fields. The interpretation of the * type_subtype_specific_data field based on different type + subtype values is * shown below: * 1. type == WMI_HOST_FATAL_CONDITION_PACKET_LOG_CONFIG + subtype * == WMI_HOST_FATAL_SUBTYPE_PACKET_LOG_CONFIG_START -> * type_subtype_specific_data = WMI_HOST_PKTLOG_EVENT * For any type+subtype combinations not listed above, the recipient is expected * to ignore the type_subtype_specific_data field. */ struct wmi_fatal_condition_event { uint32_t type; uint32_t subtype; union { uint32_t reserved0; uint32_t type_subtype_specific_data; }; }; /*Currently the Max fatal events is 3 */ #define FATAL_EVENTS_MAX 3 /** * struct wmi_debug_fatal_events - Fatal events list * @num_events:Number of events * @event: Each event data */ struct wmi_debug_fatal_events { uint32_t num_events; struct wmi_fatal_condition_event event[FATAL_EVENTS_MAX]; }; /** * enum wmi_host_fatal_condition_type - Values that 'type' can take in * wmi_fatal_condition_event * @WMI_HOST_FATAL_CONDITION_EVENT_COMPLETION: Fatal condition event completion * @WMI_HOST_FATAL_CONDITION_CE_FAILURE: CE failure * @WMI_HOST_FATAL_CONDITION_TIMEOUTS: Communication timeouts * @WMI_HOST_FATAL_CONDITION_CONNECTION_ISSUE: Connection issue * @WMI_HOST_FATAL_CONDITION_PACKET_LOG_CONFIG: Configuration for FW initiated * packetlog */ enum wmi_host_fatal_condition_type { WMI_HOST_FATAL_CONDITION_EVENT_COMPLETION, WMI_HOST_FATAL_CONDITION_CE_FAILURE, WMI_HOST_FATAL_CONDITION_TIMEOUTS, WMI_HOST_FATAL_CONDITION_CONNECTION_ISSUE, WMI_HOST_FATAL_CONDITION_PACKET_LOG_CONFIG, }; /** * enum wmi_host_fatal_condition_subtype_timeouts - Possible subtypes for * WMI_HOST_FATAL_CONDITION_TIMEOUTS * @WMI_HOST_FATAL_SUBTYPE_TX_TIMEOUT: Tx timeout * @WMI_HOST_FATAL_SUBTYPE_RX_TIMEOUT: Rx timeout */ enum wmi_host_fatal_condition_subtype_timeouts { WMI_HOST_FATAL_SUBTYPE_TX_TIMEOUT, WMI_HOST_FATAL_SUBTYPE_RX_TIMEOUT, }; /** * enum wmi_host_fatal_condition_subtype_connection_issue - Possible subtypes * for WMI_HOST_FATAL_CONDITION_CONNECTION_ISSUE * @WMI_HOST_FATAL_SUBTYPE_STA_KICKOUT: STA Kickout * @WMI_HOST_FATAL_SUBTYPE_P1_PING_FAILURE_START_DEBUG: Start debugging for P1 * ping failure * @WMI_HOST_FATAL_SUBTYPE_P1_PING_FAILURE_STOP_DEBUG: Stop debugging for P1 * ping failure * @WMI_HOST_FATAL_SUBTYPE_CONNECTION_FAILURE_START_DEBUG: Start debugging for * connection failure * @WMI_HOST_FATAL_SUBTYPE_CONNECTION_FAILURE_STOP_DEBUG: Stop debugging for * connection failure */ enum wmi_host_fatal_condition_subtype_connection_issue { WMI_HOST_FATAL_SUBTYPE_STA_KICKOUT, WMI_HOST_FATAL_SUBTYPE_P1_PING_FAILURE_START_DEBUG, WMI_HOST_FATAL_SUBTYPE_P1_PING_FAILURE_STOP_DEBUG, WMI_HOST_FATAL_SUBTYPE_CONNECTION_FAILURE_START_DEBUG, WMI_HOST_FATAL_SUBTYPE_CONNECTION_FAILURE_STOP_DEBUG, }; /** * enum wmi_host_fatal_condition_subtype_packet_log_config - Possible subtypes * for WMI_HOST_FATAL_CONDITION_PACKET_LOG_CONFIG * @WMI_HOST_FATAL_SUBTYPE_PACKET_LOG_CONFIG_START: Start FW initiated packetlog * @WMI_HOST_FATAL_SUBTYPE_PACKET_LOG_CONFIG_STOP: Stop FW initiated packetlog */ enum wmi_host_fatal_condition_subtype_packet_log_config { WMI_HOST_FATAL_SUBTYPE_PACKET_LOG_CONFIG_START, WMI_HOST_FATAL_SUBTYPE_PACKET_LOG_CONFIG_STOP, }; #endif /* OL_ATH_SMART_LOGGING */ #define GET_PN_MAX_LEN 16 #define GET_RX_PN_MAX_LEN 8 /** * struct wmi_host_get_pn_event - PN event params * @vdev_id: vdev id * @mac_addr: Peer mac address * @key_ix: Key index * @key_type: key type * @pn: pn value */ struct wmi_host_get_pn_event { uint32_t vdev_id; uint8_t mac_addr[QDF_MAC_ADDR_SIZE]; uint8_t key_ix; uint32_t key_type; uint8_t pn[GET_PN_MAX_LEN]; }; /** * struct wmi_host_get_rxpn_event - Rx PN event params * @vdev_id: vdev id * @mac_addr: Peer mac address * @keyix: key index * @pn: pn value */ struct wmi_host_get_rxpn_event { uint32_t vdev_id; uint8_t mac_addr[QDF_MAC_ADDR_SIZE]; uint16_t keyix; uint8_t pn[GET_RX_PN_MAX_LEN]; }; /** * struct wmi_init_cmd_param - INIT command params * @res_cfg: pointer to resource config * @num_mem_chunks: number of memory chunks * @mem_chunks: pointer to memory chunks * @hw_mode_id: HW mode index chosen * @num_band_to_mac: Number of band to mac setting * @band_to_mac: band to mac setting */ struct wmi_init_cmd_param { target_resource_config *res_cfg; uint8_t num_mem_chunks; struct wmi_host_mem_chunk *mem_chunks; uint32_t hw_mode_id; uint32_t num_band_to_mac; struct wmi_host_pdev_band_to_mac band_to_mac[WMI_HOST_MAX_PDEV]; }; /** * struct pdev_csa_switch_count_status - CSA switch count status event param * @pdev_id: Physical device identifier * @current_switch_count: Current CSA switch count * @num_vdevs: Number of vdevs that need restart * @vdev_ids: Array containing the vdev ids that need restart */ struct pdev_csa_switch_count_status { uint32_t pdev_id; uint32_t current_switch_count; uint32_t num_vdevs; uint32_t *vdev_ids; }; /** * enum wmi_host_active_apf_mode - FW_ACTIVE_APF_MODE, replicated from FW header * @WMI_HOST_ACTIVE_APF_DISABLED: APF is disabled for all packets in active mode * @WMI_HOST_ACTIVE_APF_ENABLED: APF is enabled for all packets in active mode * @WMI_HOST_ACTIVE_APF_ADAPTIVE: APF is enabled for packets up to some * threshold in active mode */ enum wmi_host_active_apf_mode { WMI_HOST_ACTIVE_APF_DISABLED = (1 << 1), WMI_HOST_ACTIVE_APF_ENABLED = (1 << 2), WMI_HOST_ACTIVE_APF_ADAPTIVE = (1 << 3) }; /** * struct coex_config_params - Coex config command params * @vdev_id: Virtual AP device identifier * @config_type: Configuration type - wmi_coex_config_type enum * @config_arg1: Configuration argument based on config type * @config_arg2: Configuration argument based on config type * @config_arg3: Configuration argument based on config type * @config_arg4: Configuration argument based on config type * @config_arg5: Configuration argument based on config type * @config_arg6: Configuration argument based on config type */ struct coex_config_params { uint32_t vdev_id; uint32_t config_type; uint32_t config_arg1; uint32_t config_arg2; uint32_t config_arg3; uint32_t config_arg4; uint32_t config_arg5; uint32_t config_arg6; }; /** * struct coex_config_item - Multiple coex config item * @config_type: Configuration type - wmi_coex_config_type enum * @config_arg1: Configuration argument based on config type * @config_arg2: Configuration argument based on config type * @config_arg3: Configuration argument based on config type * @config_arg4: Configuration argument based on config type * @config_arg5: Configuration argument based on config type * @config_arg6: Configuration argument based on config type */ struct coex_config_item { uint32_t config_type; uint32_t config_arg1; uint32_t config_arg2; uint32_t config_arg3; uint32_t config_arg4; uint32_t config_arg5; uint32_t config_arg6; }; #define COEX_MULTI_CONFIG_MAX_CNT 32 /** * struct coex_multi_config - Multiple coex config command parameters * @vdev_id: Vdev id * @num_configs: Number of config items * @cfg_items: Array of coex config items */ struct coex_multi_config { uint32_t vdev_id; uint32_t num_configs; struct coex_config_item cfg_items[COEX_MULTI_CONFIG_MAX_CNT]; }; #define WMI_HOST_PDEV_ID_SOC 0xFF #define WMI_HOST_PDEV_ID_0 0 #define WMI_HOST_PDEV_ID_1 1 #define WMI_HOST_PDEV_ID_2 2 #define WMI_HOST_PDEV_ID_INVALID 0xFFFFFFFF /** * struct wmi_host_ready_ev_param - Data revieved in ready event * @status: FW init status. Success or Failure. * @num_dscp_table: Number of DSCP table supported in FW * @num_extra_mac_addr: Extra mac address present in ready event. Used * in DBDC mode to provide multiple mac per pdev. * @num_total_peer: Total number of peers FW could allocate. Zero means * FW could allocate num peers requested by host in init. * Otherwise, host need update it max_peer to this value. * @num_extra_peer: Number of extra peers created and used within FW. Host * should expect peer_id can be num_total_peer + num_extra_peer * but it can create only upto num_total_peer. * @agile_capability: Boolean specification of whether the target supports * agile DFS, by means of using one 80 MHz radio chain for * radar detection, concurrently with using another radio * chain for non-160 MHz regular operation. * @max_ast_index: Max number of AST entries that FW could allocate. * @pktlog_defs_checksum: checksum computed from the definitions of the enums * and structs used within pktlog traces. This is sent * from the FW as part of FW ready event and needs * to be embedded in the pktlog buffer header as version. * @num_max_active_vdevs: number of max active virtual devices (VAPs) to * support */ struct wmi_host_ready_ev_param { uint32_t status; uint32_t num_dscp_table; uint32_t num_extra_mac_addr; uint32_t num_total_peer; uint32_t num_extra_peer; bool agile_capability; uint32_t max_ast_index; uint32_t pktlog_defs_checksum; uint32_t num_max_active_vdevs; }; enum bcn_offload_control_param { BCN_OFFLD_CTRL_TX_DISABLE = 0, BCN_OFFLD_CTRL_TX_ENABLE, BCN_OFFLD_CTRL_SWBA_DISABLE, BCN_OFFLD_CTRL_SWBA_ENABLE, }; #ifdef OBSS_PD /** * struct wmi_host_obss_spatial_reuse_set_param - OBSS_PD_SPATIAL Reuse * structure * @enable: Enable/Disable Spatial Reuse * @obss_min: Minimum OBSS level to use * @obss_max: Maximum OBSS level to use * @vdev_id: Vdev id */ struct wmi_host_obss_spatial_reuse_set_param { uint32_t enable; int32_t obss_min; int32_t obss_max; uint32_t vdev_id; }; /** * struct wmi_host_obss_spatial_reuse_set_def_thresh - default obsspd offsets * @obss_min: Minimum OBSS level to use * @obss_max: Maximum OBSS level to use * @vdev_type: vdev_type should be one of WMI_VDEV_TYPE_STA or WMI_VDEV_TYPE_AP */ struct wmi_host_obss_spatial_reuse_set_def_thresh { int32_t obss_min; int32_t obss_max; uint32_t vdev_type; }; #endif /** * struct wmi_host_injector_frame_params - Injector frame configuration params * @vdev_id: vdev identifier of VAP * @enable: Enable/disable flag for the frame * @frame_type: Frame type to be enabled * @frame_inject_period: Periodicity of injector frame transmission in msecs * @frame_duration: Frame Duration field in usecs * @frame_bw: Bandwidth of the injected frame * @dstmac: Destination address to be used for the frame */ struct wmi_host_injector_frame_params { uint32_t vdev_id; uint32_t enable; uint32_t frame_type; uint32_t frame_inject_period; uint32_t frame_duration; uint32_t frame_bw; uint8_t dstmac[QDF_MAC_ADDR_SIZE]; }; /** * struct wdsentry - WDS entry structure * @peer_mac: peer mac * @wds_mac: wds mac address * @flags: flags */ struct wdsentry { u_int8_t peer_mac[QDF_MAC_ADDR_SIZE]; u_int8_t wds_mac[QDF_MAC_ADDR_SIZE]; uint32_t flags; }; /** * struct wmi_obss_detection_cfg_param - obss detection cfg * @vdev_id: vdev id * @obss_detect_period_ms: detection period in ms * @obss_11b_ap_detect_mode: detect whether there is 11b ap/ibss * @obss_11b_sta_detect_mode: detect whether there is 11b sta * connected with other APs * @obss_11g_ap_detect_mode: detect whether there is 11g AP * @obss_11a_detect_mode: detect whether there is legacy 11a traffic * @obss_ht_legacy_detect_mode: detect whether there is ap which is * ht legacy mode * @obss_ht_mixed_detect_mode: detect whether there is ap which is ht mixed mode * @obss_ht_20mhz_detect_mode: detect whether there is ap which has 20M only * station */ struct wmi_obss_detection_cfg_param { uint32_t vdev_id; uint32_t obss_detect_period_ms; uint32_t obss_11b_ap_detect_mode; uint32_t obss_11b_sta_detect_mode; uint32_t obss_11g_ap_detect_mode; uint32_t obss_11a_detect_mode; uint32_t obss_ht_legacy_detect_mode; uint32_t obss_ht_mixed_detect_mode; uint32_t obss_ht_20mhz_detect_mode; }; /** * enum wmi_obss_detection_reason - obss detection event reasons * @OBSS_OFFLOAD_DETECTION_DISABLED: OBSS detection disabled * @OBSS_OFFLOAD_DETECTION_PRESENT: OBSS present detection * @OBSS_OFFLOAD_DETECTION_ABSENT: OBSS absent detection * * Defines different types of reasons for obss detection event from firmware. */ enum wmi_obss_detection_reason { OBSS_OFFLOAD_DETECTION_DISABLED = 0, OBSS_OFFLOAD_DETECTION_PRESENT = 1, OBSS_OFFLOAD_DETECTION_ABSENT = 2, }; /** * struct wmi_obss_detect_info - OBSS detection info from firmware * @vdev_id: ID of the vdev to which this info belongs. * @reason: Indicate if present or Absent detection, * also if not supported offload for this vdev. * @matched_detection_masks: Detection bit map. * @matched_bssid_addr: MAC address valid for only if info is present detection. */ struct wmi_obss_detect_info { uint32_t vdev_id; enum wmi_obss_detection_reason reason; uint32_t matched_detection_masks; uint8_t matched_bssid_addr[QDF_MAC_ADDR_SIZE]; }; #ifdef QCA_SUPPORT_CP_STATS /** * struct wmi_host_congestion_stats - host definition of congestion stats * @vdev_id: ID of the vdev to which this info belongs. * @congestion: This field holds the congestion percentage = * (busy_time/total_time)*100 * for the interval from when the vdev was started to the current time * (or the time at which the vdev was stopped). */ struct wmi_host_congestion_stats { uint32_t vdev_id; uint32_t congestion; }; #endif #ifdef FEATURE_WLAN_APF /** * struct wmi_apf_write_memory_params - Android Packet Filter write memory * params * @vdev_id: VDEV on which APF memory is to be written * @apf_version: APF version number * @program_len: Length reserved for program in the APF work memory * @addr_offset: Relative address in APF work memory to start writing * @length: Size of the write * @buf: Pointer to the buffer */ struct wmi_apf_write_memory_params { uint8_t vdev_id; uint32_t apf_version; uint32_t program_len; uint32_t addr_offset; uint32_t length; uint8_t *buf; }; /** * struct wmi_apf_read_memory_params - Android Packet Filter read memory params * @vdev_id: vdev id * @addr_offset: Relative address in APF work memory to read from * @length: Size of the memory fetch */ struct wmi_apf_read_memory_params { uint8_t vdev_id; uint32_t addr_offset; uint32_t length; }; /** * struct wmi_apf_read_memory_resp_event_params - Event containing read Android * Packet Filter memory response * @vdev_id: vdev id * @offset: Read memory offset * @length: Read memory length * @more_data: Indicates more data to come * @data: Pointer to the data */ struct wmi_apf_read_memory_resp_event_params { uint32_t vdev_id; uint32_t offset; uint32_t length; bool more_data; uint8_t *data; }; #endif /* FEATURE_WLAN_APF */ /* vdev control flags (per bits) */ #define WMI_HOST_VDEV_FLAGS_NON_MBSSID_AP 0x00000001 #define WMI_HOST_VDEV_FLAGS_TRANSMIT_AP 0x00000002 #define WMI_HOST_VDEV_FLAGS_NON_TRANSMIT_AP 0x00000004 /* Begin of roam scan stats definitions */ #define WMI_ROAM_SCAN_STATS_MAX 5 #define WMI_ROAM_SCAN_STATS_CANDIDATES_MAX 4 #define WMI_ROAM_SCAN_STATS_CHANNELS_MAX 50 /** * struct wmi_roam_scan_stats_req - Structure to hold roam scan stats request * @vdev_id: interface id */ struct wmi_roam_scan_stats_req { uint32_t vdev_id; }; /** * struct wmi_roam_scan_cand - Roam scan candidates * @score: score of AP * @rssi: rssi of the AP * @freq: center frequency * @bssid: bssid of AP */ struct wmi_roam_scan_cand { uint32_t score; uint32_t rssi; uint32_t freq; uint8_t bssid[QDF_MAC_ADDR_SIZE]; }; /** * struct wmi_roam_scan_stats_params - Roam scan details * @time_stamp: time at which this roam scan happened * @client_id: id of client which triggered this scan * @num_scan_chans: number of channels that were scanned as part of this scan * @scan_freqs: frequencies of the channels that were scanned * @is_roam_successful: whether a successful roaming happened after this scan * @old_bssid: bssid to which STA is connected just before this scan * @new_bssid: bssid to which STA is roamed to in case of successful roaming * @num_roam_candidates: no.of roam candidates that are being reported * @cand: roam scan candidate details * @trigger_id: reason for triggering this roam or roam scan * @trigger_value: threshold value related to trigger_id */ struct wmi_roam_scan_stats_params { uint64_t time_stamp; uint32_t client_id; uint32_t num_scan_chans; uint32_t scan_freqs[WMI_ROAM_SCAN_STATS_CHANNELS_MAX]; uint32_t is_roam_successful; /* Bssid to which STA is connected when the roam scan is triggered */ uint8_t old_bssid[QDF_MAC_ADDR_SIZE]; /* * Bssid to which STA is connected after roaming. Will be valid only * if is_roam_successful is true. */ uint8_t new_bssid[QDF_MAC_ADDR_SIZE]; /* Number of roam candidates that are being reported in the stats */ uint32_t num_roam_candidates; struct wmi_roam_scan_cand cand[WMI_ROAM_SCAN_STATS_CANDIDATES_MAX]; uint32_t trigger_id; uint32_t trigger_value; }; /** * struct wmi_roam_scan_stats_res - Roam scan stats response from firmware * @num_roam_scans: number of roam scans triggered * @roam_scan: place holder to indicate the array of * wmi_roam_scan_stats_params followed by this structure */ struct wmi_roam_scan_stats_res { uint32_t num_roam_scans; struct wmi_roam_scan_stats_params roam_scan[]; }; #define MAX_ROAM_CANDIDATE_AP 9 #define MAX_ROAM_SCAN_CHAN 38 #define MAX_ROAM_SCAN_STATS_TLV 5 #define WLAN_MAX_BTM_CANDIDATE 8 #define WLAN_ROAM_MAX_FRAME_INFO (MAX_ROAM_CANDIDATE_AP * 6) /** * struct wmi_btm_req_candidate_info - BTM request candidate info * @candidate_bssid: Candidate bssid received in BTM request * @timestamp: candidate_timestamp; * @preference: candidate preference */ struct wmi_btm_req_candidate_info { struct qdf_mac_addr candidate_bssid; uint32_t timestamp; uint8_t preference; }; /** * struct wmi_roam_trigger_per_data - per roam trigger related information * @rx_rate_thresh_percent: percentage of lower than rx rate threshold * @tx_rate_thresh_percent: percentage of lower than tx rate threshold */ struct wmi_roam_trigger_per_data { uint8_t rx_rate_thresh_percent; uint8_t tx_rate_thresh_percent; }; /** * struct wmi_roam_trigger_bmiss_data - bmiss roam trigger related information * @final_bmiss_cnt: final beacon miss count * @consecutive_bmiss_cnt: consecutive beacon miss count * @qos_null_success: is Qos-Null tx Success: 0: success, 1:fail */ struct wmi_roam_trigger_bmiss_data { uint32_t final_bmiss_cnt; uint32_t consecutive_bmiss_cnt; uint8_t qos_null_success; }; /** * struct wmi_roam_trigger_low_rssi_data - low rssi roam trigger * related information * @current_rssi: Connected AP rssi in dBm * @roam_rssi_threshold: rssi threshold value in dBm * @rx_linkspeed_status: rx linkspeed status, 0:good linkspeed, 1:bad */ struct wmi_roam_trigger_low_rssi_data { uint8_t current_rssi; uint8_t roam_rssi_threshold; uint8_t rx_linkspeed_status; }; /** * struct wmi_roam_trigger_hi_rssi_data - high rssi roam trigger * related information * @current_rssi: Connected AP rssi in dBm * @hirssi_threshold: roam high RSSI threshold */ struct wmi_roam_trigger_hi_rssi_data { uint8_t current_rssi; uint8_t hirssi_threshold; }; /** * struct wmi_roam_trigger_congestion_data - congestion roam trigger * related information * @rx_tput: RX Throughput in bytes per second in dense env * @tx_tput: TX Throughput in bytes per second in dense env * @roamable_count: roamable AP count info in dense env */ struct wmi_roam_trigger_congestion_data { uint32_t rx_tput; uint32_t tx_tput; uint8_t roamable_count; }; /** * struct wmi_roam_trigger_user_data - user roam trigger related information * @invoke_reason: defined in wlan_roam_invoke_reason */ struct wmi_roam_trigger_user_data { uint32_t invoke_reason; }; /** * struct wmi_roam_trigger_background_data - roam trigger related information * @current_rssi: Connected AP rssi in dBm * @data_rssi: data frame rssi in dBm * @data_rssi_threshold: data rssi threshold in dBm */ struct wmi_roam_trigger_background_data { uint8_t current_rssi; uint8_t data_rssi; uint8_t data_rssi_threshold; }; /** * struct wmi_roam_btm_trigger_data - BTM roam trigger related information * @timestamp: timestamp * @btm_request_mode: BTM request mode - solicited/unsolicited * @disassoc_timer: Number of TBTT before AP disassociates the STA in ms * @validity_interval: Preferred candidate list validity interval in ms * @candidate_list_count: Number of candidates in BTM request. * @btm_resp_status: Status code of the BTM response. * @btm_bss_termination_timeout: BTM BSS termination timeout value * in milli seconds * @btm_mbo_assoc_retry_timeout: BTM MBO assoc retry timeout value in * milli seconds * @token: BTM request dialog token * @btm_cand: BTM request candidate information * @is_mlo: Flag to check whether the existing connection a MLO connection * @band: indicates the link involved in MLO conenection. */ struct wmi_roam_btm_trigger_data { uint32_t timestamp; uint32_t btm_request_mode; uint32_t disassoc_timer; uint32_t validity_interval; uint32_t candidate_list_count; uint32_t btm_resp_status; uint32_t btm_bss_termination_timeout; uint32_t btm_mbo_assoc_retry_timeout; uint16_t token; struct wmi_btm_req_candidate_info btm_cand[WLAN_MAX_BTM_CANDIDATE]; bool is_mlo; uint8_t band; }; /** * struct wmi_roam_cu_trigger_data - BSS Load roam trigger parameters * @cu_load: Connected AP CU load percentage */ struct wmi_roam_cu_trigger_data { uint32_t cu_load; /* TODO: Add threshold value */ }; /** * struct wmi_roam_rssi_trigger_data - RSSI roam trigger related * parameters * @threshold: RSSI threshold value in dBm for LOW rssi roam trigger */ struct wmi_roam_rssi_trigger_data { uint32_t threshold; }; /** * struct wmi_roam_deauth_trigger_data - Deauth roaming trigger related * parameters * @type: 1- Deauthentication 2- Disassociation * @reason: Status code of the Deauth/Disassoc received */ struct wmi_roam_deauth_trigger_data { uint32_t type; uint32_t reason; }; /** * struct wmi_roam_trigger_periodic_data - periodic roam trigger * related information * @periodic_timer_ms: roam scan periodic, milliseconds */ struct wmi_roam_trigger_periodic_data { uint32_t periodic_timer_ms; }; /** * struct wmi_roam_trigger_tx_failures_data - tx failures roam trigger * related information * @kickout_threshold: consecutive tx failure threshold * @kickout_reason: defined in wmi_peer_sta_kickout_reason */ struct wmi_roam_trigger_tx_failures_data { uint32_t kickout_threshold; uint32_t kickout_reason; }; /** * struct wmi_roam_wtc_btm_trigger_data - wtc btm roaming trigger related * parameters * @roaming_mode: Roaming Mode * @vsie_trigger_reason: Roam trigger reason present in btm request * @sub_code: Sub code present in btm request * @wtc_mode: WTC mode * @wtc_scan_mode: WTC scan mode * @wtc_rssi_th: Connected AP threshold * @wtc_candi_rssi_th: Candidate AP threshold * @wtc_candi_rssi_ext_present: Flag to notify that whether fw sends rssi * threshold for 5g & 6g AP to host or not * @wtc_candi_rssi_th_5g: 5g candidate AP rssi threshold * @wtc_candi_rssi_th_6g: 6g candidate AP rssi threshold * @duration: WTC duration */ struct wmi_roam_wtc_btm_trigger_data { uint32_t roaming_mode; uint32_t vsie_trigger_reason; uint32_t sub_code; uint32_t wtc_mode; uint32_t wtc_scan_mode; uint32_t wtc_rssi_th; uint32_t wtc_candi_rssi_th; uint32_t wtc_candi_rssi_ext_present; uint32_t wtc_candi_rssi_th_5g; uint32_t wtc_candi_rssi_th_6g; uint32_t duration; }; /** * struct wmi_roam_trigger_abort_reason - abort roam related information * @abort_reason_code: detail in qca_wlan_roam_abort_reason * @data_rssi: data rssi in dBm * @data_rssi_threshold: data rssi threshold in dBm * @rx_linkspeed_status: rx linkspeed status, 0:good linkspeed, 1:bad */ struct wmi_roam_trigger_abort_reason { uint32_t abort_reason_code; uint8_t data_rssi; uint8_t data_rssi_threshold; uint8_t rx_linkspeed_status; }; /** * struct wmi_roam_candidate_info - Roam scan candidate APs related info * @timestamp: Host timestamp in millisecs * @type: 0 - Candidate AP; 1 - Current connected AP. * @bssid: AP bssid. * @freq: Channel frquency * @cu_load: Channel utilization load of the AP. * @cu_score: Channel Utilization score. * @rssi: Candidate AP rssi * @rssi_score: AP RSSI score * @total_score: Total score of the candidate AP. * @etp: Estimated throughput value of the AP in Mbps * @dl_reason: Denylist reason * @dl_source: Source of adding AP to DL * @dl_timestamp:This timestamp indicates the time when AP added * to denylist. * @dl_original_timeout: Original timeout value in milli seconds * when AP added to DL * @is_mlo: Flag to check whether the existing connection is MLO connection */ struct wmi_roam_candidate_info { uint32_t timestamp; uint8_t type; struct qdf_mac_addr bssid; uint16_t freq; uint32_t cu_load; uint32_t cu_score; uint32_t rssi; uint32_t rssi_score; uint32_t total_score; uint32_t etp; uint32_t dl_reason; uint32_t dl_source; uint32_t dl_timestamp; uint32_t dl_original_timeout; bool is_mlo; }; /** * struct wmi_roam_scan_data - Roam scan event details * @present: Flag to check if the roam scan tlv is present * @is_btcoex_active: is bluetooth connection active * @type: 0 - Partial roam scan; 1 - Full roam scan * @num_ap: Number of candidate APs. * @num_chan: Number of channels. * @frame_info_count: Frame info TLV count * @next_rssi_threshold: Next roam can trigger rssi threshold * @chan_freq: List of frequencies scanned as part of roam scan * @ap: List of candidate AP info * @dwell_type: roam scan channel dwell type, enum in roam_scan_dwell_type * @scan_complete_timestamp: timestamp of all channels scan completed * @is_mlo: Flag to check whether the existing connection is MLO connection * @band: Band involved in the roaming during a MLO connection. */ struct wmi_roam_scan_data { bool present; bool is_btcoex_active; uint16_t type; uint16_t num_ap; uint16_t num_chan; uint16_t frame_info_count; uint32_t next_rssi_threshold; uint16_t chan_freq[MAX_ROAM_SCAN_CHAN]; struct wmi_roam_candidate_info ap[MAX_ROAM_CANDIDATE_AP]; uint8_t dwell_type[MAX_ROAM_SCAN_CHAN]; uint32_t scan_complete_timestamp; bool is_mlo; uint8_t band; }; /** * struct wmi_roam_result - Roam result related info. * @present: Flag to check if the roam result tlv is present * @timestamp: Host timestamp in millisecs * @status: 0 - Roaming is success ; 1 - Roaming failed ; * 2 - No roam * @fail_reason: One of WMI_ROAM_FAIL_REASON_ID * @roam_abort_reason: Roam abort reason codes * @fail_bssid: BSSID of the last attempted roam failed AP */ struct wmi_roam_result { bool present; uint32_t timestamp; uint32_t status; uint32_t fail_reason; uint32_t roam_abort_reason; struct qdf_mac_addr fail_bssid; }; #define WLAN_11KV_TYPE_BTM_REQ 1 #define WLAN_11KV_TYPE_NEIGHBOR_RPT 2 /** * struct wmi_neighbor_report_data - Neighbor report/BTM request related * data. * @present: Flag to check if the roam 11kv tlv is present * @timestamp: Host timestamp in millisecs * @req_type: 1 - BTM query ; 2 - 11K neighbor report request * @req_time: Request timestamp in ms * @resp_time: Response timestamp in ms * @num_freq: Number of frequencies * @freq: Channel frequency in Mhz * @btm_query_token: BTM query dialog token. * @btm_query_reason: BTM query reasons as defined in * IEEE802.11v spec table 7-43x * @req_token: Request token * @resp_token: Response Token * @num_rpt: Number of report element * @is_mlo: Flag to check if the current connection is MLO connection * @band: indicates the link involved in MLO conenection. */ struct wmi_neighbor_report_data { bool present; uint32_t timestamp; uint8_t req_type; uint32_t req_time; uint32_t resp_time; uint8_t num_freq; uint32_t freq[MAX_ROAM_SCAN_CHAN]; uint16_t btm_query_token; uint8_t btm_query_reason; uint8_t req_token; uint8_t resp_token; uint8_t num_rpt; bool is_mlo; uint8_t band; }; /** * struct wmi_roam_trigger_info() - Roam trigger related details * @present: Flag to check if the roam_trigger_info tlv is present * @common_roam: Flag to indicate common roam or special roam * @trigger_reason: Roam trigger reason(enum WMI_ROAM_TRIGGER_REASON_ID) * @trigger_sub_reason: Sub reason for roam trigger if multiple roam scans * @current_rssi: Connected AP RSSI * @timestamp: Host timestamp in millisecs when roam scan was triggered * @per_trig_data: per roam trigger parameters * @bmiss_trig_data: beacon miss roam trigger parameters. * @low_rssi_trig_data: low rssi roam trigger parameters. * @hi_rssi_trig_data: high rssi roam trigger parameters. * @congestion_trig_data: congestion roam trigger parameters. * @user_trig_data: user trigger roam parameters. * @background_trig_data: background roam trigger parameters. * @btm_trig_data: BTM roam trigger parameters. * @cu_trig_data: BSS Load roam trigger parameters. * @rssi_trig_data: RSSI trigger related info. * @deauth_trig_data: Deauth roam trigger related info * @periodic_trig_data: periodic roam trigger parameters. * @tx_failures_trig_data: tx failures roam trigger parameters. * @wtc_btm_trig_data: WTC BTM roam trigger related info * @abort_reason: roam abort reason * @scan_type: roam scan type * @roam_status: roam result status * @fail_reason: roam fail reason */ struct wmi_roam_trigger_info { bool present; bool common_roam; uint32_t trigger_reason; uint32_t trigger_sub_reason; uint32_t current_rssi; uint32_t timestamp; union { struct wmi_roam_trigger_per_data per_trig_data; struct wmi_roam_trigger_bmiss_data bmiss_trig_data; struct wmi_roam_trigger_low_rssi_data low_rssi_trig_data; struct wmi_roam_trigger_hi_rssi_data hi_rssi_trig_data; struct wmi_roam_trigger_congestion_data congestion_trig_data; struct wmi_roam_trigger_user_data user_trig_data; struct wmi_roam_trigger_background_data background_trig_data; struct wmi_roam_btm_trigger_data btm_trig_data; struct wmi_roam_cu_trigger_data cu_trig_data; struct wmi_roam_rssi_trigger_data rssi_trig_data; struct wmi_roam_deauth_trigger_data deauth_trig_data; struct wmi_roam_trigger_periodic_data periodic_trig_data; struct wmi_roam_trigger_tx_failures_data tx_failures_trig_data; struct wmi_roam_wtc_btm_trigger_data wtc_btm_trig_data; }; struct wmi_roam_trigger_abort_reason abort_reason; uint32_t scan_type; uint32_t roam_status; uint32_t fail_reason; }; /* End of roam scan stats definitions */ /** * enum wmi_obss_color_collision_evt_type - bss color collision event type * @OBSS_COLOR_COLLISION_DETECTION_DISABLE: OBSS color detection disabled * @OBSS_COLOR_COLLISION_DETECTION: OBSS color collision detection * @OBSS_COLOR_FREE_SLOT_TIMER_EXPIRY: OBSS free slot detection with * within expiry period * @OBSS_COLOR_FREE_SLOT_AVAILABLE: OBSS free slot detection * * Defines different types of type for obss color collision event type. */ enum wmi_obss_color_collision_evt_type { OBSS_COLOR_COLLISION_DETECTION_DISABLE = 0, OBSS_COLOR_COLLISION_DETECTION = 1, OBSS_COLOR_FREE_SLOT_TIMER_EXPIRY = 2, OBSS_COLOR_FREE_SLOT_AVAILABLE = 3, }; /** * struct wmi_obss_color_collision_cfg_param - obss color collision cfg * @vdev_id: vdev id * @flags: proposed for future use cases, currently not used. * @evt_type: bss color collision event. * @current_bss_color: current bss color. * @detection_period_ms: scan interval for both AP and STA mode. * @scan_period_ms: scan period for passive scan to detect collision. * @free_slot_expiry_time_ms: FW to notify host at timer expiry after * which Host will disable the bss color. */ struct wmi_obss_color_collision_cfg_param { uint32_t vdev_id; uint32_t flags; enum wmi_obss_color_collision_evt_type evt_type; uint32_t current_bss_color; uint32_t detection_period_ms; uint32_t scan_period_ms; uint32_t free_slot_expiry_time_ms; }; /** * struct wmi_obss_color_collision_info - bss color detection info from firmware * @vdev_id: ID of the vdev to which this info belongs. * @evt_type: bss color collision event. * @obss_color_bitmap_bit0to31: Bit set indicating BSS color present. * @obss_color_bitmap_bit32to63: Bit set indicating BSS color present. */ struct wmi_obss_color_collision_info { uint32_t vdev_id; enum wmi_obss_color_collision_evt_type evt_type; uint32_t obss_color_bitmap_bit0to31; uint32_t obss_color_bitmap_bit32to63; }; #ifdef WMI_AP_SUPPORT /** * struct vap_pcp_tid_map_params - PCP tid map params * @vdev_id: vdev id * @pcp_to_tid_map: pointer to array of pcp to tid map table */ struct vap_pcp_tid_map_params { uint32_t vdev_id; uint32_t *pcp_to_tid_map; }; /** * struct vap_tidmap_prec_params - tidmap precedence params * @vdev_id: vdev id * @map_precedence: precedence of tid mapping */ struct vap_tidmap_prec_params { uint32_t vdev_id; uint32_t map_precedence; }; #endif /** * struct peer_vlan_config_param - peer vlan parameter * @tx_cmd: Tx command * @rx_cmd: Rx Command * @tx_strip_insert: Strip or Insert vlan in Tx[0:Strip, 1: Insert] * @tx_strip_insert_inner: Enable tx_strip_insert operation for inner vlan tag. * @tx_strip_insert_outer: Enable tx_strip_insert operation for outer vlan tag. * @rx_strip_c_tag: Strip c_tag * @rx_strip_s_tag: Strip s_tag * @rx_insert_c_tag: Insert c_tag * @rx_insert_s_tag: Insert s_tag * @insert_vlan_inner_tci: Vlan inner tci * @insert_vlan_outer_tci: Vlan outer tci * @vdev_id: vdev id corresponding to peer. */ struct peer_vlan_config_param { uint16_t tx_cmd:1; uint16_t rx_cmd:1; uint16_t tx_strip_insert:1; uint16_t tx_strip_insert_inner:1; uint16_t tx_strip_insert_outer:1; uint16_t rx_strip_c_tag:1; uint16_t rx_strip_s_tag:1; uint16_t rx_insert_c_tag:1; uint16_t rx_insert_s_tag:1; uint16_t insert_vlan_inner_tci; uint16_t insert_vlan_outer_tci; uint8_t vdev_id; }; /** * struct wmi_cfr_peer_tx_event_param - CFR peer tx_event params * @capture_method: CFR data capture method * @vdev_id: ID of vdev to which this info belongs * @peer_mac_addr: Peer MAC address. In AP mode, it is the address of connected * peer for which CFR capture is needed. In STA mode, this is * the address of AP it is connected to. * @primary_20mhz_chan: Primary 20 MHz channel frequency in MHz * @bandwidth: BW of measurement * 0 - 20MHz, 1 - 40MHz, 2 - 80MHz, 3 - 160MHz, 4 - 80+80MHz * @phy_mode: Phy mode of channel, type - WMI_HOST_WLAN_PHY_MODE * @band_center_freq1: Center frequency 1 in MHz * @band_center_freq2: Center frequency 2 in MHz * @spatial_streams: Number of spatial streams * @correlation_info_1: Address of data from wmi_dma_buf_release_entry [31:0] * @correlation_info_2: * Bits [3:0] - Address of data from wmi_dma_buf_release_entry [35:32] * Bits [15:4] - Reserved * Bits [31:16] - Hardware PPDU ID [15:0] * @status: * Bits [1:0] - TX status, if any. 0-OK, 1-XRETRY, 2-DROP, 3-FILTERED. * Bits [30:2] - Reserved * Bit [31] - Status of the CFR capture of the peer * 1 - Successful, 0 - Unsuccessful. * @timestamp_us: Timestamp in microseconds at which the CFR was captured * in the hardware. The clock used for this timestamp is private * to the target and not visible to the host. So, Host can * interpret only the relative timestamp deltas from one message * to the next, but can't interpret the absolute timestamp * from a single message * @counter: Count of the current CFR capture from FW. * This is helpful to identify any drops in FW * @chain_rssi: Per chain RSSI of the peer, for upto WMI_HOST_MAX_CHAINS. * Each chain's entry reports the RSSI for different bandwidths. * Bits [7:0] - Primary 20 MHz * Bits [15:8] - Secondary 20 MHz of 40 MHz channel (if applicable) * Bits [23:16] - Secondary 40 MHz of 80 MHz channel (if applicable) * Bits [31:24] - Secondary 80 MHz of 160 MHz channel (if applicable) * Each of these 8-bit RSSI reports is in dBm units. 0x80 means invalid. * Unused bytes within used chain_rssi indices will be 0x80. * Unused rssi_chain indices will be set to 0x80808080. * @chain_phase: Per chain phase of peer for upto WMI_HOST_MAX_CHAINS. * @cfo_measurement: * @agc_gain: * @rx_start_ts: * @rx_ts_reset: * @mcs_rate: * @gi_type: * @agc_gain_tbl_index: */ typedef struct { uint32_t capture_method; uint32_t vdev_id; struct qdf_mac_addr peer_mac_addr; uint32_t primary_20mhz_chan; uint32_t bandwidth; uint32_t phy_mode; uint32_t band_center_freq1; uint32_t band_center_freq2; uint32_t spatial_streams; uint32_t correlation_info_1; uint32_t correlation_info_2; uint32_t status; uint32_t timestamp_us; uint32_t counter; uint32_t chain_rssi[WMI_HOST_MAX_CHAINS]; uint16_t chain_phase[WMI_HOST_MAX_CHAINS]; int32_t cfo_measurement; uint8_t agc_gain[WMI_HOST_MAX_CHAINS]; uint32_t rx_start_ts; uint32_t rx_ts_reset; uint32_t mcs_rate; uint32_t gi_type; uint8_t agc_gain_tbl_index[WMI_HOST_MAX_CHAINS]; } wmi_cfr_peer_tx_event_param; /** * struct wmi_cfr_phase_delta_param - AoA phase delta params * @pdev_id: pdev id * @freq: primary 20 MHz channel frequency in mhz * @max_chains: indicates max chains for which AoA will be reported * @chain_phase_mask: indicates the chains to which phase values are * reported by target * @phase_delta: phase delta associated with reported chain's each gain value * @ibf_cal_val: IBF values to be added with phase delta of chains reported */ struct wmi_cfr_phase_delta_param { uint32_t pdev_id; uint32_t freq; uint32_t max_chains; uint32_t chain_phase_mask; uint32_t phase_delta[WMI_MAX_CHAINS_PHASE][WMI_MAX_AOA_PHASE_DELTA]; uint32_t ibf_cal_val[WMI_MAX_CHAINS_PHASE]; }; #ifdef WLAN_RCC_ENHANCED_AOA_SUPPORT struct wmi_cfr_enh_phase_delta_param { uint32_t pdev_id; uint32_t freq; uint32_t max_chains; uint32_t data_for_chainmask; uint32_t xbar_config; uint32_t ibf_cal_val[WMI_HOST_MAX_NUM_CHAINS]; uint32_t array_size; uint32_t *gain_stop_index_array; uint32_t *enh_phase_delta_array; }; #endif /* WLAN_RCC_ENHANCED_AOA_SUPPORT */ /** * struct wmi_host_oem_indirect_data - Indirect OEM data * @pdev_id: pdev id * @len: length of data in bytes * @addr: 36 bit address */ struct wmi_host_oem_indirect_data { uint32_t pdev_id; uint32_t len; uint64_t addr; }; /** * struct wmi_oem_response_param - OEM response info * @num_data1: First data response length * @num_data2: Second data response length * @data_1: First data * @data_2: Second data * @indirect_data: Indirect data */ struct wmi_oem_response_param { uint32_t num_data1; uint32_t num_data2; uint8_t *data_1; uint8_t *data_2; struct wmi_host_oem_indirect_data indirect_data; }; /** * struct wifi_pos_pasn_peer_data - Wifi pos 11az ranging peer * data. This structure is used to copy the peer related info from * PASN events and pass it to wifi pos module * @vdev_id: vdev id * @num_peers: Total number of peers to be deleted * @peer_info: PASN peer entry details */ struct wifi_pos_pasn_peer_data { uint8_t vdev_id; uint8_t num_peers; struct wlan_pasn_request peer_info[WLAN_MAX_11AZ_PEERS]; }; /** * struct mws_coex_state - Modem Wireless Subsystem(MWS) coex info * @vdev_id : vdev id * @coex_scheme_bitmap: LTE-WLAN coexistence scheme bitmap * Indicates the final schemes applied for the current Coex scenario. * Bit 0 - TDM policy * Bit 1 - Forced TDM policy * Bit 2 - Dynamic Power Back-off policy * Bit 3 - Channel Avoidance policy * Bit 4 - Static Power Back-off policy. * @active_conflict_count : active conflict count * @potential_conflict_count: Potential conflict count * @chavd_group0_bitmap: Indicates the WLAN channels to be avoided in * b/w WLAN CH-1 and WLAN CH-14 * @chavd_group1_bitmap: Indicates the WLAN channels to be avoided in * WLAN CH-36 and WLAN CH-64 * @chavd_group2_bitmap: Indicates the WLAN channels to be avoided in * b/w WLAN CH-100 and WLAN CH-140 * @chavd_group3_bitmap: Indicates the WLAN channels to be avoided in * b/w WLAN CH-149 and WLAN CH-165 */ struct mws_coex_state { uint32_t vdev_id; uint32_t coex_scheme_bitmap; uint32_t active_conflict_count; uint32_t potential_conflict_count; uint32_t chavd_group0_bitmap; uint32_t chavd_group1_bitmap; uint32_t chavd_group2_bitmap; uint32_t chavd_group3_bitmap; }; /** * struct mws_coex_dpwb_state - Modem Wireless Subsystem(MWS) coex DPWB info * @vdev_id: vdev id * @current_dpwb_state: Current state of the Dynamic Power Back-off SM * @pnp1_value: Tx power to be applied in next Dynamic Power Back-off cycle * @lte_dutycycle: Indicates the duty cycle of current LTE frame * @sinr_wlan_on: LTE SINR value in dB, when WLAN is ON * @sinr_wlan_off: LTE SINR value in dB, when WLAN is OFF * @bler_count: LTE blocks with error for the current block err report. * @block_count: Number of LTE blocks considered for bler count report. * @wlan_rssi_level: WLAN RSSI level * @wlan_rssi: WLAN RSSI value in dBm considered in DP backoff algo * @is_tdm_running: Indicates whether any TDM policy triggered */ struct mws_coex_dpwb_state { uint32_t vdev_id; int32_t current_dpwb_state; int32_t pnp1_value; uint32_t lte_dutycycle; int32_t sinr_wlan_on; int32_t sinr_wlan_off; uint32_t bler_count; uint32_t block_count; uint32_t wlan_rssi_level; int32_t wlan_rssi; uint32_t is_tdm_running; }; /** * struct mws_coex_tdm_state - Modem Wireless Subsystem(MWS) coex TDM state info * @vdev_id: vdev id * @tdm_policy_bitmap: Time Division Multiplexing (TDM) LTE-Coex Policy type. * @tdm_sf_bitmap: TDM LTE/WLAN sub-frame bitmap. */ struct mws_coex_tdm_state { uint32_t vdev_id; uint32_t tdm_policy_bitmap; uint32_t tdm_sf_bitmap; }; /** * struct mws_coex_idrx_state - Modem Wireless Subsystem(MWS) coex IDRX state * @vdev_id: vdev id * @sub0_techid: SUB0 LTE-coex tech. * @sub0_policy: SUB0 mitigation policy. * @sub0_is_link_critical: Set if SUB0 is in link critical state. * @sub0_static_power: LTE SUB0 imposed static power applied * to WLAN due to LTE-WLAN coex. * @sub0_rssi: LTE SUB0 RSSI value in dBm. * @sub1_techid: SUB1 LTE-coex tech. * @sub1_policy: SUB1 mitigation policy. * @sub1_is_link_critical: Set if SUB1 is in link critical state. * @sub1_static_power: LTE SUB1 imposed static power applied * to WLAN due to LTE-WLAN coex. * @sub1_rssi: LTE SUB1 RSSI value in dBm. */ struct mws_coex_idrx_state { uint32_t vdev_id; uint32_t sub0_techid; uint32_t sub0_policy; uint32_t sub0_is_link_critical; int32_t sub0_static_power; int32_t sub0_rssi; uint32_t sub1_techid; uint32_t sub1_policy; uint32_t sub1_is_link_critical; int32_t sub1_static_power; int32_t sub1_rssi; }; /** * struct mws_antenna_sharing_info - MWS Antenna sharing Info * @vdev_id: vdev id * @coex_flags: BDF values of Coex flags * @coex_config: BDF values of Coex Antenna sharing config * @tx_chain_mask: Tx Chain mask value * @rx_chain_mask: Rx Chain mask value * @rx_nss: Currently active Rx Spatial streams * @force_mrc: Forced MRC policy type * @rssi_type: RSSI value considered for MRC * @chain0_rssi: RSSI value measured at Chain-0 in dBm * @chain1_rssi: RSSI value measured at Chain-1 in dBm * @combined_rssi: RSSI value of two chains combined in dBm * @imbalance: Absolute imbalance between two Rx chains in dB * @mrc_threshold: RSSI threshold defined for the above imbalance value in dBm * @grant_duration: Antenna grant duration to WLAN, in milliseconds */ struct mws_antenna_sharing_info { uint32_t vdev_id; uint32_t coex_flags; uint32_t coex_config; uint32_t tx_chain_mask; uint32_t rx_chain_mask; uint32_t rx_nss; uint32_t force_mrc; uint32_t rssi_type; int32_t chain0_rssi; int32_t chain1_rssi; int32_t combined_rssi; uint32_t imbalance; int32_t mrc_threshold; uint32_t grant_duration; }; #ifdef FEATURE_ANI_LEVEL_REQUEST /* Maximum number of freqs for which ANI level can be requested */ #define MAX_NUM_FREQS_FOR_ANI_LEVEL 20 /* A valid ANI level lies between 0 to 9 */ #define MAX_ANI_LEVEL 9 struct wmi_host_ani_level_event { uint32_t chan_freq; uint32_t ani_level; }; #endif /* FEATURE_ANI_LEVEL_REQUEST */ #define WMI_HOST_TBTT_OFFSET_INVALID 0xffffffff #define MAX_SUPPORTED_NEIGHBORS 16 /* command type for WMI_PDEV_TBTT_OFFSET_SYNC_CMDID */ enum wmi_host_tbtt_offset_cmd_type { WMI_HOST_PDEV_GET_TBTT_OFFSET, WMI_HOST_PDEV_SET_TBTT_OFFSET, }; /** * struct wmi_raw_event_buffer - fw event buffers * @evt_raw_buf: event raw buffer * @evt_processed_buf: event processed buffer */ struct wmi_raw_event_buffer { void *evt_raw_buf; void *evt_processed_buf; }; /* dpd_status from WMI_PDEV_GET_DPD_STATUS_EVENTID */ enum wmi_host_dpd_status { WMI_HOST_DPD_STATUS_FAIL = 0, WMI_HOST_DPD_STATUS_PASS = 1, WMI_HOST_DPD_STATUS_INVALID = 2, }; /** * struct wmi_host_pdev_get_dpd_status_event * @pdev_id: pdev id * @dpd_status: dpd status from FW - FAIL/PASS/INVALID */ struct wmi_host_pdev_get_dpd_status_event { uint32_t pdev_id; enum wmi_host_dpd_status dpd_status; }; struct wmi_host_pdev_get_halphy_cal_status_event { uint32_t pdev_id; uint32_t halphy_cal_adc_status:1, halphy_cal_bwfilter_status:1, halphy_cal_pdet_and_pal_status:1, halphy_cal_rxdco_status:1, halphy_cal_comb_txiq_rxiq_status:1, halphy_cal_ibf_status:1, halphy_cal_pa_droop_status:1, halphy_cal_dac_status:1, halphy_cal_ani_status:1, halphy_cal_noise_floor_status:1; }; /** * enum wmi_host_set_halphy_cal_chan_sel - channel select values for * set halphy cal * @WMI_HOST_SET_HALPHY_CAL_HOME_CHANNEL: Home channel * @WMI_HOST_SET_HALPHY_CAL_SCAN_CHANNEL: Scan channel * @WMI_HOST_SET_HALPHY_CAL_BOTH_CHANNELS: Both (Home + Scan) channels */ enum wmi_host_set_halphy_cal_chan_sel { WMI_HOST_SET_HALPHY_CAL_HOME_CHANNEL = 0, WMI_HOST_SET_HALPHY_CAL_SCAN_CHANNEL = 1, WMI_HOST_SET_HALPHY_CAL_BOTH_CHANNELS = 2, }; /** * struct wmi_host_send_set_halphy_cal_info * @pdev_id: pdev id * @value: bmap value * @chan_sel: channel for calibration - HOME/SCAN/BOTH */ struct wmi_host_send_set_halphy_cal_info { uint8_t pdev_id; uint32_t value; enum wmi_host_set_halphy_cal_chan_sel chan_sel; }; /** * struct wmi_install_key_comp_event - params of install key complete event * @vdev_id: unique id identifying the VDEV, generated by the caller * @key_ix: key index * @key_flags: key flags * @status: Event status * @peer_macaddr: MAC address used for installing */ struct wmi_install_key_comp_event { uint32_t vdev_id; uint32_t key_ix; uint32_t key_flags; uint32_t status; uint8_t peer_macaddr[QDF_MAC_ADDR_SIZE]; }; /** * enum wmi_host_set_halphy_cal_status - status values from * WMI_PDEV_SET_HALPHY_CAL_BMAP_EVENTID * @WMI_HOST_SET_HALPHY_CAL_STATUS_SUCCESS: set halphy cal success * @WMI_HOST_SET_HALPHY_CAL_STATUS_FAIL: set halphy cal failure */ enum wmi_host_set_halphy_cal_status { WMI_HOST_SET_HALPHY_CAL_STATUS_SUCCESS = 0, WMI_HOST_SET_HALPHY_CAL_STATUS_FAIL = 1, }; /** * struct wmi_host_pdev_set_halphy_cal_event * @pdev_id: pdev id * @status: PASS/FAIL */ struct wmi_host_pdev_set_halphy_cal_event { uint32_t pdev_id; enum wmi_host_set_halphy_cal_status status; }; #ifdef FEATURE_MEC_OFFLOAD /** * struct set_mec_timer_params - params MEC timer params * @pdev_id: unique id identifying the PDEV, generated by the caller * @vdev_id: unique id identifying the VDEV, generated by the caller * @mec_aging_timer_threshold: The Threshold for mec aging timer in ms * @enable: Enable/Disable the command */ struct set_mec_timer_params { uint32_t pdev_id; uint32_t vdev_id; uint32_t mec_aging_timer_threshold; }; #endif #ifdef WLAN_FEATURE_DYNAMIC_MAC_ADDR_UPDATE /** * struct set_mac_addr_params - Set MAC address command parameter * @vdev_id: vdev id * @mac_addr: VDEV MAC address * @mld_addr: MLD address of the vdev */ struct set_mac_addr_params { uint8_t vdev_id; struct qdf_mac_addr mac_addr; struct qdf_mac_addr mld_addr; }; #endif #ifdef WLAN_FEATURE_SON /** * struct wmi_host_inst_rssi_stats_resp - inst rssi stats * @inst_rssi: instantaneous rssi above the noise floor in dB unit * @peer_macaddr: peer mac address * @vdev_id: vdev_id */ struct wmi_host_inst_rssi_stats_resp { uint32_t inst_rssi; struct qdf_mac_addr peer_macaddr; uint32_t vdev_id; }; #endif /** * struct vdev_pn_mgmt_rxfilter_params - Send PN mgmt RxFilter command params * @vdev_id: vdev id * @pn_rxfilter: Rx Filter */ struct vdev_pn_mgmt_rxfilter_params { uint8_t vdev_id; uint32_t pn_rxfilter; }; /** * struct wmi_host_sw_cal_ver - BDF and FTM cal version data * @bdf_cal_ver: SW cal version in BDF * @ftm_cal_ver: SW cal version in factory data * @status: status. 0 for success, non-zero if version is incorrect */ struct wmi_host_sw_cal_ver { uint32_t bdf_cal_ver; uint32_t ftm_cal_ver; uint32_t status; }; #ifdef HEALTH_MON_SUPPORT /** * struct wmi_health_mon_params - Health mon params * @ring_buf_paddr_low: Ring buffer physical address LOW * @ring_buf_paddr_high: Ring buffer physical address HIGH * @initial_upload_period_ms: Health mon periodic time * @read_index: ring element read_index */ struct wmi_health_mon_params { uint32_t ring_buf_paddr_low; uint32_t ring_buf_paddr_high; uint32_t initial_upload_period_ms; uint32_t read_index; }; #endif /* HEALTH_MON_SUPPORT */ /** * struct edca_pifs_vparam - edca/pifs param for ll sap * @vdev_id: vdev id * @param: pointer to wlan_edca_pifs_param_ie struct */ struct edca_pifs_vparam { uint8_t vdev_id; struct wlan_edca_pifs_param_ie param; }; /** * struct wmi_host_coex_fix_chan_cap - fw capability to support fixed chan SAP * @fix_chan_priority: Fix channel priority, set to 1 if firmware supports it */ struct wmi_host_coex_fix_chan_cap { uint32_t fix_chan_priority; }; #endif /* _WMI_UNIFIED_PARAM_H_ */