class ProbeResponseOffloadExtension

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

void ProbeResponseOffloadExtension (ProbeResponseOffloadExtension && )

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

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

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