class SaeFeature
Defined at line 717 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/natural_types.h
Simultaneous Authentication of Equals.
See IEEE 802.11-2016 12.4.
This is a security feature, usable for fullmac or softmac.
Public Methods
void SaeFeature (Storage_ storage)
void SaeFeature ()
Defined at line 723 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/natural_types.h
void SaeFeature (SaeFeature && )
Defined at line 724 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/natural_types.h
void SaeFeature (const SaeFeature & other)
SaeFeature & operator= (SaeFeature && )
Defined at line 725 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/natural_types.h
SaeFeature & operator= (const SaeFeature & other)
bool operator== (const SaeFeature & other)
bool operator!= (const SaeFeature & other)
bool IsEmpty ()
const std::optional<bool> & driver_handler_supported ()
SAE can be handled by the driver.
::std::optional<bool> & driver_handler_supported ()
SAE can be handled by the driver.
SaeFeature & driver_handler_supported (std::optional<bool> value)
SAE can be handled by the driver.
const std::optional<bool> & sme_handler_supported ()
SAE can be handled by SME.
::std::optional<bool> & sme_handler_supported ()
SAE can be handled by SME.
SaeFeature & sme_handler_supported (std::optional<bool> value)
SAE can be handled by SME.
const std::optional<bool> & hash_to_element_supported ()
Indicates whether the driver is compatible with SAE hash-to-element.
In the SME handler case, this just means passing through SAE frames
with the SAE_HASH_TO_ELEMENT status code.
::std::optional<bool> & hash_to_element_supported ()
Indicates whether the driver is compatible with SAE hash-to-element.
In the SME handler case, this just means passing through SAE frames
with the SAE_HASH_TO_ELEMENT status code.
SaeFeature & hash_to_element_supported (std::optional<bool> value)
Indicates whether the driver is compatible with SAE hash-to-element.
In the SME handler case, this just means passing through SAE frames
with the SAE_HASH_TO_ELEMENT status code.
void SaeFeature (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits