Sending Wake-on-LAN packets at kernel level

Hi,

In a project I'm working on I have to send WoL packets from kernel level (rather than from user space).
Does anyone know how to send WoL packets from kernel level?

Thanks.
 
Not unless you build that feature into the kernel yourself.
 
The Berkeley Packet Filter or BPF provides, on some Unix-like systems, a raw interface to data link layers, permitting raw link-layer packets to be sent and received.

...
 
Back
Top