src/devices/wifi/wifi-preamble.h
author Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 24 Oct 2007 16:02:10 +0200
changeset 2022 33579d27ce2a
parent 1920 1d4864775cf8
child 2035 07a23b695364
permissions -rw-r--r--
try to simplify duration calculations

#ifndef WIFI_PREAMBLE_H
#define WIFI_PREAMBLE_H

namespace ns3 {

enum WifiPreamble {
  WIFI_PREAMBLE_LONG,
  WIFI_PREAMBLE_SHORT
};

} // namespace ns3

#endif /* WIFI_PREAMBLE_H */