For my app, I'd like to scan for WLAN and then use SSID (MAC address) and signal level information of all wireless APs around the MeeGo device (N9).
However, I find the Qt APIs lacking this purpose. Using QNetworkConfigurationManager::allConfigurations() funciton, I could get the WLAN's access point names but no MAC addresses.
So, my question is: What can I use to do a scan for a wireless APs and acqure SSID and signal information? Is there another way to use the Qt/MeeGo API?
Thanks in advance.

Reply With Quote

