class ScanOffloadExtension
Defined at line 150 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/wire_types.h
Indicates where and how scan logic is orchestrated.
See IEEE 802.11-2016 11.1.4.2 and 11.1.4.3.
This is a discovery extension, expected to be used for softmac only.
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::ScanOffloadExtension> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_wlan_common::wire::ScanOffloadExtension> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_common::wire::ScanOffloadExtension>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void ScanOffloadExtension ()
Defined at line 152 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/wire_types.h
void ScanOffloadExtension (const ScanOffloadExtension & other)
Defined at line 153 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/wire_types.h
ScanOffloadExtension & operator= (const ScanOffloadExtension & other)
Defined at line 154 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/wire_types.h
void ScanOffloadExtension (ScanOffloadExtension && other)
Defined at line 155 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/wire_types.h
ScanOffloadExtension & operator= (ScanOffloadExtension && other)
Defined at line 156 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/cpp/fidl/fuchsia.wlan.common/cpp/wire_types.h
bool & supported ()
If true, driver orchestrates scans; otherwise MLME must do so.
bool has_supported ()
bool & scan_cancel_supported ()
bool has_scan_cancel_supported ()
void ~ScanOffloadExtension ()
Defined at line 158 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