Searched refs:ieee80211_get_hdrlen (Results 1 – 5 of 5) sorted by relevance
726 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()930 hdrlen = ieee80211_get_hdrlen(fc); in ieee80211_rx()
2100 static inline int ieee80211_get_hdrlen(u16 fc) in ieee80211_get_hdrlen() function2129 switch (ieee80211_get_hdrlen(le16_to_cpu(hdr->frame_ctl))) { in ieee80211_get_payload()
894 int ieee80211_get_hdrlen(u16 fc);
1158 int ieee80211_get_hdrlen(u16 fc) in ieee80211_get_hdrlen() function