class SaeFeature
Defined at line 1457 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/wire_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
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_wlan_common::wire::SaeFeature> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_wlan_common::wire::SaeFeature> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_common::wire::SaeFeature>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void SaeFeature ()
Defined at line 1459 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/wire_types.h
void SaeFeature (const SaeFeature & other)
Defined at line 1460 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/wire_types.h
SaeFeature & operator= (const SaeFeature & other)
Defined at line 1461 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/wire_types.h
void SaeFeature (SaeFeature && other)
Defined at line 1462 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/wire_types.h
bool & driver_handler_supported ()
SAE can be handled by the driver.
bool has_driver_handler_supported ()
SaeFeature & operator= (SaeFeature && other)
Defined at line 1463 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/wire_types.h
bool & sme_handler_supported ()
SAE can be handled by SME.
bool has_sme_handler_supported ()
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.
bool has_hash_to_element_supported ()
void ~SaeFeature ()
Defined at line 1465 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder