Lines Matching +full:rates +full:- +full:mcs

1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * mac80211_hwsim - software simulator of 802.11 radio(s) for mac80211
6 * Copyright (C) 2020, 2022-2024 Intel Corporation
13 * enum hwsim_tx_control_flags - flags to describe transmission info/status
51 * enum hwsim_commands - supported hwsim commands
106 #define HWSIM_CMD_MAX (_HWSIM_CMD_MAX - 1)
112 * enum hwsim_attrs - hwsim netlink attributes
145 * @HWSIM_ATTR_PAD: padding attribute for 64-bit values, ignore
148 * rates of %HWSIM_ATTR_TX_INFO
198 #define HWSIM_ATTR_MAX (__HWSIM_ATTR_MAX - 1)
201 * struct hwsim_tx_rate - rate selection/status
206 * A value of -1 for @idx indicates an invalid rate and, if used
207 * in an array of retry rates, that no more rates should be tried.
219 * enum hwsim_tx_rate_flags - per-rate flags set by the rate control algorithm.
228 * @MAC80211_HWSIM_TX_RC_USE_CTS_PROTECT: CTS-to-self protection is required.
232 * @MAC80211_HWSIM_TX_RC_VHT_MCS: VHT MCS rate, in this case the idx field is
233 * split into a higher 4 bits (Nss) and lower 4 bits (MCS number)
252 /* rate index is an HT/VHT MCS instead of an index */
264 * struct hwsim_tx_rate_flag - rate selection/status
269 * A value of -1 for @idx indicates an invalid rate and, if used
270 * in an array of retry rates, that no more rates should be tried.
289 * enum hwsim_vqs - queues for virtio frame transmission
302 * enum hwsim_rate_info_attributes - bitrate information.
309 * @HWSIM_RATE_INFO_ATTR_MCS: mcs index if struct describes an HT/VHT/HE rate
317 * @HWSIM_RATE_INFO_ATTR_N_BOUNDED_CH: In case of EDMG the number of bonded channels (1-4)
341 HWSIM_RATE_INFO_ATTR_MAX = NUM_HWSIM_RATE_INFO_ATTRS - 1