src/helper/yans-wifi-helper.h
changeset 4140 6bbf05bf4826
parent 4001 3f87cca47331
child 4264 9d2e96c4e6e4
equal deleted inserted replaced
4139:d45e62c78504 4140:6bbf05bf4826
   153    *
   153    *
   154    * Every PHY created by a call to Install is associated to this channel.
   154    * Every PHY created by a call to Install is associated to this channel.
   155    */
   155    */
   156   void SetChannel (Ptr<YansWifiChannel> channel);
   156   void SetChannel (Ptr<YansWifiChannel> channel);
   157   /**
   157   /**
       
   158    * \param channelName The name of the channel to associate to this helper
       
   159    *
       
   160    * Every PHY created by a call to Install is associated to this channel.
       
   161    */
       
   162   void SetChannel (std::string channelName);
       
   163   /**
   158    * \param name the name of the attribute to set
   164    * \param name the name of the attribute to set
   159    * \param v the value of the attribute
   165    * \param v the value of the attribute
   160    *
   166    *
   161    * Set an attribute of the underlying PHY object.
   167    * Set an attribute of the underlying PHY object.
   162    */
   168    */