Can someone possibly clarify for me what are the latest WLAN libraries and headers that I should be using for S60 3rd Ed FP2?
After much searching I found bits of source code I could use to display an IAP list and add a WLAN connection including specifying the security settings (without requiring user intervention), however, I get 22 warnings.
Firstly the following includes report they have been depreciated and will be removed but I can't see how to do what I am doing without them?
#include <apselect.h>
#include <aplistitem.h>
#include <apdatahandler.h>
#include <apaccesspointitem.h>
Secondly I need both of the following includes but they complain due to a number of re-definitions but neither is adequate on its own.
#include <wlancdbcols.h>
#include <cdbcols.h>
The re-definitions are;
WLAN_SSID,
WLAN_WEP_KEY2,3,4
WLAN_AUTHENTICATION_MODE
WLAN_CHANNEL_ID
WLAN_TX_POWER_LEVEL
Any advice greatly appreciated.



