wifi: Set length field of the TXVECTOR reconstructed from PPDU

This commit is contained in:
Stefano Avallone
2022-01-18 13:23:43 +01:00
parent 05178a4a7a
commit 9bf7682e04

View File

@@ -134,6 +134,7 @@ HePpdu::DoGetTxVector (void) const
txVector.SetNss (m_heSig.GetNStreams ());
txVector.SetGuardInterval (m_heSig.GetGuardInterval ());
txVector.SetBssColor (m_heSig.GetBssColor ());
txVector.SetLength (m_lSig.GetLength ());
txVector.SetAggregation (m_psdus.size () > 1 || m_psdus.begin ()->second->IsAggregate ());
for (auto const& muUserInfo : m_muUserInfos)
{