Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Dieee80211.h109 struct ieee80211_snap_hdr { struct
116 #define SNAP_SIZE sizeof(struct ieee80211_snap_hdr) argument
H A Drtl871x_recv.c593 struct ieee80211_snap_hdr *psnap; in r8712_wlanhdr_to_ethhdr()
602 psnap = (struct ieee80211_snap_hdr *)(ptr + pattrib->hdrlen + in r8712_wlanhdr_to_ethhdr()
H A Drtl871x_xmit.c574 struct ieee80211_snap_hdr *snap; in r8712_put_snap()
577 snap = (struct ieee80211_snap_hdr *)data; in r8712_put_snap()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dieee80211.h273 struct ieee80211_snap_hdr { struct
280 #define SNAP_SIZE sizeof(struct ieee80211_snap_hdr) argument
H A Drtw_recv.h30 #define SNAP_SIZE sizeof(struct ieee80211_snap_hdr)
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_tx.c143 struct ieee80211_snap_hdr *snap; in ieee80211_put_snap()
146 snap = (struct ieee80211_snap_hdr *)data; in ieee80211_put_snap()
H A Dieee80211.h497 struct ieee80211_snap_hdr { struct
506 #define SNAP_SIZE sizeof(struct ieee80211_snap_hdr) argument
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c1507 struct ieee80211_snap_hdr *psnap; in wlanhdr_to_ethhdr()
1517 psnap = (struct ieee80211_snap_hdr *)(ptr+pattrib->hdrlen + pattrib->iv_len); in wlanhdr_to_ethhdr()
H A Drtw_xmit.c1309 struct ieee80211_snap_hdr *snap; in rtw_put_snap()
1312 snap = (struct ieee80211_snap_hdr *)data; in rtw_put_snap()