equal
deleted
inserted
replaced
19 */ |
19 */ |
20 |
20 |
21 #ifndef VHT_WIFI_MAC_HELPER_H |
21 #ifndef VHT_WIFI_MAC_HELPER_H |
22 #define VHT_WIFI_MAC_HELPER_H |
22 #define VHT_WIFI_MAC_HELPER_H |
23 |
23 |
|
24 #include "ns3/string.h" |
24 #include "wifi-helper.h" |
25 #include "wifi-helper.h" |
25 #include "ns3/qos-utils.h" |
26 #include "ns3/qos-utils.h" |
26 #include "qos-wifi-mac-helper.h" |
27 #include "qos-wifi-mac-helper.h" |
27 #include <map> |
28 #include <map> |
28 |
29 |
52 /** |
53 /** |
53 * Create a mac helper in a default working state. |
54 * Create a mac helper in a default working state. |
54 */ |
55 */ |
55 static VhtWifiMacHelper Default (void); |
56 static VhtWifiMacHelper Default (void); |
56 |
57 |
|
58 /** |
|
59 * Converts a VHT MCS value into a DataRate value |
|
60 */ |
|
61 static StringValue DataRateForMcs (int mcs); |
57 }; |
62 }; |
58 |
63 |
59 } //namespace ns3 |
64 } //namespace ns3 |
60 |
65 |
61 #endif /* VHT_WIFI_MAC_HELPER_H */ |
66 #endif /* VHT_WIFI_MAC_HELPER_H */ |