class ScanOffloadExtension

Defined at line 684 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.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 Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const bool & supported ()

If true, driver orchestrates scans; otherwise MLME must do so.

Defined at line 691 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h

bool has_supported ()

Defined at line 695 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h

bool * mutable_supported ()

If true, driver orchestrates scans; otherwise MLME must do so.

Defined at line 700 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h

void clear_supported ()

Defined at line 708 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h

const bool & scan_cancel_supported ()

Defined at line 716 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h

bool has_scan_cancel_supported ()

Defined at line 720 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h

bool * mutable_scan_cancel_supported ()

Defined at line 724 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h

void clear_scan_cancel_supported ()

Defined at line 732 of file fidling/gen/sdk/fidl/fuchsia.wlan.common/fuchsia.wlan.common/hlcpp/fuchsia/wlan/common/cpp/fidl.h

ScanOffloadExtension & set_supported (bool _value)
ScanOffloadExtension & set_scan_cancel_supported (bool _value)
void ScanOffloadExtension ()
void ScanOffloadExtension (ScanOffloadExtension && other)
void ~ScanOffloadExtension ()
ScanOffloadExtension & operator= (ScanOffloadExtension && other)
::std::unique_ptr<ScanOffloadExtension> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ScanOffloadExtension * _value, size_t _offset)
zx_status_t Clone (ScanOffloadExtension * _result)