libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
|
#include "../../core/frame/control/rts.h"
Go to the source code of this file.
Functions | |
int | libwifi_create_rts (struct libwifi_rts *rts, const unsigned char transmitter[6], const unsigned char receiver[6], uint16_t duration) |
Create a RTS Control frame. More... | |
int libwifi_create_rts | ( | struct libwifi_rts * | rts, |
const unsigned char | transmitter[6], | ||
const unsigned char | receiver[6], | ||
uint16_t | duration | ||
) |
Create a RTS Control frame.
rts | A fresh libwifi_rts struct |
transmitter | The transmitter MAC address |
receiver | The receiver MAC address |
duration | The duration of the clear-to-send |