Searched refs:encrypt_mpdu (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ ! |
D | ieee80211_crypt.h | 42 int (*encrypt_mpdu)(struct sk_buff *skb, int hdr_len, void *priv); member
|
D | ieee80211_crypt.c | 186 .encrypt_mpdu = NULL,
|
D | ieee80211_crypt_wep.c | 226 .encrypt_mpdu = prism2_wep_encrypt,
|
D | ieee80211_tx.c | 201 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()
|
D | ieee80211_crypt_ccmp.c | 401 .encrypt_mpdu = ieee80211_ccmp_encrypt,
|
D | ieee80211_crypt_tkip.c | 698 .encrypt_mpdu = ieee80211_tkip_encrypt,
|
/linux-6.1.9/include/net/ ! |
D | lib80211.h | 62 int (*encrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv); member
|
/linux-6.1.9/drivers/net/wireless/intersil/hostap/ ! |
D | hostap_80211_tx.c | 367 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()
|
D | hostap_ap.c | 1268 if (ap->crypt->encrypt_mpdu(skb, 0, ap->crypt_priv)) { in ap_auth_make_challenge()
|
/linux-6.1.9/drivers/net/wireless/intel/ipw2x00/ ! |
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-6.1.9/net/wireless/ ! |
D | lib80211_crypt_wep.c | 233 .encrypt_mpdu = lib80211_wep_encrypt,
|
D | lib80211_crypt_ccmp.c | 425 .encrypt_mpdu = lib80211_ccmp_encrypt,
|
D | lib80211_crypt_tkip.c | 712 .encrypt_mpdu = lib80211_tkip_encrypt,
|
/linux-6.1.9/drivers/staging/rtl8192e/ ! |
D | rtllib_crypt_wep.c | 222 .encrypt_mpdu = prism2_wep_encrypt,
|
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()
|
D | rtllib_crypt_ccmp.c | 394 .encrypt_mpdu = rtllib_ccmp_encrypt,
|
D | rtllib_crypt_tkip.c | 703 .encrypt_mpdu = rtllib_tkip_encrypt,
|