4

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

Community
  • 1
  • 1
HelloWorld_Always
  • 1,555
  • 3
  • 22
  • 32

2 Answers2

2

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.

Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928
0

This is a codeplex project afaik, you can download the project from here: Managed Wifi API

BrokenGlass
  • 158,293
  • 28
  • 286
  • 335