https://github.com/visual-vincent/managedwifi
Original ManagedWifi library from the CodePlex archives
https://github.com/visual-vincent/managedwifi
Last synced: 3 months ago
JSON representation
Original ManagedWifi library from the CodePlex archives
- Host: GitHub
- URL: https://github.com/visual-vincent/managedwifi
- Owner: Visual-Vincent
- License: mit
- Created: 2021-08-10T17:27:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T17:48:12.000Z (almost 4 years ago)
- Last Synced: 2025-02-24T03:57:33.163Z (3 months ago)
- Language: C#
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ManagedWifi
Original Managed Wifi API library (_ManagedWifi_) directly from the CodePlex archives: https://archive.codeplex.com/?p=managedwifiAll credit goes to the original author.
## Original description
.NET managed wrapper around the Windows Native 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](https://docs.microsoft.com/en-us/windows/win32/nativewifi/about-the-native-wifi-api?redirectedfrom=MSDN), available since Windows Vista and Windows XP SP2 (in a limited fashion, and only after applying a hotfix provided in [KB article 918997](https://support.microsoft.com/kb/918997)). Older versions of Windows are not supported.
You can find sample code in the [WifiExample directory](WifiExample).
This code was developed as part of our work at [Monfort Software Engineering](https://www.monfort.co.il/).