A Discrete-Event Network Simulator
API
ns3::OcbWifiMac Class Reference

STAs communicate with each directly outside the context of a BSSIn OCB mac mode,synchronization, association, dis-association and authentication of normal wifi are not used for wireless access in vehicular environments. More...

#include "ocb-wifi-mac.h"

+ Inheritance diagram for ns3::OcbWifiMac:
+ Collaboration diagram for ns3::OcbWifiMac:

Public Member Functions

 OcbWifiMac (void)
 
virtual ~OcbWifiMac (void)
 
void AddReceiveVscCallback (OrganizationIdentifier oi, VscCallback cb)
 
void CancleTx (enum AcIndex ac)
 
void ConfigureEdca (uint32_t cwmin, uint32_t cwmax, uint32_t aifsn, enum AcIndex ac)
 
virtual void ConfigureStandard (enum WifiStandard standard)
 
void EnableForWave (Ptr< WaveNetDevice > device)
 
virtual void Enqueue (Ptr< Packet > packet, Mac48Address to)
 
virtual Mac48Address GetBssid (void) const
 This method shall not be used in WAVE environment and here it will overloaded to log warn message. More...
 
virtual Ssid GetSsid (void) const
 
void MakeVirtualBusy (Time duration)
 
void RemoveReceiveVscCallback (OrganizationIdentifier oi)
 
void Reset (void)
 To support MAC extension for multiple channel operation, Reset current MAC entity and flush its internal queues. More...
 
void Resume (void)
 To support MAC extension for multiple channel operation, Resume the activity of suspended MAC entity. More...
 
void SendVsc (Ptr< Packet > vsc, Mac48Address peer, OrganizationIdentifier oi)
 
virtual void SetBssid (Mac48Address bssid)
 
virtual void SetLinkDownCallback (Callback< void > linkDown)
 
virtual void SetLinkUpCallback (Callback< void > linkUp)
 SetLinkUpCallback and SetLinkDownCallback will be overloaded In OCB mode, stations can send packets directly whenever they want so the link is always up and never down even during channel switch. More...
 
virtual void SetSsid (Ssid ssid)
 
void Suspend (void)
 To support MAC extension for multiple channel operation, Suspend the activity in current MAC entity. More...
 
- Public Member Functions inherited from ns3::RegularWifiMac
 RegularWifiMac ()
 
virtual ~RegularWifiMac ()
 
void ConfigureStandard (WifiStandard standard) override
 
void Enqueue (Ptr< Packet > packet, Mac48Address to, Mac48Address from) override
 
Mac48Address GetAddress (void) const override
 
Mac48Address GetBssid (void) const override
 
ExtendedCapabilities GetExtendedCapabilities (void) const
 Return the extended capabilities of the device. More...
 
Ptr< FrameExchangeManagerGetFrameExchangeManager (void) const
 Get the Frame Exchange Manager. More...
 
HeCapabilities GetHeCapabilities (void) const
 Return the HE capabilities of the device. More...
 
HtCapabilities GetHtCapabilities (void) const
 Return the HT capabilities of the device. More...
 
Ptr< QosTxopGetQosTxop (AcIndex ac) const
 Accessor for a specified EDCA object. More...
 
Ptr< QosTxopGetQosTxop (uint8_t tid) const
 Accessor for a specified EDCA object. More...
 
bool GetShortSlotTimeSupported (void) const override
 
Ssid GetSsid (void) const override
 
Ptr< TxopGetTxop (void) const
 Accessor for the DCF object. More...
 
TypeOfStation GetTypeOfStation (void) const override
 Return the type of station. More...
 
VhtCapabilities GetVhtCapabilities (void) const
 Return the VHT capabilities of the device. More...
 
Ptr< WifiPhyGetWifiPhy (void) const override
 
Ptr< WifiRemoteStationManagerGetWifiRemoteStationManager (void) const override
 
void ResetWifiPhy (void) override
 Remove currently attached WifiPhy device from this MAC. More...
 
void SetAddress (Mac48Address address) override
 
void SetBssid (Mac48Address bssid)
 
void SetCtsToSelfSupported (bool enable)
 Enable or disable CTS-to-self feature. More...
 
void SetForwardUpCallback (ForwardUpCallback upCallback) override
 
void SetLinkDownCallback (Callback< void > linkDown) override
 
void SetLinkUpCallback (Callback< void > linkUp) override
 
void SetPromisc (void) override
 Sets the interface in promiscuous mode. More...
 
void SetShortSlotTimeSupported (bool enable) override
 Enable or disable short slot time feature. More...
 
void SetSsid (Ssid ssid) override
 
void SetWifiPhy (const Ptr< WifiPhy > phy) override
 
void SetWifiRemoteStationManager (const Ptr< WifiRemoteStationManager > stationManager) override
 
bool SupportsSendFrom (void) const override
 
- Public Member Functions inherited from ns3::WifiMac
Ptr< NetDeviceGetDevice (void) const
 Return the device this PHY is associated with. More...
 
