Wake on LAN/WLAN option allows the computer to turn on from the S4 or S5 state when triggered by a special LAN signal or when triggered by a special wireless LAN signal. This feature only works when the computer is connected to AC. Ethernet connections, including home and work networks, wireless data networks and the Internet itself, are based on packets of data that are sent between computers.
Wake-on-LAN is implemented using a specially designed packet that is called a magic packet, which is sent to all computers in a network, among them the computer to be woken up. Powered-down or turned off computers capable of Wake-on-LAN contain network devices able to listen to incoming packets in low-power mode while the computer is turned off. If a magic packet is received that is directed to the device's MAC address, the network adapter signals the computer's power supply or motherboard to initiate computer wake-up, in the same way as pressing the power button would do. In case the computer being awakened is communicating using Wi-Fi, a supplementary standard that is called Wake on Wireless LAN must be employed.
As seen in the screen above BIOS F2 provides three options Disabled, LAN Only, and LAN with PXE Boot. The import of the above attribute values is explained below:
Dell Command PowerShell Provider (DCPP) has strived hard to match the F2 screen. DCPP presents this feature to the user in the form of an attribute named WakeOnLAN
.
Possible values for this attribute can be obtained with the command as shown below:
Dir WakeOnLAN|Select PossibleValues
As seen in the above screenshot, DCPP provides more attribute values apart from default ones as facilitated by BIOS F2. The attribute values and their import are as described below:
LANOnly
- Allow the computer to be turned on by special LAN signals.Disabled
- Does not allow the computer to turn on by special LAN signals when it receives a wake-up signal from the LAN or wireless LAN.LanWithPXEBoot
- Allow the computer to be turned on by special WLAN signals and immediately boot to PXE.The user can set any of the attribute values as shown in the sample screenshot below:
In the above example, the user has set the value of an attribute WakeOnLan
to LANOnly
as shown when done dir.
–Password
switch.