Can you clarify what I need to do to add and connect to an access point?
I am trying to do this but it seems to not work right.
I have code that sees the AP and shows the db value.
I am calling wzcInterface.AddPreferredNetwork()
and it returns true but nothing is connecting, I am also adding a call to ConnectToPreferedNetwork("SSID") using the same SSID as in the prior step and that does not appear to do anything.
do I need to Call .Bind() ?? or some other API call ??
if this helps the hardware is a CASIO IT-3000 that runs CE 4.1 the wireless is a CISCO AIRONET 350 PCMCIA card.
it shows up as a wzc card / interface in the interface list.
and "Use WIndows to configure..." is checked.
I can manualy setup the connection from the dialogs.
no drivers are loaded to use this card, any support for it is in the firmware that comes with the base hardware.
any ideas??