Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/wlan-ng/
Dp80211conv.c112 struct wlan_ethhdr e_hdr; in skb_ether_to_p80211()
285 struct wlan_ethhdr *e_hdr; in skb_p80211_to_ether()
351 e_hdr = (struct wlan_ethhdr *) (skb->data + payload_offset); in skb_p80211_to_ether()
359 if ((payload_length >= sizeof(struct wlan_ethhdr)) && in skb_p80211_to_ether()
407 e_hdr = (struct wlan_ethhdr *) skb_push(skb, WLAN_ETHHDR_LEN); in skb_p80211_to_ether()
447 e_hdr = (struct wlan_ethhdr *) skb_push(skb, WLAN_ETHHDR_LEN); in skb_p80211_to_ether()
474 e_hdr = (struct wlan_ethhdr *) skb_push(skb, WLAN_ETHHDR_LEN); in skb_p80211_to_ether()
Dp80211conv.h133 struct wlan_ethhdr { struct