src/devices/mesh/dot11s/ie-dot11s-peer-management.cc
changeset 5132 aee541a30256
parent 5129 5688b8da4526
child 5140 64084ae6cff1
equal deleted inserted replaced
5131:0fc1bad6a4ab 5132:aee541a30256
    22 #include "ie-dot11s-peer-management.h"
    22 #include "ie-dot11s-peer-management.h"
    23 #include "ns3/assert.h"
    23 #include "ns3/assert.h"
    24 #include "ns3/test.h"
    24 #include "ns3/test.h"
    25 #include "ns3/packet.h"
    25 #include "ns3/packet.h"
    26 
    26 
    27 namespace ns3
    27 namespace ns3 {
    28 {
    28 namespace dot11s {
    29 namespace dot11s
       
    30 {
       
    31 
    29 
    32 IePeerManagement::IePeerManagement () :
    30 IePeerManagement::IePeerManagement () :
    33   m_length (0), m_subtype (PEER_OPEN), m_localLinkId (0), m_peerLinkId (0), m_reasonCode (REASON11S_RESERVED)
    31   m_length (0), m_subtype (PEER_OPEN), m_localLinkId (0), m_peerLinkId (0), m_reasonCode (REASON11S_RESERVED)
    34 {
    32 {
    35 }
    33 }