src/devices/mesh/dot11s/ie-dot11s-preq.cc
changeset 5132 aee541a30256
parent 5130 b5062e8e0da1
child 5134 26472734b69f
equal deleted inserted replaced
5131:0fc1bad6a4ab 5132:aee541a30256
    23 #include "ns3/node.h"
    23 #include "ns3/node.h"
    24 #include "ns3/assert.h"
    24 #include "ns3/assert.h"
    25 #include "ns3/test.h"
    25 #include "ns3/test.h"
    26 #include "ns3/packet.h"
    26 #include "ns3/packet.h"
    27 
    27 
    28 namespace ns3
    28 namespace ns3 {
    29 {
    29 namespace dot11s {
    30 namespace dot11s
       
    31 {
       
    32 /*************************
    30 /*************************
    33  * DestinationAddressUnit
    31  * DestinationAddressUnit
    34  ************************/
    32  ************************/
    35 DestinationAddressUnit::DestinationAddressUnit () :
    33 DestinationAddressUnit::DestinationAddressUnit () :
    36   m_do (false), m_rf (false), m_usn (false), m_destinationAddress (Mac48Address ()), m_destSeqNumber (0)
    34   m_do (false), m_rf (false), m_usn (false), m_destinationAddress (Mac48Address ()), m_destSeqNumber (0)