Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_recv.c590 u8 bsnaphdr; in r8712_wlanhdr_to_ethhdr() local
612 bsnaphdr = true; in r8712_wlanhdr_to_ethhdr()
615 bsnaphdr = false; in r8712_wlanhdr_to_ethhdr()
618 (bsnaphdr ? SNAP_SIZE : 0); in r8712_wlanhdr_to_ethhdr()
633 sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in r8712_wlanhdr_to_ethhdr()
640 if (!bsnaphdr) { in r8712_wlanhdr_to_ethhdr()
/drivers/staging/rtl8723bs/core/
Drtw_recv.c1507 u8 bsnaphdr; in wlanhdr_to_ethhdr() local
1529 bsnaphdr = true; in wlanhdr_to_ethhdr()
1532 bsnaphdr = false; in wlanhdr_to_ethhdr()
1534 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()
1557 if (!bsnaphdr) { in wlanhdr_to_ethhdr()
/drivers/staging/r8188eu/core/
Drtw_recv.c1257 u8 bsnaphdr; in wlanhdr_to_ethhdr() local
1279 bsnaphdr = true; in wlanhdr_to_ethhdr()
1282 bsnaphdr = false; in wlanhdr_to_ethhdr()
1285 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr ? SNAP_SIZE : 0); in wlanhdr_to_ethhdr()
1303 ptr = recvframe_pull(precvframe, (rmv_len - sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in wlanhdr_to_ethhdr()
1309 if (!bsnaphdr) { in wlanhdr_to_ethhdr()