CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2019/10/11 09:20:36
Modified files: sys/net80211 : ieee80211_input.c Log message: Probe responses are generally only seen after probe requests, which we only send if an SSID is already configured. Thus a scan only creates beacons. Especially on bwfm(4) only beacons frames are faked, there are no probe responses. When a node first is created, ni_rssi is 0, which is always smaller than rxi_rssi, and it wil never be set for nodes on 5 GHz. Thus we should always set ni_rssi if it is 0. Tested by jan@ tobhe@ ok stsp@ deraadt@