Ptr< HeConfigurationGetHeConfiguration (void) const
 
Ptr< HtConfigurationGetHtConfiguration (void) const
 
Ptr< VhtConfigurationGetVhtConfiguration (void) const
 
void NotifyPromiscRx (Ptr< const Packet > packet)
 
void NotifyRx (Ptr< const Packet > packet)
 
void NotifyRxDrop (Ptr< const Packet > packet)
 
void NotifyTx (Ptr< const Packet > packet)
 
void NotifyTxDrop (Ptr< const Packet > packet)
 
void SetDevice (const Ptr< NetDevice > device)
 Sets the device this PHY is associated with. More...
 
- Public Member Functions inherited from ns3::Object
 Object ()
 Constructor. More...
 
virtual ~Object ()
 Destructor. More...
 
void AggregateObject (Ptr< Object > other)
 Aggregate two Objects together. More...
 
void Dispose (void)
 Dispose of this Object. More...
 
AggregateIterator GetAggregateIterator (void) const
 Get an iterator to the Objects aggregated to this one. More...
 
virtual TypeId GetInstanceTypeId (void) const
 Get the most derived TypeId for this Object. More...
 
template<typename T >
Ptr< T > GetObject (void) const
 Get a pointer to the requested aggregated Object. More...
 
template<typename T >
Ptr< T > GetObject (TypeId tid) const
 Get a pointer to the requested aggregated Object by TypeId. More...
 
template<>
Ptr< ObjectGetObject () const
 Specialization of () for objects of type ns3::Object. More...
 
template<>
Ptr< ObjectGetObject (TypeId tid) const
 Specialization of (TypeId tid) for objects of type ns3::Object. More...
 
void Initialize (void)
 Invoke DoInitialize on all Objects aggregated to this one. More...
 
bool IsInitialized (void) const
 Check if the object has been initialized. More...
 
- Public Member Functions inherited from ns3::SimpleRefCount< Object, ObjectBase, ObjectDeleter >
 SimpleRefCount ()
 Default constructor. More...
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor. More...
 
uint32_t GetReferenceCount (void) const
 Get the reference count of the object. More...
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment operator. More...
 
void Ref (void) const
 Increment the reference count. More...
 
void Unref (void) const
 Decrement the reference count. More...
 
- Public Member Functions inherited from ns3::ObjectBase
virtual ~ObjectBase ()
 Virtual destructor. More...
 
void GetAttribute (std::string name, AttributeValue &value) const
 Get the value of an attribute, raising fatal errors if unsuccessful. More...
 
bool GetAttributeFailSafe (std::string name, AttributeValue &value) const
 Get the value of an attribute without raising erros. More...
 
void SetAttribute (std::string name, const AttributeValue &value)
 Set a single attribute, raising fatal errors if unsuccessful. More...
 
bool SetAttributeFailSafe (std::string name, const AttributeValue &value)
 Set a single attribute without raising errors. More...
 
bool TraceConnect (std::string name, std::string context, const CallbackBase &cb)
 Connect a TraceSource to a Callback with a context. More...
 
bool TraceConnectWithoutContext (std::string name, const CallbackBase &cb)
 Connect a TraceSource to a Callback without a context. More...
 
bool TraceDisconnect (std::string name, std::string context, const CallbackBase &cb)
 Disconnect from a TraceSource a Callback previously connected with a context. More...
 
bool TraceDisconnectWithoutContext (std::string name, const CallbackBase &cb)
 Disconnect from a TraceSource a Callback previously connected without a context. More...
 

Static Public Member Functions

static TypeId GetTypeId (void)
 Get the type ID. More...
 
- Static Public Member Functions inherited from ns3::RegularWifiMac
static TypeId GetTypeId (void)
 Get the type ID. More...
 
- Static Public Member Functions inherited from ns3::WifiMac
static TypeId GetTypeId (void)
 Get the type ID. More...
 
- Static Public Member Functions inherited from ns3::Object
static TypeId GetTypeId (void)
 Register this type. More...
 
- Static Public Member Functions inherited from ns3::ObjectBase
static TypeId GetTypeId (void)
 Get the type ID. More...
 

Protected Member Functions

virtual void DoDispose (void)
 Destructor implementation. More...
 
- Protected Member Functions inherited from ns3::RegularWifiMac
void ConfigureContentionWindow (uint32_t cwMin, uint32_t cwMax)
 
virtual void DeaggregateAmsduAndForward (Ptr< WifiMacQueueItem > mpdu)
 This method can be called to de-aggregate an A-MSDU and forward the constituent packets up the stack. More...
 
void DoDispose () override
 Destructor implementation. More...
 
void DoInitialize () override
 Initialize() implementation. More...
 
void ForwardUp (Ptr< const Packet > packet, Mac48Address from, Mac48Address to)
 Forward the packet up to the device. More...
 
Ptr< QosTxopGetBEQueue (void) const
 Accessor for the AC_BE channel access function. More...
 
Ptr< QosTxopGetBKQueue (void) const
 Accessor for the AC_BK channel access function. More...
 
