class DiscoverySupport

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

void DiscoverySupport (DiscoverySupport && )

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

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

Defined at line 292 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/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_softmac::ScanOffloadExtension> & scan_offload ()
::std::optional< ::fuchsia_wlan_softmac::ScanOffloadExtension> & scan_offload ()
DiscoverySupport & scan_offload (std::optional< ::fuchsia_wlan_softmac::ScanOffloadExtension> value)

Setter for scan_offload.

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

Setter for probe_response_offload.

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

Friends

class MemberVisitor
class NaturalTableCodingTraits