equal
deleted
inserted
replaced
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. |