Structure for storing extended scan parameters. More...
#include <whd_types.h>
Data Fields | |
int32_t | number_of_probes_per_channel |
Number of probes to send on each channel. More... | |
int32_t | scan_active_dwell_time_per_channel_ms |
Period of time to wait on each channel when active scanning. More... | |
int32_t | scan_passive_dwell_time_per_channel_ms |
Period of time to wait on each channel when passive scanning. More... | |
int32_t | scan_home_channel_dwell_time_between_channels_ms |
Period of time to wait on the home channel when scanning. More... | |
Structure for storing extended scan parameters.
Definition at line 678 of file whd_types.h.
int32_t number_of_probes_per_channel |
Number of probes to send on each channel.
Definition at line 680 of file whd_types.h.
int32_t scan_active_dwell_time_per_channel_ms |
Period of time to wait on each channel when active scanning.
Definition at line 681 of file whd_types.h.
int32_t scan_home_channel_dwell_time_between_channels_ms |
Period of time to wait on the home channel when scanning.
Only relevant if associated.
Definition at line 683 of file whd_types.h.
int32_t scan_passive_dwell_time_per_channel_ms |
Period of time to wait on each channel when passive scanning.
Definition at line 682 of file whd_types.h.