#include <wifi-remote-station-manager.h>
 Collaboration diagram for ns3::WifiRemoteStationState:Public Types | |
| enum | { BRAND_NEW, DISASSOC, WAIT_ASSOC_TX_OK, GOT_ASSOC_TX_OK } | 
Public Attributes | |
| Mac48Address | m_address | 
| bool | m_greenfield | 
| WifiRemoteStationInfo | m_info | 
| WifiMcsList | m_operationalMcsSet | 
| WifiModeList | m_operationalRateSet | 
| uint32_t | m_rx | 
| bool | m_shortGuardInterval | 
| enum  ns3::WifiRemoteStationState:: { ... }  | m_state | 
| bool | m_stbc | 
| uint32_t | m_tx | 
Definition at line 555 of file wifi-remote-station-manager.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| BRAND_NEW | |
| DISASSOC | |
| WAIT_ASSOC_TX_OK | |
| GOT_ASSOC_TX_OK | |
Definition at line 557 of file wifi-remote-station-manager.h.
| Mac48Address ns3::WifiRemoteStationState::m_address | 
Definition at line 576 of file wifi-remote-station-manager.h.
Referenced by ns3::WifiRemoteStationManager::LookupState().
| bool ns3::WifiRemoteStationState::m_greenfield | 
| WifiRemoteStationInfo ns3::WifiRemoteStationState::m_info | 
Definition at line 577 of file wifi-remote-station-manager.h.
Referenced by ns3::WifiRemoteStationManager::GetInfo().
| WifiMcsList ns3::WifiRemoteStationState::m_operationalMcsSet | 
Definition at line 575 of file wifi-remote-station-manager.h.
Referenced by ns3::WifiRemoteStationManager::GetMcsSupported(), ns3::WifiRemoteStationManager::GetNMcsSupported(), and ns3::WifiRemoteStationManager::LookupState().
| WifiModeList ns3::WifiRemoteStationState::m_operationalRateSet | 
This member is the list of WifiMode objects that comprise the OperationalRateSet parameter for this remote station. This list is constructed through calls to WifiRemoteStationManager::AddSupportedMode(), and an API that allows external access to it is available through WifiRemoteStationManager::GetNSupported() and WifiRemoteStationManager::GetSupported().
Definition at line 574 of file wifi-remote-station-manager.h.
Referenced by ns3::ArfWifiManager::DoReportDataOk(), ns3::WifiRemoteStationManager::GetNSupported(), ns3::WifiRemoteStationManager::GetSupported(), and ns3::WifiRemoteStationManager::LookupState().
| uint32_t ns3::WifiRemoteStationState::m_rx | 
Definition at line 579 of file wifi-remote-station-manager.h.
Referenced by ns3::WifiRemoteStationManager::GetNumberOfReceiveAntennas(), and ns3::WifiRemoteStationManager::LookupState().
| bool ns3::WifiRemoteStationState::m_shortGuardInterval | 
Definition at line 578 of file wifi-remote-station-manager.h.
Referenced by ns3::WifiRemoteStationManager::AddStationHtCapabilities(), ns3::WifiRemoteStationManager::GetShortGuardInterval(), and ns3::WifiRemoteStationManager::LookupState().
| enum { ... } ns3::WifiRemoteStationState::m_state | 
Referenced by ns3::WifiRemoteStationManager::IsAssociated(), ns3::WifiRemoteStationManager::IsBrandNew(), ns3::WifiRemoteStationManager::IsWaitAssocTxOk(), ns3::WifiRemoteStationManager::LookupState(), ns3::WifiRemoteStationManager::RecordDisassociated(), ns3::WifiRemoteStationManager::RecordGotAssocTxFailed(), ns3::WifiRemoteStationManager::RecordGotAssocTxOk(), and ns3::WifiRemoteStationManager::RecordWaitAssocTxOk().
| bool ns3::WifiRemoteStationState::m_stbc | 
Definition at line 581 of file wifi-remote-station-manager.h.
Referenced by ns3::WifiRemoteStationManager::GetStbc(), and ns3::WifiRemoteStationManager::LookupState().
| uint32_t ns3::WifiRemoteStationState::m_tx | 
Definition at line 580 of file wifi-remote-station-manager.h.
Referenced by ns3::WifiRemoteStationManager::GetNumberOfTransmitAntennas(), and ns3::WifiRemoteStationManager::LookupState().