I believe that any solution to this will be based on proprietary hardware/software and at present moment, there is no wake-on-wifi solution widely available. The mani reason is that wifi card needs constant power source in order to be able to transmit and receive and that wifi card chipset needs to be aware of so called wake packets. Also, wireless configuration (SSID, WPA secret etc.) is handled by running OS (Windows Zero Configuration Service) or client application (like Atheros Client Utility). Therefore as soon as you shutdown/hibernate/standby your system, your wifi gets 1) stripped of power necessary to connect to AP, 2) loses configuration about to which AP/network to connect...
With WIFI/Ethernet bridge, the solution can work, given some conditions, like the Wifi/Ethbridge must bridge all frames unconditionally. Remote wake over Internet is not possible for standard scenarios, because WOL capability is Ethernet frame based, no IP based. So you cannot send Magic Packet over routed network. However, you could have in your target network one host, that is always on (eg. server) with application installed that is able to wake up PCs remotely. You just need to remotelly connect that host, but it is quite easy to achieve with either RDP or SSH (based on you taste
