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>
◆ 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
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: