Home
last modified time | relevance | path

Searched refs:decrypt_mpdu (Results 1 – 9 of 9) sorted by relevance

/linux/include/net/
A Dlib80211.h63 int (*decrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv); member
/linux/drivers/staging/rtl8192e/
A Drtllib_crypt_wep.c217 .decrypt_mpdu = prism2_wep_decrypt,
A Drtllib_crypt_ccmp.c386 .decrypt_mpdu = rtllib_ccmp_decrypt,
A Drtllib_crypt_tkip.c680 .decrypt_mpdu = rtllib_tkip_decrypt,
A Drtllib_rx.c277 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 Dlib80211_crypt_wep.c234 .decrypt_mpdu = lib80211_wep_decrypt,
A Dlib80211_crypt_ccmp.c426 .decrypt_mpdu = lib80211_ccmp_decrypt,
A Dlib80211_crypt_tkip.c713 .decrypt_mpdu = lib80211_tkip_decrypt,
/linux/drivers/net/wireless/intel/ipw2x00/
A Dlibipw_rx.c274 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