Hi all,
I need to scan an area to find the active Wifi connection. To do this I use:
.
.
.
CWlanScanInfo* scanInfo=CWlanScanInfo::NewL();
CleanupStack::PushL(scanInfo);
CWlanMgmtClient* client=CWlanMgmtClient::NewL();
CleanupStack::PushL(client);
.
.
.
but there is "system error -1". I debug application and I realize that the error is creted on the line that I have underlined.
Has someone any suggestion?
Thanks



