Skip to content

Commit

Permalink
Pointing the github issue
Browse files Browse the repository at this point in the history
#26861 - align WiFi network join failure Status Codes in IEEE 802.11-2020
  • Loading branch information
LeelakumarPS committed Jul 17, 2023
1 parent f42fdd8 commit 3074774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/platform/silabs/NetworkCommissioningWiFiDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ void SlWiFiDriver::UpdateNetworkingStatus()
ByteSpan networkId = ByteSpan((const unsigned char *) mStagingNetwork.ssid, mStagingNetwork.ssidLen);
if (!wfx_is_sta_connected())
{
// TODO: https://github.com/project-chip/connectedhomeip/issues/26861
mpStatusChangeCallback->OnNetworkingStatusChange(Status::kUnknownError, MakeOptional(networkId),
MakeOptional(static_cast<int32_t>(SL_STATUS_FAIL)));
return;
Expand Down

0 comments on commit 3074774

Please sign in to comment.