RX reordering environment declaration. More...
#include <rxu_cntrl.h>

Data Fields | |
| struct co_list_hdr | list_hdr |
| Pointer to the next element in the queue. | |
| uint32_t | sn_rx_time |
| Time at which last waited SN has been received. | |
| struct key_info_tag * | key |
| Pointer to the key structure used for PN check. | |
| uint16_t | win_start |
| Lowest expected to be received (from 0 to 4096) = WinStartB IEEE Std 802.11-2012 section 9.21.7.6.1. | |
| uint8_t | rx_status_pos |
| Current position in the RX packet status array. | |
| uint8_t | ooo_pkt_cnt |
| Number of packet received out of order and waiting for next sn. | |
| uint8_t | tid |
| TID of the reordering structure. | |
| struct rxu_cntrl_reord_elt | elt [RX_CNTRL_REORD_WIN_SIZE] |
| Reordering buffer elements. | |
| struct mm_timer_tag | timer |
| MM timer structure used for flushing the reordering buffer. | |
| bool | active |
| Flag indicating if the reordering agreement is active or not. | |
RX reordering environment declaration.
Definition at line 212 of file rxu_cntrl.h.
1.6.1