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
56 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()
2238 static inline int ieee80211_get_hdrlen(u16 fc) in ieee80211_get_hdrlen() function2267 switch (ieee80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl))) { in ieee80211_get_payload()
975 int ieee80211_get_hdrlen(u16 fc);
1156 int ieee80211_get_hdrlen(u16 fc) in ieee80211_get_hdrlen() function