Public Member Functions

ns3::WifiRemoteStationInfo Class Reference

Tid independent remote station statistics. More...

#include <wifi-remote-station-manager.h>

Collaboration diagram for ns3::WifiRemoteStationInfo:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void NotifyTxSuccess (uint32_t retryCounter)
 Updates average frame error rate when data or RTS was transmitted successfully.
void NotifyTxFailed ()
 Updates average frame error rate when final data or RTS has failed.
double GetFrameErrorRate () const
 Returns frame error rate (probability that frame is corrupted due to transmission error).

Detailed Description

Tid independent remote station statistics.

Structure is similar to struct sta_info in Linux kernel (see net/mac80211/sta_info.h)


Member Function Documentation

void ns3::WifiRemoteStationInfo::NotifyTxSuccess ( uint32_t  retryCounter  ) 

Updates average frame error rate when data or RTS was transmitted successfully.

Parameters:
retryCounter is slrc or ssrc value at the moment of success transmission.

The documentation for this class was generated from the following file: