Linux Kernel
3.7.1
|
#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_ACTION * | PWLAN_FRAME_ACTION |
typedef struct _WLAN_FRAME_MSRREQ | WLAN_FRAME_MSRREQ |
typedef struct _WLAN_FRAME_MSRREQ * | PWLAN_FRAME_MSRREQ |
typedef struct _WLAN_FRAME_MSRREP | WLAN_FRAME_MSRREP |
typedef struct _WLAN_FRAME_MSRREP * | PWLAN_FRAME_MSRREP |
typedef struct _WLAN_FRAME_TPCREQ | WLAN_FRAME_TPCREQ |
typedef struct _WLAN_FRAME_TPCREQ * | PWLAN_FRAME_TPCREQ |
typedef struct _WLAN_FRAME_TPCREP | WLAN_FRAME_TPCREP |
typedef struct _WLAN_FRAME_TPCREP * | PWLAN_FRAME_TPCREP |
Functions | |
bool | IEEE11hbMgrRxAction (void *pMgmtHandle, void *pRxPacket) |
bool | IEEE11hbMSRRepTx (void *pMgmtHandle) |
typedef struct _WLAN_FRAME_ACTION * PWLAN_FRAME_ACTION |
typedef struct _WLAN_FRAME_MSRREP * PWLAN_FRAME_MSRREP |
typedef struct _WLAN_FRAME_MSRREQ * PWLAN_FRAME_MSRREQ |
typedef struct _WLAN_FRAME_TPCREP * PWLAN_FRAME_TPCREP |
typedef struct _WLAN_FRAME_TPCREQ * PWLAN_FRAME_TPCREQ |