Skip to content

wifi: Various fixes

Stefano Avallone requested to merge stavallo/ns-3-dev:wifi-fixes into master

Only the last 7 commits belong to this MR.

  • Fix incorrect assignment/release of sequence numbers when (MU-)RTS/CTS fails on a link and succeeds on another link
  • Avoid randomness in the selection of APs (hash is performed differently on different platforms)
  • Fix crash in WifiRemoteStationManager::GetMostRecentRssi() when a Trigger Frame is sent to a STA of a non-AP MLD before exchanging frames with it
  • Fix config name in wifi-bianchi script (thanks to Hao Yin and Tom Henderson)

Merge request reports