How to use WoWLAN with linux

I just bought an PCI-e WIFI/Bluetooth card to upgrade my PC. The chip is an Intel AX200 and supposedly supports Wake on Wireless LAN (WoWLAN). However I could not find any guide on how to setup WoWLAN on unix. Most tutorials discuss only the LAN case. the commands used there don't work. For example the first part in to enable ethtool interface | grep Wake-on which does not work on my wireless interface wlp34s0

Can somebody please provide me some help or links?

1 Answer

Use iw to control Wake-on-WLAN.

iw phy0 wowlan show
iw phy0 wowlan enable magic-packet

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like