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

/freebsd-10.2-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-10.2-release/sys/net80211/
H A Dieee80211_wds.c527 if (dir != IEEE80211_FC1_DIR_DSTODS) {
591 qos = (dir == IEEE80211_FC1_DIR_DSTODS) ?
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_hostap.c611 (dir == IEEE80211_FC1_DIR_DSTODS &&
613 if (dir != IEEE80211_FC1_DIR_DSTODS) {
660 if (dir == IEEE80211_FC1_DIR_DSTODS && ni->ni_wdsvap == NULL) {
724 qos = (dir == IEEE80211_FC1_DIR_DSTODS) ?
819 if (dir == IEEE80211_FC1_DIR_DSTODS && ni->ni_wdsvap != NULL)
H A Dieee80211_sta.c661 dir == IEEE80211_FC1_DIR_DSTODS) &&
695 } else if (dir == IEEE80211_FC1_DIR_DSTODS) {
759 qos = (dir == IEEE80211_FC1_DIR_DSTODS) ?
H A Dieee80211_adhoc.c505 qos = (dir == IEEE80211_FC1_DIR_DSTODS) ?
602 if (dir == IEEE80211_FC1_DIR_DSTODS && ni->ni_wdsvap != NULL)
H A Dieee80211_output.c572 case IEEE80211_FC1_DIR_DSTODS:
681 wh->i_fc[1] = IEEE80211_FC1_DIR_DSTODS;
696 wh->i_fc[1] = IEEE80211_FC1_DIR_DSTODS;
1250 dir = IEEE80211_FC1_DIR_DSTODS;
1347 wh->i_fc[1] = IEEE80211_FC1_DIR_DSTODS;
1385 if (dir == IEEE80211_FC1_DIR_DSTODS) { /* ucast */
H A Dieee80211_input.c324 case IEEE80211_FC1_DIR_DSTODS:
H A Dieee80211_proto.c424 case IEEE80211_FC1_DIR_DSTODS:
H A Dieee80211_crypto_tkip.c783 case IEEE80211_FC1_DIR_DSTODS:
H A Dieee80211_mesh.c1280 WHDIR(wh) == IEEE80211_FC1_DIR_DSTODS,
1355 KASSERT((wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS,
1642 dir != IEEE80211_FC1_DIR_DSTODS) {
/freebsd-10.2-release/tools/tools/net80211/wlaninject/
H A Dwlaninject.c377 if (wh->i_fc[1] & IEEE80211_FC1_DIR_DSTODS)
/freebsd-10.2-release/sys/dev/malo/
H A Dif_malo.c1088 ((wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS)
2034 IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS)
/freebsd-10.2-release/sys/dev/mwl/
H A Dif_mwl.c2714 ((((const struct ieee80211_frame *)wh)->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS)
3192 ((wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS)
/freebsd-10.2-release/sys/dev/usb/wlan/
H A Dif_urtwn.c86 (((wh)->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS)
H A Dif_run.c91 (((wh)->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS)

Completed in 224 milliseconds