clang format fix

This commit is contained in:
georgemoralis 2024-03-29 23:28:06 +02:00
parent b36df1383a
commit 37813c1f59
1 changed files with 455 additions and 489 deletions

View File

@ -2,669 +2,635 @@
// SPDX-License-Identifier: GPL-2.0-or-later // SPDX-License-Identifier: GPL-2.0-or-later
// Generated By moduleGenerator // Generated By moduleGenerator
#include "libscenetctl.h"
#include "common/logging/log.h" #include "common/logging/log.h"
#include "error_codes.h" #include "error_codes.h"
#include "libscenetctl.h"
namespace Libraries::NetCtl{ namespace Libraries::NetCtl {
int PS4_SYSV_ABI sceNetBweCheckCallbackIpcInt() int PS4_SYSV_ABI sceNetBweCheckCallbackIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetBweClearEventIpcInt() int PS4_SYSV_ABI sceNetBweClearEventIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetBweFinishInternetConnectionTestIpcInt() int PS4_SYSV_ABI sceNetBweFinishInternetConnectionTestIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetBweGetInfoIpcInt() int PS4_SYSV_ABI sceNetBweGetInfoIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetBweRegisterCallbackIpcInt() int PS4_SYSV_ABI sceNetBweRegisterCallbackIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetBweSetInternetConnectionTestResultIpcInt() int PS4_SYSV_ABI sceNetBweSetInternetConnectionTestResultIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetBweStartInternetConnectionTestBandwidthTestIpcInt() int PS4_SYSV_ABI sceNetBweStartInternetConnectionTestBandwidthTestIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetBweStartInternetConnectionTestIpcInt() int PS4_SYSV_ABI sceNetBweStartInternetConnectionTestIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetBweUnregisterCallbackIpcInt() int PS4_SYSV_ABI sceNetBweUnregisterCallbackIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetInfoV6() int PS4_SYSV_ABI sceNetCtlGetInfoV6() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetResultV6() int PS4_SYSV_ABI sceNetCtlGetResultV6() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetStateV6() int PS4_SYSV_ABI sceNetCtlGetStateV6() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlRegisterCallbackV6() int PS4_SYSV_ABI sceNetCtlRegisterCallbackV6() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlUnregisterCallbackV6() int PS4_SYSV_ABI sceNetCtlUnregisterCallbackV6() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlCheckCallback() int PS4_SYSV_ABI sceNetCtlCheckCallback() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlCheckCallbackForLibIpcInt() int PS4_SYSV_ABI sceNetCtlCheckCallbackForLibIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlClearEventForLibIpcInt() int PS4_SYSV_ABI sceNetCtlClearEventForLibIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlClearEventIpcInt() int PS4_SYSV_ABI sceNetCtlClearEventIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlConnectConfIpcInt() int PS4_SYSV_ABI sceNetCtlConnectConfIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlConnectIpcInt() int PS4_SYSV_ABI sceNetCtlConnectIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlConnectWithRetryIpcInt() int PS4_SYSV_ABI sceNetCtlConnectWithRetryIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlDisableBandwidthManagementIpcInt() int PS4_SYSV_ABI sceNetCtlDisableBandwidthManagementIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlDisconnectIpcInt() int PS4_SYSV_ABI sceNetCtlDisconnectIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlEnableBandwidthManagementIpcInt() int PS4_SYSV_ABI sceNetCtlEnableBandwidthManagementIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetBandwidthInfoIpcInt() int PS4_SYSV_ABI sceNetCtlGetBandwidthInfoIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetEtherLinkMode() int PS4_SYSV_ABI sceNetCtlGetEtherLinkMode() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetIfStat() int PS4_SYSV_ABI sceNetCtlGetIfStat() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetInfo() int PS4_SYSV_ABI sceNetCtlGetInfo() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetInfoIpcInt() int PS4_SYSV_ABI sceNetCtlGetInfoIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetInfoV6IpcInt() int PS4_SYSV_ABI sceNetCtlGetInfoV6IpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetNatInfo() int PS4_SYSV_ABI sceNetCtlGetNatInfo() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetNatInfoIpcInt() int PS4_SYSV_ABI sceNetCtlGetNatInfoIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetNetEvConfigInfoIpcInt() int PS4_SYSV_ABI sceNetCtlGetNetEvConfigInfoIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetResult() int PS4_SYSV_ABI sceNetCtlGetResult() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetResultIpcInt() int PS4_SYSV_ABI sceNetCtlGetResultIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetResultV6IpcInt() int PS4_SYSV_ABI sceNetCtlGetResultV6IpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetScanInfoBssidForSsidListScanIpcInt() int PS4_SYSV_ABI sceNetCtlGetScanInfoBssidForSsidListScanIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetScanInfoBssidIpcInt() int PS4_SYSV_ABI sceNetCtlGetScanInfoBssidIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetScanInfoByBssidIpcInt() int PS4_SYSV_ABI sceNetCtlGetScanInfoByBssidIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetScanInfoForSsidListScanIpcInt() int PS4_SYSV_ABI sceNetCtlGetScanInfoForSsidListScanIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetScanInfoForSsidScanIpcInt() int PS4_SYSV_ABI sceNetCtlGetScanInfoForSsidScanIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetState() int PS4_SYSV_ABI sceNetCtlGetState() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetState2IpcInt() int PS4_SYSV_ABI sceNetCtlGetState2IpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetStateIpcInt() int PS4_SYSV_ABI sceNetCtlGetStateIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetStateV6IpcInt() int PS4_SYSV_ABI sceNetCtlGetStateV6IpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlGetWifiType() int PS4_SYSV_ABI sceNetCtlGetWifiType() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlInit() int PS4_SYSV_ABI sceNetCtlInit() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlIsBandwidthManagementEnabledIpcInt() int PS4_SYSV_ABI sceNetCtlIsBandwidthManagementEnabledIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlRegisterCallback() int PS4_SYSV_ABI sceNetCtlRegisterCallback() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlRegisterCallbackForLibIpcInt() int PS4_SYSV_ABI sceNetCtlRegisterCallbackForLibIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlRegisterCallbackIpcInt() int PS4_SYSV_ABI sceNetCtlRegisterCallbackIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlRegisterCallbackV6IpcInt() int PS4_SYSV_ABI sceNetCtlRegisterCallbackV6IpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlScanIpcInt() int PS4_SYSV_ABI sceNetCtlScanIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlSetErrorNotificationEnabledIpcInt() int PS4_SYSV_ABI sceNetCtlSetErrorNotificationEnabledIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlSetStunWithPaddingFlagIpcInt() int PS4_SYSV_ABI sceNetCtlSetStunWithPaddingFlagIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlTerm() int PS4_SYSV_ABI sceNetCtlTerm() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlUnregisterCallback() int PS4_SYSV_ABI sceNetCtlUnregisterCallback() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlUnregisterCallbackForLibIpcInt() int PS4_SYSV_ABI sceNetCtlUnregisterCallbackForLibIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlUnregisterCallbackIpcInt() int PS4_SYSV_ABI sceNetCtlUnregisterCallbackIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlUnregisterCallbackV6IpcInt() int PS4_SYSV_ABI sceNetCtlUnregisterCallbackV6IpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlUnsetStunWithPaddingFlagIpcInt() int PS4_SYSV_ABI sceNetCtlUnsetStunWithPaddingFlagIpcInt() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI Func_D8DCB6973537A3DC() int PS4_SYSV_ABI Func_D8DCB6973537A3DC() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlCheckCallbackForNpToolkit() int PS4_SYSV_ABI sceNetCtlCheckCallbackForNpToolkit() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlClearEventForNpToolkit() int PS4_SYSV_ABI sceNetCtlClearEventForNpToolkit() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlRegisterCallbackForNpToolkit() int PS4_SYSV_ABI sceNetCtlRegisterCallbackForNpToolkit() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlUnregisterCallbackForNpToolkit() int PS4_SYSV_ABI sceNetCtlUnregisterCallbackForNpToolkit() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApCheckCallback() int PS4_SYSV_ABI sceNetCtlApCheckCallback() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApClearEvent() int PS4_SYSV_ABI sceNetCtlApClearEvent() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApGetConnectInfo() int PS4_SYSV_ABI sceNetCtlApGetConnectInfo() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApGetInfo() int PS4_SYSV_ABI sceNetCtlApGetInfo() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApGetResult() int PS4_SYSV_ABI sceNetCtlApGetResult() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApGetState() int PS4_SYSV_ABI sceNetCtlApGetState() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApInit() int PS4_SYSV_ABI sceNetCtlApInit() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApRegisterCallback() int PS4_SYSV_ABI sceNetCtlApRegisterCallback() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApStop() int PS4_SYSV_ABI sceNetCtlApStop() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApTerm() int PS4_SYSV_ABI sceNetCtlApTerm() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApUnregisterCallback() int PS4_SYSV_ABI sceNetCtlApUnregisterCallback() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApAppInitWpaKey() int PS4_SYSV_ABI sceNetCtlApAppInitWpaKey() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApAppInitWpaKeyForQa() int PS4_SYSV_ABI sceNetCtlApAppInitWpaKeyForQa() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApAppStartWithRetry() int PS4_SYSV_ABI sceNetCtlApAppStartWithRetry() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApAppStartWithRetryPid() int PS4_SYSV_ABI sceNetCtlApAppStartWithRetryPid() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApRestart() int PS4_SYSV_ABI sceNetCtlApRestart() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApRpCheckCallback() int PS4_SYSV_ABI sceNetCtlApRpCheckCallback() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApRpClearEvent() int PS4_SYSV_ABI sceNetCtlApRpClearEvent() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApRpGetInfo() int PS4_SYSV_ABI sceNetCtlApRpGetInfo() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApRpGetResult() int PS4_SYSV_ABI sceNetCtlApRpGetResult() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApRpGetState() int PS4_SYSV_ABI sceNetCtlApRpGetState() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApRpRegisterCallback() int PS4_SYSV_ABI sceNetCtlApRpRegisterCallback() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApRpStart() int PS4_SYSV_ABI sceNetCtlApRpStart() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApRpStartConf() int PS4_SYSV_ABI sceNetCtlApRpStartConf() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApRpStartWithRetry() int PS4_SYSV_ABI sceNetCtlApRpStartWithRetry() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApRpStop() int PS4_SYSV_ABI sceNetCtlApRpStop() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
int PS4_SYSV_ABI sceNetCtlApRpUnregisterCallback() int PS4_SYSV_ABI sceNetCtlApRpUnregisterCallback() {
{
LOG_ERROR(Lib_NetCtl, "(STUBBED) called"); LOG_ERROR(Lib_NetCtl, "(STUBBED) called");
return ORBIS_OK; return ORBIS_OK;
} }
void RegisterlibSceNetCtl(Core::Loader::SymbolsResolver * sym) { void RegisterlibSceNetCtl(Core::Loader::SymbolsResolver* sym) {
LIB_FUNCTION("XtClSOC1xcU", "libSceNetBwe" , 1 , "libSceNetCtl", 1, 1 , sceNetBweCheckCallbackIpcInt ); LIB_FUNCTION("XtClSOC1xcU", "libSceNetBwe", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("YALqoY4aeY0", "libSceNetBwe" , 1 , "libSceNetCtl", 1, 1 , sceNetBweClearEventIpcInt ); sceNetBweCheckCallbackIpcInt);
LIB_FUNCTION("ouyROWhGUbM", "libSceNetBwe" , 1 , "libSceNetCtl", 1, 1 , sceNetBweFinishInternetConnectionTestIpcInt ); LIB_FUNCTION("YALqoY4aeY0", "libSceNetBwe", 1, "libSceNetCtl", 1, 1, sceNetBweClearEventIpcInt);
LIB_FUNCTION("G4vltQ0Vs+0", "libSceNetBwe" , 1 , "libSceNetCtl", 1, 1 , sceNetBweGetInfoIpcInt ); LIB_FUNCTION("ouyROWhGUbM", "libSceNetBwe", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("GqETL5+INhU", "libSceNetBwe" , 1 , "libSceNetCtl", 1, 1 , sceNetBweRegisterCallbackIpcInt ); sceNetBweFinishInternetConnectionTestIpcInt);
LIB_FUNCTION("mEUt-phGd5E", "libSceNetBwe" , 1 , "libSceNetCtl", 1, 1 , sceNetBweSetInternetConnectionTestResultIpcInt ); LIB_FUNCTION("G4vltQ0Vs+0", "libSceNetBwe", 1, "libSceNetCtl", 1, 1, sceNetBweGetInfoIpcInt);
LIB_FUNCTION("pQLJV5SEAqk", "libSceNetBwe" , 1 , "libSceNetCtl", 1, 1 , sceNetBweStartInternetConnectionTestBandwidthTestIpcInt ); LIB_FUNCTION("GqETL5+INhU", "libSceNetBwe", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("c+aYh130SV0", "libSceNetBwe" , 1 , "libSceNetCtl", 1, 1 , sceNetBweStartInternetConnectionTestIpcInt ); sceNetBweRegisterCallbackIpcInt);
LIB_FUNCTION("0lViPaTB-R8", "libSceNetBwe" , 1 , "libSceNetCtl", 1, 1 , sceNetBweUnregisterCallbackIpcInt ); LIB_FUNCTION("mEUt-phGd5E", "libSceNetBwe", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("Jy1EO5GdlcM", "libSceNetCtlV6" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetInfoV6 ); sceNetBweSetInternetConnectionTestResultIpcInt);
LIB_FUNCTION("H5yARg37U5g", "libSceNetCtlV6" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetResultV6 ); LIB_FUNCTION("pQLJV5SEAqk", "libSceNetBwe", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("+lxqIKeU9UY", "libSceNetCtlV6" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetStateV6 ); sceNetBweStartInternetConnectionTestBandwidthTestIpcInt);
LIB_FUNCTION("1NE9OWdBIww", "libSceNetCtlV6" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlRegisterCallbackV6 ); LIB_FUNCTION("c+aYh130SV0", "libSceNetBwe", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("hIUVeUNxAwc", "libSceNetCtlV6" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlUnregisterCallbackV6 ); sceNetBweStartInternetConnectionTestIpcInt);
LIB_FUNCTION("iQw3iQPhvUQ", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlCheckCallback ); LIB_FUNCTION("0lViPaTB-R8", "libSceNetBwe", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("UF6H6+kjyQs", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlCheckCallbackForLibIpcInt ); sceNetBweUnregisterCallbackIpcInt);
LIB_FUNCTION("vv6g8zoanL4", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlClearEventForLibIpcInt ); LIB_FUNCTION("Jy1EO5GdlcM", "libSceNetCtlV6", 1, "libSceNetCtl", 1, 1, sceNetCtlGetInfoV6);
LIB_FUNCTION("8OJ86vFucfo", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlClearEventIpcInt ); LIB_FUNCTION("H5yARg37U5g", "libSceNetCtlV6", 1, "libSceNetCtl", 1, 1, sceNetCtlGetResultV6);
LIB_FUNCTION("HCD46HVTyQg", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlConnectConfIpcInt ); LIB_FUNCTION("+lxqIKeU9UY", "libSceNetCtlV6", 1, "libSceNetCtl", 1, 1, sceNetCtlGetStateV6);
LIB_FUNCTION("ID+Gq3Ddzbg", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlConnectIpcInt ); LIB_FUNCTION("1NE9OWdBIww", "libSceNetCtlV6", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("aPpic8K75YA", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlConnectWithRetryIpcInt ); sceNetCtlRegisterCallbackV6);
LIB_FUNCTION("9y4IcsJdTCc", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlDisableBandwidthManagementIpcInt ); LIB_FUNCTION("hIUVeUNxAwc", "libSceNetCtlV6", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("qOefcpoSs0k", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlDisconnectIpcInt ); sceNetCtlUnregisterCallbackV6);
LIB_FUNCTION("x9bSmRSE+hc", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlEnableBandwidthManagementIpcInt ); LIB_FUNCTION("iQw3iQPhvUQ", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlCheckCallback);
LIB_FUNCTION("eCUIlA2t5CE", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetBandwidthInfoIpcInt ); LIB_FUNCTION("UF6H6+kjyQs", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("2EfjPXVPk3s", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetEtherLinkMode ); sceNetCtlCheckCallbackForLibIpcInt);
LIB_FUNCTION("teuK4QnJTGg", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetIfStat ); LIB_FUNCTION("vv6g8zoanL4", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("obuxdTiwkF8", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetInfo ); sceNetCtlClearEventForLibIpcInt);
LIB_FUNCTION("xstcTqAhTys", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetInfoIpcInt ); LIB_FUNCTION("8OJ86vFucfo", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlClearEventIpcInt);
LIB_FUNCTION("Jy1EO5GdlcM", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetInfoV6 ); LIB_FUNCTION("HCD46HVTyQg", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("arAQRFlwqaA", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetInfoV6IpcInt ); sceNetCtlConnectConfIpcInt);
LIB_FUNCTION("JO4yuTuMoKI", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetNatInfo ); LIB_FUNCTION("ID+Gq3Ddzbg", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlConnectIpcInt);
LIB_FUNCTION("x+cnsAxKSHo", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetNatInfoIpcInt ); LIB_FUNCTION("aPpic8K75YA", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("hhTsdv99azU", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetNetEvConfigInfoIpcInt ); sceNetCtlConnectWithRetryIpcInt);
LIB_FUNCTION("0cBgduPRR+M", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetResult ); LIB_FUNCTION("9y4IcsJdTCc", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("NEtnusbZyAs", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetResultIpcInt ); sceNetCtlDisableBandwidthManagementIpcInt);
LIB_FUNCTION("H5yARg37U5g", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetResultV6 ); LIB_FUNCTION("qOefcpoSs0k", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlDisconnectIpcInt);
LIB_FUNCTION("vdsTa93atXY", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetResultV6IpcInt ); LIB_FUNCTION("x9bSmRSE+hc", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("wP0Ab2maR1Y", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetScanInfoBssidForSsidListScanIpcInt ); sceNetCtlEnableBandwidthManagementIpcInt);
LIB_FUNCTION("Wn-+887Lt2s", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetScanInfoBssidIpcInt ); LIB_FUNCTION("eCUIlA2t5CE", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("FEdkOG1VbQo", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetScanInfoByBssidIpcInt ); sceNetCtlGetBandwidthInfoIpcInt);
LIB_FUNCTION("irV8voIAHDw", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetScanInfoForSsidListScanIpcInt ); LIB_FUNCTION("2EfjPXVPk3s", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetEtherLinkMode);
LIB_FUNCTION("L97eAHI0xxs", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetScanInfoForSsidScanIpcInt ); LIB_FUNCTION("teuK4QnJTGg", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetIfStat);
LIB_FUNCTION("uBPlr0lbuiI", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetState ); LIB_FUNCTION("obuxdTiwkF8", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetInfo);
LIB_FUNCTION("JXlI9EZVjf4", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetState2IpcInt ); LIB_FUNCTION("xstcTqAhTys", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetInfoIpcInt);
LIB_FUNCTION("gvnJPMkSoAY", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetStateIpcInt ); LIB_FUNCTION("Jy1EO5GdlcM", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetInfoV6);
LIB_FUNCTION("+lxqIKeU9UY", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetStateV6 ); LIB_FUNCTION("arAQRFlwqaA", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetInfoV6IpcInt);
LIB_FUNCTION("O8Fk4w5MWss", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetStateV6IpcInt ); LIB_FUNCTION("JO4yuTuMoKI", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetNatInfo);
LIB_FUNCTION("BXW9b3R1Nw4", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlGetWifiType ); LIB_FUNCTION("x+cnsAxKSHo", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetNatInfoIpcInt);
LIB_FUNCTION("gky0+oaNM4k", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlInit ); LIB_FUNCTION("hhTsdv99azU", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("YtAnCkTR0K4", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlIsBandwidthManagementEnabledIpcInt ); sceNetCtlGetNetEvConfigInfoIpcInt);
LIB_FUNCTION("UJ+Z7Q+4ck0", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlRegisterCallback ); LIB_FUNCTION("0cBgduPRR+M", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetResult);
LIB_FUNCTION("WRvDk2syatE", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlRegisterCallbackForLibIpcInt ); LIB_FUNCTION("NEtnusbZyAs", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetResultIpcInt);
LIB_FUNCTION("rqkh2kXvLSw", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlRegisterCallbackIpcInt ); LIB_FUNCTION("H5yARg37U5g", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetResultV6);
LIB_FUNCTION("1NE9OWdBIww", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlRegisterCallbackV6 ); LIB_FUNCTION("vdsTa93atXY", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("ipqlpcIqRsQ", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlRegisterCallbackV6IpcInt ); sceNetCtlGetResultV6IpcInt);
LIB_FUNCTION("reIsHryCDx4", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlScanIpcInt ); LIB_FUNCTION("wP0Ab2maR1Y", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("LJYiiIS4HB0", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlSetErrorNotificationEnabledIpcInt ); sceNetCtlGetScanInfoBssidForSsidListScanIpcInt);
LIB_FUNCTION("DjuqqqV08Nk", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlSetStunWithPaddingFlagIpcInt ); LIB_FUNCTION("Wn-+887Lt2s", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("Z4wwCFiBELQ", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlTerm ); sceNetCtlGetScanInfoBssidIpcInt);
LIB_FUNCTION("Rqm2OnZMCz0", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlUnregisterCallback ); LIB_FUNCTION("FEdkOG1VbQo", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("urWaUWkEGZg", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlUnregisterCallbackForLibIpcInt ); sceNetCtlGetScanInfoByBssidIpcInt);
LIB_FUNCTION("by9cbB7JGJE", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlUnregisterCallbackIpcInt ); LIB_FUNCTION("irV8voIAHDw", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("hIUVeUNxAwc", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlUnregisterCallbackV6 ); sceNetCtlGetScanInfoForSsidListScanIpcInt);
LIB_FUNCTION("Hjxpy28aID8", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlUnregisterCallbackV6IpcInt ); LIB_FUNCTION("L97eAHI0xxs", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("1HSvkN9oxO4", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlUnsetStunWithPaddingFlagIpcInt ); sceNetCtlGetScanInfoForSsidScanIpcInt);
LIB_FUNCTION("2Ny2lzU3o9w", "libSceNetCtl" , 1 , "libSceNetCtl", 1, 1 , Func_D8DCB6973537A3DC ); LIB_FUNCTION("uBPlr0lbuiI", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetState);
LIB_FUNCTION("u5oqtlIP+Fw", "libSceNetCtlForNpToolkit" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlCheckCallbackForNpToolkit ); LIB_FUNCTION("JXlI9EZVjf4", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetState2IpcInt);
LIB_FUNCTION("saYB0b2ZWtI", "libSceNetCtlForNpToolkit" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlClearEventForNpToolkit ); LIB_FUNCTION("gvnJPMkSoAY", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetStateIpcInt);
LIB_FUNCTION("wIsKy+TfeLs", "libSceNetCtlForNpToolkit" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlRegisterCallbackForNpToolkit ); LIB_FUNCTION("+lxqIKeU9UY", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetStateV6);
LIB_FUNCTION("2oUqKR5odGc", "libSceNetCtlForNpToolkit" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlUnregisterCallbackForNpToolkit ); LIB_FUNCTION("O8Fk4w5MWss", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetStateV6IpcInt);
LIB_FUNCTION("19Ec7WkMFfQ", "libSceNetCtlAp" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApCheckCallback ); LIB_FUNCTION("BXW9b3R1Nw4", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlGetWifiType);
LIB_FUNCTION("meFMaDpdsVI", "libSceNetCtlAp" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApClearEvent ); LIB_FUNCTION("gky0+oaNM4k", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlInit);
LIB_FUNCTION("hfkLVdXmfnU", "libSceNetCtlAp" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApGetConnectInfo ); LIB_FUNCTION("YtAnCkTR0K4", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("LXADzTIzM9I", "libSceNetCtlAp" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApGetInfo ); sceNetCtlIsBandwidthManagementEnabledIpcInt);
LIB_FUNCTION("4jkLJc954+Q", "libSceNetCtlAp" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApGetResult ); LIB_FUNCTION("UJ+Z7Q+4ck0", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlRegisterCallback);
LIB_FUNCTION("AKZOzsb9whc", "libSceNetCtlAp" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApGetState ); LIB_FUNCTION("WRvDk2syatE", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("FdN+edNRtiw", "libSceNetCtlAp" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApInit ); sceNetCtlRegisterCallbackForLibIpcInt);
LIB_FUNCTION("pmjobSVHuY0", "libSceNetCtlAp" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApRegisterCallback ); LIB_FUNCTION("rqkh2kXvLSw", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("r-pOyN6AhsM", "libSceNetCtlAp" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApStop ); sceNetCtlRegisterCallbackIpcInt);
LIB_FUNCTION("cv5Y2efOTeg", "libSceNetCtlAp" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApTerm ); LIB_FUNCTION("1NE9OWdBIww", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("NpTcFtaQ-0E", "libSceNetCtlAp" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApUnregisterCallback ); sceNetCtlRegisterCallbackV6);
LIB_FUNCTION("R-4a9Yh4tG8", "libSceNetCtlApIpcInt" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApAppInitWpaKey ); LIB_FUNCTION("ipqlpcIqRsQ", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("5oLJoOVBbGU", "libSceNetCtlApIpcInt" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApAppInitWpaKeyForQa ); sceNetCtlRegisterCallbackV6IpcInt);
LIB_FUNCTION("YtTwZ3pa4aQ", "libSceNetCtlApIpcInt" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApAppStartWithRetry ); LIB_FUNCTION("reIsHryCDx4", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlScanIpcInt);
LIB_FUNCTION("sgWeDrEt24U", "libSceNetCtlApIpcInt" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApAppStartWithRetryPid ); LIB_FUNCTION("LJYiiIS4HB0", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("amqSGH8l--s", "libSceNetCtlApIpcInt" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApRestart ); sceNetCtlSetErrorNotificationEnabledIpcInt);
LIB_FUNCTION("DufQZgH5ISc", "libSceNetCtlApIpcInt" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApRpCheckCallback ); LIB_FUNCTION("DjuqqqV08Nk", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("qhZbOi+2qLY", "libSceNetCtlApIpcInt" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApRpClearEvent ); sceNetCtlSetStunWithPaddingFlagIpcInt);
LIB_FUNCTION("VQl16Q+qXeY", "libSceNetCtlApIpcInt" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApRpGetInfo ); LIB_FUNCTION("Z4wwCFiBELQ", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, sceNetCtlTerm);
LIB_FUNCTION("3pxwYqHzGcw", "libSceNetCtlApIpcInt" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApRpGetResult ); LIB_FUNCTION("Rqm2OnZMCz0", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("LEn8FGztKWc", "libSceNetCtlApIpcInt" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApRpGetState ); sceNetCtlUnregisterCallback);
LIB_FUNCTION("ofGsK+xoAaM", "libSceNetCtlApIpcInt" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApRpRegisterCallback ); LIB_FUNCTION("urWaUWkEGZg", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("mjFgpqNavHg", "libSceNetCtlApIpcInt" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApRpStart ); sceNetCtlUnregisterCallbackForLibIpcInt);
LIB_FUNCTION("HMvaHoZWsn8", "libSceNetCtlApIpcInt" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApRpStartConf ); LIB_FUNCTION("by9cbB7JGJE", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("9Dxg7XSlr2s", "libSceNetCtlApIpcInt" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApRpStartWithRetry ); sceNetCtlUnregisterCallbackIpcInt);
LIB_FUNCTION("6uvAl4RlEyk", "libSceNetCtlApIpcInt" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApRpStop ); LIB_FUNCTION("hIUVeUNxAwc", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
LIB_FUNCTION("8eyH37Ns8tk", "libSceNetCtlApIpcInt" , 1 , "libSceNetCtl", 1, 1 , sceNetCtlApRpUnregisterCallback ); sceNetCtlUnregisterCallbackV6);
LIB_FUNCTION("Hjxpy28aID8", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
sceNetCtlUnregisterCallbackV6IpcInt);
LIB_FUNCTION("1HSvkN9oxO4", "libSceNetCtl", 1, "libSceNetCtl", 1, 1,
sceNetCtlUnsetStunWithPaddingFlagIpcInt);
LIB_FUNCTION("2Ny2lzU3o9w", "libSceNetCtl", 1, "libSceNetCtl", 1, 1, Func_D8DCB6973537A3DC);
LIB_FUNCTION("u5oqtlIP+Fw", "libSceNetCtlForNpToolkit", 1, "libSceNetCtl", 1, 1,
sceNetCtlCheckCallbackForNpToolkit);
LIB_FUNCTION("saYB0b2ZWtI", "libSceNetCtlForNpToolkit", 1, "libSceNetCtl", 1, 1,
sceNetCtlClearEventForNpToolkit);
LIB_FUNCTION("wIsKy+TfeLs", "libSceNetCtlForNpToolkit", 1, "libSceNetCtl", 1, 1,
sceNetCtlRegisterCallbackForNpToolkit);
LIB_FUNCTION("2oUqKR5odGc", "libSceNetCtlForNpToolkit", 1, "libSceNetCtl", 1, 1,
sceNetCtlUnregisterCallbackForNpToolkit);
LIB_FUNCTION("19Ec7WkMFfQ", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1,
sceNetCtlApCheckCallback);
LIB_FUNCTION("meFMaDpdsVI", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1, sceNetCtlApClearEvent);
LIB_FUNCTION("hfkLVdXmfnU", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1,
sceNetCtlApGetConnectInfo);
LIB_FUNCTION("LXADzTIzM9I", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1, sceNetCtlApGetInfo);
LIB_FUNCTION("4jkLJc954+Q", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1, sceNetCtlApGetResult);
LIB_FUNCTION("AKZOzsb9whc", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1, sceNetCtlApGetState);
LIB_FUNCTION("FdN+edNRtiw", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1, sceNetCtlApInit);
LIB_FUNCTION("pmjobSVHuY0", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1,
sceNetCtlApRegisterCallback);
LIB_FUNCTION("r-pOyN6AhsM", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1, sceNetCtlApStop);
LIB_FUNCTION("cv5Y2efOTeg", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1, sceNetCtlApTerm);
LIB_FUNCTION("NpTcFtaQ-0E", "libSceNetCtlAp", 1, "libSceNetCtl", 1, 1,
sceNetCtlApUnregisterCallback);
LIB_FUNCTION("R-4a9Yh4tG8", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1,
sceNetCtlApAppInitWpaKey);
LIB_FUNCTION("5oLJoOVBbGU", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1,
sceNetCtlApAppInitWpaKeyForQa);
LIB_FUNCTION("YtTwZ3pa4aQ", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1,
sceNetCtlApAppStartWithRetry);
LIB_FUNCTION("sgWeDrEt24U", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1,
sceNetCtlApAppStartWithRetryPid);
LIB_FUNCTION("amqSGH8l--s", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1,
sceNetCtlApRestart);
LIB_FUNCTION("DufQZgH5ISc", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1,
sceNetCtlApRpCheckCallback);
LIB_FUNCTION("qhZbOi+2qLY", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1,
sceNetCtlApRpClearEvent);
LIB_FUNCTION("VQl16Q+qXeY", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1,
sceNetCtlApRpGetInfo);
LIB_FUNCTION("3pxwYqHzGcw", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1,
sceNetCtlApRpGetResult);
LIB_FUNCTION("LEn8FGztKWc", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1,
sceNetCtlApRpGetState);
LIB_FUNCTION("ofGsK+xoAaM", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1,
sceNetCtlApRpRegisterCallback);
LIB_FUNCTION("mjFgpqNavHg", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1,
sceNetCtlApRpStart);
LIB_FUNCTION("HMvaHoZWsn8", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1,
sceNetCtlApRpStartConf);
LIB_FUNCTION("9Dxg7XSlr2s", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1,
sceNetCtlApRpStartWithRetry);
LIB_FUNCTION("6uvAl4RlEyk", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1, sceNetCtlApRpStop);
LIB_FUNCTION("8eyH37Ns8tk", "libSceNetCtlApIpcInt", 1, "libSceNetCtl", 1, 1,
sceNetCtlApRpUnregisterCallback);
}; };
} } // namespace Libraries::NetCtl