Home
last modified time | relevance | path

Searched refs:initialIpAddr (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.cpp2264 std::string initialIpAddr = IpTools::ConvertIpv4Address(dhcpResults.ipAddress); in GetLegalIpConfiguration() local
2268 std::string testIpAddr = initialIpAddr; in GetLegalIpConfiguration()
2272 … testIpAddr = SelfCureStateMachine::GetNextIpAddr(gateway, initialIpAddr, conflictedIpAddr); in GetLegalIpConfiguration()