bool GetDsssSupported () const
 Return whether the device supports DSSS. More...
 
bool GetErpSupported () const
 Return whether the device supports ERP. More...
 
bool GetHeSupported () const
 Return whether the device supports HE. More...
 
bool GetHtSupported () const
 Return whether the device supports HT. More...
 
bool GetQosSupported () const
 Return whether the device supports QoS. More...
 
bool GetVhtSupported () const
 Return whether the device supports VHT. More...
 
Ptr< QosTxopGetVIQueue (void) const
 Accessor for the AC_VI channel access function. More...
 
Ptr< QosTxopGetVOQueue (void) const
 Accessor for the AC_VO channel access function. More...
 
void SetDsssSupported (bool enable)
 Enable or disable DSSS support for the device. More...
 
void SetErpSupported (bool enable)
 Enable or disable ERP support for the device. More...
 
virtual void SetQosSupported (bool enable)
 Enable or disable QoS support for the device. More...
 
void SetTypeOfStation (TypeOfStation type) override
 This method is invoked by a subclass to specify what type of station it is implementing. More...
 
void SetupFrameExchangeManager (void)
 Create a Frame Exchange Manager depending on the supported version of the standard. More...
 
- Protected Member Functions inherited from ns3::WifiMac
void ConfigureDcf (Ptr< Txop > dcf, uint32_t cwmin, uint32_t cwmax, bool isDsss, AcIndex ac)
 
- Protected Member Functions inherited from ns3::Object
 Object (const Object &o)
 Copy an Object. More...
 
virtual void NotifyNewAggregate (void)
 Notify all Objects aggregated to this one of a new Object being aggregated. More...
 
- Protected Member Functions inherited from ns3::ObjectBase
void ConstructSelf (const AttributeConstructionList &attributes)
 Complete construction of ObjectBase; invoked by derived classes. More...
 
virtual void NotifyConstructionCompleted (void)
 Notifier called once the ObjectBase is fully constructed. More...
 

Private Member Functions

virtual void Receive (Ptr< WifiMacQueueItem > mpdu)
 This method acts as the MacRxMiddle receive callback and is invoked to notify us that a frame has been received. More...
 

Private Attributes

VendorSpecificContentManager m_vscManager
 VSC manager. More...
 

Additional Inherited Members

- Public Types inherited from ns3::WifiMac
typedef Callback< void, Ptr< const Packet >, Mac48Address, Mac48AddressForwardUpCallback
 This type defines the callback of a higher layer that a WifiMac(-derived) object invokes to pass a packet up the stack. More...
 
- Protected Types inherited from ns3::RegularWifiMac
typedef std::map< AcIndex, Ptr< QosTxop > > EdcaQueues
 This type defines a mapping between an Access Category index, and a pointer to the corresponding channel access function. More...
 
- Protected Attributes inherited from ns3::RegularWifiMac
Ptr< ChannelAccessManagerm_channelAccessManager
 channel access manager More...
 
EdcaQueues m_edca
 This is a map from Access Category index to the corresponding channel access function. More...
 
Ptr< FrameExchangeManagerm_feManager
 Frame Exchange Manager. More...
 
ForwardUpCallback m_forwardUp
 Callback to forward packet up the stack. More...
 
Callback< void > m_linkDown
 Callback when a link is down. More...
 
Callback< void > m_linkUp
 Callback when a link is up. More...
 
Ptr< WifiPhym_phy
 Wifi PHY. More...
 
Ptr< MacRxMiddlem_rxMiddle
 RX middle (defragmentation etc.) More...
 
Ssid m_ssid
 Service Set ID (SSID) More...
 
Ptr< WifiRemoteStationManagerm_stationManager
 Remote station manager (rate control, RTS/CTS/fragmentation thresholds etc.) More...
 
Ptr< MacTxMiddlem_txMiddle
 TX middle (aggregation etc.) More...
 
Ptr< Txopm_txop
 This holds a pointer to the TXOP instance for this WifiMac - used for transmission of frames to non-QoS peers. More...
 

Detailed Description

STAs communicate with each directly outside the context of a BSS

In OCB mac mode,synchronization, association, dis-association and authentication of normal wifi are not used for wireless access in vehicular environments.


Although Timing Advertisement frame is a specific management frame defined in 802.11p. It is mainly used by IEEE Std 1609.4 for channel switch synchronization. However in simulation nodes are supposed to have GPS synchronization ability, so we will not implement this feature.

Config Paths

ns3::OcbWifiMac is accessible through the following paths with Config::Set and Config::Connect:

  • "/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::RegularWifiMac/$ns3::OcbWifiMac"
  • "/NodeList/[i]/DeviceList/[i]/$ns3::WifiNetDevice/Mac/$ns3::OcbWifiMac"
  • "/NodeList/[i]/DeviceList/[i]/$ns3::WaveNetDevice/MacEntities/[i]"

No Attributes are defined for this type.

