Searched refs:encaps_hdr (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dmain.c142 static const u8 encaps_hdr[] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable
143 #define ENCAPS_OVERHEAD (sizeof(encaps_hdr) + 2)
394 int len = skb->len + sizeof(encaps_hdr) - (2 * ETH_ALEN);
407 memcpy(hdr.encap, encaps_hdr, sizeof(encaps_hdr));
697 return (memcmp(hdr, &encaps_hdr, 5) == 0)
H A Dorinoco_usb.c78 static const u8 encaps_hdr[] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable
79 #define ENCAPS_OVERHEAD (sizeof(encaps_hdr) + 2)

Completed in 162 milliseconds