src/devices/wifi/wifi-channel.h
changeset 2934 5bdc12f09798
parent 2806 73da2b282d83
child 3878 3b7d0c1fce02
equal deleted inserted replaced
2933:c7983cfa2cb3 2934:5bdc12f09798
    45  * no propagation models are set.
    45  * no propagation models are set.
    46  */
    46  */
    47 class WifiChannel : public Channel
    47 class WifiChannel : public Channel
    48 {
    48 {
    49 public:
    49 public:
    50   static TypeId GetTypdId (void);
    50   static TypeId GetTypeId (void);
    51 
    51 
    52   WifiChannel ();
    52   WifiChannel ();
    53   virtual ~WifiChannel ();
    53   virtual ~WifiChannel ();
    54 
    54 
    55   /**
    55   /**