WiFi Configuration from .NET

On the Colibri T20 platform with the Windows CE7 operating system we would like to configure the Wi-Fi network using a C# .net compact framework 3.5 application.
As a Wi-Fi interface we use LM816 USB WiFi.
I write this email to know if there is a way to set all the wifi configurations without using the windows network management natively provided.

The WiFi parameters can be configured by user applications. The WinCe Connection manager needs to be disabled for this.

There is no direct interface for C#, so you would need to P/Invoke the native API in order to make it accessible from a .NET application.

We placed some basic documentation and examples on our developer pages, which explain to do WiFi settings from a user application:

Regards, Andy