NetBSD/sys/net80211
kamil 953f1255fa Avoid changing signedness bit with << 24 in ieee80211_crypto_tkip.c
Reported by <prlw1>
2019-12-19 16:29:50 +00:00
..
CHANGES
Makefile
_ieee80211.h
files.net80211
ieee80211.c ieee80211_announce: Print supported rates with aprint_debug 2019-10-03 17:46:56 +00:00
ieee80211.h Merge enough FreeBSD code to make RT5592 work. 2016-09-16 09:25:30 +00:00
ieee80211_acl.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
ieee80211_amrr.c
ieee80211_amrr.h
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_crypto_ccmp.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
ieee80211_crypto_none.c Style, no functional change. 2018-01-19 07:53:46 +00:00
ieee80211_crypto_tkip.c Avoid changing signedness bit with << 24 in ieee80211_crypto_tkip.c 2019-12-19 16:29:50 +00:00
ieee80211_crypto_wep.c Remove ovbcopy from net80211. 2018-05-03 17:14:37 +00:00
ieee80211_input.c Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since the 2018-12-22 13:11:37 +00:00
ieee80211_ioctl.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
ieee80211_ioctl.h Include <net/if.h> for IFNAMSIZ 2019-08-20 09:28:00 +00:00
ieee80211_netbsd.c Replace M_ALIGN and MH_ALIGN by m_align. 2018-12-22 14:28:56 +00:00
ieee80211_netbsd.h Move m_align() back into the kernel, and switch M_ALIGN and MH_ALIGN to it. 2018-12-22 13:55:56 +00:00
ieee80211_node.c Add comment for previous. 2019-12-19 15:54:21 +00:00
ieee80211_node.h s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
ieee80211_output.c Replace: M_MOVE_PKTHDR -> m_move_pkthdr. No functional change, since the 2018-12-22 13:11:37 +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 remove __packed attribute from struct ieee80211_radiotap_header 2019-10-05 23:27:20 +00:00
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
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