#include <libmac.h>
Data Fields | |
unsigned char * | frame_ptr |
This pointer is initialized to NULL and when each frame is received, it is set to point to the 802.11 frame. | |
unsigned short | frame_len |
This member contains the total length of the received frame, i.e. length(length field + data + parameter information + 802.11 header). |