Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #915 consolidate WoL sender function | OpenGnSys Support Team | 2021-12-22 | 1 | -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 state | OpenGnSys Support Team | 2021-04-29 | 1 | -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 Team | 2020-08-06 | 1 | -0/+1 |
| | | | | Add wol_socket_open() to initialize the WoL socket | ||||
* | #971 split wake on lan code | OpenGnSys Support Team | 2020-07-06 | 1 | -0/+20 |
Add wol.c and wol.h that implements WakeOnLan. |