class WlanSoftmacQueryResponse

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

High-level information describing the state of a running softmac.

All fields in this response are required.

Public Methods

void WlanSoftmacQueryResponse ()

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

void WlanSoftmacQueryResponse (WlanSoftmacQueryResponse && )

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

void WlanSoftmacQueryResponse (Storage_ storage)
void WlanSoftmacQueryResponse (const WlanSoftmacQueryResponse & other)
WlanSoftmacQueryResponse & operator= (const WlanSoftmacQueryResponse & other)
bool operator== (const WlanSoftmacQueryResponse & other)
bool operator!= (const WlanSoftmacQueryResponse & other)
bool IsEmpty ()
const std::optional< ::std::array<uint8_t, 6>> & sta_addr ()

Station address.

::std::optional< ::std::array<uint8_t, 6>> & sta_addr ()

Station address.

WlanSoftmacQueryResponse & sta_addr (std::optional< ::std::array<uint8_t, 6>> value)

Station address.

const std::optional< ::fuchsia_wlan_common::WlanMacRole> & mac_role ()

MAC role

::std::optional< ::fuchsia_wlan_common::WlanMacRole> & mac_role ()

MAC role

WlanSoftmacQueryResponse & mac_role (std::optional< ::fuchsia_wlan_common::WlanMacRole> value)

MAC role

WlanSoftmacQueryResponse & operator= (WlanSoftmacQueryResponse && )

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

const std::optional< ::std::vector< ::fuchsia_wlan_common::WlanPhyType>> & supported_phys ()

Bitmask indicating WlanInfoPhyType values supported by the hardware.

::std::optional< ::std::vector< ::fuchsia_wlan_common::WlanPhyType>> & supported_phys ()

Bitmask indicating WlanInfoPhyType values supported by the hardware.

WlanSoftmacQueryResponse & supported_phys (std::optional< ::std::vector< ::fuchsia_wlan_common::WlanPhyType>> value)

Bitmask indicating WlanInfoPhyType values supported by the hardware.

const std::optional<uint32_t> & hardware_capability ()

Bitmask indicating enabled WlanInfoHardwareCapability values. Values defined as fuchsia.wlan.common.WlanSoftmacHardwareCapability

::std::optional<uint32_t> & hardware_capability ()

Bitmask indicating enabled WlanInfoHardwareCapability values. Values defined as fuchsia.wlan.common.WlanSoftmacHardwareCapability

WlanSoftmacQueryResponse & hardware_capability (std::optional<uint32_t> value)

Bitmask indicating enabled WlanInfoHardwareCapability values. Values defined as fuchsia.wlan.common.WlanSoftmacHardwareCapability

const std::optional< ::std::vector< ::fuchsia_wlan_softmac::WlanSoftmacBandCapability>> & band_caps ()

Supported bands.

::std::optional< ::std::vector< ::fuchsia_wlan_softmac::WlanSoftmacBandCapability>> & band_caps ()

Supported bands.

WlanSoftmacQueryResponse & band_caps (std::optional< ::std::vector< ::fuchsia_wlan_softmac::WlanSoftmacBandCapability>> value)

Supported bands.

const std::optional< ::std::array<uint8_t, 6>> & factory_addr ()

The MAC address of the device as assigned in the factory.

::std::optional< ::std::array<uint8_t, 6>> & factory_addr ()

The MAC address of the device as assigned in the factory.

WlanSoftmacQueryResponse & factory_addr (std::optional< ::std::array<uint8_t, 6>> value)

The MAC address of the device as assigned in the factory.

void WlanSoftmacQueryResponse (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits