Home
last modified time | relevance | path

Searched refs:bsnaphdr (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/staging/rtl8712/
Drtl871x_recv.c589 u8 bsnaphdr; in r8712_wlanhdr_to_ethhdr() local
611 bsnaphdr = true; in r8712_wlanhdr_to_ethhdr()
614 bsnaphdr = false; in r8712_wlanhdr_to_ethhdr()
617 (bsnaphdr ? SNAP_SIZE : 0); in r8712_wlanhdr_to_ethhdr()
632 sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in r8712_wlanhdr_to_ethhdr()
639 if (!bsnaphdr) { in r8712_wlanhdr_to_ethhdr()
/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_recv.c1167 u8 bsnaphdr; in wlanhdr_to_ethhdr() local
1189 bsnaphdr = true; in wlanhdr_to_ethhdr()
1192 bsnaphdr = false; in wlanhdr_to_ethhdr()
1195 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr ? SNAP_SIZE : 0); in wlanhdr_to_ethhdr()
1215 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in wlanhdr_to_ethhdr()
1223 if (!bsnaphdr) { in wlanhdr_to_ethhdr()
/linux-6.1.9/drivers/staging/rtl8723bs/core/
Drtw_recv.c1505 u8 bsnaphdr; in wlanhdr_to_ethhdr() local
1527 bsnaphdr = true; in wlanhdr_to_ethhdr()
1530 bsnaphdr = false; in wlanhdr_to_ethhdr()
1532 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr?SNAP_SIZE:0); in wlanhdr_to_ethhdr()
1552 ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr) + (bsnaphdr?2:0))); in wlanhdr_to_ethhdr()
1560 if (!bsnaphdr) { in wlanhdr_to_ethhdr()