Home
last modified time | relevance | path

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

/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211.h156 #define IEEE80211_FC1_DIR_DSTODS 0x03 /* AP ->AP */ macro
255 IEEE80211_FC1_DIR_DSTODS; in ieee80211_has_addr4()
H A Dieee80211_crypto_tkip.c146 case IEEE80211_FC1_DIR_DSTODS: in ieee80211_tkip_mic()
H A Dieee80211_proto.c169 case IEEE80211_FC1_DIR_DSTODS: in ieee80211_dump_pkt()
H A Dieee80211_output.c552 case IEEE80211_FC1_DIR_DSTODS: in ieee80211_encap()
H A Dieee80211_input.c1146 case IEEE80211_FC1_DIR_DSTODS: in ieee80211_decap()
H A Dieee80211_node.c1981 case IEEE80211_FC1_DIR_DSTODS: in ieee80211_needs_rxnode()
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211.h291 #define IEEE80211_FC1_DIR_DSTODS 0x03 /* AP ->AP */ macro
294 (((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()
814 if (dir == IEEE80211_FC1_DIR_DSTODS && ni->ni_wdsvap != NULL) in hostap_input()
H A Dieee80211_output.c820 case IEEE80211_FC1_DIR_DSTODS: in ieee80211_output()
926 wh->i_fc[1] = IEEE80211_FC1_DIR_DSTODS; in ieee80211_send_setup()
941 wh->i_fc[1] = IEEE80211_FC1_DIR_DSTODS; in ieee80211_send_setup()
1597 dir = IEEE80211_FC1_DIR_DSTODS; in ieee80211_encap()
1704 wh->i_fc[1] = IEEE80211_FC1_DIR_DSTODS; in ieee80211_encap()
1742 if (dir == IEEE80211_FC1_DIR_DSTODS) { /* ucast */ in ieee80211_encap()
H A Dieee80211_wds.c518 if (dir != IEEE80211_FC1_DIR_DSTODS) { in wds_input()
H A Dieee80211_sta.c680 dir == IEEE80211_FC1_DIR_DSTODS) && in sta_input()
714 } else if (dir == IEEE80211_FC1_DIR_DSTODS) { in sta_input()
H A Dieee80211_adhoc.c623 if (dir == IEEE80211_FC1_DIR_DSTODS && ni->ni_wdsvap != NULL) in adhoc_input()
H A Dieee80211_input.c360 case IEEE80211_FC1_DIR_DSTODS: in ieee80211_decap()
H A Dieee80211_crypto_tkip.c857 case IEEE80211_FC1_DIR_DSTODS: in michael_mic_hdr()
H A Dieee80211_mesh.c1272 WHDIR(wh) == IEEE80211_FC1_DIR_DSTODS, in mesh_decap()
1347 KASSERT((wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS, in mesh_isucastforme()
1617 dir != IEEE80211_FC1_DIR_DSTODS) { in mesh_input()
H A Dieee80211_proto.c585 case IEEE80211_FC1_DIR_DSTODS: in ieee80211_dump_pkt()