Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt.h42 int (*encrypt_mpdu)(struct sk_buff *skb, int hdr_len, void *priv); member
Dieee80211_crypt.c186 .encrypt_mpdu = NULL,
Dieee80211_crypt_wep.c226 .encrypt_mpdu = prism2_wep_encrypt,
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()
Dieee80211_crypt_ccmp.c401 .encrypt_mpdu = ieee80211_ccmp_encrypt,
Dieee80211_crypt_tkip.c698 .encrypt_mpdu = ieee80211_tkip_encrypt,
/linux-6.1.9/include/net/
Dlib80211.h62 int (*encrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv); member
/linux-6.1.9/drivers/net/wireless/intersil/hostap/
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()
Dhostap_ap.c1268 if (ap->crypt->encrypt_mpdu(skb, 0, ap->crypt_priv)) { in ap_auth_make_challenge()
/linux-6.1.9/drivers/net/wireless/intel/ipw2x00/
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-6.1.9/net/wireless/
Dlib80211_crypt_wep.c233 .encrypt_mpdu = lib80211_wep_encrypt,
Dlib80211_crypt_ccmp.c425 .encrypt_mpdu = lib80211_ccmp_encrypt,
Dlib80211_crypt_tkip.c712 .encrypt_mpdu = lib80211_tkip_encrypt,
/linux-6.1.9/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c222 .encrypt_mpdu = prism2_wep_encrypt,
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()
Drtllib_crypt_ccmp.c394 .encrypt_mpdu = rtllib_ccmp_encrypt,
Drtllib_crypt_tkip.c703 .encrypt_mpdu = rtllib_tkip_encrypt,