Home
last modified time | relevance | path

Searched refs:encrypt_msdu (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_tx.c337 crypt && crypt->ops && crypt->ops->encrypt_msdu) { in libipw_xmit()
352 res = crypt->ops->encrypt_msdu(skb_new, hdr_len, crypt->priv); in libipw_xmit()
H A Dlibipw_crypto_wep.c229 .encrypt_msdu = NULL,
H A Dlibipw_crypto_ccmp.c420 .encrypt_msdu = NULL,
H A Dlibipw_crypto_tkip.c707 .encrypt_msdu = libipw_michael_mic_add,
H A Dlibipw.h731 int (*encrypt_msdu) (struct sk_buff * skb, int hdr_len, void *priv); member