Skip to content

Commit

Permalink
Added print for dp join status
Browse files Browse the repository at this point in the history
  • Loading branch information
shgutte committed Oct 19, 2023
1 parent bbe7def commit 958a2c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/platform/silabs/SiWx917/SiWx917/sl_wifi_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ static sl_status_t wfx_rsi_do_join(void)
{
while (is_wifi_disconnection_event || wfx_rsi.join_retries <= WFX_RSI_CONFIG_MAX_JOIN)
{
SILABS_LOG("%s: sl_wifi_connect failed. status: %x", __func__, status);
SILABS_LOG("%s: failed. retry: %d", __func__, wfx_rsi.join_retries);
wfx_retry_interval_handler(is_wifi_disconnection_event, wfx_rsi.join_retries++);
if (is_wifi_disconnection_event || wfx_rsi.join_retries <= WFX_RSI_CONFIG_MAX_JOIN)
Expand Down

0 comments on commit 958a2c3

Please sign in to comment.