class ScanOffloadExtension

Defined at line 329 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/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_softmac::wire::ScanOffloadExtension> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_wlan_softmac::wire::ScanOffloadExtension> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_softmac::wire::ScanOffloadExtension>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void ScanOffloadExtension ()

Defined at line 331 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h

void ScanOffloadExtension (const ScanOffloadExtension & other)

Defined at line 332 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h

ScanOffloadExtension & operator= (const ScanOffloadExtension & other)

Defined at line 333 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h

void ScanOffloadExtension (ScanOffloadExtension && other)

Defined at line 334 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h

ScanOffloadExtension & operator= (ScanOffloadExtension && other)

Defined at line 335 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/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 337 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder