in reply to writing a utility to determine whether I have a working wifi connection

You want Win32::API and InternetGetConnectedState from wininet.h.


holli

You can lead your users to water, but alas, you cannot drown them.
  • Comment on Re: writing a utility to determine whether I have a working wifi connection
  • Download Code

Replies are listed 'Best First'.
Re^2: writing a utility to determine whether I have a working wifi connection
by RonW (Parson) on Jul 25, 2019 at 22:58 UTC

    Interesting. I would not have thought to use Win32::API on a Linux system (unless it running under MS-WSL).