Searched refs:bsnaphdr (Results 1 – 1 of 1) sorted by relevance
1562 u8 bsnaphdr; in wlanhdr_to_ethhdr() local1584 bsnaphdr = true; in wlanhdr_to_ethhdr()1587 bsnaphdr = false; in wlanhdr_to_ethhdr()1589 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr?SNAP_SIZE:0); in wlanhdr_to_ethhdr()1609 ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr) + (bsnaphdr?2:0))); in wlanhdr_to_ethhdr()1617 if (!bsnaphdr) { in wlanhdr_to_ethhdr()