Home
last modified time | relevance | path

Searched refs:last_pn (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1887 union htt_rx_pn_t *last_pn, new_pn = {}; in ath10k_htt_rx_h_frag_pn_check() local
1904 last_pn = &peer->frag_tids_last_pn[tid]; in ath10k_htt_rx_h_frag_pn_check()
1910 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_h_frag_pn_check()
1916 if (new_pn.pn48 != last_pn->pn48 + 1) in ath10k_htt_rx_h_frag_pn_check()
1919 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_h_frag_pn_check()
2407 union htt_rx_pn_t *last_pn; in ath10k_htt_rx_pn_check_replay_hl() local
2430 last_pn = &peer->tids_last_pn[tid]; in ath10k_htt_rx_pn_check_replay_hl()
2446 pn_invalid = ath10k_htt_rx_pn_cmp48(&new_pn, last_pn); in ath10k_htt_rx_pn_check_replay_hl()
2451 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_pn_check_replay_hl()
2773 union htt_rx_pn_t *last_pn; in ath10k_htt_rx_proc_rx_frag_ind_hl() local
[all …]
/linux/net/mac80211/
H A Dsta_info.h460 u8 last_pn[6]; /* PN of the last fragment if CCMP was used */ member
H A Drx.c2402 memcpy(entry->last_pn, in ieee80211_rx_h_defragment()
2448 memcpy(pn, entry->last_pn, IEEE80211_CCMP_PN_LEN); in ieee80211_rx_h_defragment()
2458 memcpy(entry->last_pn, pn, IEEE80211_CCMP_PN_LEN); in ieee80211_rx_h_defragment()