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
2009-03-19 18:42:27
I've done exactly the poster is trying to do with this code. It works very well.
Joseph Daigle
2009-03-19 20:11:16