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