WHC Wi-Fi Low Power

  1. To configure the sleep type of the device, refer to the tickps command in the custom path demo.

  2. Identify wireless physical interface(find “phy” field): rfkill list .

  3. Enable any-packet wakeup: sudo iw phy <phyname> wowlan enable any (replace actual phyname).

  4. Verify WoWLAN configuration: sudo iw phy wowlan show .

  5. Initiate system suspend echo mem | sudo tee /sys/power/state .

Note

phyname may change to phy1/phyN after rmmod, Re-validate steps 1-3 after module reload.