In Symbian C++ application I need to get current network type (2G/3G/Wi-Fi). How can I do it by code?
You can use the RConnectionMonitor API, see here for the sample code, and see here for the available bearer types (TConnMonBearerType)