src/devices/wifi/mgt-headers.h
changeset 4692 f4cd995f1718
parent 2646 c1fef7686472
child 5133 1e44b8fa74cd
--- a/src/devices/wifi/mgt-headers.h	Thu Jul 16 15:57:19 2009 +0400
+++ b/src/devices/wifi/mgt-headers.h	Thu Jul 16 16:55:20 2009 +0400
@@ -116,7 +116,7 @@
   void SetSsid (Ssid ssid);
   void SetBeaconIntervalUs (uint64_t us);
   void SetSupportedRates (SupportedRates rates);
-
+  uint64_t GetTimestamp();
   static TypeId GetTypeId (void);
   virtual TypeId GetInstanceTypeId (void) const;
   virtual void Print (std::ostream &os) const;
@@ -125,6 +125,7 @@
   virtual uint32_t Deserialize (Buffer::Iterator start);
 
 private:
+  uint64_t m_timestamp;
   Ssid m_ssid;
   uint64_t m_beaconInterval;
   SupportedRates m_rates;