#include <senf/Packets/80211Bundle/MCSInfo.hh>
|
static std::vector< Info > | getInfos () |
|
static unsigned | getRate (std::uint8_t mcsIndex, unsigned bandwidth, bool shortGI) |
|
static unsigned | getRate (std::uint8_t index, std::uint8_t streams, unsigned bandwidth, bool shortGI) |
|
static std::uint8_t | toHTIndex (std::uint8_t index, std::uint8_t streams) |
|
static std::pair< std::uint8_t, std::uint8_t > | fromHTIndex (std::uint8_t mcsIndex) |
|
static std::uint8_t | toBandwidthIndex (unsigned bandwidth, bool shortGI=false) |
|
static unsigned | fromBandwidthIndex (std::uint8_t bandwidthIndex) |
|
Definition at line 26 of file MCSInfo.hh.
◆ fromBandwidthIndex()
unsigned senf::WLAN_MCSInfo::fromBandwidthIndex |
( |
std::uint8_t |
bandwidthIndex | ) |
|
|
static |
◆ fromHTIndex()
std::pair< std::uint8_t, std::uint8_t > senf::WLAN_MCSInfo::fromHTIndex |
( |
std::uint8_t |
mcsIndex | ) |
|
|
static |
◆ getInfos()
◆ getRate() [1/2]
unsigned senf::WLAN_MCSInfo::getRate |
( |
std::uint8_t |
mcsIndex, |
|
|
unsigned |
bandwidth, |
|
|
bool |
shortGI |
|
) |
| |
|
static |
◆ getRate() [2/2]
unsigned senf::WLAN_MCSInfo::getRate |
( |
std::uint8_t |
index, |
|
|
std::uint8_t |
streams, |
|
|
unsigned |
bandwidth, |
|
|
bool |
shortGI |
|
) |
| |
|
static |
◆ toBandwidthIndex()
std::uint8_t senf::WLAN_MCSInfo::toBandwidthIndex |
( |
unsigned |
bandwidth, |
|
|
bool |
shortGI = false |
|
) |
| |
|
static |
◆ toHTIndex()
std::uint8_t senf::WLAN_MCSInfo::toHTIndex |
( |
std::uint8_t |
index, |
|
|
std::uint8_t |
streams |
|
) |
| |
|
static |
◆ MAX_INDEX
constexpr unsigned senf::WLAN_MCSInfo::MAX_INDEX = 12 |
|
static |
◆ NUM_HT_INDEX
constexpr unsigned senf::WLAN_MCSInfo::NUM_HT_INDEX = 8 |
|
static |
◆ NUM_STREAMS
constexpr unsigned senf::WLAN_MCSInfo::NUM_STREAMS = 4 |
|
static |
◆ NUM_VHT_INDEX
constexpr unsigned senf::WLAN_MCSInfo::NUM_VHT_INDEX = 10 |
|
static |
The documentation for this struct was generated from the following files: