class RateSelectionOffloadExtension
Defined at line 994 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
Indicates where and how rate selection logic is orchestrated.
See IEEE 802.11-2016 10.7.
This is a MAC sublayer extension, expected to be used for softmac only.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const bool & supported ()
If true, driver orchestrates rate selection; otherwise MLME must do so.
Defined at line 1001 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
bool has_supported ()
Defined at line 1005 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
bool * mutable_supported ()
If true, driver orchestrates rate selection; otherwise MLME must do so.
Defined at line 1010 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
void clear_supported ()
Defined at line 1018 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h
RateSelectionOffloadExtension & set_supported (bool _value)
void RateSelectionOffloadExtension ()
void RateSelectionOffloadExtension (RateSelectionOffloadExtension && other)
void ~RateSelectionOffloadExtension ()
RateSelectionOffloadExtension & operator= (RateSelectionOffloadExtension && other)
::std::unique_ptr<RateSelectionOffloadExtension> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, RateSelectionOffloadExtension * _value, size_t _offset)
zx_status_t Clone (RateSelectionOffloadExtension * _result)