equal
deleted
inserted
replaced
24 #include "ns3/object.h" |
24 #include "ns3/object.h" |
25 #include "ns3/packet.h" |
25 #include "ns3/packet.h" |
26 #include "ns3/mgt-headers.h" // from wifi module |
26 #include "ns3/mgt-headers.h" // from wifi module |
27 #include "ns3/wifi-mac-header.h" |
27 #include "ns3/wifi-mac-header.h" |
28 #include "ns3/wifi-information-element-vector.h" |
28 #include "ns3/wifi-information-element-vector.h" |
29 |
|
30 #include <vector> |
|
31 |
29 |
32 namespace ns3 { |
30 namespace ns3 { |
33 |
31 |
34 /** |
32 /** |
35 * \brief Beacon is beacon header + list of arbitrary information elements |
33 * \brief Beacon is beacon header + list of arbitrary information elements |