Home
last modified time | relevance | path

Searched refs:ieee80211_hdr (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dieee80211.h233 struct ieee80211_hdr { struct
649 static inline bool ieee80211_is_frag(struct ieee80211_hdr *hdr) in ieee80211_is_frag()
3100 static inline u8 *ieee80211_get_qos_ctl(struct ieee80211_hdr *hdr) in ieee80211_get_qos_ctl()
3112 static inline u8 ieee80211_get_tid(struct ieee80211_hdr *hdr) in ieee80211_get_tid()
3129 static inline u8 *ieee80211_get_SA(struct ieee80211_hdr *hdr) in ieee80211_get_SA()
3148 static inline u8 *ieee80211_get_DA(struct ieee80211_hdr *hdr) in ieee80211_get_DA()
3160 static inline bool _ieee80211_is_robust_mgmt_frame(struct ieee80211_hdr *hdr) in _ieee80211_is_robust_mgmt_frame()
3207 static inline bool ieee80211_is_public_action(struct ieee80211_hdr *hdr, in ieee80211_is_public_action()
3224 static inline bool _ieee80211_is_group_privacy_action(struct ieee80211_hdr *hdr) in _ieee80211_is_group_privacy_action()
/include/net/
Dmac80211.h4993 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in ieee80211_get_tkip_p1k()