Wi-Fi advanced scan configuration options.
Indicates the configuration parameters for an advanced Wi-Fi scan operation.
Public Attributes#
RSSI level to trigger advanced scan.
RSSI level change to trigger advanced scan.
Time spent on each channel during active scan (milliseconds)
Time spent on each channel during passive scan (milliseconds)
Flag to start advanced scan immediately.
Flag to send multiple probes to AP. If the value is set to 1, a probe request would be sent to all access points in addition to the connected SSID.
Public Attribute Documentation#
trigger_level#
int32_t sl_wifi_advanced_scan_configuration_t::trigger_level
RSSI level to trigger advanced scan.
244
of file components/protocol/wifi/inc/sl_wifi_types.h
trigger_level_change#
uint32_t sl_wifi_advanced_scan_configuration_t::trigger_level_change
RSSI level change to trigger advanced scan.
245
of file components/protocol/wifi/inc/sl_wifi_types.h
active_channel_time#
uint16_t sl_wifi_advanced_scan_configuration_t::active_channel_time
Time spent on each channel during active scan (milliseconds)
246
of file components/protocol/wifi/inc/sl_wifi_types.h
passive_channel_time#
uint16_t sl_wifi_advanced_scan_configuration_t::passive_channel_time
Time spent on each channel during passive scan (milliseconds)
247
of file components/protocol/wifi/inc/sl_wifi_types.h
enable_instant_scan#
uint8_t sl_wifi_advanced_scan_configuration_t::enable_instant_scan
Flag to start advanced scan immediately.
248
of file components/protocol/wifi/inc/sl_wifi_types.h
enable_multi_probe#
uint8_t sl_wifi_advanced_scan_configuration_t::enable_multi_probe
Flag to send multiple probes to AP. If the value is set to 1, a probe request would be sent to all access points in addition to the connected SSID.
250
of file components/protocol/wifi/inc/sl_wifi_types.h