Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Dieee80211.h751 static inline int ieee80211_get_hdrlen(u16 fc) in ieee80211_get_hdrlen() function
/linux-4.1.27/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()
939 hdrlen = ieee80211_get_hdrlen(fc); in ieee80211_rx()
Dieee80211.h2238 static inline int ieee80211_get_hdrlen(u16 fc) in ieee80211_get_hdrlen() function
2267 switch (ieee80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl))) { in ieee80211_get_payload()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dieee80211.h975 int ieee80211_get_hdrlen(u16 fc);
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_ieee80211.c1156 int ieee80211_get_hdrlen(u16 fc) in ieee80211_get_hdrlen() function