ACKNOWLEDGED enum value | ns3::BlockAckManager | private |
AddToSendBarIfDataQueuedList(const Mac48Address &recipient, uint8_t tid) | ns3::BlockAckManager | |
AggregateObject(Ptr< Object > other) | ns3::Object | |
AgreementKey typedef | ns3::BlockAckManager | |
AgreementStateTracedCallback typedef | ns3::BlockAckManager | |
BlockAckManager() | ns3::BlockAckManager | |
BlockAckManager(const BlockAckManager &)=delete | ns3::BlockAckManager | |
Check() const | ns3::Object | private |
CheckLoose() const | ns3::Object | private |
Construct(const AttributeConstructionList &attributes) | ns3::Object | private |
ConstructSelf(const AttributeConstructionList &attributes) | ns3::ObjectBase | protected |
CreateOriginatorAgreement(const MgtAddBaRequestHeader &reqHdr, const Mac48Address &recipient) | ns3::BlockAckManager | |
CreateRecipientAgreement(const MgtAddBaResponseHeader &respHdr, const Mac48Address &originator, uint16_t startingSeq, Ptr< MacRxMiddle > rxMiddle) | ns3::BlockAckManager | |
DestroyOriginatorAgreement(const Mac48Address &recipient, uint8_t tid) | ns3::BlockAckManager | |
DestroyRecipientAgreement(const Mac48Address &originator, uint8_t tid) | ns3::BlockAckManager | |
Dispose() | ns3::Object | |
DoDelete() | ns3::Object | private |
DoDispose() override | ns3::BlockAckManager | protectedvirtual |
DoGetObject(TypeId tid) const | ns3::Object | private |
DoInitialize() | ns3::Object | protectedvirtual |
DoSet(Ptr< const AttributeAccessor > spec, Ptr< const AttributeChecker > checker, const AttributeValue &value) | ns3::ObjectBase | private |
DroppedOldMpdu typedef | ns3::BlockAckManager | |
GetAggregateIterator() const | ns3::Object | |
GetAgreementAsOriginator(const Mac48Address &recipient, uint8_t tid) const | ns3::BlockAckManager | |
GetAgreementAsRecipient(const Mac48Address &originator, uint8_t tid) const | ns3::BlockAckManager | |
GetAttribute(std::string name, AttributeValue &value, bool permissive=false) const | ns3::ObjectBase | |
GetAttributeFailSafe(std::string name, AttributeValue &value) const | ns3::ObjectBase | |
GetBlockAckReqHeader(const Mac48Address &recipient, uint8_t tid) const | ns3::BlockAckManager | |
GetInstanceTypeId() const override | ns3::Object | virtual |
GetNBufferedPackets(const Mac48Address &recipient, uint8_t tid) const | ns3::BlockAckManager | |
GetObject() const | ns3::Object | inline |
GetObject(TypeId tid) const | ns3::Object | |
GetObject() const | ns3::Object | inline |
GetObject(TypeId tid) const | ns3::Object | inline |
GetObjectIid() | ns3::ObjectBase | related |
GetOriginatorStartingSequence(const Mac48Address &recipient, uint8_t tid) const | ns3::BlockAckManager | |
GetRecipientBufferSize(const Mac48Address &recipient, uint8_t tid) const | ns3::BlockAckManager | |
GetReferenceCount() const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
GetSendBarIfDataQueuedList() const | ns3::BlockAckManager | |
GetTypeId() | ns3::BlockAckManager | static |
HandleInFlightMpdu(uint8_t linkId, PacketQueueI mpduIt, MpduStatus status, const OriginatorAgreementsI &it, const Time &now) | ns3::BlockAckManager | private |
InactivityTimeout(const Mac48Address &recipient, uint8_t tid) | ns3::BlockAckManager | private |
Initialize() | ns3::Object | |
IsInitialized() const | ns3::Object | |
m_aggregates | ns3::Object | private |
m_blockAckInactivityTimeout | ns3::BlockAckManager | private |
m_blockAckThreshold | ns3::BlockAckManager | private |
m_blockPackets | ns3::BlockAckManager | private |
m_count | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | mutableprivate |
m_disposed | ns3::Object | private |
m_droppedOldMpduCallback | ns3::BlockAckManager | private |
m_getObjectCount | ns3::Object | private |
m_initialized | ns3::Object | private |
m_originatorAgreements | ns3::BlockAckManager | private |
m_originatorAgreementState | ns3::BlockAckManager | private |
m_queue | ns3::BlockAckManager | private |
m_recipientAgreements | ns3::BlockAckManager | private |
m_sendBarIfDataQueued | ns3::BlockAckManager | private |
m_tid | ns3::Object | private |
m_txFailedCallback | ns3::BlockAckManager | private |
m_txOkCallback | ns3::BlockAckManager | private |
m_unblockPackets | ns3::BlockAckManager | private |
m_unidirectionalAggregates | ns3::Object | private |
MpduStatus enum name | ns3::BlockAckManager | private |
NeedBarRetransmission(uint8_t tid, const Mac48Address &recipient) | ns3::BlockAckManager | |
NotifyConstructionCompleted() | ns3::ObjectBase | protectedvirtual |
NotifyDiscardedMpdu(Ptr< const WifiMpdu > mpdu) | ns3::BlockAckManager | |
NotifyGotAck(uint8_t linkId, Ptr< const WifiMpdu > mpdu) | ns3::BlockAckManager | |
NotifyGotBlockAck(uint8_t linkId, const CtrlBAckResponseHeader &blockAck, const Mac48Address &recipient, const std::set< uint8_t > &tids, size_t index=0) | ns3::BlockAckManager | |
NotifyGotBlockAckRequest(const Mac48Address &originator, uint8_t tid, uint16_t startingSeq) | ns3::BlockAckManager | |
NotifyGotMpdu(Ptr< const WifiMpdu > mpdu) | ns3::BlockAckManager | |
NotifyMissedAck(uint8_t linkId, Ptr< WifiMpdu > mpdu) | ns3::BlockAckManager | |
NotifyMissedBlockAck(uint8_t linkId, const Mac48Address &recipient, uint8_t tid) | ns3::BlockAckManager | |
NotifyNewAggregate() | ns3::Object | protectedvirtual |
NotifyOriginatorAgreementEstablished(const Mac48Address &recipient, uint8_t tid, uint16_t startingSeq) | ns3::BlockAckManager | |
NotifyOriginatorAgreementNoReply(const Mac48Address &recipient, uint8_t tid) | ns3::BlockAckManager | |
NotifyOriginatorAgreementRejected(const Mac48Address &recipient, uint8_t tid) | ns3::BlockAckManager | |
NotifyOriginatorAgreementReset(const Mac48Address &recipient, uint8_t tid) | ns3::BlockAckManager | |
Object() | ns3::Object | |
Object(const Object &o) | ns3::Object | protected |
operator=(const BlockAckManager &)=delete | ns3::BlockAckManager | |
ns3::Object::operator=(const SimpleRefCount &o) | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
OriginatorAgreementOptConstRef typedef | ns3::BlockAckManager | |
OriginatorAgreements typedef | ns3::BlockAckManager | private |
OriginatorAgreementsI typedef | ns3::BlockAckManager | private |
PacketQueue typedef | ns3::BlockAckManager | private |
PacketQueueI typedef | ns3::BlockAckManager | private |
RecipientAgreementOptConstRef typedef | ns3::BlockAckManager | |
RecipientAgreements typedef | ns3::BlockAckManager | private |
Ref() const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
RemoveFromSendBarIfDataQueuedList(const Mac48Address &recipient, uint8_t tid) | ns3::BlockAckManager | |
ScheduleBar(const CtrlBAckRequestHeader &reqHdr, const WifiMacHeader &hdr) | ns3::BlockAckManager | |
SetAttribute(std::string name, const AttributeValue &value) | ns3::ObjectBase | |
SetAttributeFailSafe(std::string name, const AttributeValue &value) | ns3::ObjectBase | |
SetBlockAckInactivityCallback(Callback< void, Mac48Address, uint8_t, bool > callback) | ns3::BlockAckManager | |
SetBlockAckThreshold(uint8_t nPackets) | ns3::BlockAckManager | |
SetBlockDestinationCallback(Callback< void, Mac48Address, uint8_t > callback) | ns3::BlockAckManager | |
SetDroppedOldMpduCallback(DroppedOldMpdu callback) | ns3::BlockAckManager | |
SetQueue(const Ptr< WifiMacQueue > queue) | ns3::BlockAckManager | |
SetTxFailedCallback(TxFailed callback) | ns3::BlockAckManager | |
SetTxOkCallback(TxOk callback) | ns3::BlockAckManager | |
SetTypeId(TypeId tid) | ns3::Object | private |
SetUnblockDestinationCallback(Callback< void, Mac48Address, uint8_t > callback) | ns3::BlockAckManager | |
SimpleRefCount() | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
SimpleRefCount(const SimpleRefCount &o) | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
STAY_INFLIGHT enum value | ns3::BlockAckManager | private |
StorePacket(Ptr< WifiMpdu > mpdu) | ns3::BlockAckManager | |
TO_RETRANSMIT enum value | ns3::BlockAckManager | private |
TraceConnect(std::string name, std::string context, const CallbackBase &cb) | ns3::ObjectBase | |
TraceConnectWithoutContext(std::string name, const CallbackBase &cb) | ns3::ObjectBase | |
TraceDisconnect(std::string name, std::string context, const CallbackBase &cb) | ns3::ObjectBase | |
TraceDisconnectWithoutContext(std::string name, const CallbackBase &cb) | ns3::ObjectBase | |
TxFailed typedef | ns3::BlockAckManager | |
TxOk typedef | ns3::BlockAckManager | |
UnidirectionalAggregateObject(Ptr< Object > other) | ns3::Object | |
Unref() const | ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter > | inline |
UpdateOriginatorAgreement(const MgtAddBaResponseHeader &respHdr, const Mac48Address &recipient, uint16_t startingSeq) | ns3::BlockAckManager | |
UpdateSortedArray(Aggregates *aggregates, uint32_t i) const | ns3::Object | private |
~BlockAckManager() override | ns3::BlockAckManager | |
~Object() override | ns3::Object | |
~ObjectBase() | ns3::ObjectBase | virtual |