Morse Micro IoT SDK  2.6.4-esp32
mmwlan_scan_args Struct Reference

Detailed Description

Structure to hold scan arguments.

This structure should be initialized using MMWLAN_SCAN_ARGS_INIT for forward compatibility.

Definition at line 843 of file mmwlan.h.

#include <mmwlan.h>

Data Fields

uint32_t dwell_time_ms
 Time to dwell on a channel waiting for probe responses/beacons. More...
 
uint8_t * extra_ies
 Extra Information Elements to include in Probe Request frames. More...
 
size_t extra_ies_len
 Length of extra_ies. More...
 
uint8_t ssid [MMWLAN_SSID_MAXLEN]
 SSID used for scan. More...
 
uint16_t ssid_len
 Length of the SSID. More...
 

Field Documentation

◆ dwell_time_ms

uint32_t mmwlan_scan_args::dwell_time_ms

Time to dwell on a channel waiting for probe responses/beacons.

Note
This includes the time it takes to actually tune to the channel.

Definition at line 850 of file mmwlan.h.

◆ extra_ies

uint8_t* mmwlan_scan_args::extra_ies

Extra Information Elements to include in Probe Request frames.

May be NULL if extra_ies_len is zero.

Definition at line 855 of file mmwlan.h.

◆ extra_ies_len

size_t mmwlan_scan_args::extra_ies_len

Length of extra_ies.

Definition at line 857 of file mmwlan.h.

◆ ssid

uint8_t mmwlan_scan_args::ssid[MMWLAN_SSID_MAXLEN]

SSID used for scan.

May be NULL, with ssid_len set to zero for an undirected scan.

Definition at line 862 of file mmwlan.h.

◆ ssid_len

uint16_t mmwlan_scan_args::ssid_len

Length of the SSID.

Definition at line 864 of file mmwlan.h.


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