Home
last modified time | relevance | path

Searched refs:IEEE80211_FC1_DIR_DSTODS (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211.h186 #define IEEE80211_FC1_DIR_DSTODS 0x03 /* AP ->AP */ macro
189 (((wh)->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS)
H A Dieee80211_hostap.c601 (dir == IEEE80211_FC1_DIR_DSTODS && in hostap_input()
603 if (dir != IEEE80211_FC1_DIR_DSTODS) { in hostap_input()
650 if (dir == IEEE80211_FC1_DIR_DSTODS && ni->ni_wdsvap == NULL) { in hostap_input()
808 if (dir == IEEE80211_FC1_DIR_DSTODS && ni->ni_wdsvap != NULL) in hostap_input()
H A Dieee80211_output.c812 case IEEE80211_FC1_DIR_DSTODS: in ieee80211_output()
918 wh->i_fc[1] = IEEE80211_FC1_DIR_DSTODS; in ieee80211_send_setup()
933 wh->i_fc[1] = IEEE80211_FC1_DIR_DSTODS; in ieee80211_send_setup()
1582 dir = IEEE80211_FC1_DIR_DSTODS; in ieee80211_encap()
1689 wh->i_fc[1] = IEEE80211_FC1_DIR_DSTODS; in ieee80211_encap()
1727 if (dir == IEEE80211_FC1_DIR_DSTODS) { /* ucast */ in ieee80211_encap()
H A Dieee80211_wds.c525 if (dir != IEEE80211_FC1_DIR_DSTODS) { in wds_input()
H A Dieee80211_sta.c677 dir == IEEE80211_FC1_DIR_DSTODS) && in sta_input()
711 } else if (dir == IEEE80211_FC1_DIR_DSTODS) { in sta_input()
H A Dieee80211_adhoc.c622 if (dir == IEEE80211_FC1_DIR_DSTODS && ni->ni_wdsvap != NULL) in adhoc_input()
H A Dieee80211_input.c339 case IEEE80211_FC1_DIR_DSTODS: in ieee80211_decap()
H A Dieee80211_crypto_tkip.c859 case IEEE80211_FC1_DIR_DSTODS: in michael_mic_hdr()
H A Dieee80211_mesh.c1276 WHDIR(wh) == IEEE80211_FC1_DIR_DSTODS, in mesh_decap()
1351 KASSERT((wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS, in mesh_isucastforme()
1622 dir != IEEE80211_FC1_DIR_DSTODS) { in mesh_input()
H A Dieee80211_proto.c578 case IEEE80211_FC1_DIR_DSTODS: in ieee80211_dump_pkt()