Home
last modified time | relevance | path

Searched refs:DHCP_RENEW_TIMEOUT (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.h107 constexpr int DHCP_RENEW_TIMEOUT = 5; variable
H A Dsta_state_machine.cpp4522 if ((status == DHCP_RENEW_FAILED) || (status == DHCP_RENEW_TIMEOUT)) { in OnFailed()