Attributes defined in parent class ns3::RegularWifiMac

  • QosSupported: This Boolean attribute is set to enable 802.11e/WMM-style QoS support at this STA.
    • Set with class: BooleanValue
    • Underlying type: bool
    • Initial value: false
    • Flags: construct write read
  • CtsToSelfSupported: Use CTS to Self when using a rate that is not in the basic rate set.
    • Set with class: BooleanValue
    • Underlying type: bool
    • Initial value: false
    • Flags: construct write
  • VO_MaxAmsduSize: Maximum length in bytes of an A-MSDU for AC_VO access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint16_t 0:11398
    • Initial value: 0
    • Flags: construct write read
  • VI_MaxAmsduSize: Maximum length in bytes of an A-MSDU for AC_VI access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint16_t 0:11398
    • Initial value: 0
    • Flags: construct write read
  • BE_MaxAmsduSize: Maximum length in bytes of an A-MSDU for AC_BE access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint16_t 0:11398
    • Initial value: 0
    • Flags: construct write read
  • BK_MaxAmsduSize: Maximum length in bytes of an A-MSDU for AC_BK access class (capped to 7935 for HT PPDUs and 11398 for VHT/HE PPDUs). Value 0 means A-MSDU aggregation is disabled for that AC.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint16_t 0:11398
    • Initial value: 0
    • Flags: construct write read
  • VO_MaxAmpduSize: Maximum length in bytes of an A-MPDU for AC_VO access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, and 6500631 for HE PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:6500631
    • Initial value: 0
    • Flags: construct write read
  • VI_MaxAmpduSize: Maximum length in bytes of an A-MPDU for AC_VI access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, and 6500631 for HE PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:6500631
    • Initial value: 65535
    • Flags: construct write read
  • BE_MaxAmpduSize: Maximum length in bytes of an A-MPDU for AC_BE access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, and 6500631 for HE PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:6500631
    • Initial value: 65535
    • Flags: construct write read
  • BK_MaxAmpduSize: Maximum length in bytes of an A-MPDU for AC_BK access class (capped to 65535 for HT PPDUs, 1048575 for VHT PPDUs, and 6500631 for HE PPDUs). Value 0 means A-MPDU aggregation is disabled for that AC.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:6500631
    • Initial value: 0
    • Flags: construct write read
  • VO_BlockAckThreshold: If number of packets in VO queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint8_t 0:64
    • Initial value: 0
    • Flags: construct write
  • VI_BlockAckThreshold: If number of packets in VI queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint8_t 0:64
    • Initial value: 0
    • Flags: construct write
  • BE_BlockAckThreshold: If number of packets in BE queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint8_t 0:64
    • Initial value: 0
    • Flags: construct write
  • BK_BlockAckThreshold: If number of packets in BK queue reaches this value, block ack mechanism is used. If this value is 0, block ack is never used.When A-MPDU is enabled, block ack mechanism is used regardless of this value.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint8_t 0:64
    • Initial value: 0
    • Flags: construct write
  • VO_BlockAckInactivityTimeout: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_VO. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint16_t 0:65535
    • Initial value: 0
    • Flags: construct write
  • VI_BlockAckInactivityTimeout: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_VI. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint16_t 0:65535
    • Initial value: 0
    • Flags: construct write
  • BE_BlockAckInactivityTimeout: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_BE. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint16_t 0:65535
    • Initial value: 0
    • Flags: construct write
  • BK_BlockAckInactivityTimeout: Represents max time (blocks of 1024 microseconds) allowed for block ackinactivity for AC_BK. If this value isn't equal to 0 a timer start after that ablock ack setup is completed and will be reset every time that a block ackframe is received. If this value is 0, block ack inactivity timeout won't be used.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint16_t 0:65535
    • Initial value: 0
    • Flags: construct write
  • ShortSlotTimeSupported: Whether or not short slot time is supported (only used by ERP APs or STAs).
    • Set with class: BooleanValue
    • Underlying type: bool
    • Initial value: true
    • Flags: construct write read
  • Txop: The Txop object.
  • VO_Txop: Queue that manages packets belonging to AC_VO access class.
  • VI_Txop: Queue that manages packets belonging to AC_VI access class.
  • BE_Txop: Queue that manages packets belonging to AC_BE access class.
  • BK_Txop: Queue that manages packets belonging to AC_BK access class.

Attributes defined in parent class ns3::WifiMac

  • Ssid: The ssid we want to belong to.
    • Set with class: SsidValue
    • Underlying type: Ssid
    • Initial value: default
    • Flags: construct write read

No TraceSources are defined for this type.

