Searched refs:ieee80211_get_hdrlen (Results 1 – 5 of 5) sorted by relevance
751 static inline int ieee80211_get_hdrlen(u16 fc) in ieee80211_get_hdrlen() function
57 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()
2283 static inline int ieee80211_get_hdrlen(u16 fc) in ieee80211_get_hdrlen() function2312 switch (ieee80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl))) { in ieee80211_get_payload()
976 int ieee80211_get_hdrlen(u16 fc);
1157 int ieee80211_get_hdrlen(u16 fc) in ieee80211_get_hdrlen() function