Searched refs:decrypt_mpdu (Results 1 – 9 of 9) sorted by relevance
| /linux/include/net/ |
| A D | lib80211.h | 63 int (*decrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv); member
|
| /linux/drivers/staging/rtl8192e/ |
| A D | rtllib_crypt_wep.c | 217 .decrypt_mpdu = prism2_wep_decrypt,
|
| A D | rtllib_crypt_ccmp.c | 386 .decrypt_mpdu = rtllib_ccmp_decrypt,
|
| A D | rtllib_crypt_tkip.c | 680 .decrypt_mpdu = rtllib_tkip_decrypt,
|
| A D | rtllib_rx.c | 277 if (!crypt || !crypt->ops->decrypt_mpdu) in rtllib_rx_frame_decrypt() 294 res = crypt->ops->decrypt_mpdu(skb, hdrlen, crypt->priv); in rtllib_rx_frame_decrypt() 992 if (*crypt && (!(*crypt)->ops || !(*crypt)->ops->decrypt_mpdu)) in rtllib_rx_get_crypt()
|
| /linux/net/wireless/ |
| A D | lib80211_crypt_wep.c | 234 .decrypt_mpdu = lib80211_wep_decrypt,
|
| A D | lib80211_crypt_ccmp.c | 426 .decrypt_mpdu = lib80211_ccmp_decrypt,
|
| A D | lib80211_crypt_tkip.c | 713 .decrypt_mpdu = lib80211_tkip_decrypt,
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| A D | libipw_rx.c | 274 if (crypt == NULL || crypt->ops->decrypt_mpdu == NULL) in libipw_rx_frame_decrypt() 281 res = crypt->ops->decrypt_mpdu(skb, hdrlen, crypt->priv); in libipw_rx_frame_decrypt() 449 crypt->ops->decrypt_mpdu == NULL)) in libipw_rx()
|
Completed in 24 milliseconds