Skip to content

wifi: Various fixes/improvements

Stefano Avallone requested to merge stavallo/ns-3-dev:wifi-fixes into master
  • Rework WifiMac::Enqueue() methods to avoid code duplication
  • Avoid firing WifiMac::DroppedMpdu trace twice in some cases
  • Make WifiHelper::AssignStreams() static
  • Fix assignment of unique AIDs to non-AP STAs/MLDs
  • Fix starting SeqNo when ADDBA Response arrives after timeout
  • Fix address returned by StaWifiMac::DoGetLocalAddress()
  • Improve logging of MPDUs

Merge request reports