Searched refs:currentTpType (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/ |
H A D | sta_state_machine_test.cpp | 93 pStaStateMachine->currentTpType = IPTYPE_IPV4; in ConfigStaticIpAddressSuccess1() 110 pStaStateMachine->currentTpType = IPTYPE_IPV6; in ConfigStaticIpAddressSuccess2() 125 pStaStateMachine->currentTpType = IPTYPE_MIX; in ConfigStaticIpAddressSuccess3() 139 pStaStateMachine->currentTpType = IPTYPE_BUTT; in ConfigStaticIpAddressFail()
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine_test.cpp | 323 pStaStateMachine->currentTpType = IPTYPE_IPV4; in StopWifiProcessSuccess1() 335 pStaStateMachine->currentTpType = IPTYPE_IPV6; in StopWifiProcessSuccess2() 347 pStaStateMachine->currentTpType = IPTYPE_IPV6; in StopWifiProcessSuccess3() 360 pStaStateMachine->currentTpType = IPTYPE_IPV6; in StopWifiProcessFail() 488 pStaStateMachine->currentTpType = IPTYPE_IPV4; in DealDisconnectEventSuccess1() 505 pStaStateMachine->currentTpType = IPTYPE_IPV6; in DealDisconnectEventSuccess2() 1201 pStaStateMachine->currentTpType = IPTYPE_IPV4; in ConfigStaticIpAddressSuccess1() 1218 pStaStateMachine->currentTpType = IPTYPE_IPV6; in ConfigStaticIpAddressSuccess2() 1234 pStaStateMachine->currentTpType = IPTYPE_MIX; in ConfigStaticIpAddressSuccess3() 1248 pStaStateMachine->currentTpType = IPTYPE_BUTT; in ConfigStaticIpAddressFail() [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/ |
H A D | sta_state_machine.cpp | 120 …lastSignalLevel_(INVALID_SIGNAL_LEVEL), targetRoamBssid(WPA_BSSID_ANY), currentTpType(IPTYPE_IPV4), in StaStateMachine() 810 if (currentTpType == IPTYPE_IPV4) { in StopWifiProcess() 1373 if (currentTpType == IPTYPE_IPV4) { in DealDisconnectEvent() 3030 … pStaStateMachine->currentTpType = config.wifiIpConfig.staticIpAddress.ipAddress.address.family; in GoInState() 3048 … pStaStateMachine->currentTpType = static_cast<int>(WifiSettings::GetInstance().GetDhcpIpType()); in GoInState() 3057 if (pStaStateMachine->currentTpType == IPTYPE_IPV4) { in GoInState() 3254 switch (currentTpType) { in ConfigStaticIpAddress() 3351 WIFI_LOGE("Invalid currentTpType: %{public}d", currentTpType); in ConfigStaticIpAddress() 4329 result->uOptLeasetime, result->uAddTime, result->uGetTime, pStaStateMachine->currentTpType); in OnSuccess() 4374 …result->uOptLeasetime, assignMethod, pStaStateMachine->currentTpType, pStaStateMachine->GetInstanc… in DealDhcpResult() [all …]
|
H A D | sta_state_machine.h | 1210 int currentTpType; variable
|