A Discrete-Event Network Simulator
API
ctrl-headers.h File Reference
#include <list>
#include <vector>
#include "ns3/header.h"
#include "block-ack-type.h"
#include "ns3/he-ru.h"
#include "ns3/mac48-address.h"
+ Include dependency graph for ctrl-headers.h:
+ This graph shows which files directly or indirectly include this file:

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

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 

Enumerations

enum  ns3::TriggerFrameType : uint8_t {
  ns3::BASIC_TRIGGER = 0 , ns3::BFRP_TRIGGER = 1 , ns3::MU_BAR_TRIGGER = 2 , ns3::MU_RTS_TRIGGER = 3 ,
  ns3::BSRP_TRIGGER = 4 , ns3::GCR_MU_BAR_TRIGGER = 5 , ns3::BQRP_TRIGGER = 6 , ns3::NFRP_TRIGGER = 7
}
 The different Trigger frame types. More...