class WlanSoftmacBandCapability
Defined at line 875 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 877 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 878 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 880 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 ()
bool has_band ()
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`.
bool has_basic_rate_count ()
::fidl::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`.
bool has_basic_rate_list ()
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.
bool has_ht_supported ()
::fuchsia_wlan_ieee80211::wire::HtCapabilities & ht_caps ()
bool has_ht_caps ()
WlanSoftmacBandCapability & operator= (const WlanSoftmacBandCapability & other)
Defined at line 879 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 881 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
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.
bool has_vht_supported ()
::fuchsia_wlan_ieee80211::wire::VhtCapabilities & vht_caps ()
bool has_vht_caps ()
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`.
bool has_operating_channel_count ()
::fidl::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`.
bool has_operating_channel_list ()
::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 883 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