Information about each STA operating on a given link. More...
#include "power-save-manager.h"
Public Attributes | |
| Time | beaconInterval {0} |
| Beacon interval advertised by the AP. | |
| Time | lastBeaconTimestamp {0} |
| last time a Beacon was received from the AP | |
| bool | pendingGroupcast {false} |
| AP has buffered groupcast frame(s) (set from last TIM and updated as frames are received from the AP). | |
| bool | pendingUnicast {false} |
| AP has buffered unicast frame(s) (set from last TIM and updated as frames are received from the AP). | |
Information about each STA operating on a given link.
Definition at line 162 of file power-save-manager.h.
| Time ns3::PowerSaveManager::StaInfo::beaconInterval {0} |
Beacon interval advertised by the AP.
Definition at line 164 of file power-save-manager.h.
| Time ns3::PowerSaveManager::StaInfo::lastBeaconTimestamp {0} |
last time a Beacon was received from the AP
Definition at line 165 of file power-save-manager.h.
| bool ns3::PowerSaveManager::StaInfo::pendingGroupcast {false} |
AP has buffered groupcast frame(s) (set from last TIM and updated as frames are received from the AP).
Definition at line 168 of file power-save-manager.h.
| bool ns3::PowerSaveManager::StaInfo::pendingUnicast {false} |
AP has buffered unicast frame(s) (set from last TIM and updated as frames are received from the AP).
Definition at line 166 of file power-save-manager.h.
Referenced by ns3::DefaultPowerSaveManager::DoTxDropped().