D
David Clegg
I am attempting to add logic to our app so we can monitor for, and use
a WiFi connection, if one becomes available. This is relatively easy to
do using the OpenNETCF.Net.Adapter and OpenNETCF.Net.AccessPoint
classes (BTW, you OpenNETCF.Org guys rock!). However, using
Adapter.NearbyAccessPoints returns all found access points, but I want
to be able to consider only access points that have already been
configured on the device.
What I think I need is a way to enumerate through the items in the
'Configure Wireless Networks' dialog, and to return their SSIDs. I can
enumerate through the connections using the
OpenNETCF.Net.ConnectionManager.EnumDestinations class, but the
DestinationInfo instances contained in the collection don't have access
to the SSID as far as I can tell. Is there an easy way to get this
information?
--
Cheers,
David Clegg
(e-mail address removed)
Vote 1 http://cc.borland.com/codecentral/ccweb.exe/listing?id=21489
Now supports Google Groups searching with Dyna-extend(tm) technology!
QualityCentral. The best way to bug Borland about bugs.
http://qc.borland.com
"I know I'm not usually a praying man, but if you're up there, please
Superman, help me!" - Homer Simpson
a WiFi connection, if one becomes available. This is relatively easy to
do using the OpenNETCF.Net.Adapter and OpenNETCF.Net.AccessPoint
classes (BTW, you OpenNETCF.Org guys rock!). However, using
Adapter.NearbyAccessPoints returns all found access points, but I want
to be able to consider only access points that have already been
configured on the device.
What I think I need is a way to enumerate through the items in the
'Configure Wireless Networks' dialog, and to return their SSIDs. I can
enumerate through the connections using the
OpenNETCF.Net.ConnectionManager.EnumDestinations class, but the
DestinationInfo instances contained in the collection don't have access
to the SSID as far as I can tell. Is there an easy way to get this
information?
--
Cheers,
David Clegg
(e-mail address removed)
Vote 1 http://cc.borland.com/codecentral/ccweb.exe/listing?id=21489
Now supports Google Groups searching with Dyna-extend(tm) technology!
QualityCentral. The best way to bug Borland about bugs.
http://qc.borland.com
"I know I'm not usually a praying man, but if you're up there, please
Superman, help me!" - Homer Simpson