Searched refs:IEEE80211_FC1_DIR_DSTODS (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/contrib/libpcap/
H A Dieee80211.h87 #define IEEE80211_FC1_DIR_DSTODS 0x03 /* AP ->AP */ macro
H A Dgrammar.y590 $$ = IEEE80211_FC1_DIR_DSTODS;
H A Dgencode.c4223 IEEE80211_FC1_DIR_DSTODS, IEEE80211_FC1_DIR_MASK);
/freebsd-9.3-release/sys/net80211/
H A Dieee80211.h160 #define IEEE80211_FC1_DIR_DSTODS 0x03 /* AP ->AP */ macro
163 (((wh)->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS)
H A Dieee80211_adhoc.c502 qos = (dir == IEEE80211_FC1_DIR_DSTODS) ?
599 if (dir == IEEE80211_FC1_DIR_DSTODS && ni->ni_wdsvap != NULL)
H A Dieee80211_wds.c524 if (dir != IEEE80211_FC1_DIR_DSTODS) {
588 qos = (dir == IEEE80211_FC1_DIR_DSTODS) ?
H A Dieee80211_hostap.c606 (dir == IEEE80211_FC1_DIR_DSTODS &&
608 if (dir != IEEE80211_FC1_DIR_DSTODS) {
655 if (dir == IEEE80211_FC1_DIR_DSTODS && ni->ni_wdsvap == NULL) {
719 qos = (dir == IEEE80211_FC1_DIR_DSTODS) ?
814 if (dir == IEEE80211_FC1_DIR_DSTODS && ni->ni_wdsvap != NULL)
H A Dieee80211_output.c443 case IEEE80211_FC1_DIR_DSTODS:
546 wh->i_fc[1] = IEEE80211_FC1_DIR_DSTODS;
562 wh->i_fc[1] = IEEE80211_FC1_DIR_DSTODS;
1177 wh->i_fc[1] = IEEE80211_FC1_DIR_DSTODS;
1213 wh->i_fc[1] = IEEE80211_FC1_DIR_DSTODS;
1239 wh->i_fc[1] = IEEE80211_FC1_DIR_DSTODS;
H A Dieee80211_sta.c632 dir == IEEE80211_FC1_DIR_DSTODS) &&
666 } else if (dir == IEEE80211_FC1_DIR_DSTODS) {
730 qos = (dir == IEEE80211_FC1_DIR_DSTODS) ?
H A Dieee80211_mesh.c952 WHDIR(wh) == IEEE80211_FC1_DIR_DSTODS,
1025 KASSERT((wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS,
1143 dir != IEEE80211_FC1_DIR_DSTODS) {
1193 if (dir == IEEE80211_FC1_DIR_DSTODS)
1202 qos = (dir == IEEE80211_FC1_DIR_DSTODS) ?
H A Dieee80211_input.c321 case IEEE80211_FC1_DIR_DSTODS:
H A Dieee80211_crypto_tkip.c783 case IEEE80211_FC1_DIR_DSTODS:
H A Dieee80211_proto.c424 case IEEE80211_FC1_DIR_DSTODS:
/freebsd-9.3-release/tools/tools/net80211/wlaninject/
H A Dwlaninject.c377 if (wh->i_fc[1] & IEEE80211_FC1_DIR_DSTODS)
/freebsd-9.3-release/sys/dev/malo/
H A Dif_malo.c1089 ((wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS)
2035 IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS)
/freebsd-9.3-release/sys/dev/mwl/
H A Dif_mwl.c2705 ((((const struct ieee80211_frame *)wh)->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS)
3182 ((wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS)
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_run.c91 (((wh)->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS)

Completed in 284 milliseconds