add IOCTLV_WD_GET_INFO

-forgot to add changes to header
This commit is contained in:
Shawn Hoffman 2012-02-10 14:58:09 -08:00
parent 68e7f0d170
commit 6b583ab00e

View File

@ -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)
};