Hi, I'm using libnm from python with GObject introspection for interfacing with Network Manager over the d-bus.
And to find the available networks / access points, I call get_access_points() <http://lazka.github.io/pgi-docs/index.html#NM-1.0/classes/DeviceWifi.html#NM.DeviceWifi.get_access_points> on each WiFi device <http://lazka.github.io/pgi-docs/index.html#NM-1.0/classes/DeviceWifi.html> however there is a big variance in the time that these call takes. Does get_access_points() <http://lazka.github.io/pgi-docs/index.html#NM-1.0/classes/DeviceWifi.html#NM.DeviceWifi.get_access_points> force a rescan on all channels and is there another way to find all available networks? Cheers, Morten
_______________________________________________ networkmanager-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/networkmanager-list
