Home
last modified time | relevance | path

Searched refs:pn48 (Results 1 - 25 of 25) sorted by relevance

/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H A Drtw_security.h51 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. */
H A Dsta_info.h94 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. */
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Drtl871x_security.h38 union pn48 { union
100 union pn48 Grptxpn; /* PN48 used for Grp Key xmit. */
101 union pn48 Grprxpn; /* PN48 used for Grp Key recv. */
H A Dsta_info.h62 union pn48 txpn; /* PN48 used for Unicast xmit.*/
63 union pn48 rxpn; /* PN48 used for Unicast recv.*/
H A Drtl871x_security.c570 union pn48 txpn; in r8712_tkip_encrypt()
649 union pn48 txpn; in r8712_tkip_decrypt()
H A Drtl871x_mlme.c814 sizeof(union pn48)); in r8712_joinbss_event_callback()
817 sizeof(union pn48)); in r8712_joinbss_event_callback()
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H A Drtl871x_security.h38 union pn48 { union
100 union pn48 Grptxpn; /* PN48 used for Grp Key xmit. */
101 union pn48 Grprxpn; /* PN48 used for Grp Key recv. */
H A Dsta_info.h60 union pn48 txpn; /* PN48 used for Unicast xmit.*/
61 union pn48 rxpn; /* PN48 used for Unicast recv.*/
H A Drtl871x_mlme.c789 sizeof(union pn48)); in r8712_joinbss_event_callback()
792 sizeof(union pn48)); in r8712_joinbss_event_callback()
H A Drtl871x_security.c569 union pn48 txpn; in r8712_tkip_encrypt()
648 union pn48 txpn; in r8712_tkip_decrypt()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Drtw_security.h48 union pn48 { union
116 union pn48 dot11Grptxpn; /* PN48 used for Grp Key xmit.*/
117 union pn48 dot11Grprxpn; /* PN48 used for Grp Key recv.*/
H A Dsta_info.h91 union pn48 dot11txpn; /* PN48 used for Unicast xmit. */
92 union pn48 dot11rxpn; /* PN48 used for Unicast recv. */
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H A Drtw_security.h53 union pn48 { union
115 union pn48 dot11Grptxpn; /* PN48 used for Grp Key xmit. */
116 union pn48 dot11Grprxpn; /* PN48 used for Grp Key recv. */
119 union pn48 dot11wBIPtxpn; /* PN48 used for Grp Key xmit. */
120 union pn48 dot11wBIPrxpn; /* PN48 used for Grp Key recv. */
H A Dsta_info.h94 union pn48 dot11txpn; /* PN48 used for Unicast xmit */
100 union pn48 dot11wtxpn; /* PN48 used for Unicast mgmt xmit. */
101 union pn48 dot11rxpn; /* PN48 used for Unicast recv. */
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1807 new_pn.pn48 = ath10k_htt_rx_h_get_pn(ar, skb, offset, enctype); in ath10k_htt_rx_h_frag_pn_check()
1813 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_h_frag_pn_check()
1819 if (new_pn.pn48 != last_pn->pn48 + 1) in ath10k_htt_rx_h_frag_pn_check()
1822 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_h_frag_pn_check()
2262 pn->pn48 = __le32_to_cpu(rx_desc->pn_31_0) + in ath10k_htt_rx_mpdu_desc_pn_hl()
2274 return ((new_pn->pn48 & 0xffffffffffffULL) <= in ath10k_htt_rx_pn_cmp48()
2275 (old_pn->pn48 in ath10k_htt_rx_pn_cmp48()
2489 __le64 pn48 = cpu_to_le64(new_pn.pn48); ath10k_htt_rx_proc_rx_ind_hl() local
[all...]
H A Dhtt.h1786 u64 pn48; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1900 new_pn.pn48 = ath10k_htt_rx_h_get_pn(ar, skb, enctype); in ath10k_htt_rx_h_frag_pn_check()
1905 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_h_frag_pn_check()
1911 if (new_pn.pn48 != last_pn->pn48 + 1) in ath10k_htt_rx_h_frag_pn_check()
1914 last_pn->pn48 = new_pn.pn48; in ath10k_htt_rx_h_frag_pn_check()
2377 pn->pn48 = __le32_to_cpu(rx_desc->pn_31_0) + in ath10k_htt_rx_mpdu_desc_pn_hl()
2389 return ((new_pn->pn48 & 0xffffffffffffULL) <= in ath10k_htt_rx_pn_cmp48()
2390 (old_pn->pn48 in ath10k_htt_rx_pn_cmp48()
2604 __le64 pn48 = cpu_to_le64(new_pn.pn48); ath10k_htt_rx_proc_rx_ind_hl() local
[all...]
H A Dhtt.h1676 u64 pn48; member
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H A Drtw_security.c585 union pn48 dot11txpn; in rtw_tkip_encrypt()
664 union pn48 dot11txpn; in rtw_tkip_decrypt()
H A Drtw_mlme.c855 memset((u8 *)&psta->dot11txpn, 0, sizeof(union pn48)); in rtw_joinbss_update_stainfo()
856 memset((u8 *)&psta->dot11rxpn, 0, sizeof(union pn48)); in rtw_joinbss_update_stainfo()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c1165 memset((u8 *)&psta->dot11txpn, 0, sizeof(union pn48)); in rtw_joinbss_update_stainfo()
1167 memset((u8 *)&psta->dot11wtxpn, 0, sizeof(union pn48)); in rtw_joinbss_update_stainfo()
1168 memset((u8 *)&psta->dot11rxpn, 0, sizeof(union pn48)); in rtw_joinbss_update_stainfo()
H A Drtw_security.c666 union pn48 dot11txpn; in rtw_tkip_encrypt()
742 union pn48 dot11txpn; in rtw_tkip_decrypt()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c1051 memset((u8 *)&psta->dot11txpn, 0, sizeof(union pn48)); in rtw_joinbss_update_stainfo()
1053 memset((u8 *)&psta->dot11wtxpn, 0, sizeof(union pn48)); in rtw_joinbss_update_stainfo()
1054 memset((u8 *)&psta->dot11rxpn, 0, sizeof(union pn48)); in rtw_joinbss_update_stainfo()
H A Drtw_security.c472 union pn48 dot11txpn; in rtw_tkip_encrypt()
544 union pn48 dot11txpn; in rtw_tkip_decrypt()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
H A Drtl8723b_cmd.c1662 TotalPacketLen = BufIndex - TxDescLen + sizeof(union pn48); /* IV len */ in rtl8723b_set_FwRsvdPagePkt()

Completed in 53 milliseconds