question about network interfaces
Marek Floriańczyk
marek.florianczyk at gmail.com
Wed Jan 2 14:14:01 UTC 2013
Hi all,
I'm porting my application from symbian phone to android, and I have some
issues with network connection.
Biggest problem right now is that I can't see the name of the wi-fi network
that I'm connected to. On symbian I could check the name by running:
QList<QNetworkConfiguration> configs=netMgr-
>allConfigurations(QNetworkConfiguration::Discovered);
now by iterating through the list I could obtain inteface type and wi-fi name:
configs.at(i).bearerName();
configs.at(i).bearerTypeName();
configs.at(i).bearerType();
configs.at(i).name();
On android first two parameters are "unknown" (where the wi-fi network name used
to be), last parameter is either wlan0 or rmnet0 (when wlan not available)
Is this something that is known about ? Should I fill in an bug report, or
anything ?
best regards
Marek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/necessitas-devel/attachments/20130102/8fb39f64/attachment.html>
More information about the Necessitas-devel
mailing list