STRUCT RATE_INFO(9) | Actions and configuration | STRUCT RATE_INFO(9) |
NAME¶
struct_rate_info - bitrate information
SYNOPSIS¶
struct rate_info {
u8 flags;
u8 mcs;
u16 legacy;
u8 nss;
u8 bw;
u8 he_gi;
u8 he_dcm;
u8 he_ru_alloc; };
MEMBERS¶
flags
bitflag of flags from enum rate_info_flags
mcs
mcs index if struct describes an HT/VHT/HE rate
legacy
bitrate in 100kbit/s for 802.11abg
nss
number of streams (VHT & HE only)
bw
bandwidth (from enum rate_info_bw)
he_gi
HE guard interval (from enum nl80211_he_gi)
he_dcm
HE DCM value
he_ru_alloc
HE RU allocation (from enum nl80211_he_ru_alloc, only
valid if bw is RATE_INFO_BW_HE_RU)
DESCRIPTION¶
Information about a receiving or transmitting bitrate
AUTHOR¶
Johannes Berg <johannes@sipsolutions.net>
Author.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |