A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::PowerSaveManager::StaInfo Struct Reference

Information about each STA operating on a given link. More...

#include "power-save-manager.h"

Collaboration diagram for ns3::PowerSaveManager::StaInfo:

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).

Detailed Description

Information about each STA operating on a given link.

Definition at line 162 of file power-save-manager.h.

Member Data Documentation

◆ beaconInterval

Time ns3::PowerSaveManager::StaInfo::beaconInterval {0}

Beacon interval advertised by the AP.

Definition at line 164 of file power-save-manager.h.

◆ lastBeaconTimestamp

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.

◆ pendingGroupcast

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.

◆ pendingUnicast

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().


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