Home
last modified time | relevance | path

Searched refs:IsUlMu (Results 1 – 11 of 11) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/model/he/
H A Dhe-ppdu.cc111 else if (!IsUlMu ()) in SetPhyHeaders()
182 return (IsDlMu () || IsUlMu ()); in IsMu()
192 HePpdu::IsUlMu (void) const in IsUlMu() function in ns3::HePpdu
205 else if (IsUlMu ()) in GetPsdu()
230 NS_ASSERT (IsUlMu ()); in GetStaId()
259 if (IsUlMu ()) in CanBeReceived()
277 NS_ASSERT ((IsUlMu () && flag > PSD_NON_HE_TB) || (!IsUlMu () && flag == PSD_NON_HE_TB)); in SetTxPsdFlag()
H A Dhe-phy.cc182 if (txVector.IsUlMu ()) in GetTrainingDuration()
276 NS_ABORT_IF (!txVector.IsUlMu () || (txVector.GetModulationClass () != WIFI_MOD_CLASS_HE)); in ConvertLSigLengthToHeTbPpduDuration()
321 if (txVector.IsUlMu ()) in BuildPpdu()
343 if (txVector.IsUlMu () && psdFlag == HePpdu::PSD_HE_TB_OFDMA_PORTION) in StartReceivePreamble()
548 if (txVector.IsUlMu ()) in ProcessSigA()
634 if (txVector.IsUlMu ()) in DoStartReceivePayload()
789 NS_ASSERT (txVector.IsUlMu () && (txVector.GetModulationClass () == WIFI_MOD_CLASS_HE)); in GetNonOfdmaBand()
847 if (txVector.IsUlMu ()) in ObtainNextUid()
899 NS_ASSERT (txVector.IsUlMu () && (txVector.GetModulationClass () == WIFI_MOD_CLASS_HE)); in GetCenterFrequencyForNonOfdmaPart()
943 if (txVector.IsUlMu ()) in CalculateTxDuration()
[all …]
H A Dhe-frame-exchange-manager.cc450 && !m_txParams.m_txVector.IsUlMu () in SendPsduMap()
484 else if (m_txParams.m_txVector.IsUlMu () in SendPsduMap()
497 else if (m_txParams.m_txVector.IsUlMu () in SendPsduMap()
516 if (m_txParams.m_txVector.IsUlMu ()) in SendPsduMap()
536 if (!m_txParams.m_txVector.IsUlMu ()) in SendPsduMap()
815 NS_ASSERT_MSG (!txParams.m_txVector.IsUlMu () || m_staMac != 0, "UL MU can be done by a STA"); in GetTxDuration()
1305 if (txVector.IsUlMu () && m_txTimer.IsRunning () in ReceiveMpdu()
1616 if (txVector.IsUlMu () && m_txTimer.IsRunning () in EndReceiveAmpdu()
1688 if (txVector.IsUlMu () && m_txTimer.IsRunning () in EndReceiveAmpdu()
H A Dhe-ppdu.h243 bool IsUlMu (void) const;
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/model/
H A Dwifi-phy-common.cc160 return (IsDlMu (preamble) || IsUlMu (preamble)); in IsMu()
170 IsUlMu (WifiPreamble preamble) in IsUlMu() function
H A Dwifi-tx-vector.cc382 WifiTxVector::IsUlMu (void) const in IsUlMu() function in ns3::WifiTxVector
384 return ns3::IsUlMu (m_preamble); in IsUlMu()
521 if (v.IsUlMu ()) in operator <<()
H A Dwifi-tx-vector.h319 bool IsUlMu (void) const;
H A Dwifi-phy-common.h423 bool IsUlMu (WifiPreamble preamble);
H A Dwifi-default-ack-manager.cc193 if (txParams.m_txVector.IsUlMu ()) in TryAddMpdu()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/test/
H A Dwifi-primary-channels-test.cc269 if (psdu->GetNMpdus () == 1 && psdu->GetHeader (0).IsQosData () && txVector.IsUlMu ()) in ReceiveUl()
H A Dwifi-mac-ofdma-test.cc1068 && !m_txPsdus[i].txVector.IsUlMu ()) in CheckResults()