class RateSelectionOffloadExtension
Defined at line 484 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/natural_types.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 Methods
void RateSelectionOffloadExtension (Storage_ storage)
void RateSelectionOffloadExtension ()
Defined at line 490 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/natural_types.h
void RateSelectionOffloadExtension (RateSelectionOffloadExtension && )
Defined at line 491 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/natural_types.h
void RateSelectionOffloadExtension (const RateSelectionOffloadExtension & other)
RateSelectionOffloadExtension & operator= (RateSelectionOffloadExtension && )
Defined at line 492 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/natural_types.h
RateSelectionOffloadExtension & operator= (const RateSelectionOffloadExtension & other)
bool operator== (const RateSelectionOffloadExtension & other)
bool operator!= (const RateSelectionOffloadExtension & other)
bool IsEmpty ()
const std::optional<bool> & supported ()
If true, driver orchestrates rate selection; otherwise MLME must do so.
::std::optional<bool> & supported ()
If true, driver orchestrates rate selection; otherwise MLME must do so.
RateSelectionOffloadExtension & supported (std::optional<bool> value)
If true, driver orchestrates rate selection; otherwise MLME must do so.
void RateSelectionOffloadExtension (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits