WLAN

Started by
1 comment, last by bobkh 20 years ago
hi everyone. i wanted to ask if anyone knows how to read the signal strength your computer is getting from the different Access points using C# ? i am trying to figure out the different signal strengths the computer is getting from each AP in the neighborhood. thanks a lot bobkh
BoB
Advertisement
try out the Win32_NetworkAdapter,Win32_NetworkAdapterConfiguration and Win32_NetworkAdapterSetting WMI classes to get infos about this.

you should take a look througout this classes.

scio me nihil scire
Ceterum censeo, carthaginem delendam esse
Hope is the first step on the road of disappointment
Hi everyone. i am sorry i forgot to mention that i am developing this application for my PocketPC. so the WMI class is not supported as indicated in the WMI classes.

bobkh

BoB

This topic is closed to new replies.

Advertisement