Hi, "ifconfig wlan1 list sta" shows nodes in other IBSS networks on the same channel. I think this is a combination of kern/199632 and a commit I made a few months ago to allow /all/ beacons in IBSS mode (so IBSS merge works.)
A commit references this bug: Author: adrian Date: Sat Apr 9 00:54:02 UTC 2016 New revision: 297727 URL: https://svnweb.freebsd.org/changeset/base/297727 Log: [net80211] revert part of r282405 in order to restore IBSS behaviour. This prevents nodes being created for peers on BSSes that are not our own. (Ie, same channel, IBSS, but different BSS.) The "IBSS merge" thing was fixed by me enabling "see all beacons" in the ath(4) driver a few months ago. Trouble is, we now need the filtering again. Tested: * ath(4), IBSS, on a very busy IBSS channel with lots (> 15) IBSS networks. PR: kern/208643 Sponsored by: Eva Automation, Inc. Changes: head/sys/net80211/ieee80211_adhoc.c
Fixed in base r306139.