Morse Micro IoT SDK  2.10.4

Detailed Description

Scan configuration data structure.

Use MMWLAN_SCAN_CONFIG_INIT for initialization. For example:

#define MMWLAN_SCAN_CONFIG_INIT
Initializer for mmwlan_scan_config.
Definition: mmwlan.h:777
Scan configuration data structure.
Definition: mmwlan.h:745
See also
mmwlan_set_scan_config()

Definition at line 744 of file mmwlan.h.

#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...
 

Field Documentation

◆ dwell_time_ms

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).

Note
This does not affect scans requested with the mmwlan_scan_request().

Definition at line 752 of file mmwlan.h.

◆ home_channel_dwell_time_ms

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).

Note
This does not affect scans requested with the mmwlan_scan_request().

Definition at line 773 of file mmwlan.h.

◆ ndp_probe_enabled

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.

Warning
Be careful when enabling NDP probe requests. Some APs may not respond to NDP probe requests if the CSSID (Compressed SSID) field is not populated. When using the mmwlan_scan_request() API with NDP probe requests enabled, it is advisable to include an SSID in the scan arguments (see mmwlan_scan_args::ssid).

Definition at line 765 of file mmwlan.h.


The documentation for this struct was generated from the following file: