Ensure outbound data packets in hostap mode are delivered only to stations
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 25 Nov 2006 07:37:38 +0000 (07:37 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Sat, 25 Nov 2006 07:37:38 +0000 (07:37 +0000)
commita6226bb44c7180df1e67b3f8231a734ff27d5a0a
tree7493b218a30c5386fb076e72742b1b7481b38131
parentfb1342389e3067b6f1402d08eed4f51ef54c7ac3
Ensure outbound data packets in hostap mode are delivered only to stations
that are associated by making ieee80211_find_txnode return NULL when a
unicast frame is to be delivered to an unassociated station.

Obtained-from: FreeBSD (sam@freebsd.org)
sys/netproto/802_11/wlan/ieee80211_node.c