Louis Haußknecht
Louis Haußknecht

Reputation: 924

How do I get WLAN information on my mobile device?

I want to build something like a network scanner, so that I see in my application on which AccessPoint I'm on and what parameters this net has.

Some interesting point would be ESSID, signal strength, noise, channel.

Are theses properties device independent or do I have to interface each device independently?

Upvotes: 1

Views: 740

Answers (2)

ctacke
ctacke

Reputation: 67198

This is really the same question as this one: Accessing a list of avaliable Wifi APs, on Windows Mobile

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

Upvotes: 0

Jesper Rasmussen
Jesper Rasmussen

Reputation: 26

I have not tried this yet, but I believe OpenNetCF is you friend:

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

Upvotes: 1

Related Questions