Keeps information about beacon of peer station: beacon interval, association ID, last time we have received a beacon. More...
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... | |
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.
uint16_t ns3::dot11s::PeerManagementProtocol::BeaconInfo::aid |
Assoc ID.
Definition at line 241 of file peer-management-protocol.h.
Time ns3::dot11s::PeerManagementProtocol::BeaconInfo::beaconInterval |
Beacon interval of my station;.
Definition at line 243 of file peer-management-protocol.h.
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.