A Discrete-Event Network Simulator
API
ns3::MinstrelWifiRemoteStation Struct Reference

hold per-remote-station state for Minstrel Wifi manager. More...

#include "minstrel-wifi-manager.h"

+ Inheritance diagram for ns3::MinstrelWifiRemoteStation:
+ Collaboration diagram for ns3::MinstrelWifiRemoteStation:

Public Attributes

uint32_t m_col
 To keep track of the current position in the our random sample table going row by row from 1st column until the 10th column(Minstrel defines 10) then we wrap back to the row 1 col 1. More...
 
uint32_t m_index
 index More...
 
bool m_initialized
 for initializing tables More...
 
bool m_isSampling
 a flag to indicate we are currently sampling More...
 
uint32_t m_longRetry
 long retries such as data packets More...
 
uint32_t m_maxProbRate
 rate with highest prob of success More...
 
uint32_t m_maxTpRate
 the current throughput rate More...
 
uint32_t m_maxTpRate2
 second highest throughput rate More...
 
MinstrelRate m_minstrelTable
 minstrel table More...
 
Time m_nextStatsUpdate
 10 times every second More...
 
uint32_t m_nModes
 number of modes supported More...
 
int m_numSamplesDeferred
 number samles deferred More...
 
uint32_t m_retry
 total retries short + long More...
 
bool m_sampleDeferred
 a flag to indicate sample rate is on the second stage More...
 
int m_samplePacketsCount
 how many packets we have sample so far More...
 
uint32_t m_sampleRate
 current sample rate More...
 
SampleRate m_sampleTable
 sample table More...
 
uint32_t m_shortRetry
 short retries such as control packts More...
 
std::ofstream m_statsFile
 stats file More...
 
int m_totalPacketsCount
 total number of packets as of now More...
 
uint32_t m_txrate
 current transmit rate More...
 
- Public Attributes inherited from ns3::WifiRemoteStation
uint32_t m_slrc
 STA long retry count. More...
 
uint32_t m_ssrc
 STA short retry count. More...
 
WifiRemoteStationStatem_state
 Remote station state. More...
 
uint8_t m_tid
 traffic ID More...
 

Additional Inherited Members

- Public Member Functions inherited from ns3::WifiRemoteStation
virtual ~WifiRemoteStation ()
 

Detailed Description

hold per-remote-station state for Minstrel Wifi manager.

This struct extends from WifiRemoteStation struct to hold additional information required by the Minstrel Wifi manager

Definition at line 81 of file minstrel-wifi-manager.h.

Member Data Documentation

uint32_t ns3::MinstrelWifiRemoteStation::m_col

To keep track of the current position in the our random sample table going row by row from 1st column until the 10th column(Minstrel defines 10) then we wrap back to the row 1 col 1.

note: there are many other ways to do this.

Definition at line 91 of file minstrel-wifi-manager.h.

Referenced by ns3::MinstrelHtWifiManager::DoCreateStation(), ns3::MinstrelWifiManager::DoCreateStation(), ns3::MinstrelWifiManager::GetNextSample(), ns3::MinstrelWifiManager::InitSampleTable(), and ns3::MinstrelHtWifiManager::InitSampleTable().

int ns3::MinstrelWifiRemoteStation::m_numSamplesDeferred

number samles deferred

Definition at line 98 of file minstrel-wifi-manager.h.

Referenced by ns3::MinstrelWifiManager::FindRate(), and ns3::MinstrelWifiManager::UpdatePacketCounters().

uint32_t ns3::MinstrelWifiRemoteStation::m_retry

total retries short + long

Definition at line 104 of file minstrel-wifi-manager.h.

Referenced by ns3::MinstrelWifiManager::DoCreateStation(), and ns3::MinstrelWifiManager::UpdateRetry().

std::ofstream ns3::MinstrelWifiRemoteStation::m_statsFile

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