Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs authored Nov 28, 2024
1 parent cd68009 commit 395b032
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/platform/silabs/wifi/SiWx/WifiInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -417,13 +417,14 @@ sl_status_t SetWifiConfigurations()
* This callback handler will be invoked when any event within join event group occurs, providing the event details and any associated data
* The callback doesn't get called when we join a network using the sl net APIs
*
* @note In case of failure, the 'result' parameter will be of type sl_status_t, and the 'resultLenght' parameter should be ignored
*
* @param[in] event sl_wifi_event_t that triggered the callback
* @param[in] result Pointer to the response data received
* @param[in] result_length Length of the data received in bytes
* @param[in] arg Optional user provided argument
*
* @return sl_status_t Returns the status of the operation
* @note In case of failure, the 'result' parameter will be of type sl_status_t, and the 'resultLenght' parameter should be ignored
*/
sl_status_t JoinCallback(sl_wifi_event_t event, char * result, uint32_t resultLenght, void * arg)
{
Expand Down

0 comments on commit 395b032

Please sign in to comment.