ns-3
|
The Extended Supported Rates Information ElementThis class knows how to serialise and deserialise the Extended Supported Rates Element that holds (non-HT) rates beyond the 8 that the original Supported Rates element can carry. More...
#include <supported-rates.h>
Public Member Functions | |
ExtendedSupportedRatesIE (SupportedRates *rates) | |
WifiInformationElementId | ElementId () const |
Own unique Element ID. | |
uint8_t | GetInformationFieldSize () const |
void | SerializeInformationField (Buffer::Iterator start) const |
uint8_t | DeserializeInformationField (Buffer::Iterator start, uint8_t length) |
Buffer::Iterator | Serialize (Buffer::Iterator start) const |
Serialize entire IE including Element ID and length fields. | |
uint16_t | GetSerializedSize () const |
![]() | |
Buffer::Iterator | Deserialize (Buffer::Iterator i) |
Buffer::Iterator | DeserializeIfPresent (Buffer::Iterator i) |
virtual void | Print (std::ostream &os) const |
In addition, a subclass may optionally override the following... | |
virtual bool | operator< (WifiInformationElement const &a) const |
Compare information elements using Element ID. | |
virtual bool | operator== (WifiInformationElement const &a) const |
![]() | |
SimpleRefCount (const SimpleRefCount &o) | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
void | Ref (void) const |
void | Unref (void) const |
uint32_t | GetReferenceCount (void) const |
The Extended Supported Rates Information Element
This class knows how to serialise and deserialise the Extended Supported Rates Element that holds (non-HT) rates beyond the 8 that the original Supported Rates element can carry.
The SupportedRates
class still records all the rates, and an instance of ExtendedSupportedRatesIE
lies within SupportedRates
.
|
virtual |
Deserialize information (i.e., the body of the IE, not including the Element ID and length octets)
Implements ns3::WifiInformationElement.
References NS_ASSERT, and ns3::Buffer::Iterator::Read().
|
virtual |
Length of serialized information (i.e., the length of the body of the IE, not including the Element ID and length octets. This is the value that will appear in the second octet of the entire IE - the length field)
Implements ns3::WifiInformationElement.
References NS_ASSERT.
uint16_t ns3::ExtendedSupportedRatesIE::GetSerializedSize | ( | void | ) | const |
Get the size of the serialized IE including Element ID and length fields.
Reimplemented from ns3::WifiInformationElement.
Referenced by ns3::MgtAssocRequestHeader::GetSerializedSize(), ns3::dot11s::PeerLinkFrameStart::GetSerializedSize(), ns3::MgtAssocResponseHeader::GetSerializedSize(), ns3::MgtProbeRequestHeader::GetSerializedSize(), and ns3::MgtProbeResponseHeader::GetSerializedSize().
|
virtual |
Serialize information (i.e., the body of the IE, not including the Element ID and length octets)
Implements ns3::WifiInformationElement.
References NS_ASSERT, and ns3::Buffer::Iterator::Write().