Wi-Fi advanced scan configuration options.

Public Attributes#

int32_t

RSSI level to trigger advanced scan.

uint32_t

RSSI level to trigger advanced scan.

uint16_t

Time spent on each channel when performing active scan (milliseconds).

uint16_t

Time spent on each channel when performing passive scan (milliseconds).

uint8_t

Flag to start advanced scan immediately.

uint8_t

Flag to indicate to send multiple probes to AP. If set. a probe request would be sent to all access points in addition to connected SSID.

Public Attribute Documentation#

trigger_level#

int32_t sl_wifi_advanced_scan_configuration_t::trigger_level

RSSI level to trigger advanced scan.


Definition at line 165 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 to trigger advanced scan.


Definition at line 166 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 when performing active scan (milliseconds).


Definition at line 167 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 when performing passive scan (milliseconds).


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


Definition at line 169 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 indicate to send multiple probes to AP. If set. a probe request would be sent to all access points in addition to connected SSID.


Definition at line 171 of file components/protocol/wifi/inc/sl_wifi_types.h