Greetings all,
I've been looking around in the forum Nokia for an answer to this issue without results so here I come with the problem I'm facing.
First of all I'm developing on S60 5th v1.0 SDK and testing on a Nokia N97 handset.
I've managed to successfully create a wlan access point using the deprecated CApAccessPointItem API. However this access point is not categorised.
In order to try to create a correctly categorised access point I've tried to use the CommsDat API but failed to make it show on the N97.
From my investigations it is not possible to create a fully functional wlan access point using CommsDat as some information is not stored in the communication database (wlan specific data like security etc).
To validate this point I've factory reset the phone then created an access point through the Connectivity -> Destinations settings and dumped the communication database using ceddump. I've then factory reset the phone again and created the same access point programatically using the CommsDat API and dumped the communication database.
I ended up with the database dumps being identical but my programatically created access point was nowhere to be found on the phone.
So I decided that my best shot was to stick to the deprecated API (for the time being) and try to solve the destination issue.
So here it is guys, does anyone know how to categorise an access point?
Cheers



