4

How do I prevent the default Ubuntu Network Manager (network-manager) from scanning when connected on my Wi-Fi network?

Halta
  • 669

3 Answers3

2
killall -STOP NetworkManager

works for me in ubuntu 10.04

kermit
  • 21
1

From: https://blogs.gnome.org/dcbw/2016/05/16/networkmanager-and-wifi-scans/

You can "lock your WiFi connection profile to the BSSID of your access point" by entering your access point's BSSID under "Edit Connections..."

  • I am curious how to do this using the nm dbus backend, locking to a specific connection path (which includes the BSSID) used to work, but seems to have reverted back to periodically scanning anyway. Not sure why. – Charles Lohr Sep 27 '22 at 23:33
0

You can't, unless you hack and recompile NetworkManager.

jdthood
  • 12,467