如何检查我的设备是否支持 WLAN 唤醒?

Meh*_*hdi 5 suspend wireless networking wakeup

关于此的文档似乎很少。除了 Ubuntu Core 的 Canonical 文档中的此页面之外,我没有找到更多内容:Wake on WLAN

如何检查我的 Wi-Fi 设备是否支持此类功能?还有主板也需要支持吗?

chi*_*555 6

请运行终端命令:

iw list | grep WoW -A10
Run Code Online (Sandbox Code Playgroud)

在我的机器上,巧合的是,使用英特尔无线设备,它说:

WoWLAN support:
         * wake up on disconnect
         * wake up on magic packet
         * wake up on pattern match, up to 20 patterns of 16-128 bytes,
           maximum packet offset 0 bytes
         * can do GTK rekeying
         * wake up on GTK rekey failure
         * wake up on EAP identity request
         * wake up on 4-way handshake
         * wake up on rfkill release
         * wake up on network detection, up to 11 match sets
Run Code Online (Sandbox Code Playgroud)

虽然它报告说我的设备可能会被魔法包唤醒,但我无法找到任何支持文档。然而,这可能会有所帮助:/sf/ask/3039503491/

简单的事实是,WoWLAN 没有足够的行业支持,无法使其对大多数组织而言可行。