managedwifi 1.1.0

dotnet add package managedwifi --version 1.1.0
NuGet\Install-Package managedwifi -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="managedwifi" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add managedwifi --version 1.1.0
#r "nuget: managedwifi, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install managedwifi as a Cake Addin
#addin nuget:?package=managedwifi&version=1.1.0

// Install managedwifi as a Cake Tool
#tool nuget:?package=managedwifi&version=1.1.0

This project is a .NET class library allowing you to control Wifi (802.11) network adapters installed in your Windows machine programmatically.

The library uses the Native Wifi API, available since Windows Vista and Windows XP SP2 (in a limited fashion, and only after applying a hotfix provided in KB article 918997). Older versions of Windows are not supported.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on managedwifi:

Repository Stars
yuzhengyang/Fork
a c# utility library. C#工具包,C#工具类,常用方法,系统API,文件处理、加密解密、Winform美化(C# Tools)
Version Downloads Last updated
1.1.0 199,571 10/5/2012

- Various cleanups and additions to the documentation.
- Added DeleteProfile, GetNetworkBssList and WlanGetAvailableNetworkList methods. Now it's possible to scan for available networks.
- Fixed an incorrect definition of WlanAssociationAttributes which caused WlanConnectionAttributes to be incorrectly parsed.