Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/wlan-ng/
Dp80211conv.c114 struct wlan_snap *e_snap; in skb_ether_to_p80211() local
150 e_snap = in skb_ether_to_p80211()
153 e_snap->type = htons(proto); in skb_ether_to_p80211()
156 memcpy(e_snap->oui, oui_8021h, in skb_ether_to_p80211()
159 memcpy(e_snap->oui, oui_rfc1042, in skb_ether_to_p80211()
287 struct wlan_snap *e_snap; in skb_p80211_to_ether() local
354 e_snap = in skb_p80211_to_ether()
385 (((memcmp(e_snap->oui, oui_rfc1042, WLAN_IEEE_OUI_LEN) == 0) in skb_p80211_to_ether()
387 && (p80211_stt_findproto(le16_to_cpu(e_snap->type)))) in skb_p80211_to_ether()
388 || (memcmp(e_snap->oui, oui_rfc1042, WLAN_IEEE_OUI_LEN) != in skb_p80211_to_ether()
[all …]