This commit is contained in:
VolcaEM
2020-04-27 02:25:29 +02:00
committed by GitHub
parent 672bde43b0
commit b698cb8d04

View File

@@ -36,7 +36,7 @@ struct WirelessSettingData {
INSERT_PADDING_BYTES(0x1);
u32 unk2{};
u32 unk3{};
std::array<u8, 0x41> pass_phrase{};
std::array<u8, 0x41> passphrase{};
INSERT_PADDING_BYTES(0x3);
};
#pragma pack()