EML Control field. More...
#include "mgt-action-headers.h"
Public Attributes | |
uint8_t | __pad0__: 5 |
reserved More... | |
uint8_t | emlmrMode: 1 |
EMLMR Mode. More... | |
uint8_t | emlsrMode: 1 |
EMLSR Mode. More... | |
uint8_t | emlsrParamUpdateCtrl: 1 |
EMLSR Parameter Update Control. More... | |
std::optional< uint16_t > | linkBitmap |
EMLSR/EMLMR Link Bitmap. More... | |
std::optional< uint8_t > | mcsMapCountCtrl |
MCS Map Count Control. More... | |
EML Control field.
Definition at line 633 of file mgt-action-headers.h.
uint8_t ns3::MgtEmlOmn::EmlControl::__pad0__ |
reserved
Definition at line 638 of file mgt-action-headers.h.
uint8_t ns3::MgtEmlOmn::EmlControl::emlmrMode |
EMLMR Mode.
Definition at line 636 of file mgt-action-headers.h.
Referenced by EmlOmnExchangeTest::CheckEmlNotification(), ns3::MgtEmlOmn::Deserialize(), ns3::MgtEmlOmn::Print(), and ns3::MgtEmlOmn::Serialize().
uint8_t ns3::MgtEmlOmn::EmlControl::emlsrMode |
EMLSR Mode.
Definition at line 635 of file mgt-action-headers.h.
Referenced by EmlOmnExchangeTest::CheckEmlNotification(), ns3::MgtEmlOmn::Deserialize(), EmlOperatingModeNotificationTest::DoRun(), ns3::EmlsrManager::GetEmlOmn(), ns3::MgtEmlOmn::Print(), ns3::ApWifiMac::ReceiveEmlOmn(), and ns3::MgtEmlOmn::Serialize().
uint8_t ns3::MgtEmlOmn::EmlControl::emlsrParamUpdateCtrl |
EMLSR Parameter Update Control.
Definition at line 637 of file mgt-action-headers.h.
Referenced by EmlOmnExchangeTest::CheckEmlNotification(), ns3::MgtEmlOmn::Deserialize(), EmlOperatingModeNotificationTest::DoRun(), ns3::EmlsrManager::GetEmlOmn(), ns3::MgtEmlOmn::Print(), ns3::ApWifiMac::ReceiveEmlOmn(), and ns3::MgtEmlOmn::Serialize().
std::optional<uint16_t> ns3::MgtEmlOmn::EmlControl::linkBitmap |
EMLSR/EMLMR Link Bitmap.
Definition at line 639 of file mgt-action-headers.h.
Referenced by EmlOmnExchangeTest::CheckEmlNotification(), ns3::MgtEmlOmn::Deserialize(), ns3::MgtEmlOmn::GetLinkBitmap(), ns3::MgtEmlOmn::GetSerializedSize(), ns3::MgtEmlOmn::Print(), ns3::MgtEmlOmn::Serialize(), and ns3::MgtEmlOmn::SetLinkIdInBitmap().
std::optional<uint8_t> ns3::MgtEmlOmn::EmlControl::mcsMapCountCtrl |
MCS Map Count Control.
Definition at line 640 of file mgt-action-headers.h.
Referenced by ns3::MgtEmlOmn::GetSerializedSize().