Lines Matching +full:10 +full:g +full:- +full:capabale
1 /* SPDX-License-Identifier: BSD-3-Clause-Clear */
3 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
4 * Copyright (c) 2021-2024 Qualcomm Innovation Center, Inc. All rights reserved.
164 #define WLAN_SCAN_MAX_HINT_S_SSID 10
165 #define WLAN_SCAN_MAX_HINT_BSSID 10
175 * one in 2G and another in 5G.
180 * for 5G only(as indicated in WMI_MAC_PHY_CAPABILITIES),
186 * @WMI_HOST_HW_MODE_DBS_OR_SBS: Two PHY with one PHY capabale of both 2G and
187 * 5G. It can support SBS (5G + 5G) OR DBS (5G + 2G).
1949 WMI_TLV_SERVICE_PHYERR = 10,
2196 WMI_PEER_TX_FAIL_CNT_THR = 10,
2399 __le32 numss_m1; /** NSS - 1*/
2521 * [7:0] - 2G band tx chain mask
2522 * [15:8] - 2G band rx chain mask
2523 * [23:16] - 5G band tx chain mask
2524 * [31:24] - 5G band rx chain mask
2531 #define WMI_SERVICE_BM_SIZE ((WMI_MAX_SERVICE + sizeof(u32) - 1) / sizeof(u32))
2642 /* Used for EHT MCS-NSS array. Data at each array index follows the format given
2646 * 0 - 20 MHz only sta, all 4 bytes valid
2647 * 1 - index for bandwidths <= 80 MHz except 20 MHz-only, first 3 bytes valid
2648 * 2 - index for 160 MHz, first 3 bytes valid
2649 * 3 - index for 320 MHz, first 3 bytes valid
2876 MODE_11G = 1, /* 11b/g Mode */
2878 MODE_11GONLY = 3, /* 11g only Mode */
2885 MODE_11AC_VHT80 = 10,
3045 /* Trig or Non-Trig Sounding */
3187 #define WLAN_SCAN_MAX_NUM_SSID 10
3188 #define WLAN_SCAN_MAX_NUM_BSSID 10
3230 /* possibly by high-prio scan */
3236 WMI_SCAN_EVENT_RESUMED = BIT(10),
3449 #define WMI_CHAN_INFO_DFS BIT(10)
3532 /* Bit 0 - Flag to indicate an update in NOA schedule
3533 * Bits 7-1 - Reserved
3534 * Bits 15-8 - Index (identifies the instance of NOA sub element)
3535 * Bit 16 - Opp PS state of the AP
3536 * Bits 23-17 - Ctwindow in TUs
3537 * Bits 31-24 - Number of NOA descriptors
3943 #define MAX_REG_RULES 10
4091 /* rx clear - how often the channel was unused */
4094 /* cycle count - elapsed time during measured period, in clock ticks */
4097 /* tx cycle count - elapsed time spent in tx, in clock ticks */
4100 /* rx cycle count - elapsed time spent in rx, in clock ticks */
4356 /* The maximum number of PS-Poll frames the FW will send in response to
4359 * will send as many PS-Poll as are necessary to retrieve buffered BU. This
4366 /* Values greater than 0 indicate the maximum number of PS-Poll frames
4371 /* U-APSD configuration of peer station from (re)assoc request and TSPECs */
4383 /* U-APSD maximum service period of peer station */
4455 WMI_CIPHER_AES_GMAC = 10,
4481 * enum wmi_rtscts_prot_mode - Enable/Disable RTS/CTS and CTS2Self Protection.
4493 * enum wmi_rtscts_profile - Selection of RTS CTS profile along with enabling
4495 * @WMI_RTSCTS_FOR_NO_RATESERIES: Neither of rate-series should use RTS-CTS
4496 * @WMI_RTSCTS_FOR_SECOND_RATESERIES: Only second rate-series will use RTS-CTS
4497 * @WMI_RTSCTS_ACROSS_SW_RETRIES: Only the second rate-series will use RTS-CTS,
4499 * series will use RTS-CTS.
4501 * @WMI_RTSCTS_FOR_ALL_RATESERIES: Enable RTS-CTS for all rate series.
4561 #define ATH12K_TWT_DEF_DEFAULT_SLOT_SIZE 10
4567 #define ATH12K_TWT_DEF_MIN_NO_STA_SETUP 10
4653 #define ATH12K_WMI_SPECTRAL_NOISE_FLOOR_REF_DEFAULT -96
4886 #define WMI_RFKILL_CFG_PIN_AS_GPIO GENMASK(10, 7)
4984 WOW_REASON_UNSPECIFIED = -1,
5066 #define WOW_MAX_REDUCE (WOW_HDR_LEN - sizeof(struct ethhdr) - \
5182 #define WMI_NLO_CONFIG_SPOOFED_MAC_IN_PROBE_REQ BIT(10)
5593 return le32_get_bits(param->pdev_and_hw_link_ids, WMI_CAPS_PARAMS_PDEV_ID); in ath12k_wmi_caps_ext_get_pdev_id()
5599 return le32_get_bits(param->pdev_and_hw_link_ids, WMI_CAPS_PARAMS_HW_LINK_ID); in ath12k_wmi_caps_ext_get_hw_link_id()
5605 return le32_get_bits(param->pdev_and_hw_link_ids, in ath12k_wmi_mac_phy_get_pdev_id()
5612 return le32_get_bits(param->pdev_and_hw_link_ids, in ath12k_wmi_mac_phy_get_hw_link_id()