Home
last modified time | relevance | path

Searched refs:decrypt_mpdu (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c271 if (crypt == NULL || crypt->ops->decrypt_mpdu == NULL) in libipw_rx_frame_decrypt()
278 res = crypt->ops->decrypt_mpdu(skb, hdrlen, crypt->priv); in libipw_rx_frame_decrypt()
446 crypt->ops->decrypt_mpdu == NULL)) in libipw_rx()
H A Dlibipw.h727 int (*decrypt_mpdu) (struct sk_buff * skb, int hdr_len, void *priv); member