class WlanSoftmacBaseStartPassiveScanRequest
Defined at line 5621 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacBaseStartPassiveScanRequest> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_wlan_softmac::wire::WlanSoftmacBaseStartPassiveScanRequest> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_wlan_softmac::wire::WlanSoftmacBaseStartPassiveScanRequest>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void WlanSoftmacBaseStartPassiveScanRequest ()
Defined at line 5623 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
void WlanSoftmacBaseStartPassiveScanRequest (const WlanSoftmacBaseStartPassiveScanRequest & other)
Defined at line 5624 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
WlanSoftmacBaseStartPassiveScanRequest & operator= (const WlanSoftmacBaseStartPassiveScanRequest & other)
Defined at line 5625 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
void WlanSoftmacBaseStartPassiveScanRequest (WlanSoftmacBaseStartPassiveScanRequest && other)
Defined at line 5626 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
::fidl::VectorView<uint8_t> & channels ()
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.
bool has_channels ()
int64_t & min_channel_time ()
Minimum duration to spend on each channel during the scan.
bool has_min_channel_time ()
int64_t & max_channel_time ()
Maximum duration to spend on each channel during the scan.
bool has_max_channel_time ()
int64_t & min_home_time ()
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.
bool has_min_home_time ()
WlanSoftmacBaseStartPassiveScanRequest & operator= (WlanSoftmacBaseStartPassiveScanRequest && other)
Defined at line 5627 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
void ~WlanSoftmacBaseStartPassiveScanRequest ()
Defined at line 5629 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder