dot11 timer functions introduced.
FossilOrigin-Name: c178ea605edf092e928f73799eb7ae8d27b8cda3f0aac6da490dc345740ca24a
This commit is contained in:
@ -2,6 +2,12 @@
|
||||
|
||||
#include "dot11.h"
|
||||
|
||||
|
||||
uint64_t dot11_timer_offset=0;
|
||||
|
||||
|
||||
|
||||
|
||||
const unsigned char dot11_tab_br[] =
|
||||
{
|
||||
0x00, 0x80, 0x40, 0xC0, 0x20, 0xA0, 0x60, 0xE0, 0x10, 0x90, 0x50, 0xD0, 0x30, 0xB0, 0x70, 0xF0,
|
||||
@ -22,3 +28,12 @@ const unsigned char dot11_tab_br[] =
|
||||
0x0F, 0x8F, 0x4F, 0xCF, 0x2F, 0xAF, 0x6F, 0xEF, 0x1F, 0x9F, 0x5F, 0xDF, 0x3F, 0xBF, 0x7F, 0xFF
|
||||
};
|
||||
|
||||
const char * dot11_type_strings[]=
|
||||
{
|
||||
"Assoc Req",
|
||||
"Assoc Resp",
|
||||
"ReAssoc Req",
|
||||
"ReAssoc Resp",
|
||||
"Probe Req",
|
||||
"Probe Resp"
|
||||
};
|
||||
|
Reference in New Issue
Block a user