src/devices/wifi/wifi-preamble.h
author Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 17 Oct 2007 17:49:56 +0200
changeset 1993 e665fb7cea73
parent 1920 1d4864775cf8
child 2035 07a23b695364
permissions -rw-r--r--
add time to debug output

#ifndef WIFI_PREAMBLE_H
#define WIFI_PREAMBLE_H

namespace ns3 {

enum WifiPreamble {
  WIFI_PREAMBLE_LONG,
  WIFI_PREAMBLE_SHORT
};

} // namespace ns3

#endif /* WIFI_PREAMBLE_H */