Searched refs:wlan_ethhdr (Results 1 – 2 of 2) sorted by relevance
112 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()
130 struct wlan_ethhdr { struct