src/devices/wifi/nqap-wifi-mac.cc
changeset 3602 e8e41feee205
parent 3600 5888dfe3f245
child 3603 da21b3e410b6
equal deleted inserted replaced
3601:b179502b5ec6 3602:e8e41feee205
   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