A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::dot11s::PeerManagementProtocolMac::Statistics Struct Reference

Statistics structure. More...

+ Collaboration diagram for ns3::dot11s::PeerManagementProtocolMac::Statistics:

Public Member Functions

 Statistics ()
 constructor
 
void Print (std::ostream &os) const
 Print function.
 

Public Attributes

uint16_t beaconShift
 beacon shift
 
uint16_t brokenMgt
 broken management
 
uint16_t dropped
 dropped
 
uint16_t rxClose
 receive close
 
uint16_t rxConfirm
 receive confirm
 
uint16_t rxMgt
 receive management
 
uint32_t rxMgtBytes
 receive management bytes
 
uint16_t rxOpen
 receive open
 
uint16_t txClose
 transmit close
 
uint16_t txConfirm
 transmit confirm
 
uint16_t txMgt
 transmit management
 
uint32_t txMgtBytes
 transmit management bytes
 
uint16_t txOpen
 transmit open
 

Detailed Description

Statistics structure.

Definition at line 210 of file peer-management-protocol-mac.h.

Constructor & Destructor Documentation

◆ Statistics()

ns3::dot11s::PeerManagementProtocolMac::Statistics::Statistics ( )

constructor

Definition at line 382 of file peer-management-protocol-mac.cc.

Member Function Documentation

◆ Print()

void ns3::dot11s::PeerManagementProtocolMac::Statistics::Print ( std::ostream &  os) const

Print function.

Parameters
osthe output stream

Definition at line 400 of file peer-management-protocol-mac.cc.

Referenced by ns3::dot11s::PeerManagementProtocolMac::Report().

+ Here is the caller graph for this function:

Member Data Documentation

◆ beaconShift

uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::beaconShift

beacon shift

Definition at line 224 of file peer-management-protocol-mac.h.

Referenced by ns3::dot11s::PeerManagementProtocolMac::SetBeaconShift().

◆ brokenMgt

uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::brokenMgt

broken management

Definition at line 219 of file peer-management-protocol-mac.h.

Referenced by ns3::dot11s::PeerManagementProtocolMac::Receive().

◆ dropped

uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::dropped

◆ rxClose

uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::rxClose

receive close

Definition at line 217 of file peer-management-protocol-mac.h.

Referenced by ns3::dot11s::PeerManagementProtocolMac::Receive().

◆ rxConfirm

uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::rxConfirm

receive confirm

Definition at line 216 of file peer-management-protocol-mac.h.

Referenced by ns3::dot11s::PeerManagementProtocolMac::Receive().

◆ rxMgt

uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::rxMgt

receive management

Definition at line 222 of file peer-management-protocol-mac.h.

Referenced by ns3::dot11s::PeerManagementProtocolMac::Receive().

◆ rxMgtBytes

uint32_t ns3::dot11s::PeerManagementProtocolMac::Statistics::rxMgtBytes

receive management bytes

Definition at line 223 of file peer-management-protocol-mac.h.

Referenced by ns3::dot11s::PeerManagementProtocolMac::Receive().

◆ rxOpen

uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::rxOpen

receive open

Definition at line 215 of file peer-management-protocol-mac.h.

Referenced by ns3::dot11s::PeerManagementProtocolMac::Receive().

◆ txClose

uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::txClose

◆ txConfirm

uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::txConfirm

◆ txMgt

uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::txMgt

◆ txMgtBytes

uint32_t ns3::dot11s::PeerManagementProtocolMac::Statistics::txMgtBytes

transmit management bytes

Definition at line 221 of file peer-management-protocol-mac.h.

Referenced by ns3::dot11s::PeerManagementProtocolMac::SendPeerLinkManagementFrame().

◆ txOpen

uint16_t ns3::dot11s::PeerManagementProtocolMac::Statistics::txOpen

The documentation for this struct was generated from the following files: