Home
last modified time | relevance | path

Searched refs:IEEE80211_HAS_SEQ (Results 1 – 7 of 7) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_input.h214 if (! IEEE80211_HAS_SEQ(type, subtype)) in ieee80211_check_rxseq()
H A Dieee80211_wds.c499 if (IEEE80211_HAS_SEQ(type, subtype)) { in wds_input()
H A Dieee80211_adhoc.c442 if (IEEE80211_HAS_SEQ(type, subtype) && in adhoc_input()
H A Dieee80211.h306 #define IEEE80211_HAS_SEQ(type, subtype) \ macro
H A Dieee80211_sta.c650 if ( IEEE80211_HAS_SEQ(type, subtype) && in sta_input()
H A Dieee80211_hostap.c579 if (IEEE80211_HAS_SEQ(type, subtype)) { in hostap_input()
H A Dieee80211_output.c983 if (IEEE80211_HAS_SEQ(type & IEEE80211_FC0_TYPE_MASK, in ieee80211_send_setup()