Searched refs:psnap_type (Results 1 – 2 of 2) sorted by relevance
609 u8 *psnap_type; in r8712_wlanhdr_to_ethhdr() local621 psnap_type = ptr + pattrib->hdrlen + pattrib->iv_len + SNAP_SIZE; in r8712_wlanhdr_to_ethhdr()624 (memcmp(psnap_type, (void *)SNAP_ETH_TYPE_IPX, 2)) && in r8712_wlanhdr_to_ethhdr()625 (memcmp(psnap_type, (void *)SNAP_ETH_TYPE_APPLETALK_AARP, 2))) || in r8712_wlanhdr_to_ethhdr()
1359 u8 *psnap_type; in wlanhdr_to_ethhdr() local1371 psnap_type = ptr+pattrib->hdrlen + pattrib->iv_len+SNAP_SIZE; in wlanhdr_to_ethhdr()1374 (!memcmp(psnap_type, SNAP_ETH_TYPE_IPX, 2) == false) && in wlanhdr_to_ethhdr()1375 (!memcmp(psnap_type, SNAP_ETH_TYPE_APPLETALK_AARP, 2) == false)) || in wlanhdr_to_ethhdr()