TraceSources defined in parent class ns3::RegularWifiMac

  • TxOkHeader: The header of successfully transmitted packet.
    Callback signature: ns3::WifiMacHeader::TracedCallback
  • TxErrHeader: The header of unsuccessfully transmitted packet.
    Callback signature: ns3::WifiMacHeader::TracedCallback
  • AckedMpdu: An MPDU that was successfully acknowledged, via either a Normal Ack or a Block Ack.
    Callback signature: ns3::WifiMacQueueItem::TracedCallback
  • NAckedMpdu: An MPDU that was negatively acknowledged via a Block Ack.
    Callback signature: ns3::WifiMacQueueItem::TracedCallback
  • DroppedMpdu: An MPDU that was dropped for the given reason (see WifiMacDropReason).
    Callback signature: ns3::RegularWifiMac::DroppedMpduCallback
  • MpduResponseTimeout: An MPDU whose response was not received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason) and the TXVECTOR used to transmit the MPDU. This trace source is fired when a CTS is missing after an RTS or a Normal Ack is missing after an MPDU or after a DL MU PPDU acknowledged in SU format.
    Callback signature: ns3::RegularWifiMac::MpduResponseTimeoutCallback
  • PsduResponseTimeout: A PSDU whose response was not received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason) and the TXVECTOR used to transmit the PSDU. This trace source is fired when a BlockAck is missing after an A-MPDU, a BlockAckReq (possibly in the context of the acknowledgment of a DL MU PPDU in SU format) or a TB PPDU (in the latter case the missing BlockAck is a Multi-STA BlockAck).
    Callback signature: ns3::RegularWifiMac::PsduResponseTimeoutCallback
  • PsduMapResponseTimeout: A PSDU map for which not all the responses were received before the timeout, along with an identifier of the type of timeout (see WifiTxTimer::Reason), the set of MAC addresses of the stations that did not respond and the total number of stations that had to respond. This trace source is fired when not all the addressed stations responded to an MU-BAR Trigger frame (either sent as a SU frame or aggregated to PSDUs in the DL MU PPDU), a Basic Trigger Frame or a BSRP Trigger Frame.
    Callback signature: ns3::RegularWifiMac::PsduMapResponseTimeoutCallback

TraceSources defined in parent class ns3::WifiMac

  • MacTx: A packet has been received from higher layers and is being processed in preparation for queueing for transmission.
    Callback signature: ns3::Packet::TracedCallback
  • MacTxDrop: A packet has been dropped in the MAC layer before being queued for transmission. This trace source is fired, e.g., when an AP's MAC receives from the upper layer a packet destined to a station that is not associated with the AP or a STA's MAC receives a packet from the upper layer while it is not associated with any AP.
    Callback signature: ns3::Packet::TracedCallback
  • MacPromiscRx: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace.
    Callback signature: ns3::Packet::TracedCallback
  • MacRx: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace.
    Callback signature: ns3::Packet::TracedCallback
  • MacRxDrop: A packet has been dropped in the MAC layer after it has been passed up from the physical layer.
    Callback signature: ns3::Packet::TracedCallback

Size of this type is 536 bytes (on a 64-bit architecture).

Definition at line 49 of file ocb-wifi-mac.h.

Constructor & Destructor Documentation

◆ OcbWifiMac()

ns3::OcbWifiMac::OcbWifiMac ( void  )

Definition at line 56 of file ocb-wifi-mac.cc.

References NS_LOG_FUNCTION, ns3::OCB, ns3::RegularWifiMac::SetBssid(), ns3::RegularWifiMac::SetTypeOfStation(), and ns3::WILDCARD_BSSID.

+ Here is the call graph for this function:

◆ ~OcbWifiMac()

ns3::OcbWifiMac::~OcbWifiMac ( void  )
virtual

Definition at line 65 of file ocb-wifi-mac.cc.

References NS_LOG_FUNCTION.

Member Function Documentation

◆ AddReceiveVscCallback()

void ns3::OcbWifiMac::AddReceiveVscCallback ( OrganizationIdentifier  oi,
VscCallback  cb 
)
Parameters
oiOrganization Identifier
cbcallback to invoke whenever a vender specific action frame has been received and must be forwarded to the higher layers. every node shall register first if it wants to receive specific vendor specific content.

Definition at line 98 of file ocb-wifi-mac.cc.

References m_vscManager, NS_LOG_FUNCTION, and ns3::VendorSpecificContentManager::RegisterVscCallback().

+ Here is the call graph for this function:

◆ CancleTx()

void ns3::OcbWifiMac::CancleTx ( enum AcIndex  ac)
Parameters
acthe specified access category

To support MAC extension for multiple channel operation, Cancel transmit operation for internal queue associated with a specified Access Category.

Definition at line 436 of file ocb-wifi-mac.cc.

References ns3::RegularWifiMac::m_edca, ns3::Txop::NotifyChannelSwitching(), NS_ASSERT, and NS_LOG_FUNCTION.

+ Here is the call graph for this function:

◆ ConfigureEdca()

void ns3::OcbWifiMac::ConfigureEdca ( uint32_t  cwmin,
uint32_t  cwmax,
uint32_t  aifsn,
enum AcIndex  ac 
)
Parameters
cwminthe min contention window
cwmaxthe max contention window
aifsnthe arbitration inter-frame space
acthe access category index

configure EDCA queue parameters

Definition at line 332 of file ocb-wifi-mac.cc.

