Skip to content

Commit f11c5e0

Browse files
committed
Adding the remove high power requirement, which was added during retry/connect
1 parent c8d59ff commit f11c5e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/platform/silabs/wifi/SiWx/WifiInterface.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,10 @@ sl_status_t JoinWifiNetwork(void)
462462

463463
if (status == SL_STATUS_OK)
464464
{
465+
#if CHIP_CONFIG_ENABLE_ICD_SERVER
466+
// Remove High performance request that might have been added during the connect/retry process
467+
chip::DeviceLayer::Silabs::WifiSleepManager::GetInstance().RemoveHighPerformanceRequest();
468+
#endif // CHIP_CONFIG_ENABLE_ICD_SERVER
465469
WifiEvent event = WifiEvent::kStationConnect;
466470
sl_matter_wifi_post_event(event);
467471
return status;

0 commit comments

Comments
 (0)