Skip to content

Commit a3c11bd

Browse files
committed
Not failed to run immediately if wpa_supplicant is not ready
Signed-off-by: Lo,Chin-Ran <chin-ran.lo@nxp.com>
1 parent e5e8f73 commit a3c11bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/transport/raw/WiFiPAF.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ CHIP_ERROR WiFiPAFBase::Init(const WiFiPAFListenParameters & param)
5959
if (!DeviceLayer::ConnectivityMgrImpl().IsWiFiManagementStarted())
6060
{
6161
ChipLogError(Inet, "Wi-Fi Management taking too long to start - device configuration will be reset.");
62-
return CHIP_ERROR_INTERNAL;
6362
}
6463
ChipLogProgress(NotSpecified, "Wi-Fi Management is started");
6564
}

0 commit comments

Comments
 (0)