Setting Wireless Settings Programmatically?

  • Thread starter Thread starter Tomppa
  • Start date Start date
T

Tomppa

I'm using
OpenNETCF.Net.AdapterCollection
and
OpenNETCF.Net.AccessPointCollection

To get this info but ideally I would like to be able to set the info from my
c# app and associate to the AP.

Thanks
 
OK, so what's the problem? Adapter.SetWirelessSettingsEx() will set the
options. It's not tested with every configuration, but it generally works.

Paul T.
 
Back
Top