Skip to content

Instantly share code, notes, and snippets.

@kinnala
Created May 10, 2022 11:31
Show Gist options
  • Save kinnala/199d1c2ab9a234a6cf28ee994329e429 to your computer and use it in GitHub Desktop.
Save kinnala/199d1c2ab9a234a6cf28ee994329e429 to your computer and use it in GitHub Desktop.
Connect to eduroam AP that has best signal strength by fixing BSSID
nmcli con down eduroam
nmcli con modify eduroam 802-11-wireless.bssid `nmcli d wifi list | grep eduroam | head -n 1 | awk '{print $1}'`
nmcli con up eduroam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment