Go to the documentation of this file.
22 #define TOTAL_TXBA_NUM 16
23 #define TOTAL_RXBA_NUM 16
25 #define BA_SETUP_TIMEOUT 200
26 #define BA_INACT_TIMEOUT 60000
28 #define BA_POLICY_DELAYED 0
29 #define BA_POLICY_IMMEDIATE 1
31 #define ADDBA_STATUS_SUCCESS 0
32 #define ADDBA_STATUS_REFUSED 37
33 #define ADDBA_STATUS_INVALID_PARAM 38
35 #define DELBA_REASON_QSTA_LEAVING 36
36 #define DELBA_REASON_END_BA 37
37 #define DELBA_REASON_UNKNOWN_BA 38
38 #define DELBA_REASON_TIMEOUT 39