Searched refs:psnap_type (Results 1 – 2 of 2) sorted by relevance
605 u8 *psnap_type; in r8712_wlanhdr_to_ethhdr() local617 psnap_type = ptr + pattrib->hdrlen + pattrib->iv_len + SNAP_SIZE; in r8712_wlanhdr_to_ethhdr()620 (memcmp(psnap_type, (void *)SNAP_ETH_TYPE_IPX, 2)) && in r8712_wlanhdr_to_ethhdr()621 (memcmp(psnap_type, (void *)SNAP_ETH_TYPE_APPLETALK_AARP, 2))) || in r8712_wlanhdr_to_ethhdr()
1375 u8 *psnap_type; in wlanhdr_to_ethhdr() local1387 psnap_type = ptr+pattrib->hdrlen + pattrib->iv_len+SNAP_SIZE; in wlanhdr_to_ethhdr()1390 (!memcmp(psnap_type, SNAP_ETH_TYPE_IPX, 2) == false) && in wlanhdr_to_ethhdr()1391 (!memcmp(psnap_type, SNAP_ETH_TYPE_APPLETALK_AARP, 2) == false)) || in wlanhdr_to_ethhdr()