class DiscoverySupport

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

Features related to discovery of potential BSSs.

See IEEE 802.11-2016 11.1.4.2 and 11.1.4.3.

Public Methods

void DiscoverySupport (Storage_ storage)
void DiscoverySupport ()

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

void DiscoverySupport (DiscoverySupport && )

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

void DiscoverySupport (const DiscoverySupport & other)
DiscoverySupport & operator= (DiscoverySupport && )

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

DiscoverySupport & operator= (const DiscoverySupport & other)
bool operator== (const DiscoverySupport & other)
bool operator!= (const DiscoverySupport & other)
bool IsEmpty ()
const std::optional< ::fuchsia_wlan_common::ScanOffloadExtension> & scan_offload ()
::std::optional< ::fuchsia_wlan_common::ScanOffloadExtension> & scan_offload ()
DiscoverySupport & scan_offload (std::optional< ::fuchsia_wlan_common::ScanOffloadExtension> value)

Setter for scan_offload.

const std::optional< ::fuchsia_wlan_common::ProbeResponseOffloadExtension> & probe_response_offload ()
::std::optional< ::fuchsia_wlan_common::ProbeResponseOffloadExtension> & probe_response_offload ()
DiscoverySupport & probe_response_offload (std::optional< ::fuchsia_wlan_common::ProbeResponseOffloadExtension> value)

Setter for probe_response_offload.

void DiscoverySupport (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits