CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2019/11/09 04:39:15
Modified files: sys/net80211 : ieee80211_ioctl.c ieee80211_var.h Log message: Trigger a background scan when root runs the 'ifconfig scan' command. This will update the list of cached APs for future invocations of the 'scan' command, and will force a search for a better AP to roam to. ok sthen@ phessler@