![]() |
Morse Micro IoT SDK
2.9.7
|
Scan configuration data structure.
Use MMWLAN_SCAN_CONFIG_INIT for initialization. For example:
#include <mmwlan.h>
Data Fields | |
| uint32_t | dwell_time_ms |
| Set the per-channel dwell time to use for scans that are requested internally within the mmwlan driver (e.g., when connecting or background scanning). More... | |
| bool | ndp_probe_enabled |
| Boolean value indicating whether NDP probe support should be enabled. More... | |
| uint32_t | home_channel_dwell_time_ms |
| Set the home channel dwell time to use for scans that are requested internally within the mmwlan driver (e.g., when connecting or background scanning). More... | |
| uint32_t mmwlan_scan_config::dwell_time_ms |
Set the per-channel dwell time to use for scans that are requested internally within the mmwlan driver (e.g., when connecting or background scanning).
| uint32_t mmwlan_scan_config::home_channel_dwell_time_ms |
Set the home channel dwell time to use for scans that are requested internally within the mmwlan driver (e.g., when connecting or background scanning).
| bool mmwlan_scan_config::ndp_probe_enabled |
Boolean value indicating whether NDP probe support should be enabled.
NDP probe requests are smaller than regular probe requests and will save energy when scanning.