Searched refs:dhcpRet (Results 1 – 1 of 1) sorted by relevance
2991 DhcpErrorCode dhcpRet = RegisterDhcpClientCallBack(ifname.c_str(), &clientCallBack); in RegisterCallBack() local2992 if (dhcpRet != DHCP_SUCCESS) { in RegisterCallBack()2993 WIFI_LOGE("RegisterDhcpClientCallBack failed. dhcpRet=%{public}d", dhcpRet); in RegisterCallBack()3046 int dhcpRet; in GoInState() local3058 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()