Wi-Fi Client interface advanced configuration structure.

Note

  • The default beacon missed count is set to 40. A unicast probe request is sent from the module to the Access Point (AP) at the 21st beacon count and again at the 31st beacon count.

Public Attributes#

uint32_t

Maximum number of retries before indicating join failure.

uint32_t

Scan interval in seconds between each retry.

uint32_t

Number of missed beacons that will trigger rejoin.

uint32_t

Retry enable or disable for first time joining.

Public Attribute Documentation#

max_retry_attempts#

uint32_t sl_wifi_advanced_client_configuration_t::max_retry_attempts

Maximum number of retries before indicating join failure.


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

scan_interval#

uint32_t sl_wifi_advanced_client_configuration_t::scan_interval

Scan interval in seconds between each retry.


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

beacon_missed_count#

uint32_t sl_wifi_advanced_client_configuration_t::beacon_missed_count

Number of missed beacons that will trigger rejoin.


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

first_time_retry_enable#

uint32_t sl_wifi_advanced_client_configuration_t::first_time_retry_enable

Retry enable or disable for first time joining.


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