Searched refs:pn48 (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.15/drivers/staging/rtl8723bs/include/ |
| D | rtw_security.h | 51 union pn48 { union 113 union pn48 dot11Grptxpn; /* PN48 used for Grp Key xmit. */ 114 union pn48 dot11Grprxpn; /* PN48 used for Grp Key recv. */ 117 union pn48 dot11wBIPtxpn; /* PN48 used for Grp Key xmit. */ 118 union pn48 dot11wBIPrxpn; /* PN48 used for Grp Key recv. */
|
| 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-v5.15/drivers/staging/rtl8712/ |
| D | rtl871x_security.h | 38 union pn48 { union 100 union pn48 Grptxpn; /* PN48 used for Grp Key xmit. */ 101 union pn48 Grprxpn; /* PN48 used for Grp Key recv. */
|
| D | sta_info.h | 61 union pn48 txpn; /* PN48 used for Unicast xmit.*/ 62 union pn48 rxpn; /* PN48 used for Unicast recv.*/
|
| D | rtl871x_security.c | 570 union pn48 txpn; in r8712_tkip_encrypt() 649 union pn48 txpn; in r8712_tkip_decrypt()
|
| D | rtl871x_mlme.c | 812 sizeof(union pn48)); in r8712_joinbss_event_callback() 815 sizeof(union pn48)); in r8712_joinbss_event_callback()
|
| /Linux-v5.15/drivers/net/wireless/ath/ath10k/ |
| D | htt_rx.c | 1806 new_pn.pn48 = ath10k_htt_rx_h_get_pn(ar, skb, offset, enctype); in ath10k_htt_rx_h_frag_pn_check() 1811 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_h_frag_pn_check() 1817 if (new_pn.pn48 != last_pn->pn48 + 1) in ath10k_htt_rx_h_frag_pn_check() 1820 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_h_frag_pn_check() 2260 pn->pn48 = __le32_to_cpu(rx_desc->pn_31_0) + in ath10k_htt_rx_mpdu_desc_pn_hl() 2272 return ((new_pn->pn48 & 0xffffffffffffULL) <= in ath10k_htt_rx_pn_cmp48() 2273 (old_pn->pn48 & 0xffffffffffffULL)); in ath10k_htt_rx_pn_cmp48() 2329 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_pn_check_replay_hl() 2487 __le64 pn48 = cpu_to_le64(new_pn.pn48); in ath10k_htt_rx_proc_rx_ind_hl() local 2514 memcpy(skb->data + offset, &pn48, 2); in ath10k_htt_rx_proc_rx_ind_hl() [all …]
|
| D | htt.h | 1786 u64 pn48; member
|
| /Linux-v5.15/drivers/staging/r8188eu/include/ |
| D | rtw_security.h | 45 union pn48 { union 107 union pn48 dot11Grptxpn; /* PN48 used for Grp Key xmit.*/ 108 union pn48 dot11Grprxpn; /* PN48 used for Grp Key recv.*/
|
| D | sta_info.h | 88 union pn48 dot11txpn; /* PN48 used for Unicast xmit. */ 89 union pn48 dot11rxpn; /* PN48 used for Unicast recv. */
|
| /Linux-v5.15/drivers/staging/r8188eu/core/ |
| D | rtw_security.c | 520 union pn48 dot11txpn; in rtw_tkip_encrypt() 599 union pn48 dot11txpn; in rtw_tkip_decrypt()
|
| D | rtw_mlme.c | 998 memset((u8 *)&psta->dot11txpn, 0, sizeof(union pn48)); in rtw_joinbss_update_stainfo() 999 memset((u8 *)&psta->dot11rxpn, 0, sizeof(union pn48)); in rtw_joinbss_update_stainfo()
|
| /Linux-v5.15/drivers/staging/rtl8723bs/core/ |
| D | rtw_security.c | 472 union pn48 dot11txpn; in rtw_tkip_encrypt() 544 union pn48 dot11txpn; in rtw_tkip_decrypt()
|
| D | rtw_mlme.c | 1062 memset((u8 *)&psta->dot11txpn, 0, sizeof(union pn48)); in rtw_joinbss_update_stainfo() 1064 memset((u8 *)&psta->dot11wtxpn, 0, sizeof(union pn48)); in rtw_joinbss_update_stainfo() 1065 memset((u8 *)&psta->dot11rxpn, 0, sizeof(union pn48)); in rtw_joinbss_update_stainfo()
|