equal
deleted
inserted
replaced
287 void |
287 void |
288 NqapWifiMac::Enqueue (Ptr<const Packet> packet, Mac48Address to, Mac48Address from) |
288 NqapWifiMac::Enqueue (Ptr<const Packet> packet, Mac48Address to, Mac48Address from) |
289 { |
289 { |
290 NS_LOG_FUNCTION (this << packet << to << from); |
290 NS_LOG_FUNCTION (this << packet << to << from); |
291 ForwardDown (packet, from, to); |
291 ForwardDown (packet, from, to); |
|
292 } |
|
293 void |
|
294 NqapWifiMac::Enqueue (Ptr<const Packet> packet, Mac48Address to) |
|
295 { |
|
296 NS_LOG_FUNCTION (this << packet << to); |
|
297 ForwardDown (packet, to, m_low->GetAddress ()); |
292 } |
298 } |
293 SupportedRates |
299 SupportedRates |
294 NqapWifiMac::GetSupportedRates (void) const |
300 NqapWifiMac::GetSupportedRates (void) const |
295 { |
301 { |
296 // send the set of supported rates and make sure that we indicate |
302 // send the set of supported rates and make sure that we indicate |