Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
union | _SEQUENCE_CONTROL |
union | _BA_PARAM_SET |
union | _DELBA_PARAM_SET |
struct | _BA_RECORD |
Macros | |
#define | TOTAL_TXBA_NUM 16 |
#define | TOTAL_RXBA_NUM 16 |
#define | BA_SETUP_TIMEOUT 200 |
#define | BA_INACT_TIMEOUT 60000 |
#define | BA_POLICY_DELAYED 0 |
#define | BA_POLICY_IMMEDIATE 1 |
#define | ADDBA_STATUS_SUCCESS 0 |
#define | ADDBA_STATUS_REFUSED 37 |
#define | ADDBA_STATUS_INVALID_PARAM 38 |
#define | DELBA_REASON_QSTA_LEAVING 36 |
#define | DELBA_REASON_END_BA 37 |
#define | DELBA_REASON_UNKNOWN_BA 38 |
#define | DELBA_REASON_TIMEOUT 39 |
Typedefs | |
typedef union _SEQUENCE_CONTROL | SEQUENCE_CONTROL |
typedef union _SEQUENCE_CONTROL * | PSEQUENCE_CONTROL |
typedef union _BA_PARAM_SET | BA_PARAM_SET |
typedef union _BA_PARAM_SET * | PBA_PARAM_SET |
typedef union _DELBA_PARAM_SET | DELBA_PARAM_SET |
typedef union _DELBA_PARAM_SET * | PDELBA_PARAM_SET |
typedef struct _BA_RECORD | BA_RECORD |
typedef struct _BA_RECORD * | PBA_RECORD |
#define ADDBA_STATUS_INVALID_PARAM 38 |
Definition at line 15 of file rtl819x_BA.h.
#define ADDBA_STATUS_REFUSED 37 |
Definition at line 14 of file rtl819x_BA.h.
#define ADDBA_STATUS_SUCCESS 0 |
Definition at line 13 of file rtl819x_BA.h.
#define BA_INACT_TIMEOUT 60000 |
Definition at line 8 of file rtl819x_BA.h.
#define BA_POLICY_DELAYED 0 |
Definition at line 10 of file rtl819x_BA.h.
#define BA_POLICY_IMMEDIATE 1 |
Definition at line 11 of file rtl819x_BA.h.
#define BA_SETUP_TIMEOUT 200 |
Definition at line 7 of file rtl819x_BA.h.
#define DELBA_REASON_END_BA 37 |
Definition at line 18 of file rtl819x_BA.h.
#define DELBA_REASON_QSTA_LEAVING 36 |
Definition at line 17 of file rtl819x_BA.h.
#define DELBA_REASON_TIMEOUT 39 |
Definition at line 20 of file rtl819x_BA.h.
#define DELBA_REASON_UNKNOWN_BA 38 |
Definition at line 19 of file rtl819x_BA.h.
#define TOTAL_RXBA_NUM 16 |
Definition at line 5 of file rtl819x_BA.h.
#define TOTAL_TXBA_NUM 16 |
Definition at line 4 of file rtl819x_BA.h.
typedef union _BA_PARAM_SET BA_PARAM_SET |
typedef struct _BA_RECORD BA_RECORD |
typedef union _DELBA_PARAM_SET DELBA_PARAM_SET |
typedef union _BA_PARAM_SET * PBA_PARAM_SET |
typedef struct _BA_RECORD * PBA_RECORD |
typedef union _DELBA_PARAM_SET * PDELBA_PARAM_SET |
typedef union _SEQUENCE_CONTROL * PSEQUENCE_CONTROL |
typedef union _SEQUENCE_CONTROL SEQUENCE_CONTROL |