src/devices/wifi/wifi-phy.h
changeset 2139 a2cf93c741c3
parent 2083 c7541b84285e
child 2155 194dd8bdcf56
equal deleted inserted replaced
2138:0e57bc8e2f94 2139:a2cf93c741c3
   193    *
   193    *
   194    * The PHY will never become WifiPhy::IDLE _before_ the delay returned by
   194    * The PHY will never become WifiPhy::IDLE _before_ the delay returned by
   195    * this method but it could become really idle later.
   195    * this method but it could become really idle later.
   196    */
   196    */
   197   Time GetDelayUntilIdle (void);
   197   Time GetDelayUntilIdle (void);
       
   198 
       
   199   Time GetLastRxStartTime (void) const;
   198 
   200 
   199   /**
   201   /**
   200    * \param size the number of bytes in the packet to send
   202    * \param size the number of bytes in the packet to send
   201    * \param payloadMode the transmission mode to use for this packet
   203    * \param payloadMode the transmission mode to use for this packet
   202    * \param preamble the type of preamble to use for this packet.
   204    * \param preamble the type of preamble to use for this packet.