libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
libwifi_cts Struct Reference

#include <libwifi/core/frame/control/cts.h>

Data Fields

struct libwifi_ctrl_frame_header frame_header
 
unsigned char receiver_addr [6]
 

Detailed Description

     Clear-to-Send Layout

─────────────────────────────────── ┌─────────────────────────────────┐ │ Header │ Bytes: 4 ├─────────────────────────────────┤ │ Receiver Address │ Bytes: 6 └─────────────────────────────────┘

Definition at line 30 of file cts.h.

Field Documentation

◆ frame_header

struct libwifi_ctrl_frame_header frame_header

Definition at line 31 of file cts.h.

◆ receiver_addr

unsigned char receiver_addr[6]

Definition at line 32 of file cts.h.


The documentation for this struct was generated from the following file: