Wi-Fi scan configuration.
Note
channel_bitmap_2g4 uses the lower 14 bits to represent channels from 1 - 14 where channel 1 = (1 << 0), channel 2 = (1 << 1), etc
Public Attributes#
Scan type to be configured.
uint32_t
Flags for the scan configuration.
uint32_t
Duration in milliseconds between periodic scans.
uint16_t
Bitmap of selected 2.4GHz channels.
uint32_t
Bitmap of selected 5GHz channels.
Public Attribute Documentation#
type#
sl_wifi_scan_type_t sl_wifi_scan_configuration_t::type
Scan type to be configured.
Definition at line
134
of file components/protocol/wifi/inc/sl_wifi_types.h
flags#
uint32_t sl_wifi_scan_configuration_t::flags
Flags for the scan configuration.
Definition at line
135
of file components/protocol/wifi/inc/sl_wifi_types.h
periodic_scan_interval#
uint32_t sl_wifi_scan_configuration_t::periodic_scan_interval
Duration in milliseconds between periodic scans.
Definition at line
136
of file components/protocol/wifi/inc/sl_wifi_types.h
channel_bitmap_2g4#
uint16_t sl_wifi_scan_configuration_t::channel_bitmap_2g4
Bitmap of selected 2.4GHz channels.
Definition at line
137
of file components/protocol/wifi/inc/sl_wifi_types.h
channel_bitmap_5g#
uint32_t sl_wifi_scan_configuration_t::channel_bitmap_5g[8]
Bitmap of selected 5GHz channels.
Definition at line
138
of file components/protocol/wifi/inc/sl_wifi_types.h