Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Dieee80211.h751 static inline int ieee80211_get_hdrlen(u16 fc) in ieee80211_get_hdrlen() function
/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c57 skb_pull(skb, ieee80211_get_hdrlen(fc)); in ieee80211_monitor_rx()
353 hdrlen = ieee80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in ieee80211_rx_frame_decrypt()
401 hdrlen = ieee80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in ieee80211_rx_frame_decrypt_msdu()
941 hdrlen = ieee80211_get_hdrlen(fc); in ieee80211_rx()
Dieee80211.h2283 static inline int ieee80211_get_hdrlen(u16 fc) in ieee80211_get_hdrlen() function
2312 switch (ieee80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl))) { in ieee80211_get_payload()
/drivers/staging/rtl8188eu/include/
Dieee80211.h976 int ieee80211_get_hdrlen(u16 fc);
/drivers/staging/rtl8188eu/core/
Drtw_ieee80211.c1157 int ieee80211_get_hdrlen(u16 fc) in ieee80211_get_hdrlen() function