We've got a WinForms app written in C# that has a very custom GUI. The user is not allowed to run any other applications and the user cannot go into the OS (WinXP Pro) at all. We're planning on allowing the user to connect to available wireless networks. We're going to have to create a configuration screen that displays available networks (by SSID) and allows the user to connect. While connected we want to display signal strength.
Are there any existing components that provide this capability? I haven't found anything but this: http://sysnet.ucsd.edu/pawn/wrapi/ .
I can set the TCP/IP settings using WMI, but it's the wireless stuff that I need a direction on.
Many thanks!
Matt