Home
last modified time | relevance | path

Searched refs:testIpAddr (Results 1 – 2 of 2) 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.cpp2268 std::string testIpAddr = initialIpAddr; in GetLegalIpConfiguration() local
2271 conflictedIpAddr.push_back(testIpAddr); in GetLegalIpConfiguration()
2272testIpAddr = SelfCureStateMachine::GetNextIpAddr(gateway, initialIpAddr, conflictedIpAddr); in GetLegalIpConfiguration()
2273 if (DoSlowArpTest(testIpAddr)) { in GetLegalIpConfiguration()
2275 std::string newIpAddress = testIpAddr; in GetLegalIpConfiguration()
2321 bool SelfCureStateMachine::DoSlowArpTest(const std::string& testIpAddr) in DoSlowArpTest() argument
2326 std::string ipAddress = testIpAddr; in DoSlowArpTest()
H A Dself_cure_state_machine.h375 bool DoSlowArpTest(const std::string& testIpAddr);