A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
anonymous_namespace{wifi-aggregation-test.cc} Namespace Reference

Variables

const std::map< WifiStandard, uint32_tmaxPsduLengths
 Map standard to aPSDUMaxLength.

Variable Documentation

◆ maxPsduLengths

const std::map<WifiStandard, uint32_t> anonymous_namespace{wifi-aggregation-test.cc}::maxPsduLengths
Initial value:
= {
}
@ WIFI_STANDARD_80211be
@ WIFI_STANDARD_80211n
@ WIFI_STANDARD_80211ax
@ WIFI_STANDARD_80211ac
static constexpr uint32_t WIFI_PSDU_MAX_LENGTH_HE
The value for aPSDUMaxLength in Table 27-54 (HE PHY characteristics) of 802.11ax-2021.
static constexpr uint32_t WIFI_PSDU_MAX_LENGTH_HT
The value for aPSDUMaxLength in Table 19-25 (HT PHY characteristics) of 802.11-2020.
static constexpr uint32_t WIFI_PSDU_MAX_LENGTH_VHT
The value for aPSDUMaxLength in Table 21-28 (VHT PHY characteristics) of 802.11-2020.
static constexpr uint32_t WIFI_PSDU_MAX_LENGTH_EHT
The value for aPSDUMaxLength in Table 36-70 (EHT PHY characteristics) of 802.11be D7....

Map standard to aPSDUMaxLength.

Definition at line 51 of file wifi-aggregation-test.cc.

Referenced by AmpduAggregationTest::CheckMaxPsduSize().