I cannnot find how to add "using NativeWifi" for Windows 7 Desktop App (Windows Form or WPF App) in the project of Microsoft Visual Studio 2013 Professional. There is the description https://msdn.microsoft.com/en-us/library/windows/desktop/ms706556(v=vs.85).aspx but I miss the basic guide how to start to implement it. I get the error of missing references or assemblies but there is no that kind of reference among the possible references of the project. So, how practically to use it or it was removed from the new versions of Microsoft Visual Studio, then where I can download it?
Asked
Active
Viewed 1,202 times
0
-
1Check out Managed wifi api https://managedwifi.codeplex.com/SourceControl/latest#Interop.cs if you're trying to work with the wifi, it's easier to use – sabre Feb 22 '15 at 13:58
-
How is it possible to do it without Managed WiFi API? – Darius Miliauskas Feb 23 '15 at 12:49
-
codeplex is down, enter in https://github.com/ and search for "nativewifi" repositories. – antonio Nov 15 '21 at 08:41