Home
last modified time | relevance | path

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

/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt.h45 int (*encrypt_mpdu)(struct sk_buff *skb, int hdr_len, void *priv); member
Dieee80211_crypt.c192 .encrypt_mpdu = NULL,
Dieee80211_crypt_wep.c269 .encrypt_mpdu = prism2_wep_encrypt,
Dieee80211_tx.c218 if (res == 0 && crypt->ops->encrypt_mpdu) in ieee80211_encrypt_fragment()
219 res = crypt->ops->encrypt_mpdu(frag, hdr_len, crypt->priv); in ieee80211_encrypt_fragment()
Dieee80211_crypt_ccmp.c455 .encrypt_mpdu = ieee80211_ccmp_encrypt,
Dieee80211_crypt_tkip.c752 .encrypt_mpdu = ieee80211_tkip_encrypt,
/drivers/net/wireless/hostap/
Dhostap_80211_tx.c366 if (res == 0 && crypt->ops->encrypt_mpdu) in hostap_tx_encrypt()
367 res = crypt->ops->encrypt_mpdu(skb, hdr_len, crypt->priv); in hostap_tx_encrypt()
493 if (tx.crypt && (!tx.crypt->ops || !tx.crypt->ops->encrypt_mpdu)) in hostap_master_start_xmit()
Dhostap_ap.c1330 if (ap->crypt->encrypt_mpdu(skb, 0, ap->crypt_priv)) { in ap_auth_make_challenge()
/drivers/net/wireless/ipw2x00/
Dlibipw_tx.c166 if (crypt->ops && crypt->ops->encrypt_mpdu) in libipw_encrypt_fragment()
167 res = crypt->ops->encrypt_mpdu(frag, hdr_len, crypt->priv); in libipw_encrypt_fragment()
/drivers/staging/rtl8192e/
Drtllib_crypt.c193 .encrypt_mpdu = NULL,
Drtllib_crypt_wep.c264 .encrypt_mpdu = prism2_wep_encrypt,
Drtllib_tx.c200 if (res == 0 && crypt->ops->encrypt_mpdu) in rtllib_encrypt_fragment()
201 res = crypt->ops->encrypt_mpdu(frag, hdr_len, crypt->priv); in rtllib_encrypt_fragment()
Drtllib_crypt_ccmp.c436 .encrypt_mpdu = rtllib_ccmp_encrypt,
Drtllib_crypt_tkip.c746 .encrypt_mpdu = rtllib_tkip_encrypt,