From 0a29d747c6ee1d5f7486ea5e386b5dc9a128a1d3 Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Wed, 8 Aug 2018 16:10:50 -0700 Subject: [PATCH] wifi: Add StaWifiMac::BeaconArrival trace source --- CHANGES.html | 1 + RELEASE_NOTES | 1 + src/wifi/model/sta-wifi-mac.cc | 5 +++++ src/wifi/model/sta-wifi-mac.h | 1 + 4 files changed, 8 insertions(+) diff --git a/CHANGES.html b/CHANGES.html index 491fa858e..c68f32087 100644 --- a/CHANGES.html +++ b/CHANGES.html @@ -62,6 +62,7 @@ nodes to be placed outside of buildings defined in the scenario.
  • The Hash() method has been added to the QueueDiscItem class to compute the hash of various fields of the packet header (depending on the packet type).
  • Added a priority queue disc (PrioQueueDisc).
  • +
  • Added a new trace source in StaWifiMac for tracing beacon arrivals
  • Changes to existing API: