A Discrete-Event Network Simulator
API
ns3::dot11s::PeerManagementProtocol::BeaconInfo Struct Reference

Keeps information about beacon of peer station: beacon interval, association ID, last time we have received a beacon. More...

+ Collaboration diagram for ns3::dot11s::PeerManagementProtocol::BeaconInfo:

Public Attributes

uint16_t aid
 Assoc ID. More...
 
Time beaconInterval
 Beacon interval of my station;. More...
 
Time referenceTbtt
 When one of my station's beacons was put into a beacon queue;. More...
 

Detailed Description

Keeps information about beacon of peer station: beacon interval, association ID, last time we have received a beacon.

Definition at line 239 of file peer-management-protocol.h.

Member Data Documentation

◆ aid

uint16_t ns3::dot11s::PeerManagementProtocol::BeaconInfo::aid

Assoc ID.

Definition at line 241 of file peer-management-protocol.h.

◆ beaconInterval

Time ns3::dot11s::PeerManagementProtocol::BeaconInfo::beaconInterval

Beacon interval of my station;.

Definition at line 243 of file peer-management-protocol.h.

◆ referenceTbtt

Time ns3::dot11s::PeerManagementProtocol::BeaconInfo::referenceTbtt

When one of my station's beacons was put into a beacon queue;.

Definition at line 242 of file peer-management-protocol.h.


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