Searched refs:decrypt_msdu (Results 1 – 2 of 2) sorted by relevance
303 if (crypt == NULL || crypt->ops->decrypt_msdu == NULL) in libipw_rx_frame_decrypt_msdu()310 res = crypt->ops->decrypt_msdu(skb, keyidx, hdrlen, crypt->priv); in libipw_rx_frame_decrypt_msdu()
732 int (*decrypt_msdu) (struct sk_buff * skb, int keyidx, int hdr_len, member