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

MinstrelHtWifiRemoteStation structure. More...

+ Inheritance diagram for ns3::MinstrelHtWifiRemoteStation:
+ Collaboration diagram for ns3::MinstrelHtWifiRemoteStation:

Public Attributes

uint32_t m_ampduLen
 Number of MPDUs in an A-MPDU. More...
 
uint32_t m_ampduPacketCount
 Number of A-MPDUs transmitted. More...
 
uint32_t m_avgAmpduLen
 Average number of MPDUs in an A-MPDU. More...
 
McsGroupData m_groupsTable
 Table of groups with stats. More...
 
bool m_isHt
 If the station is HT capable. More...
 
uint32_t m_numSamplesSlow
 Number of times a slow rate was sampled. More...
 
uint32_t m_sampleCount
 Max number of samples per update interval. More...
 
uint8_t m_sampleGroup
 The group that the sample rate belongs to. More...
 
uint32_t m_sampleTries
 Number of sample tries after waiting sampleWait. More...
 
uint32_t m_sampleWait
 How many transmission attempts to wait until a new sample. More...
 
std::ofstream m_statsFile
 File where statistics table is written. More...
 
- Public Attributes inherited from ns3::MinstrelWifiRemoteStation
uint8_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 column 1. More...
 
uint8_t m_index
 vector 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...
 
uint16_t m_maxProbRate
 rate with highest probability of success in bps More...
 
uint16_t m_maxTpRate
 the current throughput rate in bps More...
 
uint16_t m_maxTpRate2
 second highest throughput rate in bps More...
 
MinstrelRate m_minstrelTable
 minstrel table More...
 
Time m_nextStatsUpdate
 10 times every second More...
 
uint8_t m_nModes
 number of modes supported More...
 
int m_numSamplesDeferred
 number samples 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...
 
uint16_t m_sampleRate
 current sample rate in bps More...
 
SampleRate m_sampleTable
 sample table More...
 
uint32_t m_shortRetry
 short retries such as control packets More...
 
std::ofstream m_statsFile
 stats file More...
 
int m_totalPacketsCount
 total number of packets as of now More...
 
uint16_t m_txrate
 current transmit rate in bps More...
 
- Public Attributes inherited from ns3::WifiRemoteStation
std::pair< double, Timem_rssiAndUpdateTimePair
 RSSI (in dBm) of the most recent packet received from the remote station along with update time. More...
 
WifiRemoteStationStatem_state
 Remote station state. More...
 

Additional Inherited Members

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

Detailed Description

MinstrelHtWifiRemoteStation structure.

Definition at line 54 of file minstrel-ht-wifi-manager.cc.

Member Data Documentation

◆ m_ampduLen

uint32_t ns3::MinstrelHtWifiRemoteStation::m_ampduLen

◆ m_ampduPacketCount

uint32_t ns3::MinstrelHtWifiRemoteStation::m_ampduPacketCount

◆ m_avgAmpduLen

◆ m_groupsTable

◆ m_isHt

◆ m_numSamplesSlow

uint32_t ns3::MinstrelHtWifiRemoteStation::m_numSamplesSlow

◆ m_sampleCount

uint32_t ns3::MinstrelHtWifiRemoteStation::m_sampleCount

◆ m_sampleGroup

uint8_t ns3::MinstrelHtWifiRemoteStation::m_sampleGroup

◆ m_sampleTries

uint32_t ns3::MinstrelHtWifiRemoteStation::m_sampleTries

◆ m_sampleWait

uint32_t ns3::MinstrelHtWifiRemoteStation::m_sampleWait

How many transmission attempts to wait until a new sample.

Definition at line 58 of file minstrel-ht-wifi-manager.cc.

Referenced by ns3::MinstrelHtWifiManager::DoCreateStation(), ns3::MinstrelHtWifiManager::FindRate(), and ns3::MinstrelHtWifiManager::UpdatePacketCounters().

◆ m_statsFile

std::ofstream ns3::MinstrelHtWifiRemoteStation::m_statsFile

File where statistics table is written.

Definition at line 70 of file minstrel-ht-wifi-manager.cc.

Referenced by ns3::MinstrelHtWifiManager::PrintTable().


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