Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/wlan-ng/
Dp80211conv.c115 struct wlan_llc *e_llc; in skb_ether_to_p80211()
164 e_llc = skb_push(skb, sizeof(struct wlan_llc)); in skb_ether_to_p80211()
286 struct wlan_llc *e_llc; in skb_p80211_to_ether()
354 e_llc = (struct wlan_llc *)(skb->data + payload_offset); in skb_p80211_to_ether()
357 sizeof(struct wlan_llc)); in skb_p80211_to_ether()
380 } else if ((payload_length >= sizeof(struct wlan_llc) + in skb_p80211_to_ether()
416 } else if ((payload_length >= sizeof(struct wlan_llc) + in skb_p80211_to_ether()
427 if ((payload_length - sizeof(struct wlan_llc) - in skb_p80211_to_ether()
434 sizeof(struct wlan_llc) - in skb_p80211_to_ether()
443 skb_pull(skb, sizeof(struct wlan_llc)); in skb_p80211_to_ether()
Dp80211conv.h139 struct wlan_llc { struct