22 #include "ns3/address-utils.h"
23 #include "ns3/assert.h"
24 #include "ns3/packet.h"
34 m_flags (0), m_hopcount (0), m_ttl (0), m_destinationAddress (
Mac48Address::GetBroadcast ()),
35 m_destSeqNumber (0), m_lifetime (0), m_metric (0), m_originatorAddress (
Mac48Address::GetBroadcast ()),
36 m_originatorSeqNumber (0)
192 os << std::endl <<
"<information_element id=" <<
ElementId () <<
">" << std::endl;
193 os <<
"Flags: = " <<
m_flags << std::endl <<
"Hopcount: = " <<
m_hopcount << std::endl <<
"TTL: = " <<
m_ttl
195 << std::endl <<
"Lifetime: = " <<
m_lifetime << std::endl<<
"Metric: = " <<
m_metric << std::endl <<
"Originator: = "
197 os <<
"</information_element>" << std::endl;
void SetDestinationAddress(Mac48Address dest_address)
uint32_t m_originatorSeqNumber
uint32_t GetDestinationSeqNumber() const
void IncrementMetric(uint32_t metric)
void SetOriginatorSeqNumber(uint32_t originator_seq_number)
void ReadFrom(Buffer::Iterator &i, Ipv4Address &ad)
Read an Ipv4Address from a Buffer.
virtual void Print(std::ostream &os) const
In addition, a subclass may optionally override the following...
void WriteTo(Buffer::Iterator &i, Ipv4Address ad)
Write an Ipv4Address to a Buffer.
See 7.3.2.97 of 802.11s draft 2.07.
Mac48Address GetDestinationAddress() const
void SetFlags(uint8_t flags)
virtual WifiInformationElementId ElementId() const
Own unique Element ID.
void SetOriginatorAddress(Mac48Address originator_address)
bool operator==(const MeshHeader &a, const MeshHeader &b)
uint32_t GetDistanceFrom(Iterator const &o) const
iterator in a Buffer instance
Mac48Address GetOriginatorAddress() const
virtual uint8_t GetInformationFieldSize() const
Length of serialized information (i.e., the length of the body of the IE, not including the Element I...
void SetLifetime(uint32_t lifetime)
uint8_t GetHopcount() const
void SetMetric(uint32_t metric)
uint32_t GetOriginatorSeqNumber() const
void WriteU8(uint8_t data)
Mac48Address m_destinationAddress
Mac48Address m_originatorAddress
uint32_t GetLifetime() const
uint8_t WifiInformationElementId
This type is used to represent an Information Element ID.
virtual uint8_t DeserializeInformationField(Buffer::Iterator start, uint8_t length)
Deserialize information (i.e., the body of the IE, not including the Element ID and length octets) ...
uint32_t GetMetric() const
void SetDestinationSeqNumber(uint32_t dest_seq_number)
void SetHopcount(uint8_t hopcount)
std::ostream & operator<<(std::ostream &os, const IeBeaconTiming &a)
virtual void SerializeInformationField(Buffer::Iterator i) const
Serialize information (i.e., the body of the IE, not including the Element ID and length octets) ...
uint32_t ReadLsbtohU32(void)
void WriteHtolsbU32(uint32_t data)