Skip to content

wifi: Introduce the {Ht, Vht, He}FrameExchangeManager classes

Stefano Avallone requested to merge stavallo/ns-3-dev:ht-fem into master

This MR builds on top of !478 (merged) (the first new commit is "wifi: Rework MacLowTransmissionParameters members") and introduces the FrameExchangeManager subclasses for HT, VHT and HE stations (HeFrameExchangeManager currently being just a placeholder). With this series, all supported types of stations are switched to using the FrameExchangeManager hierarchy in place of MacLow.

Merge request reports