Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dieee80211.h83 #define IEEE80211_FC1_DIR_MASK 0x03U macro
H A Dgencode.c4783 IEEE80211_FC1_DIR_DSTODS, IEEE80211_FC1_DIR_MASK); in gen_wlanhostop()
9022 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.c337 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in adhoc_input()
371 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in adhoc_input()
H A Dieee80211_input.c344 switch (wh.i_fc[1] & IEEE80211_FC1_DIR_MASK) { in ieee80211_decap()
933 if ((wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) != IEEE80211_FC1_DIR_NODS) in ieee80211_getbssid()
H A Dieee80211.h297 #define IEEE80211_FC1_DIR_MASK 0x03 macro
304 (((wh)->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS)
H A Dieee80211_sta.c593 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in sta_input()
601 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in sta_input()
H A Dieee80211_hostap.c502 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in hostap_input()
536 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in hostap_input()
H A Dieee80211_crypto_tkip.c845 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.h919 if ((fc & htole16(IEEE80211_FC1_DIR_MASK << 8)) == in ieee80211_hdrlen()
/freebsd/sys/dev/iwx/
H A Dif_iwx.c655 return (wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) == in ieee80211_has_addr4()