Searched refs:m_txTimer (Results 1 – 6 of 6) sorted by relevance
71 m_txTimer.Cancel (); in Reset()219 return m_txTimer; in GetWifiTxTimer()243 if (m_txTimer.IsRunning () && psduDuration.IsStrictlyPositive ()) in RxStartIndication()264 if (m_txTimer.IsRunning ()) in StartTransmission()266 m_txTimer.Cancel (); in StartTransmission()420 NS_ASSERT (!m_txTimer.IsRunning ()); in SendMpdu()595 NS_ASSERT (!m_txTimer.IsRunning ()); in SendRts()1055 … else if (hdr.IsCts () && m_txTimer.IsRunning () && m_txTimer.GetReason () == WifiTxTimer::WAIT_CTS in ReceiveMpdu()1070 m_txTimer.Cancel (); in ReceiveMpdu()1074 else if (hdr.IsAck () && m_mpdu != 0 && m_txTimer.IsRunning () in ReceiveMpdu()[all …]
185 if (m_txTimer.IsRunning ()) in StartTransmission()187 m_txTimer.Cancel (); in StartTransmission()
379 WifiTxTimer m_txTimer; //!< the timer set upon frame transmission variable
263 NS_ASSERT (!m_txTimer.IsRunning ()); in SendPsduMap()1305 if (txVector.IsUlMu () && m_txTimer.IsRunning () in ReceiveMpdu()1378 m_txTimer.Cancel (); in ReceiveMpdu()1397 if (hdr.IsAck () && m_txTimer.IsRunning () in ReceiveMpdu()1415 else if (hdr.IsBlockAck () && m_txTimer.IsRunning () in ReceiveMpdu()1443 m_txTimer.Cancel (); in ReceiveMpdu()1524 m_txTimer.Cancel (); in ReceiveMpdu()1616 if (txVector.IsUlMu () && m_txTimer.IsRunning () in EndReceiveAmpdu()1671 m_txTimer.Cancel (); in EndReceiveAmpdu()1688 if (txVector.IsUlMu () && m_txTimer.IsRunning () in EndReceiveAmpdu()[all …]
831 NS_ASSERT (!m_txTimer.IsRunning ()); in SendPsdu()832 m_txTimer.Set (WifiTxTimer::WAIT_BLOCK_ACK, timeout, &HtFrameExchangeManager::BlockAckTimeout, in SendPsdu()1306 if (hdr.IsCts () && m_txTimer.IsRunning () && m_txTimer.GetReason () == WifiTxTimer::WAIT_CTS in ReceiveMpdu()1321 m_txTimer.Cancel (); in ReceiveMpdu()1325 else if (hdr.IsBlockAck () && m_txTimer.IsRunning () in ReceiveMpdu()1326 && m_txTimer.GetReason () == WifiTxTimer::WAIT_BLOCK_ACK in ReceiveMpdu()1344 m_txTimer.Cancel (); in ReceiveMpdu()
122 m_txTimer.Cancel (); in StartTransmission()