No description available.
The NDIS_PM_PACKET_PATTERN structure specifies a wake-up pattern, which, when detected by a network adapter that has pattern-match enabled, causes the network adapter to signal a power-management wake-up event.
PriorityThis member is reserved.
ReservedThis member is reserved.
MaskSizeSpecifies the size in bytes of the pattern mask that immediately follows the NDIS_PM_PACKET_PATTERN structure in the InformationBuffer.
PatternOffsetSpecifies in bytes the offset from the beginning of the InformationBuffer to the start of the wake-up pattern.
PatternSizeSpecifies in bytes the size of the wake-up pattern.
PatternFlagsThese flags are reserved.
NDIS_PM_PACKET_PATTERN is supplied in the InformationBuffer of the NDIS_OID_REQUEST structure for following OIDs:
A protocol driver sends this OID to a miniport driver to specify a wake-up pattern. The wake-up pattern, along with its mask, is described by an NDIS_PM_PACKET_PATTERN structure.
OID_PNP_REMOVE_WAKE_UP_PATTERN
A protocol driver sends this OID to a miniport driver to delete a wake-up pattern that it previously specified with an OID_PNP_ADD_WAKE_UP_PATTERN request. The wake-up pattern, along with its mask, is described by an NDIS_PM_PACKET_PATTERN structure.
A protocol uses this OID to request a list of the wake-up patterns currently set for the miniport driver's network adapter. Each wake-up pattern, along with its mask, is described by an NDIS_PM_PACKET_PATTERN structure.
OID_PNP_REMOVE_WAKE_UP_PATTERN