Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211conv.c94 struct wlan_llc *e_llc; in skb_ether_to_p80211()
143 e_llc = skb_push(skb, sizeof(struct wlan_llc)); in skb_ether_to_p80211()
265 struct wlan_llc *e_llc; in skb_p80211_to_ether()
333 e_llc = (struct wlan_llc *)(skb->data + payload_offset); in skb_p80211_to_ether()
336 sizeof(struct wlan_llc)); in skb_p80211_to_ether()
359 } else if ((payload_length >= sizeof(struct wlan_llc) + in skb_p80211_to_ether()
395 } else if ((payload_length >= sizeof(struct wlan_llc) + in skb_p80211_to_ether()
406 if ((payload_length - sizeof(struct wlan_llc) - in skb_p80211_to_ether()
413 sizeof(struct wlan_llc) - in skb_p80211_to_ether()
422 skb_pull(skb, sizeof(struct wlan_llc)); in skb_p80211_to_ether()
H A Dp80211conv.h118 struct wlan_llc { struct