src/devices/mesh/mesh-wifi-interface-mac.h
changeset 5092 39e4d3a81e1c
parent 5054 49851228eec9
child 5114 505e762ea818
--- a/src/devices/mesh/mesh-wifi-interface-mac.h	Fri Jun 19 00:00:55 2009 +0400
+++ b/src/devices/mesh/mesh-wifi-interface-mac.h	Fri Jun 19 12:38:01 2009 +0400
@@ -158,6 +158,8 @@
   ///\brief Statistics:
   void Report (std::ostream &) const;
   void ResetStats ();
+  /// Enable/disable beacons
+  void SetBeaconGeneration (bool enable);
 private:
   Ptr<DcaTxop> GetBE(void) const;
   void SetBE (Ptr<DcaTxop> dcaTxop);
@@ -173,8 +175,6 @@
   void SendBeacon ();
   /// Schedule next beacon
   void ScheduleNextBeacon ();
-  /// Enable/disable beacons
-  void SetBeaconGeneration (bool enable);
   /// Get current beaconing status
   bool GetBeaconGeneration () const;
   /// Real d-tor