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() on each WiFi device however there is a big variance in the time that these call takes. Does get_access_points() force a rescan on all channels and is there another way to find all available networks?
Cheers, Morten |