class WlanSoftmacBandCapability

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

Describes the capabilities of a SoftMAC on a particular band.

Public Methods

void WlanSoftmacBandCapability ()

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

void WlanSoftmacBandCapability (WlanSoftmacBandCapability && )

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

void WlanSoftmacBandCapability (Storage_ storage)
void WlanSoftmacBandCapability (const WlanSoftmacBandCapability & other)
WlanSoftmacBandCapability & operator= (const WlanSoftmacBandCapability & other)
bool operator== (const WlanSoftmacBandCapability & other)
bool operator!= (const WlanSoftmacBandCapability & other)
bool IsEmpty ()
const std::optional< ::fuchsia_wlan_ieee80211::WlanBand> & band ()
::std::optional< ::fuchsia_wlan_ieee80211::WlanBand> & band ()
WlanSoftmacBandCapability & band (std::optional< ::fuchsia_wlan_ieee80211::WlanBand> value)

Setter for band.

const std::optional<uint8_t> & basic_rate_count ()

Count of supported basic rates. If the `basic_rate_list` field is

present, then this field **must** also be present and **must** be

consistent with the `basic_rate_list` field.

# Deprecation

This field has been replaced by `basic_rates`. Servers (i.e., drivers)

that target platform versions wherein `basic_rate_count` is deprecated

should omit it and write basic rates to the `basic_rates` field instead.

Clients attempt to read `basic_rates` before `basic_rate_count`.

::std::optional<uint8_t> & basic_rate_count ()

Count of supported basic rates. If the `basic_rate_list` field is

present, then this field **must** also be present and **must** be

consistent with the `basic_rate_list` field.

# Deprecation

This field has been replaced by `basic_rates`. Servers (i.e., drivers)

that target platform versions wherein `basic_rate_count` is deprecated

should omit it and write basic rates to the `basic_rates` field instead.

Clients attempt to read `basic_rates` before `basic_rate_count`.

WlanSoftmacBandCapability & basic_rate_count (std::optional<uint8_t> value)

Count of supported basic rates. If the `basic_rate_list` field is

present, then this field **must** also be present and **must** be

consistent with the `basic_rate_list` field.

# Deprecation

This field has been replaced by `basic_rates`. Servers (i.e., drivers)

that target platform versions wherein `basic_rate_count` is deprecated

should omit it and write basic rates to the `basic_rates` field instead.

Clients attempt to read `basic_rates` before `basic_rate_count`.

const std::optional< ::std::array<uint8_t, 12>> & basic_rate_list ()

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.

The count of rates present in this field **must** be consistent with the

`basic_rate_count` field when present.

# Deprecation

This field has been replaced by `basic_rates`. Servers (i.e., drivers)

that target platform versions wherein `basic_rate_list` is deprecated

should omit it and write basic rates to the `basic_rates` field instead.

Clients attempt to read `basic_rates` before `basic_rate_list`.

::std::optional< ::std::array<uint8_t, 12>> & basic_rate_list ()

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.

The count of rates present in this field **must** be consistent with the

`basic_rate_count` field when present.

# Deprecation

This field has been replaced by `basic_rates`. Servers (i.e., drivers)

that target platform versions wherein `basic_rate_list` is deprecated

should omit it and write basic rates to the `basic_rates` field instead.

Clients attempt to read `basic_rates` before `basic_rate_list`.

WlanSoftmacBandCapability & basic_rate_list (std::optional< ::std::array<uint8_t, 12>> value)

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.

The count of rates present in this field **must** be consistent with the

`basic_rate_count` field when present.

# Deprecation

This field has been replaced by `basic_rates`. Servers (i.e., drivers)

that target platform versions wherein `basic_rate_list` is deprecated

should omit it and write basic rates to the `basic_rates` field instead.

Clients attempt to read `basic_rates` before `basic_rate_list`.

const std::optional<bool> & ht_supported ()

Determines if the `ht_caps` fields should be read by clients. If the

device supports HT PHY mode, then `ht_supported` **must** be true and

the `ht_caps` field **must** be set and provide data that describes HT

capabilities. Any other configuration of these fields means that the

device does **not** support HT PHY mode. See `HtCapabilities`.

# Deprecation

This field determines whether or not the `ht_caps` field is read by

clients, but is not strictly necessary as table fields like `ht_caps`

may be set or unset. Servers (i.e., drivers) that target platform

versions wherein `ht_supported` is deprecated should always set the

field to true and set `ht_caps` if the device supports HT PHY mode or

unset `ht_caps` if the device does not.

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

Determines if the `ht_caps` fields should be read by clients. If the

device supports HT PHY mode, then `ht_supported` **must** be true and

the `ht_caps` field **must** be set and provide data that describes HT

capabilities. Any other configuration of these fields means that the

device does **not** support HT PHY mode. See `HtCapabilities`.

# Deprecation

This field determines whether or not the `ht_caps` field is read by

clients, but is not strictly necessary as table fields like `ht_caps`

may be set or unset. Servers (i.e., drivers) that target platform

versions wherein `ht_supported` is deprecated should always set the

field to true and set `ht_caps` if the device supports HT PHY mode or

unset `ht_caps` if the device does not.

WlanSoftmacBandCapability & ht_supported (std::optional<bool> value)

Determines if the `ht_caps` fields should be read by clients. If the

device supports HT PHY mode, then `ht_supported` **must** be true and

the `ht_caps` field **must** be set and provide data that describes HT

capabilities. Any other configuration of these fields means that the

device does **not** support HT PHY mode. See `HtCapabilities`.

# Deprecation

This field determines whether or not the `ht_caps` field is read by

clients, but is not strictly necessary as table fields like `ht_caps`

may be set or unset. Servers (i.e., drivers) that target platform

versions wherein `ht_supported` is deprecated should always set the

field to true and set `ht_caps` if the device supports HT PHY mode or

unset `ht_caps` if the device does not.

const std::optional< ::fuchsia_wlan_ieee80211::HtCapabilities> & ht_caps ()
::std::optional< ::fuchsia_wlan_ieee80211::HtCapabilities> & ht_caps ()
WlanSoftmacBandCapability & ht_caps (std::optional< ::fuchsia_wlan_ieee80211::HtCapabilities> value)

Setter for ht_caps.

WlanSoftmacBandCapability & operator= (WlanSoftmacBandCapability && )

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

const std::optional<bool> & vht_supported ()

Determines if the `vht_caps` fields should be read by clients. If the

device supports VHT PHY mode, then `vht_supported` **must** be true and

the `vht_caps` field **must** be set and provide data that describes VHT

capabilities. Any other configuration of these fields means that the

device does **not** support VHT PHY mode. See `VhtCapabilities`.

# Deprecation

This field determines whether or not the `vht_caps` field is read by

clients, but is not strictly necessary as table fields like `vht_caps`

may be set or unset. Servers (i.e., drivers) that target platform

versions wherein `vht_supported` is deprecated should always set the

field to true and set `vht_caps` if the device supports VHT PHY mode or

unset `vht_caps` if the device does not.

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

Determines if the `vht_caps` fields should be read by clients. If the

device supports VHT PHY mode, then `vht_supported` **must** be true and

the `vht_caps` field **must** be set and provide data that describes VHT

capabilities. Any other configuration of these fields means that the

device does **not** support VHT PHY mode. See `VhtCapabilities`.

# Deprecation

This field determines whether or not the `vht_caps` field is read by

clients, but is not strictly necessary as table fields like `vht_caps`

may be set or unset. Servers (i.e., drivers) that target platform

versions wherein `vht_supported` is deprecated should always set the

field to true and set `vht_caps` if the device supports VHT PHY mode or

unset `vht_caps` if the device does not.

WlanSoftmacBandCapability & vht_supported (std::optional<bool> value)

Determines if the `vht_caps` fields should be read by clients. If the

device supports VHT PHY mode, then `vht_supported` **must** be true and

the `vht_caps` field **must** be set and provide data that describes VHT

capabilities. Any other configuration of these fields means that the

device does **not** support VHT PHY mode. See `VhtCapabilities`.

# Deprecation

This field determines whether or not the `vht_caps` field is read by

clients, but is not strictly necessary as table fields like `vht_caps`

may be set or unset. Servers (i.e., drivers) that target platform

versions wherein `vht_supported` is deprecated should always set the

field to true and set `vht_caps` if the device supports VHT PHY mode or

unset `vht_caps` if the device does not.

const std::optional< ::fuchsia_wlan_ieee80211::VhtCapabilities> & vht_caps ()
::std::optional< ::fuchsia_wlan_ieee80211::VhtCapabilities> & vht_caps ()
WlanSoftmacBandCapability & vht_caps (std::optional< ::fuchsia_wlan_ieee80211::VhtCapabilities> value)

Setter for vht_caps.

const std::optional<uint16_t> & operating_channel_count ()

Count of operating channels. If the `operating_channel_list` field is

present, then this field **must** also be present and **must** be

consistent with the `operating_channel_list` field.

# Deprecation

This field has been replaced by `operating_channels`. Servers (i.e.,

drivers) that target platform versions wherein `operating_channel_count`

is deprecated should omit it and write operating channels to the

`operating_channels` field instead. Clients attempt to read

`operating_channels` before `operating_channel_count`.

::std::optional<uint16_t> & operating_channel_count ()

Count of operating channels. If the `operating_channel_list` field is

present, then this field **must** also be present and **must** be

consistent with the `operating_channel_list` field.

# Deprecation

This field has been replaced by `operating_channels`. Servers (i.e.,

drivers) that target platform versions wherein `operating_channel_count`

is deprecated should omit it and write operating channels to the

`operating_channels` field instead. Clients attempt to read

`operating_channels` before `operating_channel_count`.

WlanSoftmacBandCapability & operating_channel_count (std::optional<uint16_t> value)

Count of operating channels. If the `operating_channel_list` field is

present, then this field **must** also be present and **must** be

consistent with the `operating_channel_list` field.

# Deprecation

This field has been replaced by `operating_channels`. Servers (i.e.,

drivers) that target platform versions wherein `operating_channel_count`

is deprecated should omit it and write operating channels to the

`operating_channels` field instead. Clients attempt to read

`operating_channels` before `operating_channel_count`.

const std::optional< ::std::array<uint8_t, 256>> & operating_channel_list ()

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 count of channels present in this field **must** be consistent with

the `operating_channel_count` field when present.

# Deprecation

This field has been replaced by `operating_channels`. Servers (i.e.,

drivers) that target platform versions wherein `operating_channel_list`

is deprecated should omit it and write operating channels to the

`operating_channels` field instead. Clients attempt to read

`operating_channels` before `operating_channel_list`.

::std::optional< ::std::array<uint8_t, 256>> & operating_channel_list ()

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 count of channels present in this field **must** be consistent with

the `operating_channel_count` field when present.

# Deprecation

This field has been replaced by `operating_channels`. Servers (i.e.,

drivers) that target platform versions wherein `operating_channel_list`

is deprecated should omit it and write operating channels to the

`operating_channels` field instead. Clients attempt to read

`operating_channels` before `operating_channel_list`.

WlanSoftmacBandCapability & operating_channel_list (std::optional< ::std::array<uint8_t, 256>> value)

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 count of channels present in this field **must** be consistent with

the `operating_channel_count` field when present.

# Deprecation

This field has been replaced by `operating_channels`. Servers (i.e.,

drivers) that target platform versions wherein `operating_channel_list`

is deprecated should omit it and write operating channels to the

`operating_channels` field instead. Clients attempt to read

`operating_channels` before `operating_channel_list`.

const std::optional< ::std::vector<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.

::std::optional< ::std::vector<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.

WlanSoftmacBandCapability & basic_rates (std::optional< ::std::vector<uint8_t>> value)

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.

const std::optional< ::std::vector<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.

::std::optional< ::std::vector<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.

WlanSoftmacBandCapability & operating_channels (std::optional< ::std::vector<uint8_t>> value)

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.

void WlanSoftmacBandCapability (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits