Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Dieee80211.h726 static inline int ieee80211_get_hdrlen(u16 fc) in ieee80211_get_hdrlen() function
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c56 skb_pull(skb, ieee80211_get_hdrlen(fc)); in ieee80211_monitor_rx()
352 hdrlen = ieee80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in ieee80211_rx_frame_decrypt()
400 hdrlen = ieee80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl)); in ieee80211_rx_frame_decrypt_msdu()
930 hdrlen = ieee80211_get_hdrlen(fc); in ieee80211_rx()
Dieee80211.h2100 static inline int ieee80211_get_hdrlen(u16 fc) in ieee80211_get_hdrlen() function
2129 switch (ieee80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl))) { in ieee80211_get_payload()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dieee80211.h894 int ieee80211_get_hdrlen(u16 fc);
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_ieee80211.c1158 int ieee80211_get_hdrlen(u16 fc) in ieee80211_get_hdrlen() function