about summary refs log tree commit diff stats
path: root/src/libwifi/core/misc/byteswap.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for ESP32 (#17)Zduniusz2023-04-151-1/+1
| | | | | | | | | | | | | | | | | | | | * Add support for ESP32 * core: Check length of body before allocating Frames with no body may be worth parsing, but should avoid the allocation of zero-length bodies. Instead, we'll check if the body exists in the parsed data and if that length is zero, return early with success. Fixes #16 * misc: Run GitHub build actions on pull requests * Add support for ESP32 --------- Co-authored-by: Zduniusz <Zduniusz@thisemaildoesnotexist.com> Co-authored-by: Marc <marc@malloc.me>
* Add macOS support (#8)Marc2022-08-201-1/+24
| | | Add macOS build support
* Initial CommitMarc2021-12-011-0/+31
Signed-off-by: Marc <foxtrot@malloc.me>