Lines Matching defs:crypt_len
50 u8 crypt_len,
57 * The 'hdrlen' (plus the 8 bytes for the SNAP and the crypt_len,
80 hdrlen = (len <= skb_tailroom(skb)) ? len : hdrlen + crypt_len + 8;
143 u8 *crypt_len)
162 *crypt_len = IEEE80211_CCMP_HDR_LEN;
171 *crypt_len = IEEE80211_TKIP_IV_LEN;
181 *crypt_len = IEEE80211_WEP_IV_LEN;
306 u8 crypt_len = 0;
410 &crypt_len)) {
550 crypt_len, rxb);