src/devices/wifi/edca-txop-n.h
changeset 5192 fb3d57fd97e4
parent 5189 8fcdf87a790a
child 5819 514ec98954ab
equal deleted inserted replaced
5191:ca171cb4ea82 5192:fb3d57fd97e4
    99   /* dcf notifications forwarded here */
    99   /* dcf notifications forwarded here */
   100   bool NeedsAccess (void) const;
   100   bool NeedsAccess (void) const;
   101   void NotifyAccessGranted (void);
   101   void NotifyAccessGranted (void);
   102   void NotifyInternalCollision (void);
   102   void NotifyInternalCollision (void);
   103   void NotifyCollision (void);
   103   void NotifyCollision (void);
       
   104   /**
       
   105   * When a channel switching occurs, enqueued packets are removed.
       
   106   */
   104   void NotifyChannelSwitching (void);
   107   void NotifyChannelSwitching (void);
   105 
   108 
   106   /*event handlers*/
   109   /*event handlers*/
   107   void GotCts (double snr, WifiMode txMode);
   110   void GotCts (double snr, WifiMode txMode);
   108   void MissedCts (void);
   111   void MissedCts (void);