NetBSD/sys/net80211
maxv a45976c272 Several changes:
* Style in several places, to make the code more readable or easier to
   understand.

 * Instead of checking m->m_pkthdr.len, check m->m_len. m_pkthdr.len is
   the total size of the packet, not the size of the current mbuf (which
   may be smaller).

 * Add a missing length check when handling QoS frames.

 * Cast the lengths passed in IEEE80211_VERIFY_LENGTH to size_t.

 * Remove the length check on scan.sp_xrates, that I added yesterday.
   xrates gets silently truncated in ieee80211_setup_rates().

 * Fix several buffer overflows in the parsers of the MANAGEMENT frames.
2018-01-17 16:03:16 +00:00
..
_ieee80211.h
CHANGES
files.net80211
ieee80211_acl.c
ieee80211_amrr.c
ieee80211_amrr.h
ieee80211_crypto_ccmp.c
ieee80211_crypto_none.c
ieee80211_crypto_tkip.c
ieee80211_crypto_wep.c
ieee80211_crypto.c Update the mbuf pointer when m_pullup succeeds, I forgot this in my last 2018-01-16 09:04:30 +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 Several changes: 2018-01-17 16:03:16 +00:00
ieee80211_ioctl.c
ieee80211_ioctl.h
ieee80211_netbsd.c
ieee80211_netbsd.h
ieee80211_node.c Various fixes: style, remove tiring XXXs, and prevent integer overflow in 2018-01-16 18:53:32 +00:00
ieee80211_node.h Prepend 'sp_' to the name of the fields, so that they can easily be found 2018-01-16 18:42:43 +00:00
ieee80211_output.c
ieee80211_proto.c
ieee80211_proto.h
ieee80211_radiotap.h
ieee80211_rssadapt.c
ieee80211_rssadapt.h
ieee80211_sysctl.h
ieee80211_var.h Start cleaning up this mess. 2018-01-16 07:53:02 +00:00
ieee80211_xauth.c
ieee80211.c
ieee80211.h
Makefile