Go to the documentation of this file.
4 #define TOTAL_TXBA_NUM 16
5 #define TOTAL_RXBA_NUM 16
7 #define BA_SETUP_TIMEOUT 200
8 #define BA_INACT_TIMEOUT 60000
10 #define BA_POLICY_DELAYED 0
11 #define BA_POLICY_IMMEDIATE 1
13 #define ADDBA_STATUS_SUCCESS 0
14 #define ADDBA_STATUS_REFUSED 37
15 #define ADDBA_STATUS_INVALID_PARAM 38
17 #define DELBA_REASON_QSTA_LEAVING 36
18 #define DELBA_REASON_END_BA 37
19 #define DELBA_REASON_UNKNOWN_BA 38
20 #define DELBA_REASON_TIMEOUT 39
68 #endif //end _BATYPE_H_