Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/wlan-ng/
Dp80211conv.c95 struct wlan_snap *e_snap; in skb_ether_to_p80211() local
131 e_snap = skb_push(skb, sizeof(struct wlan_snap)); in skb_ether_to_p80211()
132 e_snap->type = htons(proto); in skb_ether_to_p80211()
135 memcpy(e_snap->oui, oui_8021h, in skb_ether_to_p80211()
138 memcpy(e_snap->oui, oui_rfc1042, in skb_ether_to_p80211()
266 struct wlan_snap *e_snap; in skb_p80211_to_ether() local
334 e_snap = in skb_p80211_to_ether()
364 (((memcmp(e_snap->oui, oui_rfc1042, in skb_p80211_to_ether()
367 (p80211_stt_findproto(be16_to_cpu(e_snap->type)))) || in skb_p80211_to_ether()
368 (memcmp(e_snap->oui, oui_rfc1042, WLAN_IEEE_OUI_LEN) != in skb_p80211_to_ether()
[all …]