I'm trying to use VB.NET in order to collect some information of a WiFi systems - such as WLAN card name, SSID, bandwdith, signal strength...
I think I should use WMI to query these information - but I don't know much about it. Could you please provide me with some details

How to retrieve Wireless network information?
sandyJ
Here is an example of WMI query, hope that it can help you.
Ogulcank
Pat.
I think the WMI classes you're looking for are the Win32_NetworkAdapter and Win32_NetworkAdapterConfiguration class. Unfortunately I don't have a wireless card on my computer here or I would tell you exactly which one to use.
In terms of using WMI from Vb.Net, check out this tutorial. It's quite thorough.
http://www.devcity.net/Articles/144/1/article.aspx