Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 791 Bytes

README.MD

File metadata and controls

14 lines (9 loc) · 791 Bytes

Managed Wifi API


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.

You can find sample code in the WifiExample directory.

This code was developed as part of our work at Monfort Software Engineering.

Release 1.2.0 (f.hintsch)

  • Update to .NET Framework 4.6.1
  • Error corrected: After WLAN disconnect the DLL crashed due to ArgumentException