fields: More...
#include "peer-link-frame.h"
Public Attributes | |
uint16_t | capability |
open and confirm | |
IeConfiguration | config |
open and confirm | |
std::optional< ExtendedSupportedRatesIE > | extendedRates |
open and confirm | |
IeMeshId | meshId |
open and close | |
IePeeringProtocol | protocol |
Peering protocol version - 3 octets. | |
SupportedRates | rates |
open and confirm | |
fields:
Definition at line 46 of file peer-link-frame.h.
uint16_t ns3::dot11s::PeerLinkOpenStart::PlinkOpenStartFields::capability |
open and confirm
Definition at line 49 of file peer-link-frame.h.
Referenced by PeerLinkFrameStartTest::DoRun(), ns3::dot11s::PeerLinkOpenStart::GetFields(), ns3::dot11s::PeerManagementProtocolMac::SendPeerLinkManagementFrame(), and ns3::dot11s::PeerLinkOpenStart::SetPlinkOpenStart().
IeConfiguration ns3::dot11s::PeerLinkOpenStart::PlinkOpenStartFields::config |
open and confirm
Definition at line 53 of file peer-link-frame.h.
Referenced by ns3::dot11s::PeerLinkOpenStart::GetFields(), ns3::dot11s::PeerManagementProtocolMac::Receive(), ns3::dot11s::PeerManagementProtocolMac::SendPeerLinkManagementFrame(), and ns3::dot11s::PeerLinkOpenStart::SetPlinkOpenStart().
std::optional<ExtendedSupportedRatesIE> ns3::dot11s::PeerLinkOpenStart::PlinkOpenStartFields::extendedRates |
open and confirm
Definition at line 51 of file peer-link-frame.h.
Referenced by ns3::dot11s::PeerLinkOpenStart::GetFields(), ns3::dot11s::PeerManagementProtocolMac::SendPeerLinkManagementFrame(), and ns3::dot11s::PeerLinkOpenStart::SetPlinkOpenStart().
IeMeshId ns3::dot11s::PeerLinkOpenStart::PlinkOpenStartFields::meshId |
open and close
Definition at line 52 of file peer-link-frame.h.
Referenced by PeerLinkFrameStartTest::DoRun(), ns3::dot11s::PeerLinkOpenStart::GetFields(), ns3::dot11s::PeerManagementProtocolMac::Receive(), ns3::dot11s::PeerManagementProtocolMac::SendPeerLinkManagementFrame(), and ns3::dot11s::PeerLinkOpenStart::SetPlinkOpenStart().
IePeeringProtocol ns3::dot11s::PeerLinkOpenStart::PlinkOpenStartFields::protocol |
Peering protocol version - 3 octets.
Definition at line 48 of file peer-link-frame.h.
SupportedRates ns3::dot11s::PeerLinkOpenStart::PlinkOpenStartFields::rates |
open and confirm
Definition at line 50 of file peer-link-frame.h.
Referenced by ns3::dot11s::PeerLinkOpenStart::GetFields(), ns3::dot11s::PeerManagementProtocolMac::SendPeerLinkManagementFrame(), and ns3::dot11s::PeerLinkOpenStart::SetPlinkOpenStart().