Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dieee80211.h83 #define IEEE80211_FC1_DIR_MASK 0x03 macro
H A Dgencode.c4623 IEEE80211_FC1_DIR_DSTODS, IEEE80211_FC1_DIR_MASK); in gen_wlanhostop()
8697 IEEE80211_FC1_DIR_MASK); in gen_p80211_fcdir()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_wds.c434 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in wds_input()
471 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in wds_input()
H A Dieee80211_adhoc.c317 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in adhoc_input()
352 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in adhoc_input()
H A Dieee80211_input.c345 switch (wh.i_fc[1] & IEEE80211_FC1_DIR_MASK) { in ieee80211_decap()
894 if ((wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) != IEEE80211_FC1_DIR_NODS) in ieee80211_getbssid()
H A Dieee80211_sta.c562 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in sta_input()
597 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in sta_input()
H A Dieee80211_hostap.c513 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in hostap_input()
548 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in hostap_input()
H A Dieee80211_mesh.c1279 #define WHDIR(wh) ((wh)->i_fc[1] & IEEE80211_FC1_DIR_MASK) in mesh_decap()
1375 KASSERT((wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS, in mesh_isucastforme()
1614 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in mesh_input()
H A Dieee80211_proto.c557 switch (wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) { in ieee80211_dump_pkt()
H A Dieee80211_output.c723 switch (wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) {
/dragonfly/sys/netproto/802_11/
H A Dieee80211.h162 #define IEEE80211_FC1_DIR_MASK 0x03 macro
169 (((wh)->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS)
/dragonfly/sys/netproto/802_11/wlan_tkip/
H A Dieee80211_crypto_tkip.c786 switch (wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) { in michael_mic_hdr()
/dragonfly/sys/dev/netif/wi/
H A Dif_wi.c1384 dir = wh->i_fc[1] & IEEE80211_FC1_DIR_MASK; in wi_rx_intr()