I'm using ManagedWifi in my C# application. The application will take control and connect to a designated SSID. Right now I'm trying to handle all possible errors, especially this. At the moment the program can't tell if a wireless adapter is turned on / or even exists at all. The ManagedWifi code goes on as per normal, and did not throw any exception at all. Any help would be appreciated, thanks.I'm using ManagedWifi in my C# application. The