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

/freebsd-9.3-release/contrib/libpcap/
H A Dieee80211.h41 #define IEEE80211_FC0_VERSION_MASK 0x03 macro
/freebsd-9.3-release/sys/net80211/
H A Dieee80211.h110 #define IEEE80211_FC0_VERSION_MASK 0x03 macro
H A Dieee80211_adhoc.c337 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) !=
H A Dieee80211_wds.c459 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) !=
H A Dieee80211_sta.c564 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) !=
H A Dieee80211_hostap.c524 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) !=
H A Dieee80211_mesh.c1076 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) !=
H A Dieee80211_output.c432 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) !=
/freebsd-9.3-release/tools/tools/net80211/wlaninject/
H A Dwlaninject.c563 wh->i_fc[0] |= atoi(optarg)& IEEE80211_FC0_VERSION_MASK;

Completed in 138 milliseconds