Skip to content

Commit

Permalink
Resolved init failure for 917NCP
Browse files Browse the repository at this point in the history
  • Loading branch information
arun-silabs committed Nov 19, 2024
1 parent fda1ddf commit 389bce3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/service/network_manager/src/sl_net_for_lwip.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,9 @@ sl_status_t sl_net_wifi_client_init(sl_net_interface_t interface,
return status;
}
wifi_client_context = context;
#ifdef SLI_SI91X_MCU_INTERFACE
tcpip_init(NULL, NULL);
#endif // SLI_SI91X_MCU_INTERFACE
sta_netif_config();
return SL_STATUS_OK;
}
Expand Down

0 comments on commit 389bce3

Please sign in to comment.