equal
deleted
inserted
replaced
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 */ |