class WlanSoftmacBandCapability

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

Describes the capabilities of a SoftMAC on a particular band.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacBandCapability> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacBandCapability> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_softmac::wire::WlanSoftmacBandCapability>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void WlanSoftmacBandCapability ()

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

void WlanSoftmacBandCapability (const WlanSoftmacBandCapability & other)

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

::fuchsia_wlan_ieee80211::wire::WlanBand & band ()

Band to which the capabilities described by this datagram apply.

bool has_band ()
::fuchsia_wlan_ieee80211::wire::HtCapabilities & ht_caps ()

Servers (i.e., drivers) should set `ht_caps` if the device supports HT

PHY mode or unset `ht_caps` if the device does not.

bool has_ht_caps ()
WlanSoftmacBandCapability & operator= (const WlanSoftmacBandCapability & other)

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

void WlanSoftmacBandCapability (WlanSoftmacBandCapability && other)

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

WlanSoftmacBandCapability & operator= (WlanSoftmacBandCapability && other)

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

::fuchsia_wlan_ieee80211::wire::VhtCapabilities & vht_caps ()

Servers (i.e., drivers) should set `vht_caps` if the device supports

VHT PHY mode or unset `vht_caps` if the device does not.

bool has_vht_caps ()
::fidl::VectorView<uint8_t> & basic_rates ()

Set of supported basic rates in units of 500 Kbit/s (as defined in IEEE

Std 802.11-2016, 9.4.2.3), e.g., 0x02 represents 1 Mbps. This set

represents all of the non-HT rates that the device supports for both

transmitting and receiving.

bool has_basic_rates ()
::fidl::VectorView<uint8_t> & operating_channels ()

Set of valid operating channels per regulatory information as determined

by the device driver during iface creation. An operating channel refers

to a channel on which APs may transmit beacon frames.

The client must use this set to determine the efficacy of subsequent

requests to scan a subset of channels using the iface or to determine

which operating channel to use when starting an AP.

bool has_operating_channels ()
void ~WlanSoftmacBandCapability ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder