Searched refs:decrypt_mpdu (Results 1 – 24 of 24) sorted by relevance
/linux-3.4.99/drivers/staging/rtl8187se/ieee80211/ |
D | ieee80211_crypt.h | 46 int (*decrypt_mpdu)(struct sk_buff *skb, int hdr_len, void *priv); member
|
D | ieee80211_crypt.c | 193 .decrypt_mpdu = NULL,
|
D | ieee80211_crypt_wep.c | 265 .decrypt_mpdu = prism2_wep_decrypt,
|
D | ieee80211_rx.c | 303 if (crypt == NULL || crypt->ops->decrypt_mpdu == NULL) in ieee80211_rx_frame_decrypt() 322 res = crypt->ops->decrypt_mpdu(skb, hdrlen, crypt->priv); in ieee80211_rx_frame_decrypt() 544 crypt->ops->decrypt_mpdu == NULL)) in ieee80211_rtl_rx()
|
D | ieee80211_crypt_ccmp.c | 443 .decrypt_mpdu = ieee80211_ccmp_decrypt,
|
D | ieee80211_crypt_tkip.c | 723 .decrypt_mpdu = ieee80211_tkip_decrypt,
|
/linux-3.4.99/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt.h | 46 int (*decrypt_mpdu)(struct sk_buff *skb, int hdr_len, void *priv); member
|
D | ieee80211_crypt.c | 193 .decrypt_mpdu = NULL,
|
D | ieee80211_crypt_wep.c | 270 .decrypt_mpdu = prism2_wep_decrypt,
|
D | ieee80211_crypt_ccmp.c | 456 .decrypt_mpdu = ieee80211_ccmp_decrypt,
|
D | ieee80211_crypt_tkip.c | 753 .decrypt_mpdu = ieee80211_tkip_decrypt,
|
D | ieee80211_rx.c | 345 if (crypt == NULL || crypt->ops->decrypt_mpdu == NULL) in ieee80211_rx_frame_decrypt() 368 res = crypt->ops->decrypt_mpdu(skb, hdrlen, crypt->priv); in ieee80211_rx_frame_decrypt() 1007 crypt->ops->decrypt_mpdu == NULL)) in ieee80211_rx()
|
/linux-3.4.99/drivers/staging/rtl8192u/ |
D | ieee80211_crypt.h | 46 int (*decrypt_mpdu)(struct sk_buff *skb, int hdr_len, void *priv); member
|
/linux-3.4.99/include/net/ |
D | lib80211.h | 65 int (*decrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv); member
|
/linux-3.4.99/drivers/staging/rtl8192e/ |
D | rtllib_crypt.c | 194 .decrypt_mpdu = NULL,
|
D | rtllib_crypt_wep.c | 263 .decrypt_mpdu = prism2_wep_decrypt,
|
D | rtllib_crypt_ccmp.c | 435 .decrypt_mpdu = rtllib_ccmp_decrypt,
|
D | rtllib_crypt_tkip.c | 742 .decrypt_mpdu = rtllib_tkip_decrypt,
|
D | rtllib_rx.c | 288 if (crypt == NULL || crypt->ops->decrypt_mpdu == NULL) in rtllib_rx_frame_decrypt() 303 res = crypt->ops->decrypt_mpdu(skb, hdrlen, crypt->priv); in rtllib_rx_frame_decrypt() 1026 (*crypt)->ops->decrypt_mpdu == NULL)) in rtllib_rx_get_crypt()
|
/linux-3.4.99/net/wireless/ |
D | lib80211_crypt_wep.c | 268 .decrypt_mpdu = lib80211_wep_decrypt,
|
D | lib80211_crypt_ccmp.c | 469 .decrypt_mpdu = lib80211_ccmp_decrypt,
|
D | lib80211_crypt_tkip.c | 755 .decrypt_mpdu = lib80211_tkip_decrypt,
|
/linux-3.4.99/drivers/net/wireless/hostap/ |
D | hostap_80211_rx.c | 656 if (crypt == NULL || crypt->ops->decrypt_mpdu == NULL) in hostap_rx_frame_decrypt() 673 res = crypt->ops->decrypt_mpdu(skb, hdrlen, crypt->priv); in hostap_rx_frame_decrypt() 802 crypt->ops->decrypt_mpdu == NULL)) in hostap_80211_rx()
|
/linux-3.4.99/drivers/net/wireless/ipw2x00/ |
D | libipw_rx.c | 278 if (crypt == NULL || crypt->ops->decrypt_mpdu == NULL) in libipw_rx_frame_decrypt() 285 res = crypt->ops->decrypt_mpdu(skb, hdrlen, crypt->priv); in libipw_rx_frame_decrypt() 453 crypt->ops->decrypt_mpdu == NULL)) in libipw_rx()
|