src/helper/wifi-helper.cc
changeset 3915 c798f3d5cb2e
parent 3914 18ac5bec5c49
child 4140 6bbf05bf4826
equal deleted inserted replaced
3914:18ac5bec5c49 3915:c798f3d5cb2e
   119       devices.Add (device);
   119       devices.Add (device);
   120       NS_LOG_DEBUG ("node="<<node<<", mob="<<node->GetObject<MobilityModel> ());
   120       NS_LOG_DEBUG ("node="<<node<<", mob="<<node->GetObject<MobilityModel> ());
   121     }
   121     }
   122   return devices;
   122   return devices;
   123 }
   123 }
       
   124 NetDeviceContainer 
       
   125 WifiHelper::Install (const WifiPhyHelper &phy, Ptr<Node> node) const
       
   126 {
       
   127   return Install (phy, NodeContainer (node));
       
   128 }
   124 
   129 
   125 
   130 
   126 } // namespace ns3
   131 } // namespace ns3