Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_wds.c474 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) != in wds_input()
H A Dieee80211_adhoc.c369 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) != in adhoc_input()
H A Dieee80211.h115 #define IEEE80211_FC0_VERSION_MASK 0x03 macro
H A Dieee80211_sta.c600 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) != in sta_input()
H A Dieee80211_hostap.c535 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) != in hostap_input()
H A Dieee80211_mesh.c1571 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) != in mesh_input()
H A Dieee80211_output.c601 if ((wh->i_fc[0] & IEEE80211_FC0_VERSION_MASK) != in ieee80211_validate_frame()