views:

761

answers:

1

I would like to programmatically get a list of available wireless networks (by SSID) using a Windows Mobile 5/6 device. Does anyone know how to do this or where I might find information on accessing the WIFI adapter?

+4  A: 

The OpenNETCF Smart Device Framework implements a fairly robust set of WZC APIs in the OpenNETCF.Net.NetworkInformation namespace.

ctacke
I've done exactly the poster is trying to do with this code. It works very well.
Joseph Daigle