Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.h106 constexpr int DHCP_RENEW_FAILED = 4; variable
H A Dsta_state_machine.cpp4522 if ((status == DHCP_RENEW_FAILED) || (status == DHCP_RENEW_TIMEOUT)) { in OnFailed()