Hold per-remote-station state for APARF Wifi manager. More...
 Inheritance diagram for ns3::AparfWifiRemoteStation:
 Inheritance diagram for ns3::AparfWifiRemoteStation: Collaboration diagram for ns3::AparfWifiRemoteStation:
 Collaboration diagram for ns3::AparfWifiRemoteStation:| Public Attributes | |
| AparfWifiManager::State | m_aparfState | 
| The estimated state of the channel. | |
| uint8_t | m_critRateIndex | 
| Critical rate. | |
| uint32_t | m_failThreshold | 
| The minimum number of failed transmissions to try a new power or rate. | |
| bool | m_initialized | 
| For initializing variables. | |
| uint32_t | m_nFailed | 
| Number of failed transmission attempts. | |
| uint32_t | m_nSuccess | 
| Number of successful transmission attempts. | |
| uint8_t | m_nSupported | 
| Number of supported rates by the remote station. | |
| uint32_t | m_pCount | 
| Number of power changes. | |
| uint8_t | m_powerLevel | 
| Current power level. | |
| uint8_t | m_prevPowerLevel | 
| Power level of the previous transmission. | |
| uint8_t | m_prevRateIndex | 
| Rate index of the previous transmission. | |
| uint8_t | m_rateIndex | 
| Current rate index. | |
| uint32_t | m_successThreshold | 
| The minimum number of successful transmissions to try a new power or rate. | |
|  Public Attributes inherited from ns3::WifiRemoteStation | |
| std::pair< dBm_u, Time > | m_rssiAndUpdateTimePair | 
| RSSI of the most recent packet received from the remote station along with update time. | |
| WifiRemoteStationState * | m_state | 
| Remote station state. | |
| Additional Inherited Members | |
|  Public Member Functions inherited from ns3::WifiRemoteStation | |
| virtual | ~WifiRemoteStation () | 
Hold per-remote-station state for APARF Wifi manager.
This struct extends from WifiRemoteStation struct to hold additional information required by the APARF Wifi manager
Definition at line 29 of file aparf-wifi-manager.cc.
| AparfWifiManager::State ns3::AparfWifiRemoteStation::m_aparfState | 
The estimated state of the channel.
Definition at line 45 of file aparf-wifi-manager.cc.
| uint8_t ns3::AparfWifiRemoteStation::m_critRateIndex | 
Critical rate.
Definition at line 40 of file aparf-wifi-manager.cc.
Referenced by ns3::AparfWifiManager::CheckInit().
| uint32_t ns3::AparfWifiRemoteStation::m_failThreshold | 
The minimum number of failed transmissions to try a new power or rate.
Definition at line 37 of file aparf-wifi-manager.cc.
| bool ns3::AparfWifiRemoteStation::m_initialized | 
For initializing variables.
Definition at line 44 of file aparf-wifi-manager.cc.
Referenced by ns3::AparfWifiManager::CheckInit().
| uint32_t ns3::AparfWifiRemoteStation::m_nFailed | 
Number of failed transmission attempts.
Definition at line 32 of file aparf-wifi-manager.cc.
| uint32_t ns3::AparfWifiRemoteStation::m_nSuccess | 
Number of successful transmission attempts.
Definition at line 31 of file aparf-wifi-manager.cc.
| uint8_t ns3::AparfWifiRemoteStation::m_nSupported | 
Number of supported rates by the remote station.
Definition at line 43 of file aparf-wifi-manager.cc.
Referenced by ns3::AparfWifiManager::CheckInit().
| uint32_t ns3::AparfWifiRemoteStation::m_pCount | 
Number of power changes.
Definition at line 33 of file aparf-wifi-manager.cc.
| uint8_t ns3::AparfWifiRemoteStation::m_powerLevel | 
Current power level.
Definition at line 42 of file aparf-wifi-manager.cc.
Referenced by ns3::AparfWifiManager::CheckInit().
| uint8_t ns3::AparfWifiRemoteStation::m_prevPowerLevel | 
Power level of the previous transmission.
Definition at line 41 of file aparf-wifi-manager.cc.
Referenced by ns3::AparfWifiManager::CheckInit().
| uint8_t ns3::AparfWifiRemoteStation::m_prevRateIndex | 
Rate index of the previous transmission.
Definition at line 38 of file aparf-wifi-manager.cc.
Referenced by ns3::AparfWifiManager::CheckInit().
| uint8_t ns3::AparfWifiRemoteStation::m_rateIndex | 
Current rate index.
Definition at line 39 of file aparf-wifi-manager.cc.
Referenced by ns3::AparfWifiManager::CheckInit().
| uint32_t ns3::AparfWifiRemoteStation::m_successThreshold | 
The minimum number of successful transmissions to try a new power or rate.
Definition at line 34 of file aparf-wifi-manager.cc.