On Wed, 2013-04-03 at 21:05 -0400, david feeney wrote: > Hi, > > I have been trying to configure NM to only connect to one specific wifi AP; > if it does not see the specific AP, then it does not connect to any other > wifi AP's even if they have no security.
That's what the "bssid" property is for in the connection configuration files, or the "BSSID:" entry in the editor. eg, for keyfiles: ... [wifi] ssid=<your ssid> bssid=11:22:33:44:55:66 ... Dan > The problem I have is that if the specified AP drops out, the the NM will > hop over to a no-security AP and stay there even if the the specified AP > reappears. > > I just want one or none. > > Thank you! > > david > _______________________________________________ > networkmanager-list mailing list > [email protected] > https://mail.gnome.org/mailman/listinfo/networkmanager-list _______________________________________________ networkmanager-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/networkmanager-list
