#include "block-ack-type.h"
#include "wifi-phy-common.h"
#include "ns3/he-ru.h"
#include "ns3/header.h"
#include "ns3/mac48-address.h"
#include <list>
#include <vector>
Go to the source code of this file.
Classes | |
struct | ns3::CtrlBAckResponseHeader::BaInfoInstance |
The following structure can hold the BA Information field for the Basic and Compressed variants, one instance of the {Per TID Info, Block Ack Starting Sequence Control, Block Ack Bitmap} subfields for the Multi-TID variant or one instance of the Per AID TID Info subfield for the Multi-STA variant (which includes the AID TID Info, Block Ack Starting Sequence Control and Block Ack Bitmap subfields). More... | |
class | ns3::CtrlBAckRequestHeader |
Headers for BlockAckRequest. More... | |
class | ns3::CtrlBAckResponseHeader |
Headers for BlockAck response. More... | |
class | ns3::CtrlTriggerHeader |
Headers for Trigger frames. More... | |
class | ns3::CtrlTriggerUserInfoField |
User Info field of Trigger frames. More... | |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Enumerations | |
enum class | ns3::TriggerFrameType : uint8_t { ns3::TriggerFrameType::BASIC_TRIGGER = 0 , ns3::TriggerFrameType::BFRP_TRIGGER = 1 , ns3::TriggerFrameType::MU_BAR_TRIGGER = 2 , ns3::TriggerFrameType::MU_RTS_TRIGGER = 3 , ns3::TriggerFrameType::BSRP_TRIGGER = 4 , ns3::TriggerFrameType::GCR_MU_BAR_TRIGGER = 5 , ns3::TriggerFrameType::BQRP_TRIGGER = 6 , ns3::TriggerFrameType::NFRP_TRIGGER = 7 } |
The different Trigger frame types. More... | |
enum class | ns3::TriggerFrameVariant : uint8_t { ns3::TriggerFrameVariant::HE = 0 , ns3::TriggerFrameVariant::EHT } |
The different variants for Common Info field and User Info field of Trigger Frames. More... | |