void __4_11_5__WAKE_ON_LAN_WOL() {
    /**
     * @group:       	4.11.5 WAKE ON LAN (WOL)
     *
     * @description:	Wake on LAN allows a computer to be turned on or woken up by a network message. The message is usually sent by
     *					a program executed on another computer on the same local area network. Wake-up frame events are used to awaken
     *					the system whenever meaningful data is presented to the system over the network. Examples of meaningful data
     *					include the reception of a Magic Packet, a management request from a remote administrator, or simply network traffic
     *					directly targeted to the local system. The device can be programmed to notify the host of the Wake-Up frame detection
     *					with the assertion of the power management event signal (PME_N).
     *					The device’s MACs support the detection of the following Wake-Up events:
     *					• Detection of energy signal over a pre-configured value
     *					• Detection of a linkup in the network link state
     *					• Receipt of a Magic Packet
     *					There are also other types of Wake-Up events that are not listed here as manufacturers may choose to implement these
     *					in their own way.
     *
     */
}