src/devices/wifi/wifi-phy.h
changeset 2155 194dd8bdcf56
parent 2139 a2cf93c741c3
child 2159 20f882e85b4a
equal deleted inserted replaced
2154:4c0e94f7237b 2155:194dd8bdcf56
   128    * \valueref{WifiPhyTxPowerEnd}, \valueref{WifiPhyTxPowerLevels},
   128    * \valueref{WifiPhyTxPowerEnd}, \valueref{WifiPhyTxPowerLevels},
   129    * \valueref{WifiPhyTxGain}, and, \valueref{WifiPhyRxGain}
   129    * \valueref{WifiPhyTxGain}, and, \valueref{WifiPhyRxGain}
   130    */
   130    */
   131   WifiPhy (Ptr<WifiNetDevice> device);
   131   WifiPhy (Ptr<WifiNetDevice> device);
   132   virtual ~WifiPhy ();
   132   virtual ~WifiPhy ();
       
   133 
       
   134   Ptr<WifiNetDevice> GetDevice (void) const;
   133 
   135 
   134   /**
   136   /**
   135    * \param channel the channel to connect to.
   137    * \param channel the channel to connect to.
   136    */
   138    */
   137   void SetChannel (Ptr<WifiChannel> channel);
   139   void SetChannel (Ptr<WifiChannel> channel);