Is there a method for finding the current global time (UTC or other) using an off the shelf WiFi module like the ESP8266, but without actually connecting to one of the available networks?
Basically i'd like to use this in a similar fashion to how the WWV broadcast can be used to guarantee the time keeping of a clock, but without the signal strength concerns of WWV.
Because this is just for a clock and the only purpose of the WiFi support would be to provide accurate time - having the interface necessary to select a network and password is undesirably complex.