summaryrefslogtreecommitdiffstats
path: root/src/wol.h
Commit message (Collapse)AuthorAgeFilesLines
* #915 consolidate WoL sender functionOpenGnSys Support Team2021-12-221-6/+5
| | | | | | | | This patch aims simplifies the WoL sender routine. A few related changes: - Replace goto err to continue if IP address is malformed - Use ret |= instead of ret &= to accumulate error code.
* #1043 add WOL_SENT stateOpenGnSys Support Team2021-04-291-0/+14
| | | | | WOL_SENT tells that WakeOnLan was sent to computer, after 60 seconds, if computer does not boot, this state is released.
* #990 add wol_socket_open()OpenGnSys Support Team2020-08-061-0/+1
| | | | Add wol_socket_open() to initialize the WoL socket
* #971 split wake on lan codeOpenGnSys Support Team2020-07-061-0/+20
Add wol.c and wol.h that implements WakeOnLan.