CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2019/11/09 06:21:04
Modified files: sys/net80211 : ieee80211.c ieee80211_node.c ieee80211_var.h Log message: Give access points which fail to AUTH or ASSOC less priority during the next selection of networks from the join list. Prevents endless attempts to connect to an AP which is out of reach but still somehow manages to get a beacon or two across to us during scan. Tested with wifi networks at the University of Bucharest. Makes switching wifi networks possible after walking to a different room without having to down/up the interface or suspend/resume. ok phessler@