Fix Hotspot STA can't get IP address problem

PiperOrigin-RevId: 689589148
This commit is contained in:
hai007
2024-10-24 18:34:27 -07:00
committed by Copybara-Service
parent 001c1c9ba7
commit cae5c929f3
@@ -47,7 +47,7 @@ constexpr auto kWifiHotspotScanMaxRetries =
// The maximum IP check times during Wi-Fi hotspot connection.
constexpr auto kWifiHotspotCheckIpMaxRetries =
flags::Flag<int64_t>(kConfigPackage, "45415884", 10);
flags::Flag<int64_t>(kConfigPackage, "45415884", 20);
// The interval between 2 IP check attempts.
constexpr auto kWifiHotspotCheckIpIntervalMillis =