mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 20:54:28 +00:00
add IOCTLV_WD_GET_INFO
-forgot to add changes to header
This commit is contained in:
parent
68e7f0d170
commit
6b583ab00e
@ -69,7 +69,7 @@ struct netcfg_connection_t
|
||||
WPA_AES = 6
|
||||
};
|
||||
|
||||
enum
|
||||
enum status
|
||||
{
|
||||
LINK_BUSY = 1,
|
||||
LINK_NONE,
|
||||
@ -521,6 +521,17 @@ private:
|
||||
u16 element_info_length;
|
||||
u16 element_info[1];
|
||||
};
|
||||
|
||||
struct Info
|
||||
{
|
||||
u8 mac[6];
|
||||
u16 ntr_allowed_channels;
|
||||
u16 unk8;
|
||||
char country[2];
|
||||
u32 unkc;
|
||||
char wlversion[0x50];
|
||||
u8 unk[0x30];
|
||||
};
|
||||
#pragma pack(pop)
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user