mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 02:36:51 -07:00
Remove PS4 references and use server or PlayStation names instead
This commit is contained in:
parent
1dfe88d74e
commit
61823f7372
5 changed files with 28 additions and 28 deletions
|
@ -59,9 +59,9 @@ class Host
|
|||
std::string ap_bssid;
|
||||
std::string ap_key;
|
||||
std::string ap_name;
|
||||
std::string ps4_nickname;
|
||||
std::string server_nickname;
|
||||
// mac address = 48 bits
|
||||
uint8_t ps4_mac[6] = {0};
|
||||
uint8_t server_mac[6] = {0};
|
||||
char rp_regist_key[CHIAKI_SESSION_AUTH_SIZE] = {0};
|
||||
uint32_t rp_key_type = 0;
|
||||
uint8_t rp_key[0x10] = {0};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue