Hi all,
I've been using the code below on S60 for a while to get available access point (wifi, gprs etc.)
RConnectionMonitor monitor;
...
monitor.GetPckgAttribute( EBearerIdAll, 0, KIapAvailability, iapBuf, status );
User::WaitForRequest(status) ;
....
However on Symbian^3, more specifically on the E7, the code does not see any GPRS bearers available; I get only wifi available bearers.
In the Symbian^3 SDK documenttation, the same code is given as example.. so it should work.
I have tried enabling/disabling the auto wifi-scan from phone, without success.
Has anyone experienced the same problem ?
Can this be a Symbian^3 bug that should be reported ?
Thanks in advances for your feedback.
Cheers.



