Home
last modified time | relevance | path

Searched refs:stationsReplyingWithNormalAck (Results 1 – 4 of 4) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/model/
H A Dwifi-acknowledgment.cc207 if (stationsReplyingWithNormalAck.size () == 1 in CheckQosAckPolicy()
208 && stationsReplyingWithNormalAck.begin ()->first == receiver) in CheckQosAckPolicy()
234 for (const auto& sta : stationsReplyingWithNormalAck) in Print()
H A Dwifi-default-ack-manager.cc388 NS_ASSERT (acknowledgment->stationsReplyingWithNormalAck.size () == 1 in GetAckInfoIfBarBaSequence()
389 && acknowledgment->stationsReplyingWithNormalAck.begin ()->first == receiver); in GetAckInfoIfBarBaSequence()
397 acknowledgment->stationsReplyingWithNormalAck.clear (); in GetAckInfoIfBarBaSequence()
412 && (!acknowledgment->stationsReplyingWithNormalAck.empty () in GetAckInfoIfBarBaSequence()
459 acknowledgment->stationsReplyingWithNormalAck.emplace in GetAckInfoIfBarBaSequence()
H A Dwifi-acknowledgment.h230 std::map<Mac48Address, AckInfo> stationsReplyingWithNormalAck; member
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/model/he/
H A Dhe-frame-exchange-manager.cc296 if (!acknowledgment->stationsReplyingWithNormalAck.empty ()) in SendPsduMap()
300 … responseTxVector = &acknowledgment->stationsReplyingWithNormalAck.begin ()->second.ackTxVector; in SendPsduMap()
301 … psdu = GetPsduTo (acknowledgment->stationsReplyingWithNormalAck.begin ()->first, m_psduMap); in SendPsduMap()
671 NS_ABORT_IF (dlMuBarBaAcknowledgment->stationsReplyingWithNormalAck.size () in CalculateAcknowledgmentTime()
674 if (!dlMuBarBaAcknowledgment->stationsReplyingWithNormalAck.empty ()) in CalculateAcknowledgmentTime()
676 … const auto& info = dlMuBarBaAcknowledgment->stationsReplyingWithNormalAck.begin ()->second; in CalculateAcknowledgmentTime()
1405 NS_ASSERT (acknowledgment->stationsReplyingWithNormalAck.size () == 1); in ReceiveMpdu()
1407 …uint16_t staId = m_apMac->GetAssociationId (acknowledgment->stationsReplyingWithNormalAck.begin ()… in ReceiveMpdu()
1410 …NS_ASSERT (it->second->GetAddr1 () == acknowledgment->stationsReplyingWithNormalAck.begin ()->firs… in ReceiveMpdu()