libwifi 0.0.3
An 802.11 Frame Parsing and Generation library in C
|
Go to the source code of this file.
Functions | |
int | libwifi_create_atim (struct libwifi_atim *atim, const unsigned char transmitter[6], const unsigned char receiver[6], const unsigned char address3[6]) |
Generate a populated ATIM frame. More... | |
int libwifi_create_atim | ( | struct libwifi_atim * | atim, |
const unsigned char | transmitter[6], | ||
const unsigned char | receiver[6], | ||
const unsigned char | address3[6] | ||
) |
Generate a populated ATIM frame.
atim | A new libwifi_atim struct |
transmitter | The transmitter address, aka address 1 |
receiver | The receiver address, aka address 2 |
address3 | The address 3 frame value, typically the BSSID |