Searched refs:encrypt_mpdu (Results 1 – 17 of 17) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt.h | 45 int (*encrypt_mpdu)(struct sk_buff *skb, int hdr_len, void *priv); member
|
D | ieee80211_crypt.c | 191 .encrypt_mpdu = NULL,
|
D | ieee80211_crypt_wep.c | 255 .encrypt_mpdu = prism2_wep_encrypt,
|
D | ieee80211_tx.c | 217 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()
|
D | ieee80211_crypt_ccmp.c | 449 .encrypt_mpdu = ieee80211_ccmp_encrypt,
|
D | ieee80211_crypt_tkip.c | 757 .encrypt_mpdu = ieee80211_tkip_encrypt,
|
/linux-4.4.14/include/net/ |
D | lib80211.h | 61 int (*encrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv); member
|
/linux-4.4.14/drivers/net/wireless/hostap/ |
D | hostap_80211_tx.c | 366 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()
|
D | hostap_ap.c | 1330 if (ap->crypt->encrypt_mpdu(skb, 0, ap->crypt_priv)) { in ap_auth_make_challenge()
|
/linux-4.4.14/drivers/net/wireless/ipw2x00/ |
D | libipw_tx.c | 166 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/ |
D | rtllib_crypt_wep.c | 262 .encrypt_mpdu = prism2_wep_encrypt,
|
D | rtllib_tx.c | 197 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()
|
D | rtllib_crypt_ccmp.c | 430 .encrypt_mpdu = rtllib_ccmp_encrypt,
|
D | rtllib_crypt_tkip.c | 748 .encrypt_mpdu = rtllib_tkip_encrypt,
|
/linux-4.4.14/net/wireless/ |
D | lib80211_crypt_wep.c | 266 .encrypt_mpdu = lib80211_wep_encrypt,
|
D | lib80211_crypt_ccmp.c | 456 .encrypt_mpdu = lib80211_ccmp_encrypt,
|
D | lib80211_crypt_tkip.c | 736 .encrypt_mpdu = lib80211_tkip_encrypt,
|