NetBSD/sys/net80211
msaitoh 3cd62456f9 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward
compatibility with BIOC[GS]SEESENT ioctl. The userland interface is the same
as FreeBSD.

 This change also fixes a bug that the direction is misunderstand on some
environment by passing the direction to bpf_mtap*() instead of checking
m->m_pkthdr.rcvif.
2018-06-26 06:47:57 +00:00
..
_ieee80211.h
CHANGES
files.net80211 GC unused functions. Don't bother building ieee80211_acl.c, nothing in 2013-09-13 20:19:53 +00:00
ieee80211_acl.c
ieee80211_amrr.c + include opt_inet.h for INET (or lack thereof) 2015-08-24 20:58:47 +00:00
ieee80211_amrr.h
ieee80211_crypto_ccmp.c Remove ovbcopy from net80211. 2018-05-03 17:14:37 +00:00
ieee80211_crypto_none.c Style, no functional change. 2018-01-19 07:53:46 +00:00
ieee80211_crypto_tkip.c Style, and check the return value of m_append. 2018-01-19 07:57:50 +00:00
ieee80211_crypto_wep.c Remove ovbcopy from net80211. 2018-05-03 17:14:37 +00:00
ieee80211_crypto.c Remove three useless debug messages, remove meaningless XXXs, and remove 2018-05-08 07:02:07 +00:00
ieee80211_crypto.h Fix use-after-free: ieee80211_crypto_decap does a pullup on the mbuf but 2017-12-10 08:56:23 +00:00
ieee80211_input.c Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
ieee80211_ioctl.c sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
ieee80211_ioctl.h Remove duplicate macros. Reported in PR/29786. 2018-05-04 11:25:24 +00:00
ieee80211_netbsd.c Move m_align and m_append into iee80211_netbsd.c. They are part of 2018-04-27 06:56:21 +00:00
ieee80211_netbsd.h Remove ovbcopy from net80211. 2018-05-03 17:14:37 +00:00
ieee80211_node.c Style, no functional change. 2018-01-18 17:59:29 +00:00
ieee80211_node.h s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
ieee80211_output.c Remove three useless debug messages, remove meaningless XXXs, and remove 2018-05-08 07:02:07 +00:00
ieee80211_proto.c wlan interfaces make interrupt routine running on softint context. 2017-02-02 10:05:35 +00:00
ieee80211_proto.h Export some 802.11 IE manipulate functions. 2017-01-04 03:05:24 +00:00
ieee80211_radiotap.h
ieee80211_rssadapt.c - use ether_snprintf() so that we don't overwrite our buffer for printing 2016-09-27 20:20:06 +00:00
ieee80211_rssadapt.h Revert prior. 2016-04-08 14:30:47 +00:00
ieee80211_sysctl.h
ieee80211_var.h Remove three useless debug messages, remove meaningless XXXs, and remove 2018-05-08 07:02:07 +00:00
ieee80211_xauth.c
ieee80211.c sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
ieee80211.h Merge enough FreeBSD code to make RT5592 work. 2016-09-16 09:25:30 +00:00
Makefile