CVSROOT: /cvs Module name: src Changes by: phess...@cvs.openbsd.org 2018/07/13 01:22:55
Modified files: sys/net80211 : ieee80211_node.c Log message: Some more checks before auto-join switches networks. Make sure all of the crypto options the AP announces matches what we would configure. While here, don't switch if the user has specified a specific BSSID, and the new AP does not match. OK stsp@