Public Member Functions | |
| Statistics () | |
| void | Print (std::ostream &os) const | 
Public Attributes | |
| uint16_t | recvBeacons | 
| uint32_t | recvBytes | 
| uint32_t | recvFrames | 
| uint32_t | sentBytes | 
| uint32_t | sentFrames | 
Definition at line 188 of file mesh-wifi-interface-mac.h.
| ns3::MeshWifiInterfaceMac::Statistics::Statistics | ( | ) | 
Definition at line 511 of file mesh-wifi-interface-mac.cc.
| void ns3::MeshWifiInterfaceMac::Statistics::Print | ( | std::ostream & | os | ) | const | 
Definition at line 520 of file mesh-wifi-interface-mac.cc.
Referenced by ns3::MeshWifiInterfaceMac::Report().
 Here is the caller graph for this function:| uint16_t ns3::MeshWifiInterfaceMac::Statistics::recvBeacons | 
Definition at line 190 of file mesh-wifi-interface-mac.h.
Referenced by ns3::MeshWifiInterfaceMac::Receive().
| uint32_t ns3::MeshWifiInterfaceMac::Statistics::recvBytes | 
Definition at line 194 of file mesh-wifi-interface-mac.h.
Referenced by ns3::MeshWifiInterfaceMac::Receive().
| uint32_t ns3::MeshWifiInterfaceMac::Statistics::recvFrames | 
Definition at line 193 of file mesh-wifi-interface-mac.h.
Referenced by ns3::MeshWifiInterfaceMac::Receive().
| uint32_t ns3::MeshWifiInterfaceMac::Statistics::sentBytes | 
Definition at line 192 of file mesh-wifi-interface-mac.h.
Referenced by ns3::MeshWifiInterfaceMac::ForwardDown(), and ns3::MeshWifiInterfaceMac::SendManagementFrame().
| uint32_t ns3::MeshWifiInterfaceMac::Statistics::sentFrames | 
Definition at line 191 of file mesh-wifi-interface-mac.h.
Referenced by ns3::MeshWifiInterfaceMac::ForwardDown(), and ns3::MeshWifiInterfaceMac::SendManagementFrame().