Home
last modified time | relevance | path

Searched refs:IEEE80211_FC1_DIR_MASK (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/libpcap/
H A Dieee80211.h83 #define IEEE80211_FC1_DIR_MASK 0x03 macro
H A Dgencode.c4678 IEEE80211_FC1_DIR_DSTODS, IEEE80211_FC1_DIR_MASK); in gen_wlanhostop()
8894 IEEE80211_FC1_DIR_MASK); in gen_p80211_fcdir()
/freebsd/sys/net80211/
H A Dieee80211_wds.c440 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in wds_input()
476 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in wds_input()
H A Dieee80211_adhoc.c339 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in adhoc_input()
373 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in adhoc_input()
H A Dieee80211_input.c346 switch (wh.i_fc[1] & IEEE80211_FC1_DIR_MASK) { in ieee80211_decap()
935 if ((wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) != IEEE80211_FC1_DIR_NODS) in ieee80211_getbssid()
H A Dieee80211.h287 #define IEEE80211_FC1_DIR_MASK 0x03 macro
294 (((wh)->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS)
H A Dieee80211_sta.c597 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in sta_input()
605 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in sta_input()
H A Dieee80211_hostap.c509 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in hostap_input()
543 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in hostap_input()
H A Dieee80211_crypto_tkip.c844 switch (wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) { in michael_mic_hdr()
H A Dieee80211_mesh.c1251 #define WHDIR(wh) ((wh)->i_fc[1] & IEEE80211_FC1_DIR_MASK) in mesh_decap()
1347 KASSERT((wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS, in mesh_isucastforme()
1573 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in mesh_input()
H A Dieee80211_output.c611 if ((wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) != in ieee80211_validate_frame()
810 switch (wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) { in ieee80211_output()
H A Dieee80211_proto.c560 switch (wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) { in ieee80211_dump_pkt()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h851 if ((fc & htole16(IEEE80211_FC1_DIR_MASK << 8)) == in ieee80211_hdrlen()