src/devices/mesh/dot11s/ie-dot11s-preq.h
changeset 4899 50591b95753a
parent 4896 e579c19f0dee
child 4904 4e2ac4a8b5c6
equal deleted inserted replaced
4898:b079cb67fda2 4899:50591b95753a
    23 #define WIFI_PREQ_INFORMATION_ELEMENT_H
    23 #define WIFI_PREQ_INFORMATION_ELEMENT_H
    24 
    24 
    25 #include <vector>
    25 #include <vector>
    26 
    26 
    27 #include "ns3/mac48-address.h"
    27 #include "ns3/mac48-address.h"
    28 #include "ns3/dot11s-codes.h"
       
    29 #include "ns3/wifi-information-element.h"
    28 #include "ns3/wifi-information-element.h"
    30 
    29 
    31 namespace ns3 {
    30 namespace ns3 {
    32 namespace dot11s {
    31 namespace dot11s {
    33 /**
    32 /**