PDA

View Full Version : Check available wifi and bluetooth connections



gfernandes
17th September 2013, 11:01
Hi,

Is there a way to list out all the available wifi connections and their strength? I have been looking at QNetworkAccessManager, but I am not really sure how to go about it.

Any help is appreciated.

Thank You

gfernandes
17th September 2013, 16:12
Can anyone please point me to any tutorial or documentation? I would love to do it on my own, I just need few guidelines

anda_skoa
18th September 2013, 08:37
Well, network interfaces can be listed through QNetworkConfigurationManager

You might also want to look at http://qt-project.org/doc/qt-5.0/qtnetwork/bearer-management.html

As for signal strengths, maybe the QtMobility modules has something for that, but its availability could depend on the respective platform.

Cheers,
_