src/wifi/model/wifi-phy.h
changeset 13337 d07f64b9ea5e
parent 13312 7865825507eb
child 13354 c2034663c810
--- a/src/wifi/model/wifi-phy.h	Sun Feb 25 19:47:48 2018 -0800
+++ b/src/wifi/model/wifi-phy.h	Mon Feb 26 21:01:09 2018 +0100
@@ -162,6 +162,10 @@
    * Notify listeners that we woke up
    */
   virtual void NotifyWakeup (void) = 0;
+  /**
+   * Notify listeners that we went to switch on
+   */
+  virtual void NotifyOn (void) = 0;
 };
 
 
@@ -326,6 +330,10 @@
    * Put in off mode.
    */
   void SetOffMode (void);
+  /**
+   * Resume from off mode.
+   */
+  void ResumeFromOff (void);
 
   /**
    * \return true of the current state of the PHY layer is WifiPhy::IDLE, false otherwise.