summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/net80211.c
AgeCommit message (Expand)Author
2021-12-05sys/select.h is not needed, if howmany/NBBY are needed they will arriveTheo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-04-26Use <fcntl.h> instead of <sys/file.h> for open() and friends.Philip Guenther
2016-08-27Pull in <sys/select.h> for howmany() and NBBY, used by various net*/*.hPhilip Guenther
2016-06-05In netstat, display correct counter for 'no basic MCS set' error.Stefan Sperling
2016-04-28Display block ack window slide counter.Stefan Sperling
2016-04-27Make netstat -W show new 802.11n counters. Requires a new kernel.Stefan Sperling
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-21remove pointless if_var.h and socketvar.h includes; ok deraadtMike Belopuhov
2014-08-14No need for <netinet/in_systm.h> nor <netinet/tcpip.h>.Martin Pieuchot
2013-11-21split kernel parts of the if.h into a separate header file if_var.hMike Belopuhov
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-07-13Label node allocation failures as such in netstat -W output.Stefan Sperling
2011-03-04kill is_rx_elem_unknown.Federico G. Schwindt
2008-12-17add some newly created stats that are defined in ieee80211_ioctl.hjoshua stein
2007-08-14Prevent sneaking in unencrypted packets into WEP traffic.Alexander Bluhm
2007-06-19err(3) was being called but was missing an include, and end: wasRay Lai
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-05-15simple error message cleanupReyk Floeter
2005-04-12add '-W interface' for 802.11 wireless statistics of the net80211 stack.Reyk Floeter