A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::WifiMac::LinkEntity Struct Reference

Structure holding information specific to a single link. More...

#include "wifi-mac.h"

+ Inheritance diagram for ns3::WifiMac::LinkEntity:
+ Collaboration diagram for ns3::WifiMac::LinkEntity:

Public Member Functions

virtual ~LinkEntity ()
 Destructor (a virtual method is needed to make this struct polymorphic)
 

Public Attributes

Ptr< ChannelAccessManagerchannelAccessManager
 channel access manager object
 
bool dsssSupported {false}
 set to true iff this WifiMac is to model 802.11b
 
bool erpSupported {false}
 set to true iff this WifiMac is to model 802.11g
 
Ptr< FrameExchangeManagerfeManager
 Frame Exchange Manager object.
 
Ptr< WifiPhyphy
 Wifi PHY object.
 
Ptr< WifiRemoteStationManagerstationManager
 Remote station manager (rate control, RTS/CTS/fragmentation thresholds etc.)
 

Detailed Description

Structure holding information specific to a single link.

Here, the meaning of "link" is that of the 11be amendment which introduced multi-link devices. For previous amendments, only one link can be created. Therefore, "link" has not to be confused with the general concept of link for a NetDevice (used by the m_linkUp and m_linkDown callbacks).

Definition at line 875 of file wifi-mac.h.

Constructor & Destructor Documentation

◆ ~LinkEntity()

ns3::WifiMac::LinkEntity::~LinkEntity ( )
virtual

Destructor (a virtual method is needed to make this struct polymorphic)

Definition at line 445 of file wifi-mac.cc.

References channelAccessManager, ns3::Object::Dispose(), and feManager.

+ Here is the call graph for this function:

Member Data Documentation

◆ channelAccessManager

◆ dsssSupported

bool ns3::WifiMac::LinkEntity::dsssSupported {false}

set to true iff this WifiMac is to model 802.11b

Definition at line 886 of file wifi-mac.h.

Referenced by ns3::WifiMac::GetDsssSupported(), and ns3::WifiMac::SetDsssSupported().

◆ erpSupported

bool ns3::WifiMac::LinkEntity::erpSupported {false}

set to true iff this WifiMac is to model 802.11g

Definition at line 885 of file wifi-mac.h.

Referenced by ns3::WifiMac::GetErpSupported(), and ns3::WifiMac::SetErpSupported().

◆ feManager

Ptr<FrameExchangeManager> ns3::WifiMac::LinkEntity::feManager

◆ phy

◆ stationManager

Ptr<WifiRemoteStationManager> ns3::WifiMac::LinkEntity::stationManager

Remote station manager (rate control, RTS/CTS/fragmentation thresholds etc.)

Definition at line 883 of file wifi-mac.h.

Referenced by ns3::WifiMac::GetWifiRemoteStationManager(), and ns3::WifiMac::NotifyChannelSwitching().


The documentation for this struct was generated from the following files: