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
13 * enum hwsim_tx_control_flags - flags to describe transmission info/status
51 * enum hwsim_commands - supported hwsim commands
98 #define HWSIM_CMD_MAX (_HWSIM_CMD_MAX - 1)
104 * enum hwsim_attrs - hwsim netlink attributes
139 * rates of %HWSIM_ATTR_TX_INFO
178 #define HWSIM_ATTR_MAX (__HWSIM_ATTR_MAX - 1)
181 * struct hwsim_tx_rate - rate selection/status
186 * A value of -1 for @idx indicates an invalid rate and, if used
187 * in an array of retry rates, that no more rates should be tried.
199 * enum hwsim_tx_rate_flags - per-rate flags set by the rate control algorithm.
208 * @MAC80211_HWSIM_TX_RC_USE_CTS_PROTECT: CTS-to-self protection is required.
212 * @MAC80211_HWSIM_TX_RC_VHT_MCS: VHT MCS rate, in this case the idx field is
213 * split into a higher 4 bits (Nss) and lower 4 bits (MCS number)
232 /* rate index is an HT/VHT MCS instead of an index */
244 * struct hwsim_tx_rate - rate selection/status
249 * A value of -1 for @idx indicates an invalid rate and, if used
250 * in an array of retry rates, that no more rates should be tried.
269 * enum hwsim_vqs - queues for virtio frame transmission