ns3::ExtendedSupportedRatesIE Class Reference

The Extended Supported Rates Information Element. More...

#include <supported-rates.h>

Inheritance diagram for ns3::ExtendedSupportedRatesIE:
Inheritance graph
[legend]
Collaboration diagram for ns3::ExtendedSupportedRatesIE:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

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.


Member Function Documentation

uint8_t ns3::ExtendedSupportedRatesIE::DeserializeInformationField ( Buffer::Iterator  start,
uint8_t  length 
) [virtual]

Deserialize information (i.e., the body of the IE, not including the Element ID and length octets)

Implements ns3::WifiInformationElement.

uint8_t ns3::ExtendedSupportedRatesIE::GetInformationFieldSize (  )  const [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.

uint16_t ns3::ExtendedSupportedRatesIE::GetSerializedSize (  )  const

Get the size of the serialized IE including Element ID and length fields.

Reimplemented from ns3::WifiInformationElement.

void ns3::ExtendedSupportedRatesIE::SerializeInformationField ( Buffer::Iterator  start  )  const [virtual]

Serialize information (i.e., the body of the IE, not including the Element ID and length octets)

Implements ns3::WifiInformationElement.


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

Generated on 6 Jan 2011 for NS-3 by  doxygen 1.6.1