From 90ec7fb73ceb43bd5030f4b99a5d3bb316df111b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Mon, 3 Dec 2018 21:48:44 +0100 Subject: [PATCH] wifi: Fill BSS color in TxVector and add trace source to be fired at the end of 802.11ax preamble --- CHANGES.html | 1 + src/wifi/model/wifi-phy.cc | 17 +++++++++++ src/wifi/model/wifi-phy.h | 29 +++++++++++++++++++ src/wifi/model/wifi-remote-station-manager.cc | 8 +++++ src/wifi/model/wifi-tx-vector.cc | 17 ++++++++++- src/wifi/model/wifi-tx-vector.h | 15 +++++++++- 6 files changed, 85 insertions(+), 2 deletions(-) diff --git a/CHANGES.html b/CHANGES.html index f78fbb808..35824a2fc 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -62,6 +62,7 @@ us a note on ns-developers mailing list.

  • New attributes QosTxop::AddBaResponseTimeout and QosTxop::FailedAddBaTimeout have been added to set the timeout to wait for an ADDBA response after the ACK to the ADDBA request is received and to set the timeout after a failed BA agreement, respectively.
  • +
  • Added a new trace source EndOfHePreamble in WifiPhy for tracing end of preamble (after training fields) for received 802.11ax packets.
  • Changes to existing API: