Wireless network

vbBart

Member
Joined
Feb 27, 2008
Messages
16
Programming Experience
1-3
Hello,

Can anybody help me with the next question?

How do I get the wireless network name when I connected to it?

Thanks!

Bart
 
You should be able to get this with WMI class MSNDis_80211_BSSIList or MSNdis_80211_ServiceSetIdentifier of root\WMI namespace. See for example here or here.
 
Back
Top