With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
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.
This is just an example application demonstrating use of a library I have created (https://sourceforge.net/projects/wirelessapi/).
I have tested it on my Windows 8 machine, I can't guarantee it will work on Windows XP (windows API has changed since).
The API enables applications running on Windows XP Service Pack1 (SP1), Windows XP Service Pack2 (SP2) and Windows CE, to securely access Wi-Fi networks. The API consists of several MS modules, which include WZC API, WPS, NDIS and Windows Registry.