I'm using:
Qt Code:
  1. QList<QNetworkConfiguration> configs = manager->allConfigurations(FLAGS);
To copy to clipboard, switch view to plain text mode 
to get all the networks.
-If i use QNetworkConfiguration:iscovered as flag it return all the networks available at the moment and that i already use, networks that i saved in my computer.
-If i use QNetworkConfiguration:efined as flag it give all the networks saved in my computer even if they are not available at the moment.

What i want is to see all the networks that i don't have save in my computer and that are available. Like if i take my pc to a coffe that i never visited i want to see the wlan of that coffe. I tried undefined but it always give me 0 networks.