Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs | Functions
IEEE11h.c File Reference
#include "ttype.h"
#include "tmacro.h"
#include "tether.h"
#include "IEEE11h.h"
#include "device.h"
#include "wmgr.h"
#include "rxtx.h"
#include "channel.h"

Go to the source code of this file.

Data Structures

struct  _WLAN_FRAME_ACTION
 
struct  _WLAN_FRAME_MSRREQ
 
struct  _WLAN_FRAME_MSRREP
 
struct  _WLAN_FRAME_TPCREQ
 
struct  _WLAN_FRAME_TPCREP
 

Macros

#define ACTION_MSRREQ   0
 
#define ACTION_MSRREP   1
 
#define ACTION_TPCREQ   2
 
#define ACTION_TPCREP   3
 
#define ACTION_CHSW   4
 

Typedefs

typedef struct _WLAN_FRAME_ACTION WLAN_FRAME_ACTION
 
typedef struct _WLAN_FRAME_ACTIONPWLAN_FRAME_ACTION
 
typedef struct _WLAN_FRAME_MSRREQ WLAN_FRAME_MSRREQ
 
typedef struct _WLAN_FRAME_MSRREQPWLAN_FRAME_MSRREQ
 
typedef struct _WLAN_FRAME_MSRREP WLAN_FRAME_MSRREP
 
typedef struct _WLAN_FRAME_MSRREPPWLAN_FRAME_MSRREP
 
typedef struct _WLAN_FRAME_TPCREQ WLAN_FRAME_TPCREQ
 
typedef struct _WLAN_FRAME_TPCREQPWLAN_FRAME_TPCREQ
 
typedef struct _WLAN_FRAME_TPCREP WLAN_FRAME_TPCREP
 
typedef struct _WLAN_FRAME_TPCREPPWLAN_FRAME_TPCREP
 

Functions

bool IEEE11hbMgrRxAction (void *pMgmtHandle, void *pRxPacket)
 
bool IEEE11hbMSRRepTx (void *pMgmtHandle)
 

Macro Definition Documentation

#define ACTION_CHSW   4

Definition at line 94 of file IEEE11h.c.

#define ACTION_MSRREP   1

Definition at line 91 of file IEEE11h.c.

#define ACTION_MSRREQ   0

Definition at line 90 of file IEEE11h.c.

#define ACTION_TPCREP   3

Definition at line 93 of file IEEE11h.c.

#define ACTION_TPCREQ   2

Definition at line 92 of file IEEE11h.c.

Typedef Documentation

Function Documentation

bool IEEE11hbMgrRxAction ( void pMgmtHandle,
void pRxPacket 
)

Definition at line 223 of file IEEE11h.c.

bool IEEE11hbMSRRepTx ( void pMgmtHandle)

Definition at line 289 of file IEEE11h.c.