#include <ns3/wifi-information-element.h>
#include <list>
#include <map>
#include <optional>
#include <vector>
Go to the source code of this file.
Classes | |
struct | ns3::TidToLinkMapping::Control |
TID-to-Link Mapping Control subfield IEEE 802.11be D2.0 Figure 9-1002an. More... | |
class | ns3::TidToLinkMapping |
TID-to-Link Mapping Information Element. More... | |
Namespaces | |
ns3 | |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Enumerations | |
enum class | ns3::TidLinkMapDir : uint8_t { ns3::DOWNLINK = 0 , ns3::UPLINK = 1 , ns3::BOTH_DIRECTIONS = 2 } |
TID-to-Link Mapping Control Direction IEEE 802.11be D2.0 Figure 9-1002an. More... | |
Variables | |
constexpr auto | ns3::DEFAULT_WIFI_TID_LINK_MAP_DIR {TidLinkMapDir::BOTH_DIRECTIONS} |
default value for the Direction subfield of the TID-To-Link Control field More... | |
constexpr auto | ns3::DEFAULT_WIFI_TID_LINK_MAPPING {true} |
whether to enforce the default link mapping More... | |
constexpr uint16_t | ns3::WIFI_LINK_MAPPING_PER_TID_SIZE_B = 2 |
size in bytes of the Link Mapping Of TID n field (IEEE 802.11be D2.0 9.4.2.314) More... | |
constexpr uint16_t | ns3::WIFI_LINK_MAPPING_PRESENCE_IND_SIZE_B = 1 |
size in bytes of the Link Mapping Presence Indicator field (IEEE 802.11be D2.0 9.4.2.314) More... | |
constexpr uint16_t | ns3::WIFI_TID_TO_LINK_MAPPING_CONTROL_BASIC_SIZE_B |
size in bytes of the TID-To-Link Control field with default link mapping More... | |