Searched refs:wlan_ethhdr (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/staging/wlan-ng/
H A Dp80211conv.c112 struct wlan_ethhdr e_hdr;
283 struct wlan_ethhdr *e_hdr;
347 e_hdr = (struct wlan_ethhdr *) (skb->data + payload_offset);
354 if ((payload_length >= sizeof(struct wlan_ethhdr)) &&
400 e_hdr = (struct wlan_ethhdr *) skb_push(skb, WLAN_ETHHDR_LEN);
436 e_hdr = (struct wlan_ethhdr *) skb_push(skb, WLAN_ETHHDR_LEN);
463 e_hdr = (struct wlan_ethhdr *) skb_push(skb, WLAN_ETHHDR_LEN);
H A Dp80211conv.h131 struct wlan_ethhdr { struct

Completed in 68 milliseconds