class WlanSoftmacBaseStartPassiveScanRequest
Defined at line 4389 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h
Public Methods
void WlanSoftmacBaseStartPassiveScanRequest (Storage_ storage)
void WlanSoftmacBaseStartPassiveScanRequest ()
Defined at line 4394 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h
void WlanSoftmacBaseStartPassiveScanRequest (WlanSoftmacBaseStartPassiveScanRequest && )
Defined at line 4395 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h
void WlanSoftmacBaseStartPassiveScanRequest (const WlanSoftmacBaseStartPassiveScanRequest & other)
WlanSoftmacBaseStartPassiveScanRequest & operator= (WlanSoftmacBaseStartPassiveScanRequest && )
Defined at line 4396 of file fidling/gen/sdk/fidl/fuchsia.wlan.softmac/fuchsia.wlan.softmac/cpp/fidl/fuchsia.wlan.softmac/cpp/natural_types.h
WlanSoftmacBaseStartPassiveScanRequest & operator= (const WlanSoftmacBaseStartPassiveScanRequest & other)
bool operator== (const WlanSoftmacBaseStartPassiveScanRequest & other)
bool operator!= (const WlanSoftmacBaseStartPassiveScanRequest & other)
bool IsEmpty ()
const std::optional< ::std::vector<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.
::std::optional< ::std::vector<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.
WlanSoftmacBaseStartPassiveScanRequest & channels (std::optional< ::std::vector<uint8_t>> value)
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.
const std::optional<int64_t> & min_channel_time ()
Minimum duration to spend on each channel during the scan.
::std::optional<int64_t> & min_channel_time ()
Minimum duration to spend on each channel during the scan.
WlanSoftmacBaseStartPassiveScanRequest & min_channel_time (std::optional<int64_t> value)
Minimum duration to spend on each channel during the scan.
const std::optional<int64_t> & max_channel_time ()
Maximum duration to spend on each channel during the scan.
::std::optional<int64_t> & max_channel_time ()
Maximum duration to spend on each channel during the scan.
WlanSoftmacBaseStartPassiveScanRequest & max_channel_time (std::optional<int64_t> value)
Maximum duration to spend on each channel during the scan.
const std::optional<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.
::std::optional<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.
WlanSoftmacBaseStartPassiveScanRequest & min_home_time (std::optional<int64_t> value)
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.
void WlanSoftmacBaseStartPassiveScanRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits