Get the SSID of the current connected AccessPoint

  • Thread starter Thread starter Nils Hulsch
  • Start date Start date
N

Nils Hulsch

Hello,

I'm want to get the SSID of the current wireless network.
After some searching on the web, I've found a solution by querying the
WMI, but it seems that its not working on Vista anymore.

If I query "Select * From MSNdis_80211_ServiceSetIdentifier" on XP it
returns the SSID of the connected network(s).
If I use the same query on Vista, it returns an error "Not supported"
with the return code 4200.

Are there any other ways to get the SSID with C# under Vista or a fix
for that broken WMI stuff?

Thank you

Greets,
Nils
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top