https://git.reactos.org/?p=reactos.git;a=commitdiff;h=96b40c956600e4a2e5195…
commit 96b40c956600e4a2e5195b027b8bfc2cb874f139
Author: Dmitry Borisov <di.sean(a)protonmail.com>
AuthorDate: Tue Apr 12 23:04:20 2022 +0600
Commit: Stanislav Motylkov <x86corez(a)gmail.com>
CommitDate: Sat Apr 16 11:54:24 2022 +0300
[DDK][PSDK] Add missing NDIS definitions for wake-up support
CORE-15872
---
sdk/include/psdk/ntddndis.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sdk/include/psdk/ntddndis.h b/sdk/include/psdk/ntddndis.h
index 3da29dffe57..efdf04d422d 100644
--- a/sdk/include/psdk/ntddndis.h
+++ b/sdk/include/psdk/ntddndis.h
@@ -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