#include <wlan/p80211types.h>
#include <wlan/p80211msg.h>
#include <wlan/p80211meta.h>
#include <wlan/p80211metamsg.h>
#include <wlan/p80211metastruct.h>
#include <wlan/p80211mgmt.h>
Include dependency graph for functions.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | CHANNEL_MIN 1 |
#define | CHANNEL_MAX 14 |
#define | HOP_MIN 1 |
#define | HOP_MAX 13 |
#define | IFACE_WLAN_MIN 0 |
#define | IFACE_WLAN_MAX 4 |
Functions | |
int | processPacket (unsigned char *packet, int len) |
void | ParseCommandLine (int argc, char **argv, ConfigStruct *config) |
void | ChannelToStr (char *strChannel, UINT8 Channel, UINT8 SChannel) |
char * | safe_strncpy (char *dst, const char *src, int size) |
int | safe_snprintf (char *s, int size, char *fmt,...) |
void * | memcpy_buff (void *dest, const void *src, size_t n) |
|
Definition at line 38 of file functions.h. Referenced by ParseCommandLine(). |
|
Definition at line 39 of file functions.h. Referenced by parse_keystring(), and ParseCommandLine(). |
|
Definition at line 41 of file functions.h. Referenced by parse_keystring(), and ParseCommandLine(). |
|
Definition at line 42 of file functions.h. Referenced by parse_keystring(), and ParseCommandLine(). |
|
Definition at line 44 of file functions.h. |
|
Definition at line 45 of file functions.h. |
|
|
|
Channel to string Definition at line 1351 of file functions.c. References debug. Referenced by main(). |
|
Definition at line 79 of file functions.c. |
|
Definition at line 85 of file functions.c. |
|
Definition at line 101 of file functions.c. References debug, and MAX_BUFFER_SIZE. Referenced by getPacketATHEROS(), getPacketCISCO(), getPacketHERMES(), getPacketHOSTAP(), getPacketPRISM54g(), and getPacketWLAN(). |