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
175 #define HWSIM_ATTR_MAX (__HWSIM_ATTR_MAX - 1)
178 * struct hwsim_tx_rate - rate selection/status
183 * A value of -1 for @idx indicates an invalid rate and, if used
184 * in an array of retry rates, that no more rates should be tried.
196 * enum hwsim_tx_rate_flags - per-rate flags set by the rate control algorithm.
205 * @MAC80211_HWSIM_TX_RC_USE_CTS_PROTECT: CTS-to-self protection is required.
209 * @MAC80211_HWSIM_TX_RC_VHT_MCS: VHT MCS rate, in this case the idx field is
210 * split into a higher 4 bits (Nss) and lower 4 bits (MCS number)
229 /* rate index is an HT/VHT MCS instead of an index */
241 * struct hwsim_tx_rate - rate selection/status
246 * A value of -1 for @idx indicates an invalid rate and, if used
247 * in an array of retry rates, that no more rates should be tried.
266 * enum hwsim_vqs - queues for virtio frame transmission