Home
last modified time | relevance | path

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

/freebsd/sys/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.c441 if (IEEE80211_HAS_SEQ(type, subtype) && in adhoc_input()
H A Dieee80211.h306 #define IEEE80211_HAS_SEQ(type, subtype) \ macro
H A Dieee80211_sta.c647 if ( IEEE80211_HAS_SEQ(type, subtype) && in sta_input()
H A Dieee80211_hostap.c575 if (IEEE80211_HAS_SEQ(type, subtype)) { in hostap_input()
H A Dieee80211_output.c979 if (IEEE80211_HAS_SEQ(type & IEEE80211_FC0_TYPE_MASK, in ieee80211_send_setup()