src/helper/yans-wifi-helper.h
changeset 4140 6bbf05bf4826
parent 4001 3f87cca47331
child 4264 9d2e96c4e6e4
--- a/src/helper/yans-wifi-helper.h	Tue Jan 20 15:47:14 2009 -0800
+++ b/src/helper/yans-wifi-helper.h	Tue Jan 20 17:39:18 2009 -0800
@@ -155,6 +155,12 @@
    */
   void SetChannel (Ptr<YansWifiChannel> channel);
   /**
+   * \param channelName The name of the channel to associate to this helper
+   *
+   * Every PHY created by a call to Install is associated to this channel.
+   */
+  void SetChannel (std::string channelName);
+  /**
    * \param name the name of the attribute to set
    * \param v the value of the attribute
    *