Hi,
I need some advice,
I've got the wi-fi Network name I would like connect to.
I am creating socketserver and rconnection objects.
RConnection connection;
TCommDbConnPref pref;
RSocketServ server;
server.Connect();
connection.Open(server);
Now the only function for connecting I found in RConnection specification is
Start.
I can start a connection asynchronously by calling (on connection object):
Start(TConnPref &aPref, TRequestStatus &aStatus); (or synchrous version)
I have to set IAP ID in preferences like this:
preferences.SetIapId(easy_wlan_id);
but I don't have IAP ID, I have the network name (and user and password),
I have read that TConnPref is for overriding connection preference settings in CommDb. Do I have to add my network to IAP database in order to be able to connect to it ????
If this is the only solution does anyone has link to good documentation or a code example showing how to do this ? (so that I could create IAP with given network name , passw and username)
Thanks for any help on this..
Tomek



