Home
last modified time | relevance | path

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

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceNet.cpp814 std::string APname = "Wifi"; // fake AP/hotspot in NetApctl_InitInfo() local
815 truncate_cpy(netApctlInfo.name, sizeof(netApctlInfo.name), APname.c_str()); in NetApctl_InitInfo()
816 truncate_cpy(netApctlInfo.ssid, sizeof(netApctlInfo.ssid), APname.c_str()); in NetApctl_InitInfo()
818 netApctlInfo.ssidLength = static_cast<unsigned int>(APname.length()); in NetApctl_InitInfo()
847 std::string APname = "Wifi"; // fake AP/hotspot in sceNetApctlInit() local
848 truncate_cpy(netApctlInfo.name, sizeof(netApctlInfo.name), APname.c_str()); in sceNetApctlInit()
849 truncate_cpy(netApctlInfo.ssid, sizeof(netApctlInfo.ssid), APname.c_str()); in sceNetApctlInit()
851 netApctlInfo.ssidLength = static_cast<unsigned int>(APname.length()); in sceNetApctlInit()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceNet.cpp814 std::string APname = "Wifi"; // fake AP/hotspot in NetApctl_InitInfo() local
815 truncate_cpy(netApctlInfo.name, sizeof(netApctlInfo.name), APname.c_str()); in NetApctl_InitInfo()
816 truncate_cpy(netApctlInfo.ssid, sizeof(netApctlInfo.ssid), APname.c_str()); in NetApctl_InitInfo()
818 netApctlInfo.ssidLength = static_cast<unsigned int>(APname.length()); in NetApctl_InitInfo()
847 std::string APname = "Wifi"; // fake AP/hotspot in sceNetApctlInit() local
848 truncate_cpy(netApctlInfo.name, sizeof(netApctlInfo.name), APname.c_str()); in sceNetApctlInit()
849 truncate_cpy(netApctlInfo.ssid, sizeof(netApctlInfo.ssid), APname.c_str()); in sceNetApctlInit()
851 netApctlInfo.ssidLength = static_cast<unsigned int>(APname.length()); in sceNetApctlInit()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceNet.cpp814 std::string APname = "Wifi"; // fake AP/hotspot in NetApctl_InitInfo() local
815 truncate_cpy(netApctlInfo.name, sizeof(netApctlInfo.name), APname.c_str()); in NetApctl_InitInfo()
816 truncate_cpy(netApctlInfo.ssid, sizeof(netApctlInfo.ssid), APname.c_str()); in NetApctl_InitInfo()
818 netApctlInfo.ssidLength = static_cast<unsigned int>(APname.length()); in NetApctl_InitInfo()
847 std::string APname = "Wifi"; // fake AP/hotspot in sceNetApctlInit() local
848 truncate_cpy(netApctlInfo.name, sizeof(netApctlInfo.name), APname.c_str()); in sceNetApctlInit()
849 truncate_cpy(netApctlInfo.ssid, sizeof(netApctlInfo.ssid), APname.c_str()); in sceNetApctlInit()
851 netApctlInfo.ssidLength = static_cast<unsigned int>(APname.length()); in sceNetApctlInit()