How do I get WLAN information on my mobile device?

I want to build something like a network scanner so that I can see in my application which AccessPoint I am enabled on and what parameters this network has.

Some interesting points will be ESSID, signal strength, noise, channel.

Are theses device properties independent or do I need to link each device independently?

+1


source to share


2 answers


I haven't tried it yet, but I believe OpenNetCF is your friend:



http://www.opennetcf.com/library/networkinformation/

+1


source


This is really the same question as this one: Accessing the list of available Wi-Fi hotspots on Windows Mobile



The answer, summarized, is that you can P / Invoke WZC, but it's tricky. Smart Device Framework did it.

0


source







All Articles