template <>
class WireTableBuilder
Defined at line 4875 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, 6>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::Array<uint8_t, 6>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanAssociationConfig> & bssid (First && first, Args &&... args_)
The MAC address of the peer with which we are now associated.
Defined at line 4888 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::WlanChannel, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_wlan_ieee80211::wire::WlanChannel>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanAssociationConfig> & channel (First && first, Args &&... args_)
Defined at line 4900 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_common::wire::WlanWmmParameters, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_wlan_common::wire::WlanWmmParameters>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanAssociationConfig> & wmm_params (First && first, Args &&... args_)
WFA WMM v1.2, 2.2.2
Defined at line 4913 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::WlanAssociationConfig> & rates (First && first, Args &&... args_)
Concatenation of SupportedRates and ExtendedSupportedRates
IEEE Std 802.11-2016, 9.4.2.3
&
9.4.2.13
Defined at line 4927 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::WlanAssociationConfig> & ht_cap (First && first, Args &&... args_)
IEEE Std 802.11-2016, 9.4.2.56, 57
Rx MCS Bitmask in Supported MCS Set field represents the set of MCS
the peer can receive at from this device, considering this device's Tx capability.
Defined at line 4942 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::HtOperation, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_wlan_ieee80211::wire::HtOperation>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanAssociationConfig> & ht_op (First && first, Args &&... args_)
Defined at line 4954 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::WlanAssociationConfig> & vht_cap (First && first, Args &&... args_)
IEEE Std 802.11-2016, 9.4.2.158, 159
Defined at line 4967 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::VhtOperation, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_wlan_ieee80211::wire::VhtOperation>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanAssociationConfig> & vht_op (First && first, Args &&... args_)
Defined at line 4979 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
Friends
template <>
class WlanAssociationConfig