References ns3::AC_BE, ns3::AC_BE_NQOS, ns3::AC_BK, ns3::AC_UNDEF, ns3::AC_VI, ns3::AC_VO, ns3::RegularWifiMac::GetBEQueue(), ns3::RegularWifiMac::GetBKQueue(), ns3::RegularWifiMac::GetTxop(), ns3::RegularWifiMac::GetVIQueue(), ns3::RegularWifiMac::GetVOQueue(), NS_FATAL_ERROR, NS_LOG_FUNCTION, ns3::Txop::SetAifsn(), ns3::Txop::SetMaxCw(), and ns3::Txop::SetMinCw().

Referenced by ConfigureStandard().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ConfigureStandard()

void ns3::OcbWifiMac::ConfigureStandard ( enum WifiStandard  standard)
virtual
Parameters
standardthe wifi standard to be configured

This method completes the configuration process for a requested PHY standard. Subclasses should implement this method to configure their DCF queues according to the requested standard.

Implements ns3::WifiMac.

Definition at line 375 of file ocb-wifi-mac.cc.

References ns3::AC_BE, ns3::AC_BE_NQOS, ns3::AC_BK, ns3::AC_VI, ns3::AC_VO, ConfigureEdca(), ns3::RegularWifiMac::GetAddress(), ns3::RegularWifiMac::GetQosSupported(), ns3::RegularWifiMac::m_channelAccessManager, ns3::RegularWifiMac::m_edca, ns3::RegularWifiMac::m_feManager, ns3::RegularWifiMac::m_rxMiddle, ns3::RegularWifiMac::m_txMiddle, NS_ASSERT, NS_LOG_FUNCTION, and ns3::WIFI_STANDARD_80211p.

+ Here is the call graph for this function:

◆ DoDispose()

void ns3::OcbWifiMac::DoDispose ( void  )
protectedvirtual

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::WifiMac.

Definition at line 463 of file ocb-wifi-mac.cc.

References ns3::RegularWifiMac::DoDispose(), and NS_LOG_FUNCTION.

+ Here is the call graph for this function:

◆ EnableForWave()

void ns3::OcbWifiMac::EnableForWave ( Ptr< WaveNetDevice device)
Parameters
devicemake current MAC entity associated with WaveNetDevice

To support MAC extension for multiple channel operation, WaveMacLow object will be used to replace original MacLow object.

Definition at line 455 of file ocb-wifi-mac.cc.

References ns3::RegularWifiMac::m_feManager, and NS_LOG_FUNCTION.

Referenced by ns3::WaveHelper::Install().

+ Here is the caller graph for this function:

◆ Enqueue()

void ns3::OcbWifiMac::Enqueue ( Ptr< Packet packet,
Mac48Address  to 
)
virtual
Parameters
packetthe packet to send.
tothe address to which the packet should be sent.

The packet should be enqueued in a tx queue, and should be dequeued as soon as the channel access function determines that access is granted to this MAC.

Implements ns3::RegularWifiMac.

Definition at line 160 of file ocb-wifi-mac.cc.

References ns3::WifiRemoteStationManager::AddAllSupportedMcs(), ns3::WifiRemoteStationManager::AddAllSupportedModes(), ns3::WifiRemoteStationManager::AddStationHtCapabilities(), ns3::WifiRemoteStationManager::AddStationVhtCapabilities(), ns3::RegularWifiMac::GetAddress(), ns3::RegularWifiMac::GetHtCapabilities(), ns3::RegularWifiMac::GetHtSupported(), ns3::RegularWifiMac::GetQosSupported(), ns3::RegularWifiMac::GetVhtCapabilities(), ns3::RegularWifiMac::GetVhtSupported(), ns3::WifiRemoteStationManager::IsBrandNew(), ns3::RegularWifiMac::m_edca, ns3::RegularWifiMac::m_stationManager, ns3::RegularWifiMac::m_txop, ns3::WifiMacHeader::NORMAL_ACK, NS_ASSERT, NS_LOG_FUNCTION, ns3::QosUtilsGetTidForPacket(), ns3::QosUtilsMapTidToAc(), ns3::Txop::Queue(), ns3::WifiRemoteStationManager::RecordDisassociated(), ns3::WifiMacHeader::SetAddr1(), ns3::WifiMacHeader::SetAddr2(), ns3::WifiMacHeader::SetAddr3(), ns3::WifiMacHeader::SetDsNotFrom(), ns3::WifiMacHeader::SetDsNotTo(), ns3::WifiMacHeader::SetNoOrder(), ns3::WifiMacHeader::SetQosAckPolicy(), ns3::WifiMacHeader::SetQosNoAmsdu(), ns3::WifiMacHeader::SetQosNoEosp(), ns3::WifiMacHeader::SetQosTid(), ns3::WifiMacHeader::SetQosTxopLimit(), ns3::WifiMacHeader::SetType(), ns3::WIFI_MAC_DATA, ns3::WIFI_MAC_QOSDATA, and ns3::WILDCARD_BSSID.

+ Here is the call graph for this function:

◆ GetBssid()

Mac48Address ns3::OcbWifiMac::GetBssid ( void  ) const
virtual

This method shall not be used in WAVE environment and here it will overloaded to log warn message.

Returns
An invalid BSSID.

Implements ns3::WifiMac.

Definition at line 133 of file ocb-wifi-mac.cc.

References NS_LOG_WARN, and ns3::WILDCARD_BSSID.

◆ GetSsid()

Ssid ns3::OcbWifiMac::GetSsid ( void  ) const
virtual
Returns
the ssid which this MAC layer is going to try to stay in.

This method shall not be used in WAVE environment and here it will overloaded to log warn message

Implements ns3::WifiMac.

Definition at line 118 of file ocb-wifi-mac.cc.

References ns3::RegularWifiMac::GetSsid(), and NS_LOG_WARN.

+ Here is the call graph for this function:

◆ GetTypeId()

TypeId ns3::OcbWifiMac::GetTypeId ( void  )
static

Get the type ID.

Returns
the object TypeId

Definition at line 46 of file ocb-wifi-mac.cc.

References ns3::TypeId::SetParent().

+ Here is the call graph for this function:

◆ MakeVirtualBusy()

void ns3::OcbWifiMac::MakeVirtualBusy ( Time  duration)
Parameters
durationthe virtual busy time for MAC entity

To support MAC extension for multiple channel operation, Notify MAC entity busy for some time to prevent transmission

Definition at line 429 of file ocb-wifi-mac.cc.

References ns3::RegularWifiMac::m_channelAccessManager, and NS_LOG_FUNCTION.

Referenced by ns3::DefaultChannelScheduler::AssignDefaultCchAccess(), and ns3::DefaultChannelScheduler::SwitchToNextChannel().

+ Here is the caller graph for this function:

◆ Receive()

void ns3::OcbWifiMac::Receive ( Ptr< WifiMacQueueItem mpdu)
privatevirtual

This method acts as the MacRxMiddle receive callback and is invoked to notify us that a frame has been received.

The implementation is intended to capture logic that is going to be common to all (or most) derived classes. Specifically, handling of Block Ack management frames is dealt with here.

This method will need, however, to be overridden by derived classes so that they can perform their data handling before invoking the base version.

Parameters
mpduthe MPDU that has been received.

Reimplemented from ns3::RegularWifiMac.

Definition at line 242 of file ocb-wifi-mac.cc.

References ns3::WifiRemoteStationManager::AddAllSupportedMcs(), ns3::WifiRemoteStationManager::AddAllSupportedModes(), ns3::WifiRemoteStationManager::AddStationHtCapabilities(), ns3::WifiRemoteStationManager::AddStationVhtCapabilities(), ns3::CATEGORY_OF_VSA, ns3::Packet::Copy(), ns3::RegularWifiMac::DeaggregateAmsduAndForward(), ns3::VendorSpecificContentManager::FindVscCallback(), ns3::RegularWifiMac::ForwardUp(), ns3::WifiMacHeader::GetAddr1(), ns3::WifiMacHeader::GetAddr2(), ns3::WifiMacHeader::GetAddr3(), ns3::RegularWifiMac::GetAddress(), ns3::VendorSpecificActionHeader::GetCategory(), ns3::WifiMacQueueItem::GetHeader(), ns3::RegularWifiMac::GetHtCapabilities(), ns3::RegularWifiMac::GetHtSupported(), ns3::VendorSpecificActionHeader::GetOrganizationIdentifier(), ns3::WifiMacQueueItem::GetPacket(), ns3::RegularWifiMac::GetVhtCapabilities(), ns3::RegularWifiMac::GetVhtSupported(), ns3::WifiMacHeader::IsAction(), ns3::WifiRemoteStationManager::IsBrandNew(), ns3::WifiMacHeader::IsCtl(), ns3::WifiMacHeader::IsData(), ns3::Mac48Address::IsGroup(), ns3::WifiMacHeader::IsMgt(), ns3::Callback< R, T1, T2, T3, T4, T5, T6, T7, T8, T9 >::IsNull(), ns3::WifiMacHeader::IsQosAmsdu(), ns3::WifiMacHeader::IsQosData(), ns3::RegularWifiMac::m_stationManager, m_vscManager, ns3::WifiMac::NotifyRxDrop(), NS_ASSERT, NS_LOG_DEBUG, NS_LOG_FUNCTION, NS_LOG_LOGIC, ns3::Packet::PeekHeader(), ns3::RegularWifiMac::Receive(), ns3::WifiRemoteStationManager::RecordDisassociated(), ns3::Packet::RemoveHeader(), and ns3::WILDCARD_BSSID.

+ Here is the call graph for this function:

◆ RemoveReceiveVscCallback()

void ns3::OcbWifiMac::RemoveReceiveVscCallback ( OrganizationIdentifier  oi)
Parameters
oiOrganization Identifier

Definition at line 105 of file ocb-wifi-mac.cc.

References ns3::VendorSpecificContentManager::DeregisterVscCallback(), m_vscManager, and NS_LOG_FUNCTION.

+ Here is the call graph for this function:

◆ Reset()

void ns3::OcbWifiMac::Reset ( void  )

To support MAC extension for multiple channel operation, Reset current MAC entity and flush its internal queues.

Definition at line 446 of file ocb-wifi-mac.cc.

References ns3::RegularWifiMac::m_channelAccessManager, ns3::RegularWifiMac::m_feManager, and NS_LOG_FUNCTION.

◆ Resume()

void ns3::OcbWifiMac::Resume ( void  )

To support MAC extension for multiple channel operation, Resume the activity of suspended MAC entity.

Definition at line 421 of file ocb-wifi-mac.cc.

References ns3::RegularWifiMac::m_channelAccessManager, and NS_LOG_FUNCTION.

Referenced by ns3::DefaultChannelScheduler::AssignDefaultCchAccess(), and ns3::DefaultChannelScheduler::SwitchToNextChannel().

+ Here is the caller graph for this function:

◆ SendVsc()

void ns3::OcbWifiMac::SendVsc ( Ptr< Packet vsc,
Mac48Address  peer,
OrganizationIdentifier  oi 
)
Parameters
vscmanagement packet to send.
peerthe address to which the packet should be sent.
oiOrganization Identifier field see 7.3.1.31 Organization Identifier field and 10.3.29 Vendor-specific action

management information can be transmitted over vender specific action frame. This will be mainly called by IEEE Std 1609.4 to send WSA from IEEE Std 1609.3

Definition at line 71 of file ocb-wifi-mac.cc.

References ns3::Packet::AddHeader(), ns3::RegularWifiMac::GetAddress(), ns3::RegularWifiMac::GetQosSupported(), ns3::RegularWifiMac::m_edca, ns3::RegularWifiMac::m_txop, NS_LOG_FUNCTION, ns3::QosUtilsGetTidForPacket(), ns3::QosUtilsMapTidToAc(), ns3::Txop::Queue(), ns3::WifiMacHeader::SetAddr1(), ns3::WifiMacHeader::SetAddr2(), ns3::WifiMacHeader::SetAddr3(), ns3::WifiMacHeader::SetDsNotFrom(), ns3::WifiMacHeader::SetDsNotTo(), ns3::VendorSpecificActionHeader::SetOrganizationIdentifier(), ns3::WifiMacHeader::SetType(), ns3::WIFI_MAC_MGT_ACTION, and ns3::WILDCARD_BSSID.

+ Here is the call graph for this function:

◆ SetBssid()

void ns3::OcbWifiMac::SetBssid ( Mac48Address  bssid)
virtual
Parameters
bssidthe BSSID of the network that this device belongs to. This method shall not be used in WAVE environment and here it will overloaded to log warn message

Definition at line 127 of file ocb-wifi-mac.cc.

References NS_LOG_WARN.

◆ SetLinkDownCallback()

void ns3::OcbWifiMac::SetLinkDownCallback ( Callback< void >  linkDown)
virtual
Parameters
linkDownthe callback to invoke when the link becomes down.

Implements ns3::WifiMac.

Definition at line 152 of file ocb-wifi-mac.cc.

References NS_LOG_FUNCTION, NS_LOG_WARN, and ns3::RegularWifiMac::SetLinkDownCallback().

+ Here is the call graph for this function:

◆ SetLinkUpCallback()

void ns3::OcbWifiMac::SetLinkUpCallback ( Callback< void >  linkUp)
virtual

SetLinkUpCallback and SetLinkDownCallback will be overloaded In OCB mode, stations can send packets directly whenever they want so the link is always up and never down even during channel switch.

Parameters
linkUpthe callback to invoke when the link becomes up.

Implements ns3::WifiMac.

Definition at line 140 of file ocb-wifi-mac.cc.

References NS_LOG_FUNCTION, and ns3::RegularWifiMac::SetLinkUpCallback().

+ Here is the call graph for this function:

◆ SetSsid()

void ns3::OcbWifiMac::SetSsid ( Ssid  ssid)
virtual
Parameters
ssidthe current ssid of this MAC layer.

This method shall not be used in WAVE environment and here it will overloaded to log warn message

Implements ns3::WifiMac.

Definition at line 112 of file ocb-wifi-mac.cc.

References NS_LOG_WARN.

◆ Suspend()

void ns3::OcbWifiMac::Suspend ( void  )

To support MAC extension for multiple channel operation, Suspend the activity in current MAC entity.

Definition at line 413 of file ocb-wifi-mac.cc.

References ns3::RegularWifiMac::m_channelAccessManager, ns3::RegularWifiMac::m_feManager, and NS_LOG_FUNCTION.

Referenced by ns3::DefaultChannelScheduler::SwitchToNextChannel().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_vscManager

VendorSpecificContentManager ns3::OcbWifiMac::m_vscManager
private

VSC manager.

Definition at line 184 of file ocb-wifi-mac.h.

Referenced by AddReceiveVscCallback(), Receive(), and RemoveReceiveVscCallback().


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