#include "block-ack-type.h"
#include "ctrl-headers.h"
#include "wifi-mac-header.h"
#include "wifi-tx-vector.h"
#include "ns3/nstime.h"
#include <map>
#include <memory>
#include <optional>
Go to the source code of this file.
Classes | |
struct | ns3::WifiDlMuBarBaSequence::AckInfo |
information related to an Ack frame sent by a station More... | |
struct | ns3::WifiDlMuBarBaSequence::BlockAckInfo |
information related to a BlockAck frame sent by a station More... | |
struct | ns3::WifiDlMuTfMuBar::BlockAckInfo |
information related to a BlockAck frame sent by a station More... | |
struct | ns3::WifiDlMuAggregateTf::BlockAckInfo |
information related to a BlockAck frame sent by a station More... | |
struct | ns3::WifiDlMuBarBaSequence::BlockAckReqInfo |
information related to a BlockAckReq frame sent to a station More... | |
struct | ns3::WifiAckAfterTbPpdu |
WifiAckAfterTbPpdu is used when a station prepares a TB PPDU to send in response to a Basic Trigger Frame. More... | |
struct | ns3::WifiAcknowledgment |
WifiAcknowledgment is an abstract base struct. More... | |
struct | ns3::WifiBarBlockAck |
WifiBarBlockAck specifies that a BlockAckReq is sent to solicit a Block Ack response. More... | |
struct | ns3::WifiBlockAck |
WifiBlockAck specifies that acknowledgment via Block Ack is required. More... | |
struct | ns3::WifiDlMuAggregateTf |
WifiDlMuAggregateTf specifies that a DL MU PPDU made of PSDUs including each a MU-BAR Trigger Frame is acknowledged through BlockAck frames sent as HE TB PPDUs. More... | |
struct | ns3::WifiDlMuBarBaSequence |
WifiDlMuBarBaSequence specifies that a DL MU PPDU is acknowledged through a sequence of BlockAckReq and BlockAck frames. More... | |
struct | ns3::WifiDlMuTfMuBar |
WifiDlMuTfMuBar specifies that a DL MU PPDU is followed after a SIFS duration by a MU-BAR Trigger Frame (sent as single user frame) soliciting BlockAck frames sent as HE TB PPDUs. More... | |
struct | ns3::WifiNoAck |
WifiNoAck specifies that no acknowledgment is required. More... | |
struct | ns3::WifiNormalAck |
WifiNormalAck specifies that acknowledgment via Normal Ack is required. More... | |
struct | ns3::WifiUlMuMultiStaBa |
WifiUlMuMultiStaBa specifies that a Basic Trigger Frame is being sent to solicit TB PPDUs that will be acknowledged through a multi-STA BlockAck frame. More... | |
Namespaces | |
namespace | ns3 |
Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Functions | |
std::ostream & | ns3::operator<< (std::ostream &os, const WifiAcknowledgment *acknowledgment) |
Stream insertion operator. | |