Now i am able to move access point to desired location Using RCmManagerExt class.
Thank u all
Type: Posts; User: amolkamble; Keyword(s):
Now i am able to move access point to desired location Using RCmManagerExt class.
Thank u all
HI All
When i installed .vpn policy file on N97 mini.It creates an access point in the "Intranet" destination.
when i open that access point ,The "Internet access point" field by default is coming...
Thanks Wizard hu for the reply,
I have tried setting values in the columns(EAPSIM_PROTOCOL_NAI_REALM of Network table) of the commsdb table but at runtime gives the panic(system error...
Hi All,
I have successfully created WPA access point with EAP-SIM Authyentication. Now I got to change the EAP-SIM settings. I have to change the Realm value.Currently it is showing From the...
HI
Using following code i am creating accsess points.
Please let me know if i am missing any parameters.
TInt...
Hi
I am creating access point in 3rd FP2 Devices.
after creating the access point it is moving to Uncategorised destination.
How can I move this to another destination (like Internet) and set it...
Hi
Im using Nokia VPN Client 4.0 (native) on E72 device and facing the same issue that you have come across few years ago. (Kindly find below reference link).
...
Hi
I have Nokia E72 (Symbian S60, 3rd Edition FP2) device and would like to use it on WiFi Access Point with secutiry mode = WPA/WPA2 EAP SIM.
Device is not camping on to the Access point....
Hi
I have Nokia E72 (Symbian S60, 3rd Edition FP2) device and would like to use it on WiFi Access Point with secutiry mode = WPA/WPA2 EAP SIM.
E72 Device is not camping on to the WiFi Access...
Hi All,
I am using the following code to connect to WiFi.
TCommDbConnPref prefs;
prefs.SetBearerSet(ECommDbBearerWLAN);
prefs.SetDialogPreference(ECommDbDialogPrefDoNotPrompt);...
Hi All,
I am using Nokia Vpn client to establish the vpn tunnel with the server through WiFi. it works fine for the first time
but when I switch to different WiFi , the VPN connection fails with...
Hi All,
I am connecting to a Wi Fi . It is asking for the password. Even when I enter the wrong password the access point
gets created and my device shows it is connected to the Wi Fi although I...
HI All,
In my project i am using open c malloc() function to allocate the memory to char * .
I am making copy of one buffer to another using strcpy() function.
When i am using free(); function to...
Hi,
I have Created the WLA access point with WEP security. The WLAN access point settings in the phone is same as
configured in my WiFi .
But when I am trying To connect to the WiFi through...
HI
I want to parse following text file using opn c
I want to get record between > : tags eg. 23,JKLO
One record ends with $ tag
You can have multiple records like that.
<Preference>23:...
Hi,
I am using the code provided in forum nokia to create a new WLAN access Point.
Link: http://wiki.forum.nokia.com/index.php/How_to_create_access_points
I am able to successfully create the...
HI,
I am trying to modify the VPN_SERVICE_IAP column of VPN_SERVICE Table. Following is the code snippet I have used
CCommsDbTableView* view = commDB->OpenTableLC(TPtrC(VPN_SERVICE));...
I'm trying to invoke a VPN Client (and establish a VPN tunnel) from my application. I was able to invoke it with Prompt enabled. Below is the code i have written.
//Reading VPN SERVICE Table...
hi,
I am using the following code to connect to iapid:4 throuh intrnet:
TConnPreflist prefList;
TExtendedConnPref prefs;
prefs.SetSnapPurpose( CMManager::ESnapPurposeIntranet );
...
Hi All,
In my application i want to write in commsdb VPN_SERVICE table
Following is the sample code that i have written
TUint32 aId;
TFileName iapName2;
CCommsDatabase* commDB =...
Hi,
I cannot create VPN tunnel with Wifi connection
I am accessing the virtual service table in commdb and making VPN connection using RConnection Api.
code snippet:
CCommsDbTableView* view =...
if you know the answers plz reply
i want to do all these in my application.
HI All,
I have following doubts
1)How to delete VPN policy file from external application?
2)How to write into VPN Service table IAP field?
3)How to install a .VPN file by packaging it into a...
Hi,
In our application we are using some Manufacturer capability .
Can anyone tell me how much time wiil it take to get this approval.
Hi,
I am trying to compile Nokia VPN client source code.
am gettin the following error at compile time:
vpnapi.UID.CPP
mwldsym2.exe: warning: Option 'Use default libraries' is enabled but linker...