Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
80211mgr.c File Reference
#include "tmacro.h"
#include "tether.h"
#include "80211mgr.h"
#include "80211hdr.h"
#include "device.h"
#include "wpa.h"

Go to the source code of this file.

Functions

void vMgrEncodeBeacon (PWLAN_FR_BEACON pFrame)
 
void vMgrDecodeBeacon (PWLAN_FR_BEACON pFrame)
 
void vMgrEncodeIBSSATIM (PWLAN_FR_IBSSATIM pFrame)
 
void vMgrDecodeIBSSATIM (PWLAN_FR_IBSSATIM pFrame)
 
void vMgrEncodeDisassociation (PWLAN_FR_DISASSOC pFrame)
 
void vMgrDecodeDisassociation (PWLAN_FR_DISASSOC pFrame)
 
void vMgrEncodeAssocRequest (PWLAN_FR_ASSOCREQ pFrame)
 
void vMgrDecodeAssocRequest (PWLAN_FR_ASSOCREQ pFrame)
 
void vMgrEncodeAssocResponse (PWLAN_FR_ASSOCRESP pFrame)
 
void vMgrDecodeAssocResponse (PWLAN_FR_ASSOCRESP pFrame)
 
void vMgrEncodeReassocRequest (PWLAN_FR_REASSOCREQ pFrame)
 
void vMgrDecodeReassocRequest (PWLAN_FR_REASSOCREQ pFrame)
 
void vMgrEncodeProbeRequest (PWLAN_FR_PROBEREQ pFrame)
 
void vMgrDecodeProbeRequest (PWLAN_FR_PROBEREQ pFrame)
 
void vMgrEncodeProbeResponse (PWLAN_FR_PROBERESP pFrame)
 
void vMgrDecodeProbeResponse (PWLAN_FR_PROBERESP pFrame)
 
void vMgrEncodeAuthen (PWLAN_FR_AUTHEN pFrame)
 
void vMgrDecodeAuthen (PWLAN_FR_AUTHEN pFrame)
 
void vMgrEncodeDeauthen (PWLAN_FR_DEAUTHEN pFrame)
 
void vMgrDecodeDeauthen (PWLAN_FR_DEAUTHEN pFrame)
 
void vMgrEncodeReassocResponse (PWLAN_FR_REASSOCRESP pFrame)
 
void vMgrDecodeReassocResponse (PWLAN_FR_REASSOCRESP pFrame)
 

Function Documentation

void vMgrDecodeAssocRequest ( PWLAN_FR_ASSOCREQ  pFrame)

Definition at line 360 of file 80211mgr.c.

void vMgrDecodeAssocResponse ( PWLAN_FR_ASSOCRESP  pFrame)

Definition at line 454 of file 80211mgr.c.

void vMgrDecodeAuthen ( PWLAN_FR_AUTHEN  pFrame)

Definition at line 841 of file 80211mgr.c.

void vMgrDecodeBeacon ( PWLAN_FR_BEACON  pFrame)

Definition at line 125 of file 80211mgr.c.

void vMgrDecodeDeauthen ( PWLAN_FR_DEAUTHEN  pFrame)

Definition at line 903 of file 80211mgr.c.

void vMgrDecodeDisassociation ( PWLAN_FR_DISASSOC  pFrame)

Definition at line 310 of file 80211mgr.c.

void vMgrDecodeIBSSATIM ( PWLAN_FR_IBSSATIM  pFrame)

Definition at line 264 of file 80211mgr.c.

void vMgrDecodeProbeRequest ( PWLAN_FR_PROBEREQ  pFrame)

Definition at line 616 of file 80211mgr.c.

void vMgrDecodeProbeResponse ( PWLAN_FR_PROBERESP  pFrame)

Definition at line 700 of file 80211mgr.c.

void vMgrDecodeReassocRequest ( PWLAN_FR_REASSOCREQ  pFrame)

Definition at line 527 of file 80211mgr.c.

void vMgrDecodeReassocResponse ( PWLAN_FR_REASSOCRESP  pFrame)

Definition at line 958 of file 80211mgr.c.

void vMgrEncodeAssocRequest ( PWLAN_FR_ASSOCREQ  pFrame)

Definition at line 334 of file 80211mgr.c.

void vMgrEncodeAssocResponse ( PWLAN_FR_ASSOCRESP  pFrame)

Definition at line 424 of file 80211mgr.c.

void vMgrEncodeAuthen ( PWLAN_FR_AUTHEN  pFrame)

Definition at line 812 of file 80211mgr.c.

void vMgrEncodeBeacon ( PWLAN_FR_BEACON  pFrame)

Definition at line 93 of file 80211mgr.c.

void vMgrEncodeDeauthen ( PWLAN_FR_DEAUTHEN  pFrame)

Definition at line 878 of file 80211mgr.c.

void vMgrEncodeDisassociation ( PWLAN_FR_DISASSOC  pFrame)

Definition at line 284 of file 80211mgr.c.

void vMgrEncodeIBSSATIM ( PWLAN_FR_IBSSATIM  pFrame)

Definition at line 243 of file 80211mgr.c.

void vMgrEncodeProbeRequest ( PWLAN_FR_PROBEREQ  pFrame)

Definition at line 596 of file 80211mgr.c.

void vMgrEncodeProbeResponse ( PWLAN_FR_PROBERESP  pFrame)

Definition at line 668 of file 80211mgr.c.

void vMgrEncodeReassocRequest ( PWLAN_FR_REASSOCREQ  pFrame)

Definition at line 497 of file 80211mgr.c.

void vMgrEncodeReassocResponse ( PWLAN_FR_REASSOCRESP  pFrame)

Definition at line 927 of file 80211mgr.c.