Searched refs:encrypt_mpdu (Results 1 – 9 of 9) sorted by relevance
| /linux/include/net/ |
| A D | lib80211.h | 62 int (*encrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv); member
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| A D | libipw_tx.c | 152 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 D | rtllib_crypt_wep.c | 216 .encrypt_mpdu = prism2_wep_encrypt,
|
| A D | rtllib_tx.c | 181 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 D | rtllib_crypt_ccmp.c | 385 .encrypt_mpdu = rtllib_ccmp_encrypt,
|
| A D | rtllib_crypt_tkip.c | 679 .encrypt_mpdu = rtllib_tkip_encrypt,
|
| /linux/net/wireless/ |
| A D | lib80211_crypt_wep.c | 233 .encrypt_mpdu = lib80211_wep_encrypt,
|
| A D | lib80211_crypt_ccmp.c | 425 .encrypt_mpdu = lib80211_ccmp_encrypt,
|
| A D | lib80211_crypt_tkip.c | 712 .encrypt_mpdu = lib80211_tkip_encrypt,
|
Completed in 17 milliseconds