src/wifi/model/wifi-preamble.h
changeset 10139 17a71cd49da3
parent 7385 10beb0e53130
child 11174 780a43e4980c
equal deleted inserted replaced
10138:2f8e35b43d11 10139:17a71cd49da3
    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 */