Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt.h45 int (*encrypt_mpdu)(struct sk_buff *skb, int hdr_len, void *priv); member
Dieee80211_crypt.c191 .encrypt_mpdu = NULL,
Dieee80211_crypt_wep.c255 .encrypt_mpdu = prism2_wep_encrypt,
Dieee80211_tx.c217 if (res == 0 && crypt->ops->encrypt_mpdu) in ieee80211_encrypt_fragment()
218 res = crypt->ops->encrypt_mpdu(frag, hdr_len, crypt->priv); in ieee80211_encrypt_fragment()
Dieee80211_crypt_ccmp.c449 .encrypt_mpdu = ieee80211_ccmp_encrypt,
Dieee80211_crypt_tkip.c757 .encrypt_mpdu = ieee80211_tkip_encrypt,
/linux-4.4.14/include/net/
Dlib80211.h61 int (*encrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv); member
/linux-4.4.14/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()
/linux-4.4.14/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()
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c262 .encrypt_mpdu = prism2_wep_encrypt,
Drtllib_tx.c197 if (res == 0 && crypt->ops->encrypt_mpdu) in rtllib_encrypt_fragment()
198 res = crypt->ops->encrypt_mpdu(frag, hdr_len, crypt->priv); in rtllib_encrypt_fragment()
Drtllib_crypt_ccmp.c430 .encrypt_mpdu = rtllib_ccmp_encrypt,
Drtllib_crypt_tkip.c748 .encrypt_mpdu = rtllib_tkip_encrypt,
/linux-4.4.14/net/wireless/
Dlib80211_crypt_wep.c266 .encrypt_mpdu = lib80211_wep_encrypt,
Dlib80211_crypt_ccmp.c456 .encrypt_mpdu = lib80211_ccmp_encrypt,
Dlib80211_crypt_tkip.c736 .encrypt_mpdu = lib80211_tkip_encrypt,