Home
last modified time | relevance | path

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

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wifi/model/
H A Dinterference-helper.cc479 Time stopLastSection = Seconds (0); in CalculatePhyHeaderSectionPsr() local
482 stopLastSection = Max (stopLastSection, section.second.first.second); in CalculatePhyHeaderSectionPsr()
512 if (previous > stopLastSection) in CalculatePhyHeaderSectionPsr()
514 …LOG_DEBUG ("Stop: new previous=" << previous << " after stop of last section=" << stopLastSection); in CalculatePhyHeaderSectionPsr()