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