Skip to content

wifi: Roam aggressively if we on a multi-AP network

Kristian Klausen requested to merge klausenbusk/NetworkManager:wifi-roam2 into master

A multi-AP network isn't always WPA Enterprise or Dynamic WEP. I have seen multi-AP WPA-PSK networks, so lets try to detect them and use a shorter bgscan interval. We can detect them by checking if seen-bssids > 1.

Fix #248 (closed)

Merge request reports