WifiSniffer.h File Reference
#include "System.h"
#include "WVector.h"
Include dependency graph for WifiSniffer.h:

Go to the source code of this file.

Classes

struct  BeaconInfo
 Decoded Wifi beacon (Access Point) information. More...
 
struct  ClientInfo
 Decoded Wifi client information. More...
 
class  BeaconInfoList
 For applications to use to manage list of unique beacons. More...
 
class  ClientInfoList
 For applications to use to manage list of unique clients. More...
 
class  WifiSniffer
 

Macros

#define ETH_MAC_LEN   6
 

Typedefs

typedef Delegate< void(uint8_t *data, uint16_t length)> WifiSnifferCallback
 
typedef Delegate< void(const BeaconInfo &beacon)> WifiBeaconCallback
 
typedef Delegate< void(const ClientInfo &client)> WifiClientCallback