25 #include "ns3/simulator.h"
26 #include "ns3/string.h"
27 #include "ns3/pointer.h"
42 .SetGroupName (
"Wifi")
44 .AddAttribute (
"BeaconInterval",
45 "Delay between two beacons",
50 .AddAttribute (
"BeaconJitter",
51 "A uniform random variable to cause the initial beacon starting time (after simulation time 0) "
52 "to be distributed between 0 and the BeaconInterval.",
55 MakePointerChecker<UniformRandomVariable> ())
56 .AddAttribute (
"EnableBeaconJitter",
57 "If beacons are enabled, whether to jitter the initial send event.",
61 .AddAttribute (
"BeaconGeneration",
62 "Whether or not beacons are generated.",
67 .AddAttribute (
"EnableNonErpProtection",
"Whether or not protection mechanism should be used when non-ERP STAs are present within the BSS."
68 "This parameter is only used when ERP is supported by the AP.",
72 .AddAttribute (
"RifsMode",
"If non-HT STAs are detected, whether to force RIFS to be disabled within the BSS."
73 "This parameter is only used when HT is supported by the AP.",
82 : m_enableBeaconGeneration (false)
159 m_beaconDca->SetWifiRemoteStationManager (stationManager);
181 NS_LOG_WARN (
"beacon interval should be multiple of 1024us (802.11 time unit), see IEEE Std. 802.11-2012");
203 for (std::map<uint16_t, Mac48Address>::const_iterator i =
m_staList.begin (); i !=
m_staList.end (); i++)
235 bool isNonGfHtStasPresent =
false;
236 for (std::map<uint16_t, Mac48Address>::const_iterator i =
m_staList.begin (); i !=
m_staList.end (); i++)
240 isNonGfHtStasPresent =
true;
245 return isNonGfHtStasPresent;
252 for (std::map<uint16_t, Mac48Address>::const_iterator i =
m_staList.begin (); i !=
m_staList.end (); i++)
337 m_dca->Queue (packet, hdr);
395 NS_LOG_DEBUG (
"Adding supported rate of " << modeDataRate);
428 return dsssParameters;
513 return edcaParameters;
539 uint64_t maxSupportedRate = 0;
550 if (dataRate > maxSupportedRate)
552 maxSupportedRate = dataRate;
553 NS_LOG_DEBUG (
"Updating maxSupportedRate to " << maxSupportedRate);
558 for (std::map<uint16_t, Mac48Address>::const_iterator i =
m_staList.begin (); i !=
m_staList.end (); i++)
562 uint64_t maxSupportedRateByHtSta = 0;
573 if (dataRate > maxSupportedRateByHtSta)
575 maxSupportedRateByHtSta = dataRate;
578 if (maxSupportedRateByHtSta < maxSupportedRate)
580 maxSupportedRate = maxSupportedRateByHtSta;
619 if (channelWidth == 160)
623 else if (channelWidth == 80)
631 for (uint8_t nss = 1; nss <= 8; nss++)
634 if (nss <= m_phy->GetMaxSupportedRxSpatialStreams ())
718 m_dca->Queue (packet, hdr);
743 for (std::map<uint16_t, Mac48Address>::const_iterator i =
m_staList.begin (); i !=
m_staList.end (); ++i)
756 m_staList.insert (std::make_pair (aid, to));
758 assoc.SetAssociationId (aid);
765 assoc.SetStatusCode (code);
797 m_dca->Queue (packet, hdr);
937 NS_LOG_DEBUG (
"forwarding frame from=" << from <<
", to=" << to);
973 else if (hdr->
IsMgt ())
978 NS_LOG_DEBUG (
"Probe request received from " << from <<
": send probe response");
986 NS_LOG_DEBUG (
"Association request received from " << from);
994 bool problem =
false;
995 bool isHtStation =
false;
996 bool isOfdmStation =
false;
997 bool isErpStation =
false;
998 bool isDsssStation =
false;
1006 isDsssStation =
false;
1010 isErpStation =
false;
1014 isOfdmStation =
false;
1016 if (isDsssStation ==
false && isErpStation ==
false && isOfdmStation ==
false)
1026 isDsssStation =
true;
1030 isErpStation =
true;
1034 isOfdmStation =
true;
1093 NS_LOG_DEBUG (
"One of the Basic Rate set mode is not supported by the station: send association response with an error status");
1098 NS_LOG_DEBUG (
"The Basic Rate set modes are supported by the station");
1160 if (!isErpStation && isDsssStation)
1165 NS_LOG_DEBUG (
"Send association response with success status");
1172 NS_LOG_DEBUG (
"Reassociation request received from " << from);
1180 bool problem =
false;
1181 bool isHtStation =
false;
1182 bool isOfdmStation =
false;
1183 bool isErpStation =
false;
1184 bool isDsssStation =
false;
1192 isDsssStation =
false;
1196 isErpStation =
false;
1200 isOfdmStation =
false;
1202 if (isDsssStation ==
false && isErpStation ==
false && isOfdmStation ==
false)
1212 isDsssStation =
true;
1216 isErpStation =
true;
1220 isOfdmStation =
true;
1279 NS_LOG_DEBUG (
"One of the Basic Rate set mode is not supported by the station: send reassociation response with an error status");
1284 NS_LOG_DEBUG (
"The Basic Rate set modes are supported by the station");
1346 if (!isErpStation && isDsssStation)
1351 NS_LOG_DEBUG (
"Send reassociation response with success status");
1358 NS_LOG_DEBUG (
"Disassociation received from " << from);
1360 for (std::map<uint16_t, Mac48Address>::const_iterator j =
m_staList.begin (); j !=
m_staList.end (); j++)
1362 if (j->second == from)
1401 i != packets.end (); ++i)
1403 if ((*i).second.GetDestinationAddr () ==
GetAddress ())
1405 ForwardUp ((*i).first, (*i).second.GetSourceAddr (),
1406 (*i).second.GetDestinationAddr ());
1412 NS_LOG_DEBUG (
"forwarding QoS frame from=" << from <<
", to=" << to);
1429 NS_LOG_DEBUG (
"Scheduling initial beacon for access point " <<
GetAddress () <<
" at time " << jitter <<
" microseconds");
1446 return useProtection;
1452 bool rifsMode =
false;
1475 for (uint16_t nextAid = 1; nextAid <= 2007; nextAid++)
uint8_t GetNBssMembershipSelectors(void) const
The WifiPhy::NBssMembershipSelectors() method is used (e.g., by a WifiRemoteStationManager) to determ...
void SetRxHighestSupportedDataRate(uint16_t maxsupportedrate)
Set the receive highest supported data rate.
void DoInitialize(void)
Initialize() implementation.
uint32_t RemoveHeader(Header &header)
Deserialize and remove the header from the internal buffer.
Ptr< DcfManager > m_dcfManager
DCF manager (access to channel)
EdcaParameterSet GetEdcaParameterSet(void) const
Return the EDCA Parameter Set of the current AP.
uint32_t GetVhtCapabilitiesInfo() const
Return the VHT Capabilties Info field in the VHT Capabilities information element.
bool GetVhtSupported(Mac48Address address) const
Return whether the station supports VHT or not.
uint8_t GetChannelNumber(void) const
Return current channel number.
uint32_t GetMaxCw(void) const
Return the maximum contention window size.
std::map< uint16_t, Mac48Address > m_staList
Map of all stations currently associated to the AP with their association ID.
void SetBeaconInterval(Time interval)
void AddSupportedRate(uint32_t bs)
Add the given rate to the supported rates.
Simulation virtual time values and global simulation resolution.
bool IsSupportedTxMcs(uint8_t mcs) const
Get the is transmit MCS supported.
bool GetShortGuardInterval(Mac48Address address) const
Return whether the station supports HT/VHT short guard interval.
void AddSupportedMcs(Mac48Address address, WifiMode mcs)
Record the MCS index supported by the station.
void SetHeSupported(uint8_t hesupported)
Set the HE supported information element.
void SetViAcm(uint8_t acm)
Set the AC_VI ACM field in the EdcaParameterSet information element.
#define NS_LOG_FUNCTION(parameters)
If log level LOG_FUNCTION is enabled, this macro will output all input parameters separated by "...
void SetQosSupported(uint8_t qosSupported)
Set QOS supported function.
void SetStream(int64_t stream)
Specifies the stream number for the RngStream.
bool GetGreenfieldSupported(Mac48Address address) const
Return whether the station supports Greenfield or not.
AttributeValue implementation for Boolean.
void SetViCWmin(uint32_t cwMin)
Set the AC_VI CWmin field in the EdcaParameterSet information element.
void SetMaxVhtMcsPerNss(uint8_t nss, uint8_t maxVhtMcs)
Set the Basic VHT-MCS and NSS field in the VHT Operation information element by specifying the tuple ...
ExtendedCapabilities GetExtendedCapabilities(void) const
Return the extended capabilities of the device.
#define NS_OBJECT_ENSURE_REGISTERED(type)
Register an Object subclass with the TypeId system.
bool m_disableRifs
Flag whether to force RIFS to be disabled within the BSS If non-HT STAs are detected.
void SetBeAcm(uint8_t acm)
Set the AC_BE ACM field in the EdcaParameterSet information element.
Hold variables of type string.
int64_t AssignStreams(int64_t stream)
Assign a fixed random variable stream number to the random variables used by this model...
void RecordWaitAssocTxOk(Mac48Address address)
Records that we are waiting for an ACK for the association response we sent.
DsssParameterSet GetDsssParameterSet(void) const
Return the DSSS Parameter Set that we support.
Ptr< const AttributeAccessor > MakeBooleanAccessor(T1 a1)
Create an AttributeAccessor for a class data member, or a lone class get functor or set method...
void SetTxMaxNSpatialStreams(uint8_t maxtxspatialstreams)
Set the transmit maximum number spatial streams.
void SetVoAci(uint8_t aci)
Set the AC_VO ACI field in the EdcaParameterSet information element.
EdcaQueues m_edca
This is a map from Access Category index to the corresponding channel access function.
uint8_t GetMaxSupportedRxSpatialStreams(void) const
WifiMode GetBasicMcs(uint8_t i) const
Return the MCS at the given list index.
The Extended Capabilities Information ElementThis class knows how to serialise and deserialise the Ex...
The VHT Operation Information ElementThis class knows how to serialise and deserialise the VHT Operat...
void SetSecondaryChannelOffset(uint8_t secondarychanneloffset)
Set the secondary channel offset.
#define NS_ASSERT(condition)
At runtime, in debugging builds, if this condition is not true, the program prints the source file...
void SetQosInfo(uint8_t qosInfo)
Set the QoS Info field in the EdcaParameterSet information element.
#define NS_LOG_COMPONENT_DEFINE(name)
Define a Log component with a specific name.
The HT Capabilities Information ElementThis class knows how to serialise and deserialise the HT Capab...
void SetVoAifsn(uint8_t aifsn)
Set the AC_VO AIFSN field in the EdcaParameterSet information element.
uint32_t GetSize(void) const
Returns the the size in bytes of the packet (including the zero-filled initial payload).
std::list< std::pair< Ptr< Packet >, AmsduSubframeHeader > >::const_iterator DeaggregatedMsdusCI
DeaggregatedMsdusCI typedef.
bool IsBroadcast(void) const
void SetSlot(Time slotTime)
bool GetShortGuardInterval(void) const
Return whether short guard interval is supported.
static DeaggregatedMsdus Deaggregate(Ptr< Packet > aggregatedPacket)
void NotifyRxDrop(Ptr< const Packet > packet)
void SetVoTXOPLimit(uint16_t txop)
Set the AC_VO TXOP Limit field in the EdcaParameterSet information element.
The HT Operation Information ElementThis class knows how to serialise and deserialise the HT Operatio...
uint32_t GetAifsn(void) const
Return the number of slots that make up an AIFS.
void SetPhase(uint8_t pcophase)
Set the PCO phase.
uint8_t GetNMcs(void) const
The WifiPhy::GetNMcs() method is used (e.g., by a WifiRemoteStationManager) to determine the set of t...
uint8_t GetVhtOperationalChannelWidth(void) const
Determine the VHT operational channel width (in MHz).
bool SupportsSendFrom(void) const
Ptr< WifiPhy > m_phy
Wifi PHY.
Ptr< DcaTxop > m_beaconDca
Dedicated DcaTxop for beacons.
void SetHtProtection(uint8_t htprotection)
Set the HT protection.
uint16_t GetNextAssociationId(void)
void SetVoCWmin(uint32_t cwMin)
Set the AC_VO CWmin field in the EdcaParameterSet information element.
The Supported Rates Information ElementThis class knows how to serialise and deserialise the Supporte...
represent a single transmission modeA WifiMode is implemented by a single integer which is used to lo...
bool IsMandatory(void) const
VhtCapabilities GetVhtCapabilities(void) const
Return the VHT capabilities of the device.
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...
HeCapabilities GetHeCapabilities(void) const
Return the HE capabilities of the device.
uint8_t QosUtilsGetTidForPacket(Ptr< const Packet > packet)
If a qos tag is attached to the packet, returns a value < 8.
void SetStaChannelWidth(uint8_t stachannelwidth)
Set the STA channel width.
void RecordDisassociated(Mac48Address address)
Records that the STA was disassociated.
HeOperation GetHeOperation(void) const
Return the HE operation of the current AP.
bool GetUseNonErpProtection(void) const
Return whether protection for non-ERP stations is used in the BSS.
Ptr< const AttributeChecker > MakeTimeChecker(const Time min, const Time max)
Helper to make a Time checker with bounded range.
bool m_enableBeaconGeneration
Flag whether beacons are being generated.
void SendAssocResp(Mac48Address to, bool success, bool isReassoc)
Forward an association or a reassociation response packet to the DCF.
void SetWifiRemoteStationManager(const Ptr< WifiRemoteStationManager > stationManager)
void Enqueue(Ptr< const Packet > packet, Mac48Address to)
void SetShortSlotTimeEnabled(bool enable)
Enable or disable short slot time.
void SetVhtSupported(uint8_t vhtsupported)
Set the VHT supported information element.
void SetBssid(Mac48Address bssid)
void SetMaxHeMcsPerNss(uint8_t nss, uint8_t maxHeMcs)
Set the Basic HE-MCS and NSS field in the HE Operation information element by specifying the tuple (n...
void SetViAifsn(uint8_t aifsn)
Set the AC_VI AIFSN field in the EdcaParameterSet information element.
void SetDualBeacon(uint8_t dualbeacon)
Set the dual beacon.
Time GetTxopLimit(void) const
Return the TXOP limit.
void ForwardUp(Ptr< Packet > packet, Mac48Address from, Mac48Address to)
Forward the packet up to the device.
void SetTxUnequalModulation(uint8_t txunequalmodulation)
Set the transmit unequal modulation.
uint8_t GetNBasicModes(void) const
Return the number of basic modes we support.
base class for all MAC-level wifi objects.
void SetSuccess(void)
Set success bit to 0 (success).
NS_ASSERT_MSG(false,"Ipv4AddressGenerator::MaskToIndex(): Impossible")
bool m_qosSupported
This Boolean is set true iff this WifiMac is to model 802.11e/WMM style Quality of Service...
Ptr< const AttributeAccessor > MakePointerAccessor(T1 a1)
Create an AttributeAccessor for a class data member, or a lone class get functor or set method...
static EventId Schedule(Time const &delay, MEM mem_ptr, OBJ obj)
Schedule an event to expire after delay.
void SetTypeOfStation(TypeOfStation type)
This method is invoked by a subclass to specify what type of station it is implementing.
void SetBeTXOPLimit(uint16_t txop)
Set the AC_BE TXOP Limit field in the EdcaParameterSet information element.
int64_t GetMicroSeconds(void) const
Get an approximation of the time stored in this instance in the indicated unit.
AttributeValue implementation for Time.
Ptr< DcaTxop > m_dca
This holds a pointer to the DCF instance for this WifiMac - used for transmission of frames to non-Qo...
void SetVoCWmax(uint32_t cwMax)
Set the AC_VO CWmax field in the EdcaParameterSet information element.
The IEEE 802.11ac VHT Capabilities.
static TypeId GetTypeId(void)
Get the type ID.
void NotifyTxDrop(Ptr< const Packet > packet)
void ForwardDown(Ptr< const Packet > packet, Mac48Address from, Mac48Address to)
Forward the packet down to DCF/EDCAF (enqueue the packet).
void SetBeCWmin(uint32_t cwMin)
Set the AC_BE CWmin field in the EdcaParameterSet information element.
void SetViAci(uint8_t aci)
Set the AC_VI ACI field in the EdcaParameterSet information element.
void RecordGotAssocTxFailed(Mac48Address address)
Records that we missed an ACK for the association response we sent.
bool GetRifsMode(void) const
Return whether RIFS is allowed in the BSS.
uint64_t GetDataRate(uint8_t channelWidth, uint16_t guardInterval, uint8_t nss) const
bool GetShortPreambleEnabled(void) const
Determine whether short preamble should be enabled or not in the BSS.
void AddStationHtCapabilities(Mac48Address from, HtCapabilities htcapabilities)
Records HT capabilities of the remote station.
bool m_vhtSupported
This Boolean is set true iff this WifiMac is to model 802.11ac.
bool m_enableNonErpProtection
Flag whether protection mechanism is used or not when non-ERP STAs are present within the BSS...
AcIndex QosUtilsMapTidToAc(uint8_t tid)
Maps TID (Traffic ID) to Access classes.
void SetAddress(Mac48Address address)
WifiMode GetMode(uint8_t mode) const
The WifiPhy::GetNModes() and WifiPhy::GetMode() methods are used (e.g., by a WifiRemoteStationManager...
uint8_t GetMcsValue(void) const
std::string GetUniqueName(void) const
static Mac48Address GetBroadcast(void)
EventId m_beaconEvent
Event to generate one beacon.
uint8_t GetChannelWidthSupported(Mac48Address address) const
Return the channel width supported by the station.
Mac48Address GetAddress(void) const
Return the MAC address of this MacLow.
void SetRxMcsBitmask(uint8_t index)
Set the receive MCS bitmask.
void AddStationHeCapabilities(Mac48Address from, HeCapabilities hecapabilities)
Records HE capabilities of the remote station.
bool m_heSupported
This Boolean is set true iff this WifiMac is to model 802.11ax.
uint16_t GetSupportedMcsAndNss() const
Return the MCS and NSS field in the HE Capabilities information element.
void SetCurrentChannel(uint8_t currentChannel)
Set the Current Channel field in the DsssParameterSet information element.
HtOperation GetHtOperation(void) const
Return the HT operation of the current AP.
Ptr< MacLow > m_low
MacLow (RTS, CTS, DATA, ACK etc.)
HtCapabilities GetHtCapabilities(void) const
Return the HT capabilities of the device.
void SetBasicRate(uint32_t bs)
Set the given rate to basic rates.
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 DeaggregateAmsduAndForward(Ptr< Packet > aggregatedPacket, const WifiMacHeader *hdr)
This method is called to de-aggregate an A-MSDU and forward the constituent packets up the stack...
Ptr< Packet > Copy(void) const
performs a COW copy of the packet.
Status code for association response.
WifiMode GetMcs(uint8_t mcs) const
The WifiPhy::GetMcs() method is used (e.g., by a WifiRemoteStationManager) to determine the set of tr...
bool IsWaitAssocTxOk(Mac48Address address) const
Return whether we are waiting for an ACK for the association response we sent.
virtual void SetWifiRemoteStationManager(const Ptr< WifiRemoteStationManager > stationManager)
void SetLinkUpCallback(Callback< void > linkUp)
void AddBssMembershipSelectorRate(uint32_t bs)
Add a special value to the supported rate set, corresponding to a BSS membership selector.
void SetLinkUpCallback(Callback< void > linkUp)
virtual void DoDispose()
Destructor implementation.
std::list< std::pair< Ptr< Packet >, AmsduSubframeHeader > > DeaggregatedMsdus
DeaggregatedMsdus typedef.
Every class exported by the ns3 library is enclosed in the ns3 namespace.
The EDCA Parameter SetThis class knows how to serialise and deserialise the EDCA Parameter Set...
void AddSupportedMode(Mac48Address address, WifiMode mode)
Invoked in a STA or AP to store the set of modes supported by a destination which is also supported l...
Ptr< const AttributeChecker > MakeBooleanChecker(void)
bool IsSupportedMcs(uint8_t mcs) const
Return the is MCS supported flag.
void AddBasicMode(WifiMode mode)
Invoked in a STA upon association to store the set of rates which belong to the BSSBasicRateSet of th...
void SetUseNonErpProtection(bool enable)
Enable or disable protection for non-ERP stations.
void SetTxRxMcsSetUnequal(uint8_t txrxmcssetunequal)
Set the transmit / receive MCS set unequal.
void SetBkAifsn(uint8_t aifsn)
Set the AC_BK AIFSN field in the EdcaParameterSet information element.
bool IsAssociated(Mac48Address address) const
Return whether the station associated.
void SetDsssSupported(uint8_t DsssSupported)
Set DSSS supported.
static EventId ScheduleNow(MEM mem_ptr, OBJ obj)
Schedule an event to expire Now.
void SetBkTXOPLimit(uint16_t txop)
Set the AC_BK TXOP Limit field in the EdcaParameterSet information element.
void SetStbcBeacon(uint8_t stbcbeacon)
Set the STBC beacon.
Ptr< const AttributeAccessor > MakeTimeAccessor(T1 a1)
Create an AttributeAccessor for a class data member, or a lone class get functor or set method...
void SetBeAci(uint8_t aci)
Set the AC_BE ACI field in the EdcaParameterSet information element.
bool IsNonGfHtStasPresent(void) const
Determine whether non-Greenfield HT stations are present or not.
bool GetBeaconGeneration(void) const
Return whether the AP is generating beacons.
Wi-Fi AP state machineHandle association, dis-association and authentication, of STAs within an infra...
WifiMode GetBasicMode(uint8_t i) const
Return a basic mode from the set of basic modes.
void SetBkAci(uint8_t aci)
Set the AC_BK ACI field in the EdcaParameterSet information element.
uint8_t GetMaxSupportedTxSpatialStreams(void) const
void SetVoAcm(uint8_t acm)
Set the AC_VO ACM field in the EdcaParameterSet information element.
void SetDualCtsProtection(uint8_t dualctsprotection)
Set the dual CTS protection.
void AddSupportedPlcpPreamble(Mac48Address address, bool isShortPreambleSupported)
Record whether the short PLCP preamble is supported by the station.
bool m_htSupported
This Boolean is set true iff this WifiMac is to model 802.11n.
uint8_t GetBssMembershipSelector(uint8_t selector) const
The WifiPhy::BssMembershipSelector() method is used (e.g., by a WifiRemoteStationManager) to determin...
void SendProbeResp(Mac48Address to)
Forward a probe response packet to the DCF.
uint8_t GetChannelWidth(void) const
The DSSS Parameter SetThis class knows how to serialise and deserialise the DSSS Parameter Set...
SupportedRates GetSupportedRates(void) const
Return an instance of SupportedRates that contains all rates that we support including HT rates...
void SetPcoActive(uint8_t pcoactive)
Set the PCO active.
void SetBkCWmax(uint32_t cwMax)
Set the AC_BK CWmax field in the EdcaParameterSet information element.
bool GetShortSlotTimeSupported(Mac48Address address) const
Return whether the station supports short ERP slot time or not.
uint8_t GetNBasicMcs(void) const
Return the number of basic MCS index.
void TxFailed(const WifiMacHeader &hdr)
The packet we sent was successfully received by the receiver (i.e.
void SetNonGfHtStasPresent(uint8_t nongfhtstaspresent)
Set the non GF HT STAs present.
void SendOneBeacon(void)
Forward a beacon packet to the beacon special DCF.
void SetBkCWmin(uint32_t cwMin)
Set the AC_BK CWmin field in the EdcaParameterSet information element.
void AddSupportedErpSlotTime(Mac48Address address, bool isShortSlotTimeSupported)
Record whether the short ERP slot time is supported by the station.
void SetViTXOPLimit(uint16_t txop)
Set the AC_VI TXOP Limit field in the EdcaParameterSet information element.
#define NS_LOG_WARN(msg)
Use NS_LOG to output a message of level LOG_WARN.
uint8_t GetNumberOfSupportedStreams(Mac48Address address) const
Return the number of spatial streams supported by the station.
void DoDispose(void)
Destructor implementation.
void SetAddress(Mac48Address address)
ErpInformation GetErpInformation(void) const
Return the ERP information of the current AP.
#define NS_LOG_DEBUG(msg)
Use NS_LOG to output a message of level LOG_DEBUG.
Mac48Address GetAddress(void) const
Ptr< UniformRandomVariable > m_beaconJitter
UniformRandomVariable used to randomize the time of the first beacon.
CapabilityInformation GetCapabilities(void) const
Return the Capability information of the current AP.
Time m_beaconInterval
Interval between beacons.
bool IsSupportedTxMcs(uint8_t mcs) const
Is transmit MCS supported.
void SetUseGreenfieldProtection(bool enable)
Enable or disable protection for stations that do not support HT greenfield format.
std::list< Mac48Address > m_nonErpStations
List of all non-ERP stations currently associated to the AP.
void SetObssNonHtStasPresent(uint8_t obssnonhtstaspresent)
Set the OBSS non HT STAs present.
virtual void DoInitialize()
Initialize() implementation.
void Cancel(void)
This method is syntactic sugar for the ns3::Simulator::Cancel method.
void SetLSigTxopProtectionFullSupport(uint8_t lsigtxopprotectionfullsupport)
Set the LSIG TXOP protection full support.
bool IsSupportedRate(uint32_t bs) const
Check if the given rate is supported.
void SetRifsMode(uint8_t rifsmode)
Set the RIFS mode.
Time MicroSeconds(uint64_t value)
Construct a Time in the indicated unit.
bool m_enableBeaconJitter
Flag whether the first beacon should be generated at random time.
bool GetHtSupported(Mac48Address address) const
Return whether the station supports HT or not.
Time GetBeaconInterval(void) const
bool GetShortSlotTimeSupported(void) const
virtual void TxOk(const WifiMacHeader &hdr)
The packet we sent was successfully received by the receiver (i.e.
bool m_erpSupported
This Boolean is set true iff this WifiMac is to model 802.11g.
void TxOk(const WifiMacHeader &hdr)
The packet we sent was successfully received by the receiver (i.e.
bool GetRifsSupported(void) const
WifiModulationClass GetModulationClass() const
void SetShortPreambleEnabled(bool enable)
Enable or disable short PLCP preambles.
void SetBeCWmax(uint32_t cwMax)
Set the AC_BE CWmax field in the EdcaParameterSet information element.
The HE Operation Information ElementThis class knows how to serialise and deserialise the HE Operatio...
void SetHtSupported(uint8_t htsupported)
Set the HT Supported.
Ptr< WifiRemoteStationManager > m_stationManager
Remote station manager (rate control, RTS/CTS/fragmentation thresholds etc.)
uint16_t GetRxHighestSupportedLgiDataRate() const
Get the receive highest supported LGI data rate.
bool GetShortPlcpPreambleSupported(void) const
Return whether short PLCP preamble is supported.
void SetTxMcsSetDefined(uint8_t txmcssetdefined)
Set the transmit MCS set defined.
void SetBeAifsn(uint8_t aifsn)
Set the AC_BE AIFSN field in the EdcaParameterSet information element.
void SetFailure(void)
Set success bit to 1 (failure).
std::list< Mac48Address > m_nonHtStations
List of all non-HT stations currently associated to the AP.
bool GetShortSlotTimeEnabled(void) const
Determine whether short slot time should be enabled or not in the BSS.
uint8_t GetNMcsSupported(Mac48Address address) const
Return the number of MCS supported by the station.
The IEEE 802.11ax HE Capabilities.
VhtOperation GetVhtOperation(void) const
Return the VHT operation of the current AP.
uint32_t GetMinCw(void) const
Return the minimum contention window size.
a unique identifier for an interface.
bool m_dsssSupported
This Boolean is set true iff this WifiMac is to model 802.11b.
TypeId SetParent(TypeId tid)
Set the parent TypeId.
void SetViCWmax(uint32_t cwMax)
Set the AC_VI CWmax field in the EdcaParameterSet information element.
Ptr< MacTxMiddle > m_txMiddle
TX middle (aggregation etc.)
void SetRifsPermitted(bool allow)
Permit or prohibit RIFS.
void RecordGotAssocTxOk(Mac48Address address)
Records that we got an ACK for the association response we sent.
void AddHeader(const Header &header)
Add header to this packet.
void AddStationVhtCapabilities(Mac48Address from, VhtCapabilities vhtcapabilities)
Records VHT capabilities of the remote station.
void SetBkAcm(uint8_t acm)
Set the AC_BK ACM field in the EdcaParameterSet information element.
uint8_t GetNModes(void) const
The WifiPhy::GetNModes() and WifiPhy::GetMode() methods are used (e.g., by a WifiRemoteStationManager...
void SetBeaconGeneration(bool enable)
Enable or disable beacon generation of the AP.
void SetChannelWidth(uint8_t channelWidth)
Set the Channel Width field in the VHT Operation information element.
virtual void TxFailed(const WifiMacHeader &hdr)
The packet we sent was successfully received by the receiver (i.e.
bool GetShortPreambleSupported(Mac48Address address) const
Return whether the station supports short PLCP preamble or not.