libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
|
#include <libwifi/core/frame/control/cts.h>
Data Fields | |
struct libwifi_ctrl_frame_header | frame_header |
unsigned char | receiver_addr [6] |
Clear-to-Send Layout
─────────────────────────────────── ┌─────────────────────────────────┐ │ Header │ Bytes: 4 ├─────────────────────────────────┤ │ Receiver Address │ Bytes: 6 └─────────────────────────────────┘
struct libwifi_ctrl_frame_header frame_header |