In relation to this C# - How do I access the WLAN signal strength and others?
I tried finding .net and anc com .. in the add reference section , but no idea what is the reference that will help here . Please help
In relation to this C# - How do I access the WLAN signal strength and others?
I tried finding .net and anc com .. in the add reference section , but no idea what is the reference that will help here . Please help
If you are using Managed Wifi API you simply need to include the two .cs files (Interop.cs and WlanApi.cs) to your project or first compile the ManagedWifi.csproj as separate assembly and then reference the resulting assembly to your project.
This is a codeplex project afaik, you can download the project from here: Managed Wifi API