src/devices/wifi/wifi-remote-station-manager.h
changeset 4793 4f6a6772628e
parent 3745 73e7bb607014
child 4927 5f402ca784d1
--- a/src/devices/wifi/wifi-remote-station-manager.h	Wed Feb 25 12:27:00 2009 -0500
+++ b/src/devices/wifi/wifi-remote-station-manager.h	Sat Feb 28 14:21:05 2009 +0300
@@ -26,6 +26,7 @@
 #include "ns3/packet.h"
 #include "ns3/object.h"
 #include "ns3/traced-value.h"
+#include "ns3/tx-statistics.h"
 #include "wifi-mode.h"
 
 namespace ns3 {
@@ -257,6 +258,8 @@
    *          handshake.
    */
   WifiMode GetAckMode (WifiMode dataMode);
+  WifiTxStatistics::TX_STATISTICS GetTxStat();
+  void ResetTxStat();
 
 private:
   typedef std::vector<WifiMode> SupportedModes;
@@ -286,6 +289,7 @@
   SupportedModes m_modes;
   TracedValue<uint32_t> m_ssrc;
   TracedValue<uint32_t> m_slrc;
+  Ptr<WifiTxStatistics> m_txStat;
 };
 
 } // namespace ns3