A Discrete-Event Network Simulator
API
ie-dot11s-configuration.h File Reference
#include "ns3/mesh-information-element-vector.h"
+ Include dependency graph for ie-dot11s-configuration.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns3::dot11s::Dot11sMeshCapability
 See 7.3.2.86.7 in 802.11s draft 3.0. More...
 
class  ns3::dot11s::IeConfiguration
 Describes Mesh Configuration Element see 7.3.2.86 of 802.11s draft 3.0. More...
 

Namespaces

 ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 
 ns3::dot11s
 

Enumerations

enum  ns3::dot11s::dot11sAuthenticationProtocol { ns3::dot11s::AUTH_NULL = 0x00, ns3::dot11s::AUTH_SAE = 0x01, ns3::dot11s::AUTH_IEEE = 0x02 }
 
enum  ns3::dot11s::dot11sCongestionControlMode { ns3::dot11s::CONGESTION_SIGNALING = 0x01, ns3::dot11s::CONGESTION_NULL = 0x00 }
 
enum  ns3::dot11s::dot11sPathSelectionMetric { ns3::dot11s::METRIC_AIRTIME = 0x01 }
 
enum  ns3::dot11s::dot11sPathSelectionProtocol { ns3::dot11s::PROTOCOL_HWMP = 0x01 }
 
enum  ns3::dot11s::dot11sSynchronizationProtocolIdentifier { ns3::dot11s::SYNC_NEIGHBOUR_OFFSET = 0x01, ns3::dot11s::SYNC_NULL = 0x00 }
 

Functions

std::ostream & ns3::dot11s::operator<< (std::ostream &os, const IeConfiguration &a)
 
bool ns3::dot11s::operator== (const Dot11sMeshCapability &a, const Dot11sMeshCapability &b)
 
bool ns3::dot11s::operator== (const IeConfiguration &a, const IeConfiguration &b)