Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_recv.c608 u8 bsnaphdr; in r8712_wlanhdr_to_ethhdr() local
629 bsnaphdr = true; in r8712_wlanhdr_to_ethhdr()
632 bsnaphdr = false; in r8712_wlanhdr_to_ethhdr()
635 (bsnaphdr ? SNAP_SIZE : 0); in r8712_wlanhdr_to_ethhdr()
648 sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in r8712_wlanhdr_to_ethhdr()
652 if (!bsnaphdr) { in r8712_wlanhdr_to_ethhdr()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_recv.c1358 u8 bsnaphdr; in wlanhdr_to_ethhdr() local
1378 bsnaphdr = true; in wlanhdr_to_ethhdr()
1381 bsnaphdr = false; in wlanhdr_to_ethhdr()
1384 rmv_len = pattrib->hdrlen + pattrib->iv_len + (bsnaphdr ? SNAP_SIZE : 0); in wlanhdr_to_ethhdr()
1405 ptr = recvframe_pull(precvframe, (rmv_len-sizeof(struct ethhdr) + (bsnaphdr ? 2 : 0))); in wlanhdr_to_ethhdr()
1411 if (!bsnaphdr) { in wlanhdr_to_ethhdr()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_recv.c1500 u8 bsnaphdr; in wlanhdr_to_ethhdr() local
1522 bsnaphdr = true; in wlanhdr_to_ethhdr()
1526 bsnaphdr = false; in wlanhdr_to_ethhdr()
1550 (bsnaphdr ? 2:0))); in wlanhdr_to_ethhdr()
1556 if (!bsnaphdr) { in wlanhdr_to_ethhdr()