defining new WLAN APN
| Mon, 2007-07-23 12:23 | |
|
Hi all, here goes my code: TBuf<128> connName;If there is any mistake in my code then please suggest me the write way to do so. |
|
| Mon, 2007-07-23 12:23 | |
|
Hi all, here goes my code: TBuf<128> connName;If there is any mistake in my code then please suggest me the write way to do so. |
|
Forum posts: 732
Check this link from Forum Nokia Technical Library: How can I create a WLAN access point and automatically connect to it?
Forum posts: 4
Thnks a lot Vin. I tried with that also but its not able to create the security wep key . There are lots of pre defined macros that ar enot available any where.
can u please suggest how to mention the WEP key values.
have u tried with that values ??? are u able to create it successfully ?
Forum posts: 732
Did you see these line of code on that page?
// Remove the comments below to run the AP settings dialog,// in case the AP needs to have WEP setting etc. entered
/*
CApSettingsHandler *settings =
CApSettingsHandler::NewLC(
EFalse,
EApSettingsSelListIsListPane,
EApSettingsSelMenuNormal, 0, 0, 0);
settings->RunSettingsL(apId, apId);
*/
Forum posts: 4
Yes, this code will bring up the ui in which we need to give the WEP key.
I am asking whether there is nay way by which we can supply the WEP key through the code itself (hardcoded) ???
so that while updating the WLAN setting to the database itself the WEP key will also be stored there for future connection