Hi all,

By manual of CE.NET 4.2,
"If a miniport's NIC does not support a particular wake-up event, the
miniport should indicate an NDIS_DEVICE_POWER_STATE of
NdisDeviceStateUnspecified for the wake-up event in the
NDIS_PM_WAKE_UP_CAPABILITIES structure."

But, it looks that real world is different from document.
Parameter of OID_PNP_ENABLE_WAKE_UP never enable
NDIS_PNP_WAKE_UP_LINK_CHANGE (even if it was set in
NDIS_PM_WAKE_UP_CAPABILITIES) and
setting MinMagicPacketWakeUp enabled
NDIS_PNP_WAKE_UP_PATTERN_MATCH and NDIS_PNP_WAKE_UP_MAGIC_PACKET (whatever
setting of MinPatternWakeUp)

Anyone has any idea and/or comment about it?
I know it is really hard to get answer about CE NDIS question.. :-(

I hope someone can reply this question..

Regards,
Woojung