23 #include "ns3/event-id.h" 24 #include "ns3/pointer.h" 26 #include "ns3/string.h" 27 #include "ns3/mac-rx-middle.h" 28 #include "ns3/ht-capabilities.h" 29 #include "ns3/vht-capabilities.h" 49 .SetGroupName (
"Wave")
87 tid = tid > 7 ? 0 : tid;
113 NS_LOG_WARN (
"in OCB mode we should not call SetSsid");
119 NS_LOG_WARN (
"in OCB mode we should not call GetSsid");
128 NS_LOG_WARN (
"in OCB mode we should not call SetBsid");
134 NS_LOG_WARN (
"in OCB mode we should not call GetBssid");
155 NS_LOG_WARN (
"in OCB mode the like will never down, so linkDown will never be called");
307 NS_LOG_DEBUG (
"cannot find VscCallback for OrganizationIdentifier=" << oi);
310 bool succeed = cb (
this, oi,packet, from);
314 NS_LOG_DEBUG (
"vsc callback could not handle the packet successfully");
335 dcf->
SetMinCw ((cwmin + 1) / 4 - 1);
336 dcf->
SetMaxCw ((cwmin + 1) / 2 - 1);
341 dcf->
SetMinCw ((cwmin + 1) / 2 - 1);
377 uint32_t cwmax = 1023;
440 m_low = CreateObject<WaveMacLow> ();
441 (DynamicCast<WaveMacLow> (
m_low))->SetWaveNetDevice (device);
445 for (EdcaQueues::iterator i =
m_edca.begin (); i !=
m_edca.end (); ++i)
447 i->second->SetMacLow (
m_low);
448 i->second->CompleteConfig ();
uint32_t RemoveHeader(Header &header)
Deserialize and remove the header from the internal buffer.
virtual Ssid GetSsid(void) const
Simulation virtual time values and global simulation resolution.
#define NS_LOG_FUNCTION(parameters)
If log level LOG_FUNCTION is enabled, this macro will output all input parameters separated by "...
void ConfigureEdca(uint32_t cwmin, uint32_t cwmax, uint32_t aifsn, enum AcIndex ac)
void RegisterVscCallback(OrganizationIdentifier oi, VscCallback cb)
Ptr< Txop > m_txop
This holds a pointer to the TXOP instance for this WifiMac - used for transmission of frames to non-Q...
virtual void FinishConfigureStandard(enum WifiPhyStandard standard)
#define NS_OBJECT_ENSURE_REGISTERED(type)
Register an Object subclass with the TypeId system.
void AddAllSupportedMcs(Mac48Address address)
Invoked in a STA or AP to store all of the MCS supported by a destination which is also supported loc...
bool GetQosSupported() const
Return whether the device supports QoS.
virtual ~OcbWifiMac(void)
EdcaQueues m_edca
This is a map from Access Category index to the corresponding channel access function.
void CancleTx(enum AcIndex ac)
#define NS_ASSERT(condition)
At runtime, in debugging builds, if this condition is not true, the program prints the source file...
void SendVsc(Ptr< Packet > vsc, Mac48Address peer, OrganizationIdentifier oi)
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
void NotifyMaybeCcaBusyStartNow(Time duration)
void NotifySleepNow(void)
This method is typically invoked by the PhyMacLowListener to notify the MAC layer that the device has...
OFDM PHY for the 5 GHz band (Clause 17 with 10 MHz channel bandwidth)
virtual Mac48Address GetBssid(void) const
This method shall not be used in WAVE environment and here it will overloaded to log warn message...
VendorSpecificContentManager m_vscManager
VSC manager.
virtual void Receive(Ptr< Packet > packet, const WifiMacHeader *hdr)
This method acts as the MacRxMiddle receive callback and is invoked to notify us that a frame has bee...
void EnableForWave(Ptr< WaveNetDevice > device)
void NotifyRxDrop(Ptr< const Packet > packet)
#define NS_FATAL_ERROR(msg)
Report a fatal error with a message and terminate.
static const Mac48Address WILDCARD_BSSID
Wildcard BSSID.
virtual void DeaggregateAmsduAndForward(Ptr< Packet > aggregatedPacket, const WifiMacHeader *hdr)
This method can be called to de-aggregate an A-MSDU and forward the constituent packets up the stack...
void SetLinkDownCallback(Callback< void > linkDown)
Ptr< ChannelAccessManager > m_channelAccessManager
channel access manager
virtual void Receive(Ptr< Packet > packet, const WifiMacHeader *hdr)
This method acts as the MacRxMiddle receive callback and is invoked to notify us that a frame has bee...
void Receive(Ptr< Packet > packet, const WifiMacHeader *hdr)
Receive a packet.
uint8_t QosUtilsGetTidForPacket(Ptr< const Packet > packet)
If a qos tag is attached to the packet, returns a value < 8.
void DeregisterVscCallback(OrganizationIdentifier &oi)
void RecordDisassociated(Mac48Address address)
Records that the STA was disassociated.
virtual void SetLinkUpCallback(Callback< void > linkUp)
SetLinkUpCallback and SetLinkDownCallback will be overloaded In OCB mode, stations can send packets d...
void SetBssid(Mac48Address bssid)
void ForwardUp(Ptr< Packet > packet, Mac48Address from, Mac48Address to)
Forward the packet up to the device.
WifiPhyStandard
Identifies the PHY specification that a Wifi device is configured to use.
base class for all MAC-level wifi objects.
void SetTypeOfStation(TypeOfStation type)
This method is invoked by a subclass to specify what type of station it is implementing.
bool GetVhtSupported() const
Return whether the device supports VHT.
static TypeId GetTypeId(void)
Get the type ID.
the organization identifier is a public organizationally unique identifier assigned by the IEEE...
void AddStationHtCapabilities(Mac48Address from, HtCapabilities htcapabilities)
Records HT capabilities of the remote station.
void Suspend(void)
To support MAC extension for multiple channel operation, Suspend the activity in current MAC entity...
AcIndex QosUtilsMapTidToAc(uint8_t tid)
Maps TID (Traffic ID) to Access classes.
void MakeVirtualBusy(Time duration)
static Mac48Address GetBroadcast(void)
uint32_t PeekHeader(Header &header) const
Deserialize but does not remove the header from the internal buffer.
Ptr< MacRxMiddle > m_rxMiddle
RX middle (de-fragmentation etc.)
Callback< R > MakeCallback(R(T::*memPtr)(void), OBJ objPtr)
Ptr< QosTxop > GetVOQueue(void) const
Accessor for the AC_VO channel access function.
void NotifySleepNow(void)
Notify the DCF that the device has been put in sleep mode.
void NotifySwitchingStartNow(Time duration)
Ptr< MacLow > m_low
MacLow (RTS, CTS, DATA, ACK etc.)
void RemoveReceiveVscCallback(OrganizationIdentifier oi)
void SetLinkUpCallback(Callback< void > linkUp)
OFDM PHY for the 5 GHz band (Clause 17)
Every class exported by the ns3 library is enclosed in the ns3 namespace.
void SetMacLow(const Ptr< MacLow > low)
Set MacLow associated with this Txop.
Ptr< QosTxop > GetVIQueue(void) const
Accessor for the AC_VI channel access function.
virtual void NotifyChannelSwitching(void)
When a channel switching occurs, enqueued packets are removed.
virtual void SetLinkDownCallback(Callback< void > linkDown)
NS_LOG_LOGIC("Net device "<< nd<< " is not bridged")
The IEEE 802.11 SSID Information Element.
Mac48Address GetAddress(void) const
virtual void SetSsid(Ssid ssid)
VscCallback FindVscCallback(OrganizationIdentifier &oi)
static const uint8_t CATEGORY_OF_VSA
see IEEE 802.11-2007 chapter 7.3.1.11 Table 7-24—Category values
Ptr< QosTxop > GetBEQueue(void) const
Accessor for the AC_BE channel access function.
Ptr< Txop > GetTxop(void) const
Accessor for the DCF object.
virtual void Queue(Ptr< const Packet > packet, const WifiMacHeader &hdr)
void SetMinCw(uint32_t minCw)
Set the minimum contention window size.
void SetMaxCw(uint32_t maxCw)
Set the maximum contention window size.
#define NS_LOG_WARN(msg)
Use NS_LOG to output a message of level LOG_WARN.
bool GetHtSupported() const
Return whether the device supports HT.
#define NS_LOG_DEBUG(msg)
Use NS_LOG to output a message of level LOG_DEBUG.
void NotifySwitchingStartNow(Time duration)
virtual void SetBssid(Mac48Address bssid)
void SetAifsn(uint8_t aifsn)
Set the number of slots that make up an AIFS.
virtual void Enqueue(Ptr< const Packet > packet, Mac48Address to)
Ptr< QosTxop > GetBKQueue(void) const
Accessor for the AC_BK channel access function.
Ptr< WifiRemoteStationManager > m_stationManager
Remote station manager (rate control, RTS/CTS/fragmentation thresholds etc.)
bool IsNull(void) const
Check for null implementation.
void Reset(void)
To support MAC extension for multiple channel operation, Reset current MAC entity and flush its inter...
void AddAllSupportedModes(Mac48Address address)
Invoked in a STA or AP to store all of the modes supported by a destination which is also supported l...
VhtCapabilities GetVhtCapabilities(void) const
Return the VHT capabilities of the device.
void SetupLow(Ptr< MacLow > low)
Set up listener for MacLow events.
bool IsBrandNew(Mac48Address address) const
Return whether the station state is brand new.
a unique identifier for an interface.
void SetRxCallback(Callback< void, Ptr< Packet >, const WifiMacHeader *> callback)
void Resume(void)
To support MAC extension for multiple channel operation, Resume the activity of suspended MAC entity...
TypeId SetParent(TypeId tid)
Set the parent TypeId.
AcIndex
This enumeration defines the Access Categories as an enumeration with values corresponding to the AC ...
void AddReceiveVscCallback(OrganizationIdentifier oi, VscCallback cb)
void NotifyWakeupNow(void)
Notify the DCF that the device has been resumed from sleep mode.
void AddHeader(const Header &header)
Add header to this packet.
void AddStationVhtCapabilities(Mac48Address from, VhtCapabilities vhtcapabilities)
Records VHT capabilities of the remote station.
HtCapabilities GetHtCapabilities(void) const
Return the HT capabilities of the device.
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.