class ProbeResponseOffloadExtension

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

Indicates where and how probe responses are to be handled.

See IEEE 802.11-2016 11.1.4.3.

This is a discovery extension, expected to be used for softmac only.

Public Methods

void ProbeResponseOffloadExtension (Storage_ storage)
void ProbeResponseOffloadExtension ()

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

void ProbeResponseOffloadExtension (ProbeResponseOffloadExtension && )

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

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

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

ProbeResponseOffloadExtension & operator= (const ProbeResponseOffloadExtension & other)
bool operator== (const ProbeResponseOffloadExtension & other)
bool operator!= (const ProbeResponseOffloadExtension & other)
bool IsEmpty ()
const std::optional<bool> & supported ()

If true, driver responds to probe requests; otherwise MLME must respond.

::std::optional<bool> & supported ()

If true, driver responds to probe requests; otherwise MLME must respond.

ProbeResponseOffloadExtension & supported (std::optional<bool> value)

If true, driver responds to probe requests; otherwise MLME must respond.

void ProbeResponseOffloadExtension (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits