template <>
class WireTableBuilder
Defined at line 785 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 = ::fuchsia_wlan_softmac::wire::ScanOffloadExtension, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_wlan_softmac::wire::ScanOffloadExtension>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::DiscoverySupport> & scan_offload (First && first, Args &&... args_)
Defined at line 797 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_softmac::wire::ProbeResponseOffloadExtension, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_wlan_softmac::wire::ProbeResponseOffloadExtension>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::DiscoverySupport> & probe_response_offload (First && first, Args &&... args_)
Defined at line 809 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
Friends
template <>
class DiscoverySupport