template <>
class WireTableBuilder
Defined at line 5848 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::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::WlanSoftmacBaseStartPassiveScanRequest> & channels (First && first, Args &&... args_)
List of channels to scan on. An empty list of channels will cause a
scan request to immediately return ZX_ERR_INVALID_ARGS.
Invalid channel numbers will be silently ignored. The validity of a channel
number depends on the current regulatory region, and a SoftMAC driver cannot
always determine the region setting. This is especially the case when
firmware changes the region setting dynamically.
This is a required parameter.
Defined at line 5869 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
template <typename First = int64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<int64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacBaseStartPassiveScanRequest> & min_channel_time (First && first, Args &&... args_)
Minimum duration to spend on each channel during the scan.
Defined at line 5882 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
template <typename First = int64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<int64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacBaseStartPassiveScanRequest> & max_channel_time (First && first, Args &&... args_)
Maximum duration to spend on each channel during the scan.
Defined at line 5895 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
template <typename First = int64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<int64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacBaseStartPassiveScanRequest> & min_home_time (First && first, Args &&... args_)
Minimum duration to spend on the home channel(s) between the dwell time on
each channel where a home channel corresponds to channels the device should
otherwise be present on while not scanning.
Defined at line 5910 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
Friends
template <>
class WlanSoftmacBaseStartPassiveScanRequest