X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=list.h;fp=list.h;h=0000000000000000000000000000000000000000;hb=79a24c19a7b1e29e527d00c19f97b80a5dcf0647;hp=e0368355933c14d49487737b2fbc0aeb23f39949;hpb=cd581a3e864957fdb30ee1987734e8abd8debf8c;p=my-code%2Fhdw-sniff.git diff --git a/list.h b/list.h deleted file mode 100644 index e036835..0000000 --- a/list.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * list.h - list header file - * - * author: hackbard@hackdaworld.dyndns.org - * - */ - -#define MAX_BSSID_CHARS 6 -#define MAX_SSID_CHARS 32 - -struct bssid -{ - char bssid[MAX_BSSID_CHARS]; /* the bssid mac address */ - struct bss *next; /* next bssid */ -} - -struct bsslist -{ - char ssid[MAX_SSID_CHARS]; /* network name of this bss */ - char struct *bssid; /* pointer to bssid mac addresses of this bss */ - struct bsslist *next; /* next sniffed bss */ -}