Morse Micro IoT SDK  2.6.4-esp32
mmwlan_scan_config Struct Reference

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:514
Scan configuration data structure.
Definition: mmwlan.h:503
See also
mmwlan_set_scan_config()

Definition at line 502 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...
 

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 510 of file mmwlan.h.


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