aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/802_11-utils.h
AgeCommit message (Collapse)AuthorFilesLines
2021-12-19wsutil: Use snprintf() and ws_strdup_printf()João Valverde1-1/+1
Replace GLib I/O with C library I/O.
2021-03-04peektagged: guess the PHY for 11b/11g/11a.Guy Harris1-1/+42
FOr 11b and 11g, also set the metadata to provide the "short preamble" indication. Add some macros to wsutil/802_11-utils.h to help there, as I threatened to do in the previous commit. :-)
2021-03-04wsutil: rename frequency-utils.[ch] to 802_11-utils.[ch].Guy Harris1-0/+74
It's 802.11-specific, and may include non-frequency/channel-related items in the future.