Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/net80211/
HDieee80211_input.h214 if (! IEEE80211_HAS_SEQ(type, subtype)) in ieee80211_check_rxseq()
HDieee80211_wds.c504 if (IEEE80211_HAS_SEQ(type, subtype)) { in wds_input()
HDieee80211.h231 #define IEEE80211_HAS_SEQ(type, subtype) \ macro
HDieee80211_adhoc.c447 if (IEEE80211_HAS_SEQ(type, subtype) && in adhoc_input()
HDieee80211_sta.c655 if ( IEEE80211_HAS_SEQ(type, subtype) && in sta_input()
HDieee80211_hostap.c583 if (IEEE80211_HAS_SEQ(type, subtype)) { in hostap_input()
HDieee80211_output.c980 if (IEEE80211_HAS_SEQ(type & IEEE80211_FC0_TYPE_MASK, in ieee80211_send_setup()