Home
last modified time | relevance | path

Searched refs:IEEE80211_QOS_HAS_SEQ (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_proto.h181 if (IEEE80211_QOS_HAS_SEQ(wh)) in ieee80211_hdrsize()
318 KASSERT(IEEE80211_QOS_HAS_SEQ(wh), ("QoS field is absent!")); in ieee80211_getqos()
335 if (IEEE80211_QOS_HAS_SEQ(wh)) { in ieee80211_gettid()
H A Dieee80211_wds.c508 if (IEEE80211_QOS_HAS_SEQ(wh) && in wds_input()
H A Dieee80211_crypto_ccmp.c350 #define IS_QOS_DATA(wh) IEEE80211_QOS_HAS_SEQ(wh) in ccmp_init_blocks()
H A Dieee80211_sta.c491 sa = IEEE80211_QOS_HAS_SEQ(wh) ? QWH4(wh)->i_addr4 : WH4(wh)->i_addr4; in isdstods_mcastecho()
650 if (IEEE80211_QOS_HAS_SEQ(wh) && in sta_input()
H A Dieee80211_adhoc.c450 if (IEEE80211_QOS_HAS_SEQ(wh) && in adhoc_input()
H A Dieee80211.h244 #define IEEE80211_QOS_HAS_SEQ(wh) \ macro
H A Dieee80211_proto.c596 if (IEEE80211_QOS_HAS_SEQ(wh)) { in ieee80211_dump_pkt()
H A Dieee80211_hostap.c581 if (IEEE80211_QOS_HAS_SEQ(wh) && in hostap_input()
H A Dieee80211_mesh.c1587 if (IEEE80211_QOS_HAS_SEQ(wh) && in mesh_input()