Tid independent remote station statistics. More...
#include <wifi-remote-station-manager.h>

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). | |
Tid independent remote station statistics.
Structure is similar to struct sta_info in Linux kernel (see net/mac80211/sta_info.h)
| void ns3::WifiRemoteStationInfo::NotifyTxSuccess | ( | uint32_t | retryCounter | ) |
Updates average frame error rate when data or RTS was transmitted successfully.
| retryCounter | is slrc or ssrc value at the moment of success transmission. |
1.6.1