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

/freebsd-10.1-release/contrib/libpcap/
H A Dieee80211.h41 #define IEEE80211_FC0_VERSION_MASK 0x03 macro
/freebsd-10.1-release/sys/net80211/
H A Dieee80211.h110 #define IEEE80211_FC0_VERSION_MASK 0x03 macro
H A Dieee80211_wds.c458 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) !=
H A Dieee80211_adhoc.c340 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) !=
H A Dieee80211_sta.c569 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) !=
H A Dieee80211_hostap.c529 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) !=
H A Dieee80211_mesh.c1575 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) !=
H A Dieee80211_output.c553 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) !=
/freebsd-10.1-release/tools/tools/net80211/wlaninject/
H A Dwlaninject.c563 wh->i_fc[0] |= atoi(optarg)& IEEE80211_FC0_VERSION_MASK;

Completed in 186 milliseconds