See 7.3.2.97 of 802.11s draft 2.07. More...
#include <ie-dot11s-prep.h>
Public Member Functions | |
void | SetFlags (uint8_t flags) |
void | SetHopcount (uint8_t hopcount) |
void | SetTtl (uint8_t ttl) |
void | SetDestinationAddress (Mac48Address dest_address) |
void | SetDestinationSeqNumber (uint32_t dest_seq_number) |
void | SetLifetime (uint32_t lifetime) |
void | SetMetric (uint32_t metric) |
void | SetOriginatorAddress (Mac48Address originator_address) |
void | SetOriginatorSeqNumber (uint32_t originator_seq_number) |
uint8_t | GetFlags () const |
uint8_t | GetHopcount () const |
uint32_t | GetTtl () const |
Mac48Address | GetDestinationAddress () const |
uint32_t | GetDestinationSeqNumber () const |
uint32_t | GetLifetime () const |
uint32_t | GetMetric () const |
Mac48Address | GetOriginatorAddress () const |
uint32_t | GetOriginatorSeqNumber () const |
void | DecrementTtl () |
void | IncrementMetric (uint32_t metric) |
Inherited from WifiInformationElement | |
virtual WifiElementId | ElementId () const |
Own unique Element ID. | |
virtual void | SerializeInformation (Buffer::Iterator i) const |
Serialize information. | |
virtual uint8_t | DeserializeInformation (Buffer::Iterator start, uint8_t length) |
Deserialize information. | |
virtual uint8_t | GetInformationSize () const |
Length of serialized information. | |
virtual void | Print (std::ostream &os) const |
Friends | |
bool | operator== (const IePrep &a, const IePrep &b) |
See 7.3.2.97 of 802.11s draft 2.07.