Home
last modified time | relevance | path

Searched refs:wlan_ethhdr (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/wlan-ng/
Dp80211conv.c112 struct wlan_ethhdr e_hdr; in skb_ether_to_p80211()
287 struct wlan_ethhdr *e_hdr; in skb_p80211_to_ether()
353 e_hdr = (struct wlan_ethhdr *) (skb->data + payload_offset); in skb_p80211_to_ether()
361 if ((payload_length >= sizeof(struct wlan_ethhdr)) && in skb_p80211_to_ether()
409 e_hdr = (struct wlan_ethhdr *)skb_push(skb, ETH_HLEN); in skb_p80211_to_ether()
449 e_hdr = (struct wlan_ethhdr *)skb_push(skb, ETH_HLEN); in skb_p80211_to_ether()
476 e_hdr = (struct wlan_ethhdr *)skb_push(skb, ETH_HLEN); in skb_p80211_to_ether()
Dp80211conv.h130 struct wlan_ethhdr { struct