WLANPacket.hh File Reference

802.11 WLANPacket public header More...

Include dependency graph for WLANPacket.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  senf::WLANPacketParser
 802.11 Frame parser (see IEEE 802.11-2007 standard - Chapter 7 Frame formats) Re-ordering of bits due to host byte order More...
 
struct  senf::WLANPacket_MgtFrameParser
 Management frame parser Re-ordering of bits due to LSB byte order More...
 
struct  senf::WLANPacket_MgtFrameType
 WLAN Management frame packet. More...
 
struct  senf::WLANPacket_CtrlFrameParser
 Control frame parser Re-ordering of bits due to LSB byte order More...
 
struct  senf::WLANPacket_CtrlFrameType
 WLAN Control frame packet. More...
 
struct  senf::WLANPacket_MeshControlFieldParser
 
struct  senf::WLANPacket_DataFrameParser
 Data frame parser Re-ordering of bits due to LSB byte order More...
 
struct  senf::WLANPacket_DataFrameType
 WLAN Data frame packet. More...
 

Namespaces

 senf
 

Typedefs

typedef WLANPacket_MgtFrameType::packet senf::WLANPacket_MgtFrame
 WLAN Management frame packet typedef. More...
 
typedef WLANPacket_CtrlFrameType::packet senf::WLANPacket_CtrlFrame
 WLAN Control frame packet typedef. More...
 
typedef WLANPacket_DataFrameType::packet senf::WLANPacket_DataFrame
 WLAN Data frame packet typedef. More...
 

Detailed Description

802.11 WLANPacket public header

Definition in file WLANPacket.hh.