C# Connect to Wifi Network with Managed Wifi API
i was wondering if it is possible to connect to a wifi network with the Managed Wifi API? Basically, yes. Maybe you should spend a few minutes searching. From Managed Wifi API codeplex page: The library uses the Native Wifi API, ... So going to Native Wifi API: MSDN Connect to or disconnect from a wireless network. See WlanConnect and WlanDisconnect. And furthermore, in the source code of Managed Wifi API WlanApi.cs : /// <summary> /// Requests a connection (association) to the specified wireless network. /// </summary> /// <remarks> /// The method returns immediately. Progress is reported