diff --git a/src/devices/mesh/dot11s/peer-management-protocol.h b/src/devices/mesh/dot11s/peer-management-protocol.h index 0a23fb1e5..9703d1cea 100644 --- a/src/devices/mesh/dot11s/peer-management-protocol.h +++ b/src/devices/mesh/dot11s/peer-management-protocol.h @@ -78,6 +78,7 @@ public: * \param interface the interface where a beacon was received from * \param peerAddress address of station, which sent a beacon * \param beaconInterval beacon interval (needed by beacon loss counter) + * \param beaconTiming beacon timing element (needed by BCA) */ void ReceiveBeacon (uint32_t interface, Mac48Address peerAddress, Time beaconInterval, Ptr beaconTiming); //\}