Searched refs:pn48 (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_security.h | 46 union pn48 { union 108 union pn48 dot11Grptxpn; /* PN48 used for Grp Key xmit. */ 109 union pn48 dot11Grprxpn; /* PN48 used for Grp Key recv. */ 112 union pn48 dot11wBIPtxpn; /* PN48 used for Grp Key xmit. */ 113 union pn48 dot11wBIPrxpn; /* PN48 used for Grp Key recv. */
|
| H A D | sta_info.h | 94 union pn48 dot11txpn; /* PN48 used for Unicast xmit */ 95 union pn48 dot11wtxpn; /* PN48 used for Unicast mgmt xmit. */ 96 union pn48 dot11rxpn; /* PN48 used for Unicast recv. */
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 1905 new_pn.pn48 = ath10k_htt_rx_h_get_pn(ar, skb, enctype); 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() 2382 pn->pn48 = __le32_to_cpu(rx_desc->pn_31_0) + in ath10k_htt_rx_mpdu_desc_pn_hl() 2394 return ((new_pn->pn48 & 0xffffffffffffULL) <= in ath10k_htt_rx_pn_cmp48() 2395 (old_pn->pn48 & 0xffffffffffffULL)); in ath10k_htt_rx_pn_cmp48() 2451 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_pn_check_replay_hl() 2609 __le64 pn48 = cpu_to_le64(new_pn.pn48); in ath10k_htt_rx_proc_rx_ind_hl() local 2636 memcpy(skb->data + offset, &pn48, 2); in ath10k_htt_rx_proc_rx_ind_hl() [all …]
|
| H A D | htt.h | 1680 u64 pn48; member
|
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_security.c | 464 union pn48 dot11txpn; in rtw_tkip_encrypt() 536 union pn48 dot11txpn; in rtw_tkip_decrypt()
|
| H A D | rtw_mlme.c | 1014 memset((u8 *)&psta->dot11txpn, 0, sizeof(union pn48)); in rtw_joinbss_update_stainfo() 1016 memset((u8 *)&psta->dot11wtxpn, 0, sizeof(union pn48)); in rtw_joinbss_update_stainfo() 1017 memset((u8 *)&psta->dot11rxpn, 0, sizeof(union pn48)); in rtw_joinbss_update_stainfo()
|