5 | | * total number of MAC frames transmitted successfully (at senders) |
6 | | * total number of MAC frames dropped due to excessive retries (at senders) |
7 | | * total number of MAC frames dropped due to FIFO errors (at senders) |
8 | | * total number of MAC frames dropped due to filtering (at senders) |
9 | | * total number of short retries (for 802.11 RTS frames) (at senders) |
10 | | * total number of long retries (for 802.11 DATA frames) (at senders) |
11 | | * total number of MAC frames received successfully (at receivers) |
12 | | * total number of frames dropped due to CRC errors (at receivers) |
13 | | * total number of frames dropped due to FIFO errors (at receivers) |
14 | | * total number of frames dropped due to PHY errors (at receivers) |
| 5 | * frames transmitted successfully (at senders) |
| 6 | * frames dropped due to excessive retries (at senders) |
| 7 | * frames dropped due to FIFO errors (at senders) |
| 8 | * frames dropped due to filtering (at senders) |
| 9 | * short retries (for 802.11 RTS frames) (at senders) |
| 10 | * long retries (for 802.11 DATA frames) (at senders) |
| 11 | * frames received successfully (at receivers) |
| 12 | * frames dropped due to CRC errors (at receivers) |
| 13 | * frames dropped due to FIFO errors (at receivers) |
| 14 | * frames dropped due to PHY errors (at receivers) |