Home
last modified time | relevance | path

Searched refs:tids_last_pn_valid (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_rx_pn.c114 last_pn_valid = peer->tids_last_pn_valid[tid]; in ol_rx_pn_check_base()
148 last_pn_valid = peer->tids_last_pn_valid[tid] = 1; in ol_rx_pn_check_base()
H A Dol_rx.c828 qdf_mem_zero(peer->tids_last_pn_valid, in ol_rx_sec_ind_handler()
830 } else if (sec_index == txrx_sec_mcast || peer->tids_last_pn_valid[0]) { in ol_rx_sec_ind_handler()
836 peer->tids_last_pn_valid[i] = 1; in ol_rx_sec_ind_handler()
H A Dol_txrx_types.h1486 uint8_t tids_last_pn_valid[OL_TXRX_NUM_EXT_TIDS]; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_peer.c3430 qdf_mem_zero(peer->tids_last_pn_valid, _EXT_TIDS); in dp_rx_sec_ind_handler()
3437 peer->tids_last_pn_valid[i] = 1; in dp_rx_sec_ind_handler()