template_hardware.c File Reference

#include <include.h>
#include <src/XXXX.h>

Include dependency graph for template_hardware.c:

Go to the source code of this file.

Functions

int selectChannelXXXX (char *devname, int channel)
int shutCardXXXX (char *devname)
int openCardXXXX (char *devname)
int getPacketXXXX (p80211_caphdr_t *wlan_header, UINT8 *buf, int maxlen)
int openPacketXXXX (char *devname)
void closePacketXXXX (void)

Variables

ConfigStruct config
WINDOW * Sum_WND
WINDOW * RealTime_WND
ScanResult_t Res


Function Documentation

int selectChannelXXXX ( char *  devname,
int  channel 
)

Definition at line 39 of file template_hardware.c.

00040 {
00041   // change channel to monitor
00042   ...return result;
00043 }

int shutCardXXXX ( char *  devname  ) 

Definition at line 45 of file template_hardware.c.

00046 {
00047   // Turn off card and monitor mode
00048   ...return result;
00049 }

int openCardXXXX ( char *  devname  ) 

Definition at line 51 of file template_hardware.c.

00052 {
00053   // Turn on card and monitor mode
00054   ...return result;
00055 }

int getPacketXXXX ( p80211_caphdr_t wlan_header,
UINT8 buf,
int  maxlen 
)

Definition at line 59 of file template_hardware.c.

00060 {
00061   ...return result;
00062 }

int openPacketXXXX ( char *  devname  ) 

Definition at line 64 of file template_hardware.c.

00065 {
00066   // Open netlink
00067   ...return result;
00068 }

void closePacketXXXX ( void   ) 

Definition at line 70 of file template_hardware.c.

00071 {
00072   // close netlink
00073 ...}


Variable Documentation

Definition at line 58 of file scanner.c.

WINDOW* Sum_WND

Definition at line 61 of file scanner.c.

WINDOW * RealTime_WND

Definition at line 61 of file scanner.c.

Definition at line 60 of file scanner.c.


Generated on Fri Jul 25 17:11:26 2008 for WifiScanner by  doxygen 1.5.5