Home
last modified time | relevance | path

Searched refs:trigger_level (Results 1 – 2 of 2) sorted by relevance

/hal_silabs-latest/wiseconnect/components/protocol/wifi/inc/
Dsl_wifi_types.h156trigger_level; ///< RSSI level to trigger the roam algorithm, setting the value to SL_WIFI_NEVER_R… member
265 int32_t trigger_level; ///< RSSI level to trigger advanced scan member
/hal_silabs-latest/wiseconnect/components/protocol/wifi/si91x/
Dsl_wifi.c445 scan_request.bgscan_threshold = -1 * advanced_scan_configuration.trigger_level; in sl_wifi_start_scan()
1789 if (roam_configuration->trigger_level != SL_WIFI_NEVER_ROAM) { in sl_wifi_set_roam_configuration()
1793 roam_param_request.roam_threshold = -1 * roam_configuration->trigger_level; in sl_wifi_set_roam_configuration()