template <>
class WireTableBuilder
Defined at line 1497 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
Public Methods
template <typename First = ::fidl::Array<uint8_t, 12>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::Array<uint8_t, 12>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacBandCapability> & basic_rate_list (First && first, Args &&... args_)
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`.
Defined at line 1523 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
template <typename First = ::fuchsia_wlan_ieee80211::wire::HtCapabilities, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_wlan_ieee80211::wire::HtCapabilities>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacBandCapability> & ht_caps (First && first, Args &&... args_)
Defined at line 1535 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
template <typename First = ::fuchsia_wlan_ieee80211::wire::VhtCapabilities, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_wlan_ieee80211::wire::VhtCapabilities>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacBandCapability> & vht_caps (First && first, Args &&... args_)
Defined at line 1547 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
template <typename First = ::fidl::Array<uint8_t, 256>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::Array<uint8_t, 256>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacBandCapability> & operating_channel_list (First && first, Args &&... args_)
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`.
Defined at line 1573 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
template <typename First = ::fidl::VectorView<uint8_t>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<uint8_t>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacBandCapability> & basic_rates (First && first, Args &&... args_)
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.
Defined at line 1589 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
template <typename First = ::fidl::VectorView<uint8_t>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<uint8_t>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacBandCapability> & operating_channels (First && first, Args &&... args_)
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.
Defined at line 1608 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
Friends
template <>
class WlanSoftmacBandCapability