A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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.
 
Time beaconInterval
 Beacon interval of my station;.
 
Time referenceTbtt
 When one of my station's beacons was put into a beacon queue;.
 

Detailed Description

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

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

Member Data Documentation

◆ aid

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

Assoc ID.

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

◆ beaconInterval

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

Beacon interval of my station;.

Definition at line 256 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 255 of file peer-management-protocol.h.


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