Searched refs:HAS_SEQ (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/net80211/
H A Dieee80211_input.h171 #define HAS_SEQ(type) ((type & 0x4) == 0) macro
183 if (! HAS_SEQ(type))
238 #undef HAS_SEQ macro
H A Dieee80211_wds.c408 #define HAS_SEQ(type) ((type & 0x4) == 0) macro
490 if (HAS_SEQ(type)) {
H A Dieee80211_adhoc.c291 #define HAS_SEQ(type) ((type & 0x4) == 0) macro
411 if (HAS_SEQ(type)) {
H A Dieee80211_sta.c520 #define HAS_SEQ(type) ((type & 0x4) == 0) macro
616 if (HAS_SEQ(type) && !IEEE80211_IS_MULTICAST(wh->i_addr1)) {
H A Dieee80211_hostap.c480 #define HAS_SEQ(type) ((type & 0x4) == 0) macro
573 if (HAS_SEQ(type)) {
H A Dieee80211_mesh.c1536 #define HAS_SEQ(type) ((type & 0x4) == 0) macro
1588 if (HAS_SEQ(type)) {
1650 if (!HAS_SEQ(type)) {
1854 #undef HAS_SEQ macro

Completed in 116 milliseconds