class WlanSoftmacBaseEnableBeaconingRequest
Defined at line 3668 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h
Public Methods
void WlanSoftmacBaseEnableBeaconingRequest (Storage_ storage)
void WlanSoftmacBaseEnableBeaconingRequest ()
Defined at line 3673 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h
void WlanSoftmacBaseEnableBeaconingRequest (WlanSoftmacBaseEnableBeaconingRequest && )
Defined at line 3674 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h
void WlanSoftmacBaseEnableBeaconingRequest (const WlanSoftmacBaseEnableBeaconingRequest & other)
WlanSoftmacBaseEnableBeaconingRequest & operator= (WlanSoftmacBaseEnableBeaconingRequest && )
Defined at line 3675 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h
WlanSoftmacBaseEnableBeaconingRequest & operator= (const WlanSoftmacBaseEnableBeaconingRequest & other)
bool operator== (const WlanSoftmacBaseEnableBeaconingRequest & other)
bool operator!= (const WlanSoftmacBaseEnableBeaconingRequest & other)
bool IsEmpty ()
const std::optional< ::fuchsia_wlan_softmac::WlanTxPacket> & packet_template ()
Beacon template. Since this is a template, some packet content can
only contain minimal valid information, because the content is later
modified by hardware, firmware, or software.
::std::optional< ::fuchsia_wlan_softmac::WlanTxPacket> & packet_template ()
Beacon template. Since this is a template, some packet content can
only contain minimal valid information, because the content is later
modified by hardware, firmware, or software.
WlanSoftmacBaseEnableBeaconingRequest & packet_template (std::optional< ::fuchsia_wlan_softmac::WlanTxPacket> value)
Beacon template. Since this is a template, some packet content can
only contain minimal valid information, because the content is later
modified by hardware, firmware, or software.
const std::optional<uint64_t> & tim_ele_offset ()
TIM offset to the start of the `packet_template` field in bytes.
This must index the first byte of the TIM IE, which is the tag ID.
::std::optional<uint64_t> & tim_ele_offset ()
TIM offset to the start of the `packet_template` field in bytes.
This must index the first byte of the TIM IE, which is the tag ID.
WlanSoftmacBaseEnableBeaconingRequest & tim_ele_offset (std::optional<uint64_t> value)
TIM offset to the start of the `packet_template` field in bytes.
This must index the first byte of the TIM IE, which is the tag ID.
const std::optional<uint16_t> & beacon_interval ()
Beacon interval period in TU.
::std::optional<uint16_t> & beacon_interval ()
Beacon interval period in TU.
WlanSoftmacBaseEnableBeaconingRequest & beacon_interval (std::optional<uint16_t> value)
Beacon interval period in TU.
void WlanSoftmacBaseEnableBeaconingRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits