I'm trying to control how my laptop "roams" between various access points of the same SSID, as I'm having issues when using specific ones (something to do with how their firewalls are configured, which is out of my control).
I have a list of known good, and a list of known bad BSSIDs and mac addresses.
Currently I'm manually selecting a working AP through the network manager each time I move out of range, but it is tedious to do so each time I move my laptop to a new room.
Is there a configuration file somewhere which I'm able to enter a list of specific devices/APs/BSSIDs/mac addresses that my laptop is allowed to connect to, or that are blocked? There's about 30 on each list of working/not working.
Network controller: Intel Corporation Wireless 7265 (rev 59)
Ubuntu 18.04.1 LTS
EDIT: The options in wpa_cli allow blacklisting BSSID's
```
$ wpa_cli help | grep "blacklist <BSSID>" -b1
bssid <network id> <BSSID> = set preferred BSSID for an SSID
blacklist <BSSID> = add a BSSID to the blacklist
blacklist clear = clear the blacklist
```
Bookmarks