Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello. I can't find where the Nativewifi reference is in visual studio. Does someone know what reference NativeWifi is part of?
Posted

1 solution

There is no assembly to add a reference to. NativeWifi is part of Windows and accessible through P/Invoking the various functions. There is no assembly in the .NET Framework that wraps that functionality.

There is, however, a third party wrapper you can use here[^], though it hasn't been updated since 2007.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 24-Aug-15 14:46pm    
5ed, very useful information.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900