Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp2991 DhcpErrorCode dhcpRet = RegisterDhcpClientCallBack(ifname.c_str(), &clientCallBack); in RegisterCallBack() local
2992 if (dhcpRet != DHCP_SUCCESS) { in RegisterCallBack()
2993 WIFI_LOGE("RegisterDhcpClientCallBack failed. dhcpRet=%{public}d", dhcpRet); in RegisterCallBack()
3046 int dhcpRet; in GoInState() local
3058 dhcpRet = StartDhcpClient(ifname.c_str(), false); in GoInState()
3060 dhcpRet = StartDhcpClient(ifname.c_str(), true); in GoInState()
3063 …pStaStateMachine->currentTpType, dhcpRet, pStaStateMachine->isRoam, pStaStateMachine->GetInstanceI… in GoInState()
3064 if (dhcpRet == 0) { in GoInState()