I've been using OpenNetCF SDF for years to connect to WiFi on an app I wrote. My manufacturer has a new device that no longer has a wireless zero config adapter, so I'm forced to work around the issue.
I've searched for days on how to
- Find nearby access points
- configure a connection
- connect to that connection
All without a WZC adapter. I'm using .net CF 3.5 on a WM6.5 device. I would prefer not to handle configuring this in the software, but I've found devices to be unreliable for maintaining access point settings, and my clients do not want their users configuring WiFi or in the OS at all.
I also tried to use the SDF WirelessNetworkInterface class, but I don't see how to configure an access point (name, security, pwd, etc). I found this article, but the code has many compile issues I couldn't overcome.
I was using SDF 2.3, then got the latest from sourceforge yesterday - same issue on both.
I am looking for any solution. Preferably with SDF, but if there's something I can do in .Net 3.5, that would work as well.
Thanks!