Home
last modified time | relevance | path

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

/linux/include/net/
A Dlib80211.h62 int (*encrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv); member
/linux/drivers/net/wireless/intel/ipw2x00/
A Dlibipw_tx.c152 if (crypt->ops && crypt->ops->encrypt_mpdu) in libipw_encrypt_fragment()
153 res = crypt->ops->encrypt_mpdu(frag, hdr_len, crypt->priv); in libipw_encrypt_fragment()
/linux/drivers/staging/rtl8192e/
A Drtllib_crypt_wep.c216 .encrypt_mpdu = prism2_wep_encrypt,
A Drtllib_tx.c181 if (res == 0 && crypt->ops->encrypt_mpdu) in rtllib_encrypt_fragment()
182 res = crypt->ops->encrypt_mpdu(frag, hdr_len, crypt->priv); in rtllib_encrypt_fragment()
A Drtllib_crypt_ccmp.c385 .encrypt_mpdu = rtllib_ccmp_encrypt,
A Drtllib_crypt_tkip.c679 .encrypt_mpdu = rtllib_tkip_encrypt,
/linux/net/wireless/
A Dlib80211_crypt_wep.c233 .encrypt_mpdu = lib80211_wep_encrypt,
A Dlib80211_crypt_ccmp.c425 .encrypt_mpdu = lib80211_ccmp_encrypt,
A Dlib80211_crypt_tkip.c712 .encrypt_mpdu = lib80211_tkip_encrypt,

Completed in 17 milliseconds