Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt.h42 int (*encrypt_mpdu)(struct sk_buff *skb, int hdr_len, void *priv); member
H A Dieee80211_crypt_wep.c226 .encrypt_mpdu = prism2_wep_encrypt,
H A Dieee80211_crypt.c186 .encrypt_mpdu = NULL,
H A Dieee80211_tx.c201 if (res == 0 && crypt->ops->encrypt_mpdu) in ieee80211_encrypt_fragment()
202 res = crypt->ops->encrypt_mpdu(frag, hdr_len, crypt->priv); in ieee80211_encrypt_fragment()
H A Dieee80211_crypt_ccmp.c399 .encrypt_mpdu = ieee80211_ccmp_encrypt,
H A Dieee80211_crypt_tkip.c698 .encrypt_mpdu = ieee80211_tkip_encrypt,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec.h30 int (*encrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv); member
H A Dsec_wep.c210 .encrypt_mpdu = lib80211_wep_encrypt,
H A Dsec_wpi.c455 .encrypt_mpdu = lib80211_wpi_encrypt,
H A Dsec_tkip.c766 .encrypt_mpdu = lib80211_tkip_encrypt,
H A Dsec_ccmp.c631 .encrypt_mpdu = lib80211_ccmp_encrypt,
H A Ddev.c4596 ret = crypto_data->ops->encrypt_mpdu(mpdu, hdrlen, crypto_data->priv);
/OK3568_Linux_fs/kernel/include/net/
H A Dlib80211.h62 int (*encrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv); member
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_tx.c367 if (res == 0 && crypt->ops->encrypt_mpdu) in hostap_tx_encrypt()
368 res = crypt->ops->encrypt_mpdu(skb, hdr_len, crypt->priv); in hostap_tx_encrypt()
494 if (tx.crypt && (!tx.crypt->ops || !tx.crypt->ops->encrypt_mpdu)) in hostap_master_start_xmit()
H A Dhostap_ap.c1268 if (ap->crypt->encrypt_mpdu(skb, 0, ap->crypt_priv)) { in ap_auth_make_challenge()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/ipw2x00/
H 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()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dlib80211_crypt_wep.c233 .encrypt_mpdu = lib80211_wep_encrypt,
H A Dlib80211_crypt_ccmp.c425 .encrypt_mpdu = lib80211_ccmp_encrypt,
H A Dlib80211_crypt_tkip.c712 .encrypt_mpdu = lib80211_tkip_encrypt,
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtllib_crypt_wep.c222 .encrypt_mpdu = prism2_wep_encrypt,
H 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()
H A Drtllib_crypt_ccmp.c392 .encrypt_mpdu = rtllib_ccmp_encrypt,
H A Drtllib_crypt_tkip.c703 .encrypt_mpdu = rtllib_tkip_encrypt,
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/core/
H A Drtw_security.c184 if (crypto_ops->encrypt_mpdu(skb, pattrib->hdrlen, crypto_private)) { in rtw_wep_encrypt()
807 if (crypto_ops->encrypt_mpdu(skb, pattrib->hdrlen, crypto_private)) { in rtw_aes_encrypt()