class DiscoverySupport

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

Features related to discovery of potential BSSs.

See IEEE 802.11-2016 11.1.4.2 and 11.1.4.3.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::fuchsia::wlan::common::ScanOffloadExtension & scan_offload ()

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

bool has_scan_offload ()

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

::fuchsia::wlan::common::ScanOffloadExtension * mutable_scan_offload ()

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

void clear_scan_offload ()

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

const ::fuchsia::wlan::common::ProbeResponseOffloadExtension & probe_response_offload ()

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

bool has_probe_response_offload ()

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

::fuchsia::wlan::common::ProbeResponseOffloadExtension * mutable_probe_response_offload ()

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

void clear_probe_response_offload ()

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

DiscoverySupport & set_scan_offload (::fuchsia::wlan::common::ScanOffloadExtension _value)
DiscoverySupport & set_probe_response_offload (::fuchsia::wlan::common::ProbeResponseOffloadExtension _value)
void DiscoverySupport ()
void DiscoverySupport (DiscoverySupport && other)
void ~DiscoverySupport ()
DiscoverySupport & operator= (DiscoverySupport && other)
::std::unique_ptr<DiscoverySupport> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, DiscoverySupport * _value, size_t _offset)
zx_status_t Clone (DiscoverySupport * _result)