src/devices/mesh/mesh-wifi-interface-mac.h
changeset 5903 395e17028faf
parent 5828 9959ba75ba25
child 5906 509b5089a081
equal deleted inserted replaced
5902:8788d85a6c3e 5903:395e17028faf
   177   void ScheduleNextBeacon ();
   177   void ScheduleNextBeacon ();
   178   /// Get current beaconing status
   178   /// Get current beaconing status
   179   bool GetBeaconGeneration () const;
   179   bool GetBeaconGeneration () const;
   180   /// Real d-tor
   180   /// Real d-tor
   181   virtual void DoDispose ();
   181   virtual void DoDispose ();
       
   182   ///Initiator at t=0
       
   183   void DoStart ();
   182 
   184 
   183 private:
   185 private:
   184   typedef std::map<AccessClass, Ptr<DcaTxop> > Queues;
   186   typedef std::map<AccessClass, Ptr<DcaTxop> > Queues;
   185   typedef std::vector<Ptr<MeshWifiInterfaceMacPlugin> > PluginList;
   187   typedef std::vector<Ptr<MeshWifiInterfaceMacPlugin> > PluginList;
   186   ///\name Wifi MAC internals
   188   ///\name Wifi MAC internals