Home
last modified time | relevance | path

Searched refs:oldIpAddr (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.cpp2283 …std::vector<uint32_t> oldIpAddr = TransIpAddressToVec(IpTools::ConvertIpv4Address(dhcpResults.ipAd… in GetLegalIpConfiguration() local
2284 if (oldIpAddr.size() != IP_ADDR_SIZE) { in GetLegalIpConfiguration()
2287 oldIpAddr[VEC_POS_3] = newIpAddr; in GetLegalIpConfiguration()
2288 std::string newIpAddress = TransVecToIpAddress(oldIpAddr); in GetLegalIpConfiguration()