Public Member Functions | |
Statistics (uint16_t t=0) | |
void | Print (std::ostream &os) const |
Public Attributes | |
uint16_t | linksClosed |
uint16_t | linksOpened |
uint16_t | linksTotal |
Definition at line 267 of file peer-management-protocol.h.
ns3::dot11s::PeerManagementProtocol::Statistics::Statistics | ( | uint16_t | t = 0 | ) |
Definition at line 541 of file peer-management-protocol.cc.
void ns3::dot11s::PeerManagementProtocol::Statistics::Print | ( | std::ostream & | os | ) | const |
Definition at line 546 of file peer-management-protocol.cc.
Referenced by ns3::dot11s::PeerManagementProtocol::Report().
uint16_t ns3::dot11s::PeerManagementProtocol::Statistics::linksClosed |
Definition at line 270 of file peer-management-protocol.h.
Referenced by ns3::dot11s::PeerManagementProtocol::NotifyLinkClose().
uint16_t ns3::dot11s::PeerManagementProtocol::Statistics::linksOpened |
Definition at line 269 of file peer-management-protocol.h.
Referenced by ns3::dot11s::PeerManagementProtocol::NotifyLinkOpen().
uint16_t ns3::dot11s::PeerManagementProtocol::Statistics::linksTotal |
Definition at line 268 of file peer-management-protocol.h.
Referenced by ns3::dot11s::PeerManagementProtocol::GetNumberOfLinks(), ns3::dot11s::PeerManagementProtocol::NotifyLinkClose(), ns3::dot11s::PeerManagementProtocol::NotifyLinkOpen(), ns3::dot11s::PeerManagementProtocol::ResetStats(), ns3::dot11s::PeerManagementProtocol::ShouldAcceptOpen(), and ns3::dot11s::PeerManagementProtocol::ShouldSendOpen().