Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.h125 DHCP_RENEW_FAIL, enumerator
H A Dsta_state_machine.cpp3672 if (result == DhcpReturnCode::DHCP_RENEW_FAIL) { in DhcpResultNotify()
4525 pStaStateMachine->OnDhcpResultNotifyEvent(DhcpReturnCode::DHCP_RENEW_FAIL); in OnFailed()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine_test.cpp2111 pStaStateMachine->OnDhcpResultNotifyEvent(DhcpReturnCode::DHCP_RENEW_FAIL); in OnDhcpResultNotifyEventTest()