EML Control field. More...
#include "mgt-headers.h"
Public Attributes | |
uint8_t | __pad0__: 5 |
reserved | |
uint8_t | emlmrMode: 1 |
EMLMR Mode. | |
uint8_t | emlsrMode: 1 |
EMLSR Mode. | |
uint8_t | emlsrParamUpdateCtrl: 1 |
EMLSR Parameter Update Control. | |
std::optional< uint16_t > | linkBitmap |
EMLSR/EMLMR Link Bitmap. | |
std::optional< uint8_t > | mcsMapCountCtrl |
MCS Map Count Control. | |
EML Control field.
Definition at line 1131 of file mgt-headers.h.
uint8_t ns3::MgtEmlOperatingModeNotification::EmlControl::__pad0__ |
reserved
Definition at line 1136 of file mgt-headers.h.
uint8_t ns3::MgtEmlOperatingModeNotification::EmlControl::emlmrMode |
EMLMR Mode.
Definition at line 1134 of file mgt-headers.h.
Referenced by EmlNotificationExchangeTest::CheckEmlNotification(), ns3::MgtEmlOperatingModeNotification::Deserialize(), ns3::MgtEmlOperatingModeNotification::Print(), and ns3::MgtEmlOperatingModeNotification::Serialize().
uint8_t ns3::MgtEmlOperatingModeNotification::EmlControl::emlsrMode |
EMLSR Mode.
Definition at line 1133 of file mgt-headers.h.
Referenced by EmlNotificationExchangeTest::CheckEmlNotification(), ns3::MgtEmlOperatingModeNotification::Deserialize(), EmlOperatingModeNotificationTest::DoRun(), ns3::MgtEmlOperatingModeNotification::Print(), ns3::ApWifiMac::ReceiveEmlNotification(), ns3::EmlsrManager::SendEmlOperatingModeNotification(), and ns3::MgtEmlOperatingModeNotification::Serialize().
uint8_t ns3::MgtEmlOperatingModeNotification::EmlControl::emlsrParamUpdateCtrl |
EMLSR Parameter Update Control.
Definition at line 1135 of file mgt-headers.h.
Referenced by EmlNotificationExchangeTest::CheckEmlNotification(), ns3::MgtEmlOperatingModeNotification::Deserialize(), EmlOperatingModeNotificationTest::DoRun(), ns3::MgtEmlOperatingModeNotification::Print(), ns3::ApWifiMac::ReceiveEmlNotification(), ns3::EmlsrManager::SendEmlOperatingModeNotification(), and ns3::MgtEmlOperatingModeNotification::Serialize().
std::optional<uint16_t> ns3::MgtEmlOperatingModeNotification::EmlControl::linkBitmap |
EMLSR/EMLMR Link Bitmap.
Definition at line 1137 of file mgt-headers.h.
Referenced by EmlNotificationExchangeTest::CheckEmlNotification(), ns3::MgtEmlOperatingModeNotification::Deserialize(), ns3::MgtEmlOperatingModeNotification::GetLinkBitmap(), ns3::MgtEmlOperatingModeNotification::GetSerializedSize(), ns3::MgtEmlOperatingModeNotification::Print(), ns3::MgtEmlOperatingModeNotification::Serialize(), and ns3::MgtEmlOperatingModeNotification::SetLinkIdInBitmap().
std::optional<uint8_t> ns3::MgtEmlOperatingModeNotification::EmlControl::mcsMapCountCtrl |
MCS Map Count Control.
Definition at line 1138 of file mgt-headers.h.
Referenced by ns3::MgtEmlOperatingModeNotification::GetSerializedSize().