WirelessAPI
A c# library wrapping native Windows wlan api (wlanapi.dll)
This was my small project I did while learning P/Invoke in C#.
I am aiming to wrap whole wlanapi.dll (native Windows Wi-Fi API) in easy to use C# library.
As for now there is a set of classes to use Hosted Access Point.
As this is my first project I decided to publish, any pointers, advice or constructive criticism is welcome.