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