fields: More...
#include "peer-link-frame.h"
Public Attributes | |
uint16_t | aid |
confirm only | |
uint16_t | capability |
open and confirm | |
IeConfiguration | config |
open and confirm | |
std::optional< ExtendedSupportedRatesIE > | extendedRates |
open and confirm | |
IePeeringProtocol | protocol |
Peering protocol version - 3 octets. | |
SupportedRates | rates |
open and confirm | |
fields:
Definition at line 180 of file peer-link-frame.h.
uint16_t ns3::dot11s::PeerLinkConfirmStart::PlinkConfirmStartFields::aid |
confirm only
Definition at line 184 of file peer-link-frame.h.
Referenced by PeerLinkFrameStartTest::DoRun(), ns3::dot11s::PeerLinkConfirmStart::GetFields(), ns3::dot11s::PeerManagementProtocolMac::Receive(), ns3::dot11s::PeerManagementProtocolMac::SendPeerLinkManagementFrame(), and ns3::dot11s::PeerLinkConfirmStart::SetPlinkConfirmStart().
uint16_t ns3::dot11s::PeerLinkConfirmStart::PlinkConfirmStartFields::capability |
open and confirm
Definition at line 183 of file peer-link-frame.h.
Referenced by PeerLinkFrameStartTest::DoRun(), ns3::dot11s::PeerLinkConfirmStart::GetFields(), ns3::dot11s::PeerManagementProtocolMac::SendPeerLinkManagementFrame(), and ns3::dot11s::PeerLinkConfirmStart::SetPlinkConfirmStart().
IeConfiguration ns3::dot11s::PeerLinkConfirmStart::PlinkConfirmStartFields::config |
open and confirm
Definition at line 187 of file peer-link-frame.h.
Referenced by ns3::dot11s::PeerLinkConfirmStart::GetFields(), ns3::dot11s::PeerManagementProtocolMac::Receive(), ns3::dot11s::PeerManagementProtocolMac::SendPeerLinkManagementFrame(), and ns3::dot11s::PeerLinkConfirmStart::SetPlinkConfirmStart().
std::optional<ExtendedSupportedRatesIE> ns3::dot11s::PeerLinkConfirmStart::PlinkConfirmStartFields::extendedRates |
open and confirm
Definition at line 186 of file peer-link-frame.h.
Referenced by ns3::dot11s::PeerManagementProtocolMac::SendPeerLinkManagementFrame().
IePeeringProtocol ns3::dot11s::PeerLinkConfirmStart::PlinkConfirmStartFields::protocol |
Peering protocol version - 3 octets.
Definition at line 182 of file peer-link-frame.h.
SupportedRates ns3::dot11s::PeerLinkConfirmStart::PlinkConfirmStartFields::rates |
open and confirm
Definition at line 185 of file peer-link-frame.h.
Referenced by ns3::dot11s::PeerLinkConfirmStart::GetFields(), ns3::dot11s::PeerManagementProtocolMac::SendPeerLinkManagementFrame(), and ns3::dot11s::PeerLinkConfirmStart::SetPlinkConfirmStart().