Searched refs:IEEE80211_FC0_VERSION_MASK (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/libpcap/
H A Dieee80211.h41 #define IEEE80211_FC0_VERSION_MASK 0x03 macro
/freebsd-11.0-release/sys/net80211/
H A Dieee80211_wds.c460 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) !=
H A Dieee80211.h114 #define IEEE80211_FC0_VERSION_MASK 0x03 macro
H A Dieee80211_adhoc.c343 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) !=
H A Dieee80211_sta.c587 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) !=
H A Dieee80211_hostap.c518 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) !=
H A Dieee80211_mesh.c1564 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) !=
H A Dieee80211_output.c608 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) !=
/freebsd-11.0-release/tools/tools/net80211/wlaninject/
H A Dwlaninject.c563 wh->i_fc[0] |= atoi(optarg)& IEEE80211_FC0_VERSION_MASK;

Completed in 134 milliseconds