FrameExchangeManager is a base class handling the basic frame exchange sequences for non-QoS stations. More...
#include "frame-exchange-manager.h"
Classes | |
struct | OngoingRxInfo |
Information about the MPDU being received. More... | |
Public Types | |
typedef Callback< void, Ptr< const WifiMpdu > > | AckedMpdu |
typedef for a callback to invoke when an MPDU is successfully acknowledged. | |
typedef Callback< void, WifiMacDropReason, Ptr< const WifiMpdu > > | DroppedMpdu |
typedef for a callback to invoke when an MPDU is dropped. | |
Public Member Functions | |
FrameExchangeManager () | |
~FrameExchangeManager () override | |
virtual void | CalculateAcknowledgmentTime (WifiAcknowledgment *acknowledgment) const |
Calculate the time required to acknowledge a frame according to the given acknowledgment method. | |
virtual void | CalculateProtectionTime (WifiProtection *protection) const |
Calculate the time required to protect a frame according to the given protection method. | |
Ptr< WifiAckManager > | GetAckManager () const |
Get the Acknowledgment Manager used by this node. | |
Mac48Address | GetAddress () const |
Get the MAC address. | |
MHz_u | GetAllowedWidth () const |
Mac48Address | GetBssid () const |
Get the Basic Service Set Identification. | |
std::optional< std::reference_wrapper< const OngoingRxInfo > > | GetOngoingRxInfo () const |
const std::set< Mac48Address > & | GetProtectedStas () const |
Ptr< WifiProtectionManager > | GetProtectionManager () const |
Get the Protection Manager used by this node. | |
std::optional< std::reference_wrapper< const WifiMacHeader > > | GetReceivedMacHdr () const |
const WifiTxTimer & | GetWifiTxTimer () const |
Get a const reference to the WifiTxTimer object. | |
bool | IsPromisc () const |
Check if the device is operating in promiscuous mode. | |
virtual void | NotifyInternalCollision (Ptr< Txop > txop) |
Notify that an internal collision has occurred for the given Txop. | |
void | NotifyOffNow () |
This method is typically invoked by the PhyListener to notify the MAC layer that the device has been put into off mode. | |
void | NotifySleepNow () |
This method is typically invoked by the PhyListener to notify the MAC layer that the device has been put into sleep mode. | |
virtual void | NotifySwitchingStartNow (Time duration) |
void | Receive (Ptr< const WifiPsdu > psdu, RxSignalInfo rxSignalInfo, const WifiTxVector &txVector, const std::vector< bool > &perMpduStatus) |
This method is intended to be called by the PHY layer every time an MPDU is received and also when the reception of an A-MPDU is completed. | |
virtual void | ResetPhy () |
Remove WifiPhy associated with this FrameExchangeManager. | |
void | SetAckedMpduCallback (AckedMpdu callback) |
Set the callback to invoke when an MPDU is successfully acked. | |
virtual void | SetAckManager (Ptr< WifiAckManager > ackManager) |
Set the Acknowledgment Manager to use. | |
virtual void | SetAddress (Mac48Address address) |
Set the MAC address. | |
virtual void | SetBssid (Mac48Address bssid) |
Set the Basic Service Set Identification. | |
virtual void | SetChannelAccessManager (const Ptr< ChannelAccessManager > channelAccessManager) |
Set the channel access manager to use. | |
virtual void | SetDroppedMpduCallback (DroppedMpdu callback) |
Set the callback to invoke when an MPDU is dropped. | |
virtual void | SetLinkId (uint8_t linkId) |
Set the ID of the link this Frame Exchange Manager is associated with. | |
virtual void | SetMacRxMiddle (const Ptr< MacRxMiddle > rxMiddle) |
Set the MAC RX Middle to use. | |
virtual void | SetMacTxMiddle (const Ptr< MacTxMiddle > txMiddle) |
Set the MAC TX Middle to use. | |
void | SetPromisc () |
Enable promiscuous mode. | |
virtual void | SetProtectionManager (Ptr< WifiProtectionManager > protectionManager) |
Set the Protection Manager to use. | |
virtual void | SetWifiMac (const Ptr< WifiMac > mac) |
Set the MAC layer to use. | |
virtual void | SetWifiPhy (const Ptr< WifiPhy > phy) |
Set the PHY layer to use. | |
virtual bool | StartTransmission (Ptr< Txop > dcf, MHz_u allowedWidth) |
Request the FrameExchangeManager to start a frame exchange sequence. | |
virtual bool | VirtualCsMediumIdle () const |
![]() | |
Object () | |
Constructor. | |
~Object () override | |
Destructor. | |
void | AggregateObject (Ptr< Object > other) |
Aggregate two Objects together. | |
void | Dispose () |
Dispose of this Object. | |
AggregateIterator | GetAggregateIterator () const |
Get an iterator to the Objects aggregated to this one. | |
TypeId | GetInstanceTypeId () const override |
Get the most derived TypeId for this Object. | |
template<typename T > | |
Ptr< T > | GetObject () const |
Get a pointer to the requested aggregated Object. | |
template<> | |
Ptr< Object > | GetObject () const |
Specialization of () for objects of type ns3::Object. | |
template<typename T > | |
Ptr< T > | GetObject (TypeId tid) const |
Get a pointer to the requested aggregated Object by TypeId. | |
template<> | |
Ptr< Object > | GetObject (TypeId tid) const |
Specialization of (TypeId tid) for objects of type ns3::Object. | |
void | Initialize () |
Invoke DoInitialize on all Objects aggregated to this one. | |
bool | IsInitialized () const |
Check if the object has been initialized. | |
void | UnidirectionalAggregateObject (Ptr< Object > other) |
Aggregate an Object to another Object. | |
![]() | |
SimpleRefCount () | |
Default constructor. | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment operator. | |
void | Ref () const |
Increment the reference count. | |
void | Unref () const |
Decrement the reference count. | |
![]() | |
virtual | ~ObjectBase () |
Virtual destructor. | |
void | GetAttribute (std::string name, AttributeValue &value, bool permissive=false) const |
Get the value of an attribute, raising fatal errors if unsuccessful. | |
bool | GetAttributeFailSafe (std::string name, AttributeValue &value) const |
Get the value of an attribute without raising errors. | |
void | SetAttribute (std::string name, const AttributeValue &value) |
Set a single attribute, raising fatal errors if unsuccessful. | |
bool | SetAttributeFailSafe (std::string name, const AttributeValue &value) |
Set a single attribute without raising errors. | |
bool | TraceConnect (std::string name, std::string context, const CallbackBase &cb) |
Connect a TraceSource to a Callback with a context. | |
bool | TraceConnectWithoutContext (std::string name, const CallbackBase &cb) |
Connect a TraceSource to a Callback without a context. | |
bool | TraceDisconnect (std::string name, std::string context, const CallbackBase &cb) |
Disconnect from a TraceSource a Callback previously connected with a context. | |
bool | TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb) |
Disconnect from a TraceSource a Callback previously connected without a context. | |
Static Public Member Functions | |
static TypeId | GetTypeId () |
Get the type ID. | |
![]() | |
static TypeId | GetTypeId () |
Register this type. | |
![]() | |
static TypeId | GetTypeId () |
Get the type ID. | |
Protected Member Functions | |
virtual void | CtsTimeout (Ptr< WifiMpdu > rts, const WifiTxVector &txVector) |
Called when the CTS timeout expires. | |
virtual void | DequeueMpdu (Ptr< const WifiMpdu > mpdu) |
Dequeue the given MPDU from the queue in which it is stored. | |
void | DoCtsTimeout (Ptr< WifiPsdu > psdu) |
Take required actions when the CTS timer fired after sending an RTS to protect the given PSDU expires. | |
void | DoDispose () override |
Destructor implementation. | |
void | DoSendCtsAfterRts (const WifiMacHeader &rtsHdr, WifiTxVector &ctsTxVector, double rtsSnr) |
Send CTS after receiving RTS. | |
Ptr< WifiMpdu > | DropMpduIfRetryLimitReached (Ptr< WifiPsdu > psdu) |
Wrapper for the GetMpdusToDropOnTxFailure function of the remote station manager that additionally drops the MPDUs in the given PSDU that the remote station manager requested to drop. | |
virtual void | EndReceiveAmpdu (Ptr< const WifiPsdu > psdu, const RxSignalInfo &rxSignalInfo, const WifiTxVector &txVector, const std::vector< bool > &perMpduStatus) |
This method is called when the reception of an A-MPDU including multiple MPDUs is completed. | |
virtual void | FinalizeMacHeader (Ptr< const WifiPsdu > psdu) |
Finalize the MAC header of the MPDUs in the given PSDU before transmission. | |
virtual void | ForwardMpduDown (Ptr< WifiMpdu > mpdu, WifiTxVector &txVector) |
Forward an MPDU down to the PHY layer. | |
virtual Time | GetCtsToSelfDurationId (const WifiTxVector &ctsTxVector, Time txDuration, Time response) const |
Compute how to set the Duration/ID field of a CTS-to-self frame to send to protect a frame transmitted with the given TX vector. | |
Ptr< WifiMpdu > | GetFirstFragmentIfNeeded (Ptr< WifiMpdu > mpdu) |
Fragment the given MPDU if needed. | |
virtual Time | GetFrameDurationId (const WifiMacHeader &header, uint32_t size, const WifiTxParameters &txParams, Ptr< Packet > fragmentedPacket) const |
Compute how to set the Duration/ID field of a frame being transmitted with the given TX parameters. | |
Ptr< WifiMpdu > | GetNextFragment () |
Get the next fragment of the current MSDU. | |
virtual uint32_t | GetPsduSize (Ptr< const WifiMpdu > mpdu, const WifiTxVector &txVector) const |
Get the size in bytes of the given MPDU, which is to be transmitted with the given TXVECTOR. | |
virtual Time | GetRtsDurationId (const WifiTxVector &rtsTxVector, Time txDuration, Time response) const |
Compute how to set the Duration/ID field of an RTS frame to send to protect a frame transmitted with the given TX vector. | |
virtual Time | GetTxDuration (uint32_t ppduPayloadSize, Mac48Address receiver, const WifiTxParameters &txParams) const |
Get the updated TX duration of the frame associated with the given TX parameters if the size of the PSDU addressed to the given receiver becomes ppduPayloadSize. | |
virtual bool | GetUpdateCwOnCtsTimeout () const |
Ptr< WifiRemoteStationManager > | GetWifiRemoteStationManager () const |
virtual void | NavResetTimeout () |
Reset the NAV upon expiration of the NAV reset timer. | |
virtual void | NormalAckTimeout (Ptr< WifiMpdu > mpdu, const WifiTxVector &txVector) |
Called when the Ack timeout expires. | |
virtual void | NotifyChannelReleased (Ptr< Txop > txop) |
Notify the given Txop that channel has been released. | |
virtual void | NotifyLastGcrUrTx (Ptr< const WifiMpdu > mpdu) |
Notify the last (re)transmission of a groupcast MPDU using the GCR-UR service. | |
virtual void | NotifyPacketDiscarded (Ptr< const WifiMpdu > mpdu) |
Pass the given MPDU, discarded because of the max retry limit was reached, to the MPDU dropped callback. | |
virtual void | NotifyReceivedNormalAck (Ptr< WifiMpdu > mpdu) |
Notify other components that an MPDU was acknowledged. | |
virtual void | PostProcessFrame (Ptr< const WifiPsdu > psdu, const WifiTxVector &txVector) |
Perform actions that are possibly needed after receiving any frame, independently of whether the frame is addressed to this station (e.g., setting the NAV or the TXOP holder). | |
virtual void | PreProcessFrame (Ptr< const WifiPsdu > psdu, const WifiTxVector &txVector) |
Perform actions that are possibly needed when receiving any frame, independently of whether the frame is addressed to this station (e.g., storing buffer status reports). | |
virtual void | ProtectionCompleted () |
Transmit prepared frame immediately, if no protection was used, or in a SIFS, if protection was completed successfully. | |
virtual void | PsduRxError (Ptr< const WifiPsdu > psdu) |
This method is called when the reception of a PSDU fails. | |
virtual void | ReceivedMacHdr (const WifiMacHeader &macHdr, const WifiTxVector &txVector, Time psduDuration) |
Store information about the MAC header of the MPDU being received. | |
virtual void | ReceivedNormalAck (Ptr< WifiMpdu > mpdu, const WifiTxVector &txVector, const WifiTxVector &ackTxVector, const RxSignalInfo &rxInfo, double snr) |
Perform the actions needed when a Normal Ack is received. | |
virtual void | ReceiveMpdu (Ptr< const WifiMpdu > mpdu, RxSignalInfo rxSignalInfo, const WifiTxVector &txVector, bool inAmpdu) |
This method handles the reception of an MPDU (possibly included in an A-MPDU) | |
virtual void | ReleaseSequenceNumbers (Ptr< const WifiPsdu > psdu) const |
Make the sequence numbers of MPDUs included in the given PSDU available again if the MPDUs have never been transmitted. | |
virtual void | Reset () |
Reset this frame exchange manager. | |
virtual void | RetransmitMpduAfterMissedAck (Ptr< WifiMpdu > mpdu) const |
Retransmit an MPDU that was not acknowledged. | |
virtual void | RxStartIndication (WifiTxVector txVector, Time psduDuration) |
virtual void | SendCtsAfterRts (const WifiMacHeader &rtsHdr, WifiMode rtsTxMode, double rtsSnr) |
Send CTS after receiving RTS. | |
void | SendCtsToSelf (const WifiTxParameters &txParams) |
Send CTS for a CTS-to-self mechanism. | |
void | SendMpduWithProtection (Ptr< WifiMpdu > mpdu, WifiTxParameters &txParams) |
Send an MPDU with the given TX parameters (with the specified protection). | |
void | SendNormalAck (const WifiMacHeader &hdr, const WifiTxVector &dataTxVector, double dataSnr) |
Send Normal Ack. | |
void | SendRts (const WifiTxParameters &txParams) |
Send RTS to begin RTS-CTS-Data-Ack transaction. | |
virtual void | StartProtection (const WifiTxParameters &txParams) |
Start the protection mechanism indicated by the given TX parameters. | |
virtual void | TransmissionFailed (bool forceCurrentCw=false) |
Take necessary actions upon a transmission failure. | |
virtual void | TransmissionSucceeded () |
Take necessary actions upon a transmission success. | |
virtual void | UpdateNav (Ptr< const WifiPsdu > psdu, const WifiTxVector &txVector) |
Update the NAV, if needed, based on the Duration/ID of the given psdu. | |
void | UpdateTxDuration (Mac48Address receiver, WifiTxParameters &txParams) const |
Update the TX duration field of the given TX parameters after that the PSDU addressed to the given receiver has changed. | |
![]() | |
Object (const Object &o) | |
Copy an Object. | |
virtual void | DoInitialize () |
Initialize() implementation. | |
virtual void | NotifyNewAggregate () |
Notify all Objects aggregated to this one of a new Object being aggregated. | |
![]() | |
void | ConstructSelf (const AttributeConstructionList &attributes) |
Complete construction of ObjectBase; invoked by derived classes. | |
virtual void | NotifyConstructionCompleted () |
Notifier called once the ObjectBase is fully constructed. | |
Protected Attributes | |
AckedMpdu | m_ackedMpduCallback |
the acknowledged MPDU callback | |
MHz_u | m_allowedWidth |
the allowed width for the current transmission | |
Ptr< ApWifiMac > | m_apMac |
AP MAC layer pointer (null if not an AP) | |
Mac48Address | m_bssid |
BSSID address (Mac48Address) | |
Ptr< ChannelAccessManager > | m_channelAccessManager |
the channel access manager | |
Ptr< Txop > | m_dcf |
the DCF/EDCAF that gained channel access | |
DroppedMpdu | m_droppedMpduCallback |
the dropped MPDU callback | |
uint8_t | m_linkId |
the ID of the link this object is associated with | |
Ptr< WifiMac > | m_mac |
the MAC layer on this station | |
Time | m_navEnd |
NAV expiration time. | |
EventId | m_navResetEvent |
the event to reset the NAV after an RTS | |
Ptr< WifiPhy > | m_phy |
the PHY layer on this station | |
bool | m_promisc |
Flag if the device is operating in promiscuous mode. | |
bool | m_protectedIfResponded |
whether a STA is assumed to be protected if replied to a frame requiring acknowledgment | |
std::set< Mac48Address > | m_protectedStas |
STAs that have replied to an RTS in this TXOP. | |
Ptr< MacRxMiddle > | m_rxMiddle |
the MAC RX Middle on this station | |
Mac48Address | m_self |
the MAC address of this device | |
EventId | m_sendCtsEvent |
the event to send a CTS after an (MU-)RTS | |
std::set< Mac48Address > | m_sentFrameTo |
the STA(s) to which we sent a frame requesting a response | |
std::set< Mac48Address > | m_sentRtsTo |
the STA(s) which we sent an RTS to (waiting for CTS) | |
Ptr< StaWifiMac > | m_staMac |
STA MAC layer pointer (null if not a STA) | |
Ptr< MacTxMiddle > | m_txMiddle |
the MAC TX Middle on this station | |
Time | m_txNav |
the TXNAV timer | |
WifiTxTimer | m_txTimer |
the timer set upon frame transmission | |
Private Member Functions | |
void | SendMpdu () |
Send the current MPDU, which can be acknowledged by a Normal Ack. | |
Private Attributes | |
Ptr< WifiAckManager > | m_ackManager |
Acknowledgment manager. | |
Ptr< Packet > | m_fragmentedPacket |
the MSDU being fragmented | |
bool | m_moreFragments |
true if a fragment has to be sent after a SIFS | |
Ptr< WifiMpdu > | m_mpdu |
the MPDU being transmitted | |
OngoingRxInfo | m_ongoingRxInfo {} |
information about the MAC header of the MPDU being received | |
Ptr< WifiProtectionManager > | m_protectionManager |
Protection manager. | |
WifiTxParameters | m_txParams |
the TX parameters for the current frame | |
Additional Inherited Members | |
![]() | |
static TypeId | GetObjectIid () |
Ensure the TypeId for ObjectBase gets fully configured to anchor the inheritance tree properly. | |
FrameExchangeManager is a base class handling the basic frame exchange sequences for non-QoS stations.
The fragmentation policy implemented uses a simple fragmentation threshold: any packet bigger than this threshold is fragmented in fragments whose size is smaller than the threshold.
The retransmission policy is also very simple: every packet is retransmitted until it is either successfully transmitted or it has been retransmitted up until the SSRC or SLRC thresholds.
Definition at line 59 of file frame-exchange-manager.h.
typedef Callback<void, Ptr<const WifiMpdu> > ns3::FrameExchangeManager::AckedMpdu |
typedef for a callback to invoke when an MPDU is successfully acknowledged.
Definition at line 77 of file frame-exchange-manager.h.
typedef Callback<void, WifiMacDropReason, Ptr<const WifiMpdu> > ns3::FrameExchangeManager::DroppedMpdu |
typedef for a callback to invoke when an MPDU is dropped.
Definition at line 73 of file frame-exchange-manager.h.
ns3::FrameExchangeManager::FrameExchangeManager | ( | ) |
Definition at line 56 of file frame-exchange-manager.cc.
References NS_LOG_FUNCTION.
|
override |
Definition at line 67 of file frame-exchange-manager.cc.
References NS_LOG_FUNCTION_NOARGS.
|
virtual |
Calculate the time required to acknowledge a frame according to the given acknowledgment method.
The acknowledgment time is stored in the acknowledgment object itself.
acknowledgment | the acknowledgment method |
Reimplemented in ns3::HeFrameExchangeManager, and ns3::HtFrameExchangeManager.
Definition at line 707 of file frame-exchange-manager.cc.
References ns3::WifiAcknowledgment::acknowledgmentTime, ns3::GetAckSize(), ns3::WifiAcknowledgment::method, NS_ASSERT, NS_LOG_FUNCTION, and ns3::Seconds().
Referenced by ns3::HtFrameExchangeManager::CalculateAcknowledgmentTime(), SendMpduWithProtection(), and ns3::QosFrameExchangeManager::TryAddMpdu().
|
virtual |
Calculate the time required to protect a frame according to the given protection method.
The protection time is stored in the protection object itself.
protection | the protection method |
Reimplemented in ns3::HeFrameExchangeManager.
Definition at line 674 of file frame-exchange-manager.cc.
References ns3::GetCtsSize(), ns3::GetRtsSize(), ns3::WifiProtection::method, NS_ASSERT, NS_LOG_FUNCTION, ns3::WifiProtection::protectionTime, and ns3::Seconds().
Referenced by ns3::QosFrameExchangeManager::TryAddMpdu().
|
protectedvirtual |
Called when the CTS timeout expires.
rts | the RTS that solicited a CTS response |
txVector | the TXVECTOR used to transmit the RTS frame |
Reimplemented in ns3::HeFrameExchangeManager, and ns3::HtFrameExchangeManager.
Definition at line 1088 of file frame-exchange-manager.cc.
References NS_LOG_FUNCTION.
Referenced by ns3::HeFrameExchangeManager::CtsAfterMuRtsTimeout(), ns3::HeFrameExchangeManager::CtsTimeout(), and ns3::HtFrameExchangeManager::CtsTimeout().
Dequeue the given MPDU from the queue in which it is stored.
mpdu | the given MPDU |
Definition at line 657 of file frame-exchange-manager.cc.
References NS_LOG_DEBUG.
Referenced by ns3::HtFrameExchangeManager::GetBar(), ns3::HtFrameExchangeManager::SendAddBaResponse(), and SendMpdu().
Take required actions when the CTS timer fired after sending an RTS to protect the given PSDU expires.
psdu | the PSDU protected by the failed RTS |
Definition at line 1097 of file frame-exchange-manager.cc.
References NS_LOG_FUNCTION, and ns3::PeekPointer().
Referenced by ns3::HeFrameExchangeManager::CtsTimeout(), and ns3::HtFrameExchangeManager::CtsTimeout().
|
overrideprotectedvirtual |
Destructor implementation.
This method is called by Dispose() or by the Object's destructor, whichever comes first.
Subclasses are expected to implement their real destruction code in an overridden version of this method and chain up to their parent's implementation once they are done. i.e, for simplicity, the destructor of every subclass should be empty and its content should be moved to the associated DoDispose() method.
It is safe to call GetObject() from within this method.
Reimplemented from ns3::Object.
Reimplemented in ns3::HeFrameExchangeManager, ns3::HtFrameExchangeManager, and ns3::QosFrameExchangeManager.
Definition at line 88 of file frame-exchange-manager.cc.
References ns3::Object::DoDispose(), m_ackManager, m_apMac, m_channelAccessManager, m_fragmentedPacket, m_mac, m_protectionManager, m_rxMiddle, m_staMac, m_txMiddle, NS_LOG_FUNCTION, Reset(), and ResetPhy().
Referenced by ns3::QosFrameExchangeManager::DoDispose().
|
protected |
Send CTS after receiving RTS.
rtsHdr | the header of the received RTS |
ctsTxVector | the TXVECTOR to use to transmit the CTS |
rtsSnr | the SNR of the RTS in linear scale |
Definition at line 840 of file frame-exchange-manager.cc.
References ns3::WifiMacHeader::GetAddr2(), ns3::GetCtsSize(), ns3::WifiMacHeader::GetDuration(), ns3::Time::IsStrictlyNegative(), NS_LOG_FUNCTION, ns3::Seconds(), ns3::SnrTag::Set(), ns3::WifiMacHeader::SetAddr1(), ns3::WifiMacHeader::SetDsNotFrom(), ns3::WifiMacHeader::SetDsNotTo(), ns3::WifiMacHeader::SetDuration(), ns3::WifiMacHeader::SetNoMoreFragments(), ns3::WifiMacHeader::SetNoRetry(), ns3::WifiMacHeader::SetType(), and ns3::WIFI_MAC_CTL_CTS.
|
protected |
Wrapper for the GetMpdusToDropOnTxFailure function of the remote station manager that additionally drops the MPDUs in the given PSDU that the remote station manager requested to drop.
psdu | the given PSDU |
Definition at line 1037 of file frame-exchange-manager.cc.
References NS_LOG_FUNCTION.
Referenced by ns3::HeFrameExchangeManager::DoCtsAfterMuRtsTimeout().
|
protectedvirtual |
This method is called when the reception of an A-MPDU including multiple MPDUs is completed.
psdu | the received PSDU |
rxSignalInfo | the info on the received signal ( |
txVector | TxVector of the received PSDU |
perMpduStatus | per MPDU reception status |
Reimplemented in ns3::EhtFrameExchangeManager, ns3::HeFrameExchangeManager, and ns3::HtFrameExchangeManager.
Definition at line 1533 of file frame-exchange-manager.cc.
References NS_ASSERT_MSG.
Finalize the MAC header of the MPDUs in the given PSDU before transmission.
Tasks performed by this method include setting the Power Management flag in the MAC header.
psdu | the given PSDU |
Reimplemented in ns3::HtFrameExchangeManager.
Definition at line 627 of file frame-exchange-manager.cc.
References NS_ABORT_MSG, NS_LOG_FUNCTION, ns3::PeekPointer(), ns3::STA, ns3::WIFI_PM_ACTIVE, ns3::WIFI_PM_POWERSAVE, ns3::WIFI_PM_SWITCHING_TO_ACTIVE, and ns3::WIFI_PM_SWITCHING_TO_PS.
|
protectedvirtual |
Forward an MPDU down to the PHY layer.
mpdu | the MPDU to forward down |
txVector | the TXVECTOR used to transmit the MPDU |
Reimplemented in ns3::HtFrameExchangeManager, and ns3::QosFrameExchangeManager.
Definition at line 608 of file frame-exchange-manager.cc.
References ns3::WifiTxVector::GetChannelWidth(), Max, and NS_LOG_FUNCTION.
Referenced by ns3::QosFrameExchangeManager::ForwardMpduDown().
Ptr< WifiAckManager > ns3::FrameExchangeManager::GetAckManager | ( | ) | const |
Get the Acknowledgment Manager used by this node.
Definition at line 126 of file frame-exchange-manager.cc.
References m_ackManager.
Referenced by ns3::EhtFrameExchangeManager::SetLinkId(), and ns3::QosFrameExchangeManager::TryAddMpdu().
Mac48Address ns3::FrameExchangeManager::GetAddress | ( | ) | const |
Get the MAC address.
Definition at line 225 of file frame-exchange-manager.cc.
References m_self.
Referenced by ns3::EhtFrameExchangeManager::CreateAliasIfNeeded().
MHz_u ns3::FrameExchangeManager::GetAllowedWidth | ( | ) | const |
Definition at line 244 of file frame-exchange-manager.cc.
References m_allowedWidth.
Mac48Address ns3::FrameExchangeManager::GetBssid | ( | ) | const |
Get the Basic Service Set Identification.
Definition at line 238 of file frame-exchange-manager.cc.
References m_bssid.
|
protectedvirtual |
Compute how to set the Duration/ID field of a CTS-to-self frame to send to protect a frame transmitted with the given TX vector.
ctsTxVector | the TX vector used to send the CTS-to-self frame |
txDuration | the TX duration of the data frame |
response | the time taken by the response (acknowledgment) to the data frame |
Reimplemented in ns3::QosFrameExchangeManager.
Definition at line 885 of file frame-exchange-manager.cc.
References NS_LOG_FUNCTION.
Referenced by ns3::QosFrameExchangeManager::GetCtsToSelfDurationId().
|
protected |
Fragment the given MPDU if needed.
If fragmentation is needed, return the first fragment; otherwise, return the given MPDU. Note that, if fragmentation is applied, the given MPDU is dequeued from the MAC queue and the first fragment is enqueued in its place.
mpdu | the given MPDU |
Definition at line 411 of file frame-exchange-manager.cc.
References ns3::Create(), ns3::Packet::CreateFragment(), GetWifiRemoteStationManager(), m_fragmentedPacket, m_mac, NS_ASSERT, NS_LOG_DEBUG, and NS_LOG_FUNCTION.
Referenced by ns3::QosFrameExchangeManager::StartFrameExchange(), and StartTransmission().
|
protectedvirtual |
Compute how to set the Duration/ID field of a frame being transmitted with the given TX parameters.
header | the MAC header of the frame |
size | the size of the frame in bytes |
txParams | the TX parameters used to send the frame |
fragmentedPacket | the packet that originated the frame to transmit, in case the latter is a fragment |
Reimplemented in ns3::QosFrameExchangeManager.
Definition at line 741 of file frame-exchange-manager.cc.
References ns3::GetAckSize(), ns3::WifiMacHeader::GetAddr1(), ns3::WifiMacHeader::GetFragmentNumber(), ns3::WifiMacHeader::GetSize(), ns3::WifiMacHeader::IsMoreFragments(), ns3::WifiTxParameters::m_acknowledgment, ns3::WifiTxParameters::m_txVector, NS_ASSERT, and NS_LOG_FUNCTION.
Referenced by ns3::QosFrameExchangeManager::GetFrameDurationId().
Get the next fragment of the current MSDU.
Only called for fragmented MSDUs.
Definition at line 962 of file frame-exchange-manager.cc.
References ns3::WifiMacHeader::GetFragmentNumber(), NS_ASSERT, NS_LOG_FUNCTION, ns3::WifiMacHeader::SetFragmentNumber(), ns3::WifiMacHeader::SetMoreFragments(), and ns3::WifiMacHeader::SetNoMoreFragments().
std::optional< std::reference_wrapper< const FrameExchangeManager::OngoingRxInfo > > ns3::FrameExchangeManager::GetOngoingRxInfo | ( | ) | const |
Definition at line 328 of file frame-exchange-manager.cc.
References ns3::FrameExchangeManager::OngoingRxInfo::endOfPsduRx, m_ongoingRxInfo, and ns3::Simulator::Now().
Referenced by GetReceivedMacHdr().
const std::set< Mac48Address > & ns3::FrameExchangeManager::GetProtectedStas | ( | ) | const |
Definition at line 509 of file frame-exchange-manager.cc.
References m_protectedStas.
Ptr< WifiProtectionManager > ns3::FrameExchangeManager::GetProtectionManager | ( | ) | const |
Get the Protection Manager used by this node.
Definition at line 113 of file frame-exchange-manager.cc.
References m_protectionManager.
Referenced by ns3::EhtFrameExchangeManager::SetLinkId(), ns3::QosFrameExchangeManager::StartFrameExchange(), and ns3::QosFrameExchangeManager::TryAddMpdu().
|
protectedvirtual |
Get the size in bytes of the given MPDU, which is to be transmitted with the given TXVECTOR.
The purpose of this method is that it can be overridden to compute the size of an S-MPDU.
mpdu | the given MPDU |
txVector | the given TXVECTOR |
Reimplemented in ns3::VhtFrameExchangeManager.
Definition at line 668 of file frame-exchange-manager.cc.
Referenced by ns3::VhtFrameExchangeManager::GetPsduSize(), and SendMpdu().
std::optional< std::reference_wrapper< const WifiMacHeader > > ns3::FrameExchangeManager::GetReceivedMacHdr | ( | ) | const |
Definition at line 338 of file frame-exchange-manager.cc.
References GetOngoingRxInfo(), and ns3::FrameExchangeManager::OngoingRxInfo::macHdr.
|
protectedvirtual |
Compute how to set the Duration/ID field of an RTS frame to send to protect a frame transmitted with the given TX vector.
rtsTxVector | the TX vector used to send the RTS frame |
txDuration | the TX duration of the data frame |
response | the time taken by the response (acknowledgment) to the data frame |
Reimplemented in ns3::QosFrameExchangeManager.
Definition at line 773 of file frame-exchange-manager.cc.
References ns3::GetCtsSize(), ns3::WifiTxVector::GetMode(), and NS_LOG_FUNCTION.
Referenced by ns3::HeFrameExchangeManager::GetMuRtsDurationId(), and ns3::QosFrameExchangeManager::GetRtsDurationId().
|
protectedvirtual |
Get the updated TX duration of the frame associated with the given TX parameters if the size of the PSDU addressed to the given receiver becomes ppduPayloadSize.
ppduPayloadSize | the new PSDU size |
receiver | the MAC address of the receiver of the PSDU |
txParams | the TX parameters |
Reimplemented in ns3::HeFrameExchangeManager.
Definition at line 727 of file frame-exchange-manager.cc.
References ns3::WifiTxParameters::m_txVector.
|
static |
Get the type ID.
Definition at line 38 of file frame-exchange-manager.cc.
References m_protectedIfResponded, ns3::MakeBooleanAccessor(), ns3::MakeBooleanChecker(), and ns3::TypeId::SetParent().
|
protectedvirtual |
Reimplemented in ns3::EhtFrameExchangeManager.
Definition at line 1129 of file frame-exchange-manager.cc.
Referenced by ns3::HeFrameExchangeManager::DoCtsAfterMuRtsTimeout(), and ns3::EhtFrameExchangeManager::GetUpdateCwOnCtsTimeout().
|
protected |
Definition at line 169 of file frame-exchange-manager.cc.
References m_linkId, and m_mac.
Referenced by ns3::EhtFrameExchangeManager::CheckEmlsrClientStartingTxop(), ns3::EhtFrameExchangeManager::CreateAliasIfNeeded(), ns3::HeFrameExchangeManager::DoCtsAfterMuRtsTimeout(), ns3::EhtFrameExchangeManager::DropReceivedIcf(), ns3::EhtFrameExchangeManager::EmlsrSwitchToListening(), ns3::EhtFrameExchangeManager::ForwardPsduDown(), ns3::EhtFrameExchangeManager::ForwardPsduMapDown(), ns3::HtFrameExchangeManager::GetBar(), GetFirstFragmentIfNeeded(), ns3::EhtFrameExchangeManager::GetMostRecentRssi(), ns3::EhtFrameExchangeManager::IsCrossLinkCollision(), ns3::HtFrameExchangeManager::NeedSetupBlockAck(), ns3::EhtFrameExchangeManager::NotifyChannelReleased(), ns3::HtFrameExchangeManager::NotifyPacketDiscarded(), ns3::HtFrameExchangeManager::NotifyReceivedNormalAck(), ns3::EhtFrameExchangeManager::PostProcessFrame(), ns3::EhtFrameExchangeManager::PreProcessFrame(), ns3::EhtFrameExchangeManager::ReceivedQosNullAfterBsrpTf(), ns3::EhtFrameExchangeManager::ReceiveMpdu(), ns3::HtFrameExchangeManager::SendAddBaRequest(), ns3::HtFrameExchangeManager::SendAddBaResponse(), ns3::QosFrameExchangeManager::SendCfEndIfNeeded(), ns3::EhtFrameExchangeManager::SendCtsAfterRts(), ns3::HtFrameExchangeManager::SendDataFrame(), ns3::HtFrameExchangeManager::SendDelbaFrame(), ns3::HtFrameExchangeManager::SendMpduFromBaManager(), ns3::EhtFrameExchangeManager::SetIcfPaddingAndTxVector(), ns3::HtFrameExchangeManager::StartFrameExchange(), ns3::QosFrameExchangeManager::StartFrameExchange(), ns3::EhtFrameExchangeManager::StartTransmission(), StartTransmission(), ns3::EhtFrameExchangeManager::SwitchToListeningOrUnblockLinks(), ns3::EhtFrameExchangeManager::TxopEnd(), ns3::EhtFrameExchangeManager::UnblockEmlsrLinksIfAllowed(), and ns3::EhtFrameExchangeManager::UsingOtherEmlsrLink().
const WifiTxTimer & ns3::FrameExchangeManager::GetWifiTxTimer | ( | ) | const |
Get a const reference to the WifiTxTimer object.
Definition at line 276 of file frame-exchange-manager.cc.
References m_txTimer.
bool ns3::FrameExchangeManager::IsPromisc | ( | ) | const |
Check if the device is operating in promiscuous mode.
Definition at line 270 of file frame-exchange-manager.cc.
References m_promisc.
|
protectedvirtual |
Reset the NAV upon expiration of the NAV reset timer.
Reimplemented in ns3::EhtFrameExchangeManager, ns3::HeFrameExchangeManager, and ns3::QosFrameExchangeManager.
Definition at line 1346 of file frame-exchange-manager.cc.
References NS_LOG_FUNCTION, and ns3::Seconds().
Referenced by ns3::QosFrameExchangeManager::NavResetTimeout().
|
protectedvirtual |
Called when the Ack timeout expires.
mpdu | the MPDU that solicited a Normal Ack response |
txVector | the TXVECTOR used to transmit the frame soliciting the Normal Ack |
Reimplemented in ns3::HeFrameExchangeManager.
Definition at line 1056 of file frame-exchange-manager.cc.
References NS_LOG_FUNCTION.
Notify the given Txop that channel has been released.
txop | the given Txop |
Reimplemented in ns3::EhtFrameExchangeManager.
Definition at line 1029 of file frame-exchange-manager.cc.
References NS_LOG_FUNCTION.
Referenced by ns3::QosFrameExchangeManager::CancelPifsRecovery(), ns3::EhtFrameExchangeManager::NotifyChannelReleased(), ns3::QosFrameExchangeManager::PifsRecovery(), ns3::HeFrameExchangeManager::ProtectionCompleted(), ns3::QosFrameExchangeManager::SendCfEndIfNeeded(), StartTransmission(), ns3::QosFrameExchangeManager::StartTransmission(), ns3::QosFrameExchangeManager::TransmissionFailed(), and ns3::QosFrameExchangeManager::TransmissionSucceeded().
Notify that an internal collision has occurred for the given Txop.
txop | the Txop for which an internal collision has occurred |
Reimplemented in FrameExchangeManagerStub< TxopType >.
Definition at line 1154 of file frame-exchange-manager.cc.
References NS_LOG_FUNCTION.
Notify the last (re)transmission of a groupcast MPDU using the GCR-UR service.
mpdu | the groupcast MPDU |
Reimplemented in ns3::HtFrameExchangeManager.
Definition at line 1542 of file frame-exchange-manager.cc.
References NS_ASSERT_MSG.
Referenced by SendMpdu().
void ns3::FrameExchangeManager::NotifyOffNow | ( | ) |
This method is typically invoked by the PhyListener to notify the MAC layer that the device has been put into off mode.
When the device is put into off mode, pending MAC transmissions (RTS, CTS, Data and Ack) are cancelled.
Definition at line 1206 of file frame-exchange-manager.cc.
References NS_LOG_DEBUG.
|
protectedvirtual |
Pass the given MPDU, discarded because of the max retry limit was reached, to the MPDU dropped callback.
mpdu | the discarded MPDU |
Reimplemented in ns3::HtFrameExchangeManager.
Definition at line 282 of file frame-exchange-manager.cc.
References ns3::Callback< R, UArgs >::IsNull(), m_droppedMpduCallback, NS_ASSERT, NS_LOG_FUNCTION, and ns3::WIFI_MAC_DROP_REACHED_RETRY_LIMIT.
Referenced by ns3::HtFrameExchangeManager::NotifyPacketDiscarded().
Notify other components that an MPDU was acknowledged.
mpdu | the MPDU that was acknowledged |
Reimplemented in ns3::HtFrameExchangeManager.
Definition at line 1521 of file frame-exchange-manager.cc.
References NS_LOG_FUNCTION.
Referenced by ns3::HtFrameExchangeManager::NotifyReceivedNormalAck().
void ns3::FrameExchangeManager::NotifySleepNow | ( | ) |
This method is typically invoked by the PhyListener to notify the MAC layer that the device has been put into sleep mode.
When the device is put into sleep mode, pending MAC transmissions (RTS, CTS, Data and Ack) are cancelled.
Definition at line 1199 of file frame-exchange-manager.cc.
References NS_LOG_DEBUG.
|
virtual |
duration | switching delay duration. |
This method is typically invoked by the PhyListener to notify the MAC layer that a channel switching occurred. When a channel switching occurs, pending MAC transmissions (RTS, CTS, Data and Ack) are cancelled.
Reimplemented in FrameExchangeManagerStub< TxopType >.
Definition at line 1184 of file frame-exchange-manager.cc.
References NS_LOG_DEBUG, and ns3::Seconds().
|
protectedvirtual |
Perform actions that are possibly needed after receiving any frame, independently of whether the frame is addressed to this station (e.g., setting the NAV or the TXOP holder).
psdu | the received PSDU |
txVector | TX vector of the received PSDU |
Reimplemented in ns3::EhtFrameExchangeManager, ns3::HeFrameExchangeManager, and ns3::QosFrameExchangeManager.
Definition at line 1284 of file frame-exchange-manager.cc.
References NS_LOG_FUNCTION.
Referenced by ns3::QosFrameExchangeManager::PostProcessFrame().
|
protectedvirtual |
Perform actions that are possibly needed when receiving any frame, independently of whether the frame is addressed to this station (e.g., storing buffer status reports).
psdu | the received PSDU |
txVector | TX vector of the received PSDU |
Reimplemented in ns3::EhtFrameExchangeManager, and ns3::QosFrameExchangeManager.
Definition at line 1278 of file frame-exchange-manager.cc.
References NS_LOG_FUNCTION.
Referenced by ns3::EhtFrameExchangeManager::PreProcessFrame(), and ns3::QosFrameExchangeManager::PreProcessFrame().
|
protectedvirtual |
Transmit prepared frame immediately, if no protection was used, or in a SIFS, if protection was completed successfully.
Reimplemented in ns3::EhtFrameExchangeManager, ns3::HeFrameExchangeManager, and ns3::HtFrameExchangeManager.
Definition at line 492 of file frame-exchange-manager.cc.
References ns3::WifiPhy::GetSifs(), m_mpdu, m_phy, m_protectedStas, ns3::WifiTxParameters::m_protection, m_sentRtsTo, m_txParams, ns3::WifiProtection::NONE, NS_ASSERT, NS_LOG_FUNCTION, ns3::Simulator::Schedule(), and SendMpdu().
Referenced by ns3::HeFrameExchangeManager::ProtectionCompleted(), ns3::HtFrameExchangeManager::ProtectionCompleted(), and StartProtection().
This method is called when the reception of a PSDU fails.
psdu | the PSDU whose reception failed |
Reimplemented in ns3::EhtFrameExchangeManager.
Definition at line 1213 of file frame-exchange-manager.cc.
References NS_LOG_FUNCTION.
Referenced by SetWifiPhy().
void ns3::FrameExchangeManager::Receive | ( | Ptr< const WifiPsdu > | psdu, |
RxSignalInfo | rxSignalInfo, | ||
const WifiTxVector & | txVector, | ||
const std::vector< bool > & | perMpduStatus ) |
This method is intended to be called by the PHY layer every time an MPDU is received and also when the reception of an A-MPDU is completed.
In case the PSDU contains multiple MPDUs, the perMpduStatus vector is empty when receiving the individual MPDUs.
psdu | the received PSDU |
rxSignalInfo | the info on the received signal ( |
txVector | TxVector of the received PSDU |
perMpduStatus | per MPDU reception status |
Definition at line 1219 of file frame-exchange-manager.cc.
References ns3::Mac48Address::IsGroup(), NS_ASSERT, NS_LOG_FUNCTION, and ns3::PeekPointer().
Referenced by SetWifiPhy().
|
protectedvirtual |
Store information about the MAC header of the MPDU being received.
macHdr | the MAC header of the MPDU being received |
txVector | the TXVECTOR used to transmit the PSDU |
psduDuration | the remaining duration of the PSDU |
Definition at line 319 of file frame-exchange-manager.cc.
References ns3::Time::As(), m_ongoingRxInfo, ns3::Time::MS, ns3::Simulator::Now(), and NS_LOG_FUNCTION.
Referenced by ResetPhy(), and SetWifiPhy().
|
protectedvirtual |
Perform the actions needed when a Normal Ack is received.
mpdu | the MPDU that was acknowledged |
txVector | the TXVECTOR used to transmit the MPDU that was acknowledged |
ackTxVector | the TXVECTOR used to transmit the Normal Ack frame |
rxInfo | the info on the received signal ( |
snr | the SNR at the receiver for the MPDU that was acknowledged |
Definition at line 1475 of file frame-exchange-manager.cc.
References ns3::WifiTxVector::GetMode(), NS_LOG_DEBUG, and ns3::RxSignalInfo::snr.
|
protectedvirtual |
This method handles the reception of an MPDU (possibly included in an A-MPDU)
mpdu | the received MPDU |
rxSignalInfo | the info on the received signal ( |
txVector | TxVector of the received PSDU |
inAmpdu | true if the MPDU is part of an A-MPDU |
Reimplemented in ns3::EhtFrameExchangeManager, ns3::HeFrameExchangeManager, ns3::HtFrameExchangeManager, and ns3::QosFrameExchangeManager.
Definition at line 1360 of file frame-exchange-manager.cc.
References ns3::SnrTag::Get(), ns3::WifiMacHeader::GetAddr1(), ns3::WifiMacHeader::GetAddr2(), ns3::GetIndividuallyAddressedRecipient(), ns3::WifiTxVector::GetMode(), ns3::WifiMacHeader::GetTypeString(), ns3::WifiMacHeader::IsAck(), ns3::WifiMacHeader::IsBeacon(), ns3::WifiMacHeader::IsCtl(), ns3::WifiMacHeader::IsCts(), ns3::WifiMacHeader::IsData(), ns3::WifiMacHeader::IsMgt(), ns3::WifiMacHeader::IsProbeResp(), ns3::WifiMacHeader::IsQosData(), ns3::WifiMacHeader::IsRts(), NS_ABORT_MSG_IF, NS_ASSERT, NS_LOG_DEBUG, NS_LOG_FUNCTION, ns3::SnrTag::Set(), and ns3::RxSignalInfo::snr.
Referenced by ns3::QosFrameExchangeManager::ReceiveMpdu().
|
protectedvirtual |
Make the sequence numbers of MPDUs included in the given PSDU available again if the MPDUs have never been transmitted.
psdu | the given PSDU |
Reimplemented in ns3::HtFrameExchangeManager.
Definition at line 1135 of file frame-exchange-manager.cc.
References NS_ASSERT_MSG, and NS_LOG_FUNCTION.
Referenced by ns3::HtFrameExchangeManager::ReleaseSequenceNumbers().
|
protectedvirtual |
Reset this frame exchange manager.
Reimplemented in ns3::HeFrameExchangeManager.
Definition at line 73 of file frame-exchange-manager.cc.
References ns3::EventId::Cancel(), ns3::WifiTxTimer::Cancel(), ns3::WifiTxParameters::Clear(), ns3::FrameExchangeManager::OngoingRxInfo::endOfPsduRx, m_dcf, m_mpdu, m_navEnd, m_navResetEvent, m_ongoingRxInfo, m_sendCtsEvent, m_txParams, m_txTimer, ns3::FrameExchangeManager::OngoingRxInfo::macHdr, ns3::Simulator::Now(), and NS_LOG_FUNCTION.
Referenced by DoDispose(), and ns3::HeFrameExchangeManager::Reset().
|
virtual |
Remove WifiPhy associated with this FrameExchangeManager.
Definition at line 188 of file frame-exchange-manager.cc.
References ns3::FrameExchangeManager::OngoingRxInfo::endOfPsduRx, ns3::WifiPhy::GetState(), m_ongoingRxInfo, m_phy, ns3::FrameExchangeManager::OngoingRxInfo::macHdr, ns3::MakeCallback(), ns3::MakeNullCallback(), NS_LOG_FUNCTION, ReceivedMacHdr(), RxStartIndication(), ns3::WifiPhy::SetReceiveErrorCallback(), ns3::WifiPhy::SetReceiveOkCallback(), and ns3::ObjectBase::TraceDisconnectWithoutContext().
Referenced by DoDispose(), and ns3::EhtFrameExchangeManager::NotifySwitchingEmlsrLink().
|
protectedvirtual |
Retransmit an MPDU that was not acknowledged.
mpdu | the MPDU to retransmit |
Reimplemented in ns3::HtFrameExchangeManager.
Definition at line 1082 of file frame-exchange-manager.cc.
References NS_LOG_FUNCTION.
Referenced by ns3::HtFrameExchangeManager::RetransmitMpduAfterMissedAck().
|
protectedvirtual |
txVector | the TXVECTOR decoded from PHY header. |
psduDuration | the duration of the PSDU that is about to be received. |
This method is typically invoked by the lower PHY layer to notify the MAC layer that the reception of a PSDU is starting. This is equivalent to the PHY-RXSTART primitive. If the reception is correct for at least one MPDU of the PSDU the Receive method will be called after psduDuration
.
Reimplemented in ns3::EhtFrameExchangeManager, and ns3::HeFrameExchangeManager.
Definition at line 290 of file frame-exchange-manager.cc.
References ns3::Time::As(), ns3::EventId::Cancel(), ns3::EventId::IsPending(), ns3::WifiTxTimer::IsRunning(), ns3::Time::IsStrictlyPositive(), m_channelAccessManager, m_navResetEvent, m_ongoingRxInfo, m_txTimer, ns3::NanoSeconds(), ns3::Simulator::Now(), NS_ASSERT_MSG, NS_LOG_DEBUG, NS_LOG_FUNCTION, PSDU_DURATION_SAFEGUARD, ns3::WifiTxTimer::Reschedule(), and ns3::Time::US.
Referenced by ResetPhy(), ns3::HeFrameExchangeManager::RxStartIndication(), and SetWifiPhy().
|
protectedvirtual |
Send CTS after receiving RTS.
rtsHdr | the header of the received RTS |
rtsTxMode | the TX mode used to transmit the RTS |
rtsSnr | the SNR of the RTS in linear scale |
Reimplemented in ns3::EhtFrameExchangeManager.
Definition at line 873 of file frame-exchange-manager.cc.
References ns3::WifiMacHeader::GetAddr2(), and NS_LOG_FUNCTION.
Referenced by ns3::QosFrameExchangeManager::ReceiveMpdu(), and ns3::EhtFrameExchangeManager::SendCtsAfterRts().
|
protected |
Send CTS for a CTS-to-self mechanism.
txParams | the TX parameters for the data frame |
Definition at line 895 of file frame-exchange-manager.cc.
References ns3::GetCtsSize(), ns3::WifiTxParameters::m_acknowledgment, ns3::WifiTxParameters::m_protection, ns3::WifiTxParameters::m_txDuration, NS_ASSERT, NS_LOG_FUNCTION, ns3::WifiMacHeader::SetAddr1(), ns3::WifiMacHeader::SetDsNotFrom(), ns3::WifiMacHeader::SetDsNotTo(), ns3::WifiMacHeader::SetDuration(), ns3::WifiMacHeader::SetNoMoreFragments(), ns3::WifiMacHeader::SetNoRetry(), ns3::WifiMacHeader::SetType(), and ns3::WIFI_MAC_CTL_CTS.
Referenced by StartProtection().
|
private |
Send the current MPDU, which can be acknowledged by a Normal Ack.
Definition at line 515 of file frame-exchange-manager.cc.
References ns3::AP, ns3::WifiPhy::CalculateTxDuration(), DequeueMpdu(), ns3::GCR_UNSOLICITED_RETRY, ns3::WifiPhy::GetPhyBand(), GetPsduSize(), ns3::WifiPhy::GetSifs(), ns3::WifiTxParameters::m_acknowledgment, m_apMac, m_mac, m_mpdu, m_phy, m_txParams, ns3::WifiTxParameters::m_txVector, ns3::WifiMacHeader::NO_ACK, ns3::WifiAcknowledgment::NONE, NotifyLastGcrUrTx(), NS_ASSERT, NS_LOG_FUNCTION, ns3::Simulator::Schedule(), and TransmissionSucceeded().
Referenced by ProtectionCompleted().
|
protected |
Send an MPDU with the given TX parameters (with the specified protection).
Note that txParams is moved to m_txParams and hence is left in an undefined state.
mpdu | the MPDU to send |
txParams | the TX parameters to use to transmit the MPDU |
Definition at line 438 of file frame-exchange-manager.cc.
References CalculateAcknowledgmentTime(), ns3::WifiTxParameters::m_acknowledgment, m_linkId, m_mpdu, ns3::WifiTxParameters::m_protection, m_txParams, ns3::WifiProtection::NONE, NS_ASSERT, NS_LOG_FUNCTION, ns3::WifiAckManager::SetQosAckPolicy(), and StartProtection().
Referenced by ns3::HtFrameExchangeManager::SendAddBaRequest(), ns3::HtFrameExchangeManager::SendDataFrame(), ns3::QosFrameExchangeManager::StartFrameExchange(), and StartTransmission().
|
protected |
Send Normal Ack.
hdr | the header of the frame soliciting the Normal Ack |
dataTxVector | the TXVECTOR used to transmit the frame soliciting the Normal Ack |
dataSnr | the SNR of the frame soliciting the Normal Ack in linear scale |
Definition at line 926 of file frame-exchange-manager.cc.
References ns3::GetAckSize(), ns3::WifiMacHeader::GetAddr2(), ns3::WifiMacHeader::GetDuration(), ns3::Time::IsStrictlyNegative(), NS_LOG_FUNCTION, ns3::Seconds(), ns3::SnrTag::Set(), ns3::WifiMacHeader::SetAddr1(), ns3::WifiMacHeader::SetDsNotFrom(), ns3::WifiMacHeader::SetDsNotTo(), ns3::WifiMacHeader::SetDuration(), ns3::WifiMacHeader::SetNoMoreFragments(), ns3::WifiMacHeader::SetNoRetry(), ns3::WifiMacHeader::SetType(), and ns3::WIFI_MAC_CTL_ACK.
Referenced by ns3::QosFrameExchangeManager::ReceiveMpdu().
|
protected |
Send RTS to begin RTS-CTS-Data-Ack transaction.
txParams | the TX parameters for the data frame |
Definition at line 788 of file frame-exchange-manager.cc.
References ns3::GetIndividuallyAddressedRecipient(), ns3::WifiTxParameters::GetPsduInfoMap(), ns3::GetRtsSize(), ns3::WifiTxParameters::m_acknowledgment, ns3::WifiTxParameters::m_protection, ns3::WifiTxParameters::m_txDuration, NS_ASSERT, NS_LOG_FUNCTION, ns3::WifiMacHeader::SetAddr1(), ns3::WifiMacHeader::SetAddr2(), ns3::WifiMacHeader::SetDsNotFrom(), ns3::WifiMacHeader::SetDsNotTo(), ns3::WifiMacHeader::SetDuration(), ns3::WifiMacHeader::SetNoMoreFragments(), ns3::WifiMacHeader::SetNoRetry(), ns3::WifiMacHeader::SetType(), timeout, and ns3::WIFI_MAC_CTL_RTS.
Referenced by StartProtection().
void ns3::FrameExchangeManager::SetAckedMpduCallback | ( | AckedMpdu | callback | ) |
Set the callback to invoke when an MPDU is successfully acked.
callback | the callback to invoke when an MPDU is successfully acked |
Definition at line 257 of file frame-exchange-manager.cc.
References m_ackedMpduCallback, and NS_LOG_FUNCTION.
|
virtual |
Set the Acknowledgment Manager to use.
ackManager | the Acknowledgment Manager to use |
Definition at line 119 of file frame-exchange-manager.cc.
References m_ackManager, and NS_LOG_FUNCTION.
|
virtual |
Set the MAC address.
address | the MAC address |
Definition at line 215 of file frame-exchange-manager.cc.
References m_self, NS_LOG_FUNCTION, and SetBssid().
|
virtual |
Set the Basic Service Set Identification.
bssid | the BSSID |
Definition at line 231 of file frame-exchange-manager.cc.
References m_bssid, and NS_LOG_FUNCTION.
Referenced by SetAddress().
|
virtual |
Set the channel access manager to use.
channelAccessManager | the channel access manager to use |
Definition at line 162 of file frame-exchange-manager.cc.
References m_channelAccessManager, and NS_LOG_FUNCTION.
|
virtual |
Set the callback to invoke when an MPDU is dropped.
callback | the callback to invoke when an MPDU is dropped |
Definition at line 250 of file frame-exchange-manager.cc.
References m_droppedMpduCallback, and NS_LOG_FUNCTION.
|
virtual |
Set the ID of the link this Frame Exchange Manager is associated with.
linkId | the ID of the link this Frame Exchange Manager is associated with |
Reimplemented in ns3::EhtFrameExchangeManager.
Definition at line 132 of file frame-exchange-manager.cc.
References m_linkId, and NS_LOG_FUNCTION.
Referenced by ns3::EhtFrameExchangeManager::SetLinkId().
|
virtual |
Set the MAC RX Middle to use.
rxMiddle | the MAC RX Middle to use |
Definition at line 155 of file frame-exchange-manager.cc.
References m_rxMiddle, and NS_LOG_FUNCTION.
|
virtual |
Set the MAC TX Middle to use.
txMiddle | the MAC TX Middle to use |
Definition at line 148 of file frame-exchange-manager.cc.
References m_txMiddle, and NS_LOG_FUNCTION.
void ns3::FrameExchangeManager::SetPromisc | ( | ) |
Enable promiscuous mode.
Definition at line 264 of file frame-exchange-manager.cc.
References m_promisc.
|
virtual |
Set the Protection Manager to use.
protectionManager | the Protection Manager to use |
Definition at line 106 of file frame-exchange-manager.cc.
References m_protectionManager, and NS_LOG_FUNCTION.
Set the MAC layer to use.
mac | the MAC layer to use |
Reimplemented in ns3::HtFrameExchangeManager.
Definition at line 139 of file frame-exchange-manager.cc.
References ns3::DynamicCast(), m_apMac, m_mac, m_staMac, and NS_LOG_FUNCTION.
Referenced by ns3::HtFrameExchangeManager::SetWifiMac().
Set the PHY layer to use.
phy | the PHY layer to use |
Definition at line 175 of file frame-exchange-manager.cc.
References m_phy, ns3::MakeCallback(), NS_LOG_FUNCTION, PsduRxError(), Receive(), ReceivedMacHdr(), RxStartIndication(), ns3::WifiPhy::SetReceiveErrorCallback(), ns3::WifiPhy::SetReceiveOkCallback(), and ns3::ObjectBase::TraceConnectWithoutContext().
|
protectedvirtual |
Start the protection mechanism indicated by the given TX parameters.
txParams | the TX parameters |
Reimplemented in ns3::HeFrameExchangeManager.
Definition at line 471 of file frame-exchange-manager.cc.
References ns3::WifiProtection::CTS_TO_SELF, ns3::WifiTxParameters::m_protection, ns3::WifiProtection::NONE, NS_ABORT_MSG, NS_LOG_FUNCTION, ProtectionCompleted(), ns3::WifiProtection::RTS_CTS, SendCtsToSelf(), and SendRts().
Referenced by SendMpduWithProtection(), ns3::HtFrameExchangeManager::SendPsduWithProtection(), and ns3::HeFrameExchangeManager::StartProtection().
Request the FrameExchangeManager to start a frame exchange sequence.
dcf | the channel access function that gained channel access. It is the DCF on non-QoS stations and an EDCA on QoS stations. |
allowedWidth | the allowed width for the frame exchange sequence |
Reimplemented in FrameExchangeManagerStub< TxopType >, ns3::EhtFrameExchangeManager, and ns3::QosFrameExchangeManager.
Definition at line 348 of file frame-exchange-manager.cc.
References ns3::WifiTxParameters::AddMpdu(), ns3::WifiTxTimer::Cancel(), GetFirstFragmentIfNeeded(), GetWifiRemoteStationManager(), ns3::WifiTxTimer::IsRunning(), m_ackManager, ns3::WifiTxParameters::m_acknowledgment, m_allowedWidth, m_dcf, m_linkId, m_mpdu, ns3::WifiTxParameters::m_protection, m_protectionManager, m_txMiddle, m_txTimer, ns3::WifiTxParameters::m_txVector, ns3::Txop::NotifyChannelAccessed(), NotifyChannelReleased(), NS_ASSERT, NS_LOG_DEBUG, NS_LOG_FUNCTION, SendMpduWithProtection(), and UpdateTxDuration().
Referenced by ns3::AdvancedEmlsrManager::CheckNavAndCcaLastPifs(), ns3::EhtFrameExchangeManager::StartTransmission(), ns3::QosFrameExchangeManager::StartTransmission(), and ns3::HtFrameExchangeManager::TransmissionSucceeded().
|
protectedvirtual |
Take necessary actions upon a transmission failure.
A non-QoS station releases the channel when this method is called.
forceCurrentCw | whether to force the contention window to stay equal to the current value (normally, contention window is updated upon TX failure) |
Reimplemented in ns3::EhtFrameExchangeManager, and ns3::QosFrameExchangeManager.
Definition at line 1013 of file frame-exchange-manager.cc.
References NS_LOG_FUNCTION.
Referenced by ns3::EhtFrameExchangeManager::TransmissionFailed(), and ns3::QosFrameExchangeManager::TransmissionFailed().
|
protectedvirtual |
Take necessary actions upon a transmission success.
A non-QoS station transmits the next fragment, if any, or releases the channel, otherwise.
Reimplemented in ns3::EhtFrameExchangeManager, ns3::HeFrameExchangeManager, ns3::HtFrameExchangeManager, and ns3::QosFrameExchangeManager.
Definition at line 988 of file frame-exchange-manager.cc.
References NS_LOG_DEBUG, and NS_LOG_FUNCTION.
Referenced by SendMpdu(), and ns3::QosFrameExchangeManager::TransmissionSucceeded().
|
protectedvirtual |
Update the NAV, if needed, based on the Duration/ID of the given psdu.
psdu | the received PSDU |
txVector | TxVector of the received PSDU |
Reimplemented in ns3::HeFrameExchangeManager, and ns3::QosFrameExchangeManager.
Definition at line 1292 of file frame-exchange-manager.cc.
References ns3::GetCtsSize(), ns3::WifiTxVector::GetMode(), NS_LOG_DEBUG, and NS_LOG_FUNCTION.
Referenced by ns3::QosFrameExchangeManager::UpdateNav().
|
protected |
Update the TX duration field of the given TX parameters after that the PSDU addressed to the given receiver has changed.
receiver | the MAC address of the receiver of the PSDU |
txParams | the TX parameters |
Definition at line 735 of file frame-exchange-manager.cc.
References ns3::WifiTxParameters::GetSize(), and ns3::WifiTxParameters::m_txDuration.
Referenced by ns3::QosFrameExchangeManager::StartFrameExchange(), StartTransmission(), and ns3::QosFrameExchangeManager::TryAddMpdu().
|
virtual |
Reimplemented in ns3::HeFrameExchangeManager.
Definition at line 1354 of file frame-exchange-manager.cc.
Referenced by ns3::QosFrameExchangeManager::ReceiveMpdu().
|
protected |
the acknowledged MPDU callback
Definition at line 533 of file frame-exchange-manager.h.
Referenced by SetAckedMpduCallback().
|
private |
Acknowledgment manager.
Definition at line 749 of file frame-exchange-manager.h.
Referenced by DoDispose(), GetAckManager(), SetAckManager(), and StartTransmission().
|
protected |
the allowed width for the current transmission
Definition at line 530 of file frame-exchange-manager.h.
Referenced by GetAllowedWidth(), ns3::QosFrameExchangeManager::PifsRecovery(), ns3::HtFrameExchangeManager::SendAddBaRequest(), ns3::QosFrameExchangeManager::SendCfEndIfNeeded(), ns3::HtFrameExchangeManager::SendDataFrame(), ns3::HtFrameExchangeManager::SendMpduFromBaManager(), ns3::HeFrameExchangeManager::StartFrameExchange(), ns3::QosFrameExchangeManager::StartFrameExchange(), ns3::EhtFrameExchangeManager::StartTransmission(), StartTransmission(), and ns3::QosFrameExchangeManager::StartTransmission().
AP MAC layer pointer (null if not an AP)
Definition at line 513 of file frame-exchange-manager.h.
Referenced by ns3::EhtFrameExchangeManager::CheckEmlsrClientStartingTxop(), DoDispose(), ns3::EhtFrameExchangeManager::EmlsrSwitchToListening(), ns3::EhtFrameExchangeManager::ForwardPsduDown(), ns3::EhtFrameExchangeManager::ForwardPsduMapDown(), ns3::HtFrameExchangeManager::GetBar(), ns3::EhtFrameExchangeManager::GetEmlsrSwitchToListening(), ns3::HeFrameExchangeManager::GetTfRecipients(), ns3::EhtFrameExchangeManager::GetUpdateCwOnCtsTimeout(), ns3::EhtFrameExchangeManager::IsCrossLinkCollision(), ns3::HtFrameExchangeManager::NeedSetupGcrBlockAck(), ns3::EhtFrameExchangeManager::NotifyChannelReleased(), ns3::EhtFrameExchangeManager::PostProcessFrame(), ns3::EhtFrameExchangeManager::PreProcessFrame(), ns3::QosFrameExchangeManager::PreProcessFrame(), ns3::EhtFrameExchangeManager::PsduRxError(), ns3::EhtFrameExchangeManager::ReceiveMpdu(), ns3::HtFrameExchangeManager::ReleaseSequenceNumbers(), ns3::EhtFrameExchangeManager::SendCtsAfterRts(), SendMpdu(), ns3::HtFrameExchangeManager::SendPsdu(), ns3::HeFrameExchangeManager::SetMultiUserScheduler(), SetWifiMac(), ns3::EhtFrameExchangeManager::StartTransmission(), ns3::EhtFrameExchangeManager::TbPpduTimeout(), ns3::EhtFrameExchangeManager::TxopEnd(), and ns3::EhtFrameExchangeManager::UnblockEmlsrLinksIfAllowed().
|
protected |
BSSID address (Mac48Address)
Definition at line 520 of file frame-exchange-manager.h.
Referenced by ns3::EhtFrameExchangeManager::DropReceivedIcf(), ns3::QosFrameExchangeManager::FindTxopHolder(), ns3::EhtFrameExchangeManager::ForwardPsduDown(), GetBssid(), ns3::EhtFrameExchangeManager::GetEmlsrSwitchToListening(), ns3::EhtFrameExchangeManager::ReceiveMpdu(), ns3::HtFrameExchangeManager::SendAddBaRequest(), ns3::HtFrameExchangeManager::SendAddBaResponse(), ns3::HtFrameExchangeManager::SendDelbaFrame(), ns3::EhtFrameExchangeManager::SendEmlOmn(), SetBssid(), and ns3::EhtFrameExchangeManager::UsingOtherEmlsrLink().
|
protected |
the channel access manager
Definition at line 517 of file frame-exchange-manager.h.
Referenced by DoDispose(), ns3::QosFrameExchangeManager::PifsRecovery(), RxStartIndication(), ns3::HeFrameExchangeManager::SendMuRts(), and SetChannelAccessManager().
the DCF/EDCAF that gained channel access
Definition at line 508 of file frame-exchange-manager.h.
Referenced by Reset(), StartTransmission(), and ns3::QosFrameExchangeManager::StartTransmission().
|
protected |
the dropped MPDU callback
Definition at line 532 of file frame-exchange-manager.h.
Referenced by NotifyPacketDiscarded(), and SetDroppedMpduCallback().
the MSDU being fragmented
Definition at line 746 of file frame-exchange-manager.h.
Referenced by DoDispose(), and GetFirstFragmentIfNeeded().
|
protected |
the ID of the link this object is associated with
Definition at line 529 of file frame-exchange-manager.h.
Referenced by ns3::EhtFrameExchangeManager::CheckEmlsrClientStartingTxop(), ns3::EhtFrameExchangeManager::CreateAliasIfNeeded(), ns3::HeFrameExchangeManager::DoCtsAfterMuRtsTimeout(), ns3::EhtFrameExchangeManager::DropReceivedIcf(), ns3::EhtFrameExchangeManager::EmlsrClientCannotRespondToIcf(), ns3::EhtFrameExchangeManager::ForwardPsduDown(), ns3::EhtFrameExchangeManager::ForwardPsduMapDown(), ns3::HtFrameExchangeManager::GetBar(), ns3::QosFrameExchangeManager::GetCtsToSelfDurationId(), ns3::QosFrameExchangeManager::GetFrameDurationId(), MldSwapLinksTest::TestFrameExchangeManager::GetLinkId(), ns3::EhtFrameExchangeManager::GetMostRecentRssi(), ns3::HeFrameExchangeManager::GetMuRtsDurationId(), ns3::HtFrameExchangeManager::GetPsduDurationId(), ns3::QosFrameExchangeManager::GetRtsDurationId(), ns3::HeFrameExchangeManager::GetTfRecipients(), GetWifiRemoteStationManager(), ns3::EhtFrameExchangeManager::IsCrossLinkCollision(), ns3::HtFrameExchangeManager::NeedSetupBlockAck(), ns3::EhtFrameExchangeManager::NotifyChannelReleased(), ns3::HtFrameExchangeManager::NotifyReceivedNormalAck(), ns3::EhtFrameExchangeManager::NotifySwitchingEmlsrLink(), ns3::QosFrameExchangeManager::PifsRecovery(), ns3::EhtFrameExchangeManager::PostProcessFrame(), ns3::EhtFrameExchangeManager::PreProcessFrame(), ns3::EhtFrameExchangeManager::ProtectionCompleted(), ns3::HeFrameExchangeManager::ProtectionCompleted(), ns3::EhtFrameExchangeManager::PsduRxError(), ns3::EhtFrameExchangeManager::ReceiveMpdu(), ns3::QosFrameExchangeManager::ReceiveMpdu(), ns3::HtFrameExchangeManager::RetransmitMpduAfterMissedAck(), ns3::EhtFrameExchangeManager::SendCtsAfterRts(), ns3::HtFrameExchangeManager::SendDataFrame(), SendMpduWithProtection(), ns3::HeFrameExchangeManager::SendPsduMapWithProtection(), ns3::HtFrameExchangeManager::SendPsduWithProtection(), SetLinkId(), ns3::EhtFrameExchangeManager::ShallDropReceivedMpdu(), ns3::HeFrameExchangeManager::StartFrameExchange(), ns3::HtFrameExchangeManager::StartFrameExchange(), ns3::QosFrameExchangeManager::StartFrameExchange(), ns3::EhtFrameExchangeManager::StartTransmission(), StartTransmission(), ns3::QosFrameExchangeManager::StartTransmission(), ns3::QosFrameExchangeManager::StartTransmission(), ns3::EhtFrameExchangeManager::TransmissionFailed(), ns3::QosFrameExchangeManager::TransmissionFailed(), ns3::EhtFrameExchangeManager::TransmissionSucceeded(), ns3::HeFrameExchangeManager::TransmissionSucceeded(), ns3::HtFrameExchangeManager::TransmissionSucceeded(), ns3::QosFrameExchangeManager::TransmissionSucceeded(), ns3::EhtFrameExchangeManager::TxopEnd(), ns3::EhtFrameExchangeManager::UnblockEmlsrLinksIfAllowed(), and ns3::EhtFrameExchangeManager::UsingOtherEmlsrLink().
the MAC layer on this station
Definition at line 512 of file frame-exchange-manager.h.
Referenced by ns3::EhtFrameExchangeManager::CheckEmlsrClientStartingTxop(), ns3::EhtFrameExchangeManager::CreateAliasIfNeeded(), DoDispose(), ns3::EhtFrameExchangeManager::DropReceivedIcf(), ns3::EhtFrameExchangeManager::EmlsrClientCannotRespondToIcf(), ns3::EhtFrameExchangeManager::EmlsrSwitchToListening(), ns3::QosFrameExchangeManager::ForwardMpduDown(), ns3::EhtFrameExchangeManager::ForwardPsduDown(), ns3::EhtFrameExchangeManager::ForwardPsduMapDown(), ns3::EhtFrameExchangeManager::GenerateInDeviceInterference(), ns3::HtFrameExchangeManager::GetBaManager(), ns3::HtFrameExchangeManager::GetBar(), GetFirstFragmentIfNeeded(), ns3::EhtFrameExchangeManager::GetMostRecentRssi(), GetWifiRemoteStationManager(), ns3::EhtFrameExchangeManager::IsCrossLinkCollision(), ns3::HtFrameExchangeManager::NeedSetupBlockAck(), ns3::HtFrameExchangeManager::NeedSetupGcrBlockAck(), ns3::HtFrameExchangeManager::NotifyPacketDiscarded(), ns3::HtFrameExchangeManager::NotifyReceivedNormalAck(), ns3::QosFrameExchangeManager::PreProcessFrame(), ns3::HtFrameExchangeManager::ReleaseSequenceNumbers(), ns3::HtFrameExchangeManager::RetransmitMpduAfterMissedAck(), ns3::HtFrameExchangeManager::SendAddBaRequest(), ns3::HtFrameExchangeManager::SendAddBaResponse(), ns3::EhtFrameExchangeManager::SendCtsAfterRts(), ns3::HtFrameExchangeManager::SendDataFrame(), ns3::HtFrameExchangeManager::SendDelbaFrame(), ns3::EhtFrameExchangeManager::SendEmlOmn(), SendMpdu(), ns3::HtFrameExchangeManager::SendPsdu(), ns3::HeFrameExchangeManager::SetMultiUserScheduler(), SetWifiMac(), ns3::EhtFrameExchangeManager::ShallDropReceivedMpdu(), ns3::HeFrameExchangeManager::StartFrameExchange(), ns3::HtFrameExchangeManager::StartFrameExchange(), ns3::EhtFrameExchangeManager::StartTransmission(), and ns3::EhtFrameExchangeManager::UnblockEmlsrLinksIfAllowed().
|
private |
true if a fragment has to be sent after a SIFS
Definition at line 747 of file frame-exchange-manager.h.
the MPDU being transmitted
Definition at line 744 of file frame-exchange-manager.h.
Referenced by ProtectionCompleted(), Reset(), SendMpdu(), SendMpduWithProtection(), and StartTransmission().
|
protected |
NAV expiration time.
Definition at line 521 of file frame-exchange-manager.h.
Referenced by ns3::QosFrameExchangeManager::ClearTxopHolderIfNeeded(), and Reset().
|
protected |
the event to reset the NAV after an RTS
Definition at line 510 of file frame-exchange-manager.h.
Referenced by Reset(), and RxStartIndication().
|
private |
information about the MAC header of the MPDU being received
Definition at line 752 of file frame-exchange-manager.h.
Referenced by GetOngoingRxInfo(), ReceivedMacHdr(), Reset(), ResetPhy(), and RxStartIndication().
the PHY layer on this station
Definition at line 518 of file frame-exchange-manager.h.
Referenced by ns3::HtFrameExchangeManager::CalculateAcknowledgmentTime(), ns3::EhtFrameExchangeManager::DropReceivedIcf(), ns3::EhtFrameExchangeManager::ForwardPsduDown(), ns3::EhtFrameExchangeManager::ForwardPsduMapDown(), ns3::EhtFrameExchangeManager::GenerateInDeviceInterference(), ns3::QosFrameExchangeManager::GetCtsToSelfDurationId(), ns3::QosFrameExchangeManager::GetFrameDurationId(), ns3::HeFrameExchangeManager::GetMuRtsDurationId(), ns3::QosFrameExchangeManager::GetRtsDurationId(), ns3::EhtFrameExchangeManager::NotifySwitchingEmlsrLink(), ns3::QosFrameExchangeManager::PifsRecovery(), ProtectionCompleted(), ns3::HeFrameExchangeManager::ProtectionCompleted(), ns3::HtFrameExchangeManager::ProtectionCompleted(), ns3::EhtFrameExchangeManager::ReceiveMpdu(), ns3::QosFrameExchangeManager::ReceiveMpdu(), ResetPhy(), ns3::QosFrameExchangeManager::SendCfEndIfNeeded(), SendMpdu(), ns3::HeFrameExchangeManager::SendMuRts(), ns3::HtFrameExchangeManager::SendPsdu(), ns3::HeFrameExchangeManager::SendPsduMapWithProtection(), SetWifiPhy(), ns3::EhtFrameExchangeManager::StartTransmission(), ns3::QosFrameExchangeManager::TransmissionFailed(), ns3::HeFrameExchangeManager::TransmissionSucceeded(), ns3::HtFrameExchangeManager::TransmissionSucceeded(), ns3::QosFrameExchangeManager::TransmissionSucceeded(), ns3::EhtFrameExchangeManager::TxopEnd(), ns3::EhtFrameExchangeManager::UpdateTxopEndOnRxEnd(), and ns3::EhtFrameExchangeManager::UpdateTxopEndOnTxStart().
|
protected |
Flag if the device is operating in promiscuous mode.
Definition at line 531 of file frame-exchange-manager.h.
Referenced by IsPromisc(), and SetPromisc().
|
protected |
whether a STA is assumed to be protected if replied to a frame requiring acknowledgment
Definition at line 527 of file frame-exchange-manager.h.
Referenced by GetTypeId(), ns3::HeFrameExchangeManager::TransmissionSucceeded(), ns3::HtFrameExchangeManager::TransmissionSucceeded(), and ns3::QosFrameExchangeManager::TransmissionSucceeded().
|
protected |
STAs that have replied to an RTS in this TXOP.
Definition at line 526 of file frame-exchange-manager.h.
Referenced by ns3::EhtFrameExchangeManager::ForwardPsduDown(), ns3::EhtFrameExchangeManager::ForwardPsduMapDown(), GetProtectedStas(), ns3::EhtFrameExchangeManager::NotifyChannelReleased(), ns3::EhtFrameExchangeManager::PreProcessFrame(), ProtectionCompleted(), ns3::HeFrameExchangeManager::ProtectionCompleted(), ns3::HtFrameExchangeManager::ProtectionCompleted(), ns3::EhtFrameExchangeManager::ReceivedQosNullAfterBsrpTf(), ns3::EhtFrameExchangeManager::SetIcfPaddingAndTxVector(), ns3::EhtFrameExchangeManager::SwitchToListeningOrUnblockLinks(), ns3::QosFrameExchangeManager::TransmissionFailed(), ns3::HeFrameExchangeManager::TransmissionSucceeded(), ns3::HtFrameExchangeManager::TransmissionSucceeded(), and ns3::QosFrameExchangeManager::TransmissionSucceeded().
|
private |
Protection manager.
Definition at line 748 of file frame-exchange-manager.h.
Referenced by DoDispose(), GetProtectionManager(), SetProtectionManager(), and StartTransmission().
|
protected |
the MAC RX Middle on this station
Definition at line 516 of file frame-exchange-manager.h.
Referenced by DoDispose(), ns3::QosFrameExchangeManager::ReceiveMpdu(), ns3::HtFrameExchangeManager::SendAddBaResponse(), and SetMacRxMiddle().
|
protected |
the MAC address of this device
Definition at line 519 of file frame-exchange-manager.h.
Referenced by GetAddress(), ns3::HtFrameExchangeManager::GetBar(), ns3::EhtFrameExchangeManager::GetEmlsrSwitchToListening(), ns3::EhtFrameExchangeManager::PostProcessFrame(), ns3::QosFrameExchangeManager::PreProcessFrame(), ns3::EhtFrameExchangeManager::ReceiveMpdu(), ns3::QosFrameExchangeManager::ReceiveMpdu(), ns3::HtFrameExchangeManager::SendAddBaRequest(), ns3::HtFrameExchangeManager::SendAddBaResponse(), ns3::QosFrameExchangeManager::SendCfEndIfNeeded(), ns3::HtFrameExchangeManager::SendDelbaFrame(), ns3::EhtFrameExchangeManager::SendEmlOmn(), ns3::HeFrameExchangeManager::SendMuRts(), and SetAddress().
|
protected |
the event to send a CTS after an (MU-)RTS
Definition at line 511 of file frame-exchange-manager.h.
Referenced by ns3::EhtFrameExchangeManager::ReceiveMpdu(), ns3::QosFrameExchangeManager::ReceiveMpdu(), and Reset().
|
protected |
the STA(s) to which we sent a frame requesting a response
Definition at line 525 of file frame-exchange-manager.h.
Referenced by ns3::QosFrameExchangeManager::TransmissionFailed(), ns3::HeFrameExchangeManager::TransmissionSucceeded(), ns3::HtFrameExchangeManager::TransmissionSucceeded(), and ns3::QosFrameExchangeManager::TransmissionSucceeded().
|
protected |
the STA(s) which we sent an RTS to (waiting for CTS)
Definition at line 523 of file frame-exchange-manager.h.
Referenced by ns3::EhtFrameExchangeManager::CtsAfterMuRtsTimeout(), ns3::HeFrameExchangeManager::DoCtsAfterMuRtsTimeout(), ns3::EhtFrameExchangeManager::ForwardPsduDown(), ns3::EhtFrameExchangeManager::GetUpdateCwOnCtsTimeout(), ProtectionCompleted(), ns3::HeFrameExchangeManager::ProtectionCompleted(), ns3::HtFrameExchangeManager::ProtectionCompleted(), ns3::HeFrameExchangeManager::SendMuRts(), and ns3::HeFrameExchangeManager::StartProtection().
|
protected |
STA MAC layer pointer (null if not a STA)
Definition at line 514 of file frame-exchange-manager.h.
Referenced by DoDispose(), ns3::HeFrameExchangeManager::DoDispose(), ns3::EhtFrameExchangeManager::DropReceivedIcf(), ns3::EhtFrameExchangeManager::EmlsrClientCannotRespondToIcf(), ns3::EhtFrameExchangeManager::ForwardPsduDown(), ns3::EhtFrameExchangeManager::ForwardPsduMapDown(), ns3::EhtFrameExchangeManager::GetEmlsrSwitchToListening(), ns3::EhtFrameExchangeManager::NotifyChannelReleased(), ns3::EhtFrameExchangeManager::NotifySwitchingEmlsrLink(), ns3::EhtFrameExchangeManager::PostProcessFrame(), ns3::EhtFrameExchangeManager::PreProcessFrame(), ns3::EhtFrameExchangeManager::ProtectionCompleted(), ns3::EhtFrameExchangeManager::ReceiveMpdu(), SetWifiMac(), ns3::EhtFrameExchangeManager::ShallDropReceivedMpdu(), ns3::EhtFrameExchangeManager::StartTransmission(), ns3::EhtFrameExchangeManager::TransmissionFailed(), ns3::EhtFrameExchangeManager::TransmissionSucceeded(), ns3::EhtFrameExchangeManager::TxopEnd(), and ns3::EhtFrameExchangeManager::UsingOtherEmlsrLink().
|
protected |
the MAC TX Middle on this station
Definition at line 515 of file frame-exchange-manager.h.
Referenced by DoDispose(), ns3::HtFrameExchangeManager::GetBaAgreementStartingSequenceNumber(), ns3::HtFrameExchangeManager::ReleaseSequenceNumbers(), ns3::HtFrameExchangeManager::SendAddBaRequest(), ns3::EhtFrameExchangeManager::SendEmlOmn(), SetMacTxMiddle(), and StartTransmission().
|
protected |
the TXNAV timer
Definition at line 522 of file frame-exchange-manager.h.
Referenced by ns3::QosFrameExchangeManager::SendCfEndIfNeeded(), ns3::QosFrameExchangeManager::TransmissionFailed(), ns3::HeFrameExchangeManager::TransmissionSucceeded(), and ns3::HtFrameExchangeManager::TransmissionSucceeded().
|
private |
the TX parameters for the current frame
Definition at line 745 of file frame-exchange-manager.h.
Referenced by ProtectionCompleted(), Reset(), SendMpdu(), and SendMpduWithProtection().
|
protected |
the timer set upon frame transmission
Definition at line 509 of file frame-exchange-manager.h.
Referenced by ns3::EhtFrameExchangeManager::BlockAcksInTbPpduTimeout(), GetWifiTxTimer(), ns3::EhtFrameExchangeManager::PreProcessFrame(), Reset(), RxStartIndication(), ns3::HeFrameExchangeManager::SendMuRts(), StartTransmission(), ns3::QosFrameExchangeManager::StartTransmission(), ns3::EhtFrameExchangeManager::TbPpduTimeout(), ns3::QosFrameExchangeManager::TransmissionFailed(), ns3::HeFrameExchangeManager::TransmissionSucceeded(), and ns3::EhtFrameExchangeManager::UpdateTxopEndOnTxStart().