mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
[DDK][PSDK] Add missing NDIS definitions for wake-up support
CORE-15872
This commit is contained in:
parent
34600f3ddf
commit
96b40c9566
1 changed files with 4 additions and 0 deletions
|
@ -369,6 +369,10 @@ typedef ULONG NDIS_OID, *PNDIS_OID;
|
|||
#define OID_PNP_WAKE_UP_OK 0xFD020200
|
||||
#define OID_PNP_WAKE_UP_ERROR 0xFD020201
|
||||
|
||||
#define NDIS_PNP_WAKE_UP_MAGIC_PACKET 0x00000001
|
||||
#define NDIS_PNP_WAKE_UP_PATTERN_MATCH 0x00000002
|
||||
#define NDIS_PNP_WAKE_UP_LINK_CHANGE 0x00000004
|
||||
|
||||
/* TCP and IP OIDs */
|
||||
#define OID_TCP_TASK_OFFLOAD 0xFC010201
|
||||
#define OID_TCP_TASK_IPSEC_ADD_SA 0xFC010202
|
||||
|
|
Loading…
Reference in a new issue