equal
deleted
inserted
replaced
27 * The type of preamble to be used by an IEEE 802.11 transmission |
27 * The type of preamble to be used by an IEEE 802.11 transmission |
28 */ |
28 */ |
29 enum WifiPreamble |
29 enum WifiPreamble |
30 { |
30 { |
31 WIFI_PREAMBLE_LONG, |
31 WIFI_PREAMBLE_LONG, |
32 WIFI_PREAMBLE_SHORT |
32 WIFI_PREAMBLE_SHORT, |
|
33 WIFI_PREAMBLE_HT_MF, |
|
34 WIFI_PREAMBLE_HT_GF |
33 }; |
35 }; |
34 |
36 |
35 } // namespace ns3 |
37 } // namespace ns3 |
36 |
38 |
37 #endif /* WIFI_PREAMBLE_H */ |
39 #endif /* WIFI_PREAMBLE_H */ |