mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 23:59:54 -06:00
add IOCTLV_WD_GET_INFO
-forgot to add changes to header
This commit is contained in:
@ -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)
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user