template <>
class WireTableBuilder
Defined at line 7448 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/wire_types.h
Public Methods
template <typename First = ::fuchsia_wlan_common::wire::BssDescription, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_wlan_common::wire::BssDescription>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_fullmac::wire::WlanFullmacImplRoamRequest> & selected_bss (First && first, Args &&... args_)
Full BSS description of the target BSS. Required.
If the data in BssDescription is incorrect or incomplete, the roam cannot succeed,
because higher layers will not be able to complete required actions (e.g. SAE).
Defined at line 7463 of file fidling/gen/sdk/fidl/fuchsia.wlan.fullmac/fuchsia.wlan.fullmac/cpp/fidl/fuchsia.wlan.fullmac/cpp/wire_types.h
Friends
template <>
class WlanFullmacImplRoamRequest