BlockAckRequest frame information. More...
#include "block-ack-manager.h"
Collaboration diagram for ns3::Bar:Public Member Functions | |
| Bar () | |
| Bar (Ptr< const WifiMpdu > bar, uint8_t tid, bool skipIfNoDataQueued=false) | |
| Store a BlockAckRequest along with the corresponding TID or a MU-BAR Trigger Frame. More... | |
Public Attributes | |
| Ptr< const WifiMpdu > | bar |
| BlockAckRequest or MU-BAR Trigger Frame. More... | |
| bool | skipIfNoDataQueued |
| do not send if there is no data queued (unused if MU-BAR) More... | |
| uint8_t | tid |
| TID (unused if MU-BAR) More... | |
BlockAckRequest frame information.
Definition at line 51 of file block-ack-manager.h.
| ns3::Bar::Bar | ( | ) |
Definition at line 39 of file block-ack-manager.cc.
References NS_LOG_FUNCTION.
Store a BlockAckRequest along with the corresponding TID or a MU-BAR Trigger Frame.
| bar | the BAR |
| tid | the Traffic ID |
| skipIfNoDataQueued | true to hold this BAR if there is no data queued |
Definition at line 44 of file block-ack-manager.cc.
References bar, NS_LOG_FUNCTION, skipIfNoDataQueued, and tid.
BlockAckRequest or MU-BAR Trigger Frame.
Definition at line 62 of file block-ack-manager.h.
Referenced by Bar().
| bool ns3::Bar::skipIfNoDataQueued |
do not send if there is no data queued (unused if MU-BAR)
Definition at line 64 of file block-ack-manager.h.
Referenced by Bar().
| uint8_t ns3::Bar::tid |