I'm using Ubuntu and following the NetworkManager documentation to enable WoWLAN. I'm worried that my wireless card does not support it. I installed NM through snap and followed the instructions (it came pre-installed without snap, which is confusing to me but I assume isn't a problem because the instructions for installing with snap did not mention it). I have enabled "Wake on PCIE" in the BIOS, and ran
snap set network-manager wifi.wake-on-wlan=any
However, when checking whether it's enabled:
$ sudo iw phy phy0 wowlan show
command failed: Operation not supported (-95)
Does this mean that my wireless card just has no hope of supporting it? I don't know where to check, and the kernel docs do not mention which drivers are supported. But I know that not all wifi cards support WoWLAN.
I don't know what model my wireless card is, but it's a USB card and sudo lshw -C network gives driver=rtl8192cu. I can get the rest of the output if it's helpful, but I'm posting from another machine so will need to use a pastebin.
I found this unanswered question for AR9462, which shows similar results but is for a different driver.