Public Member Functions | |
| Statistics () | |
| void | Print (std::ostream &os) const |
Public Attributes | |
| uint16_t | beaconShift |
| uint16_t | brokenMgt |
| uint16_t | dropped |
| uint16_t | rxClose |
| uint16_t | rxConfirm |
| uint16_t | rxMgt |
| uint32_t | rxMgtBytes |
| uint16_t | rxOpen |
| uint16_t | txClose |
| uint16_t | txConfirm |
| uint16_t | txMgt |
| uint32_t | txMgtBytes |
| uint16_t | txOpen |
Definition at line 103 of file peer-management-protocol-mac.h.
| ns3::dot11s::PeerManagementProtocolMac::Statistics::Statistics | ( | ) |
Definition at line 324 of file peer-management-protocol-mac.cc.
| void ns3::dot11s::PeerManagementProtocolMac::Statistics::Print | ( | std::ostream & | os | ) | const |
Definition at line 330 of file peer-management-protocol-mac.cc.
Referenced by ns3::dot11s::PeerManagementProtocolMac::Report().
Here is the caller graph for this function:| uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::beaconShift |
Definition at line 117 of file peer-management-protocol-mac.h.
Referenced by ns3::dot11s::PeerManagementProtocolMac::SetBeaconShift().
| uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::brokenMgt |
Definition at line 112 of file peer-management-protocol-mac.h.
Referenced by ns3::dot11s::PeerManagementProtocolMac::Receive().
| uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::dropped |
Definition at line 111 of file peer-management-protocol-mac.h.
Referenced by ns3::dot11s::PeerManagementProtocolMac::UpdateOutcomingFrame().
| uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::rxClose |
Definition at line 110 of file peer-management-protocol-mac.h.
Referenced by ns3::dot11s::PeerManagementProtocolMac::Receive().
| uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::rxConfirm |
Definition at line 109 of file peer-management-protocol-mac.h.
Referenced by ns3::dot11s::PeerManagementProtocolMac::Receive().
| uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::rxMgt |
Definition at line 115 of file peer-management-protocol-mac.h.
Referenced by ns3::dot11s::PeerManagementProtocolMac::Receive().
| uint32_t ns3::dot11s::PeerManagementProtocolMac::Statistics::rxMgtBytes |
Definition at line 116 of file peer-management-protocol-mac.h.
Referenced by ns3::dot11s::PeerManagementProtocolMac::Receive().
| uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::rxOpen |
Definition at line 108 of file peer-management-protocol-mac.h.
Referenced by ns3::dot11s::PeerManagementProtocolMac::Receive().
| uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::txClose |
Definition at line 107 of file peer-management-protocol-mac.h.
Referenced by ns3::dot11s::PeerManagementProtocolMac::SendPeerLinkManagementFrame().
| uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::txConfirm |
Definition at line 106 of file peer-management-protocol-mac.h.
Referenced by ns3::dot11s::PeerManagementProtocolMac::SendPeerLinkManagementFrame().
| uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::txMgt |
Definition at line 113 of file peer-management-protocol-mac.h.
Referenced by ns3::dot11s::PeerManagementProtocolMac::SendPeerLinkManagementFrame().
| uint32_t ns3::dot11s::PeerManagementProtocolMac::Statistics::txMgtBytes |
Definition at line 114 of file peer-management-protocol-mac.h.
Referenced by ns3::dot11s::PeerManagementProtocolMac::SendPeerLinkManagementFrame().
| uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::txOpen |
Definition at line 105 of file peer-management-protocol-mac.h.
Referenced by ns3::dot11s::PeerManagementProtocolMac::SendPeerLinkManagementFrame().