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

/freebsd-current/contrib/libpcap/
H A Dieee80211.h87 #define IEEE80211_FC1_DIR_DSTODS 0x03 /* AP ->AP */ macro
H A Dgencode.c4667 IEEE80211_FC1_DIR_DSTODS, IEEE80211_FC1_DIR_MASK);
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h772 htole16(IEEE80211_FC1_DIR_DSTODS << 8))
/freebsd-current/sys/net80211/
H A Dieee80211_hostap.c601 (dir == IEEE80211_FC1_DIR_DSTODS &&
603 if (dir != IEEE80211_FC1_DIR_DSTODS) {
650 if (dir == IEEE80211_FC1_DIR_DSTODS && ni->ni_wdsvap == NULL) {
814 if (dir == IEEE80211_FC1_DIR_DSTODS && ni->ni_wdsvap != NULL)
H A Dieee80211.h216 #define IEEE80211_FC1_DIR_DSTODS 0x03 /* AP ->AP */ macro
219 (((wh)->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS)
H A Dieee80211_wds.c519 if (dir != IEEE80211_FC1_DIR_DSTODS) {
H A Dieee80211_output.c817 case IEEE80211_FC1_DIR_DSTODS:
923 wh->i_fc[1] = IEEE80211_FC1_DIR_DSTODS;
938 wh->i_fc[1] = IEEE80211_FC1_DIR_DSTODS;
1594 dir = IEEE80211_FC1_DIR_DSTODS;
1701 wh->i_fc[1] = IEEE80211_FC1_DIR_DSTODS;
1739 if (dir == IEEE80211_FC1_DIR_DSTODS) { /* ucast */
H A Dieee80211_sta.c681 dir == IEEE80211_FC1_DIR_DSTODS) &&
715 } else if (dir == IEEE80211_FC1_DIR_DSTODS) {
H A Dieee80211_adhoc.c624 if (dir == IEEE80211_FC1_DIR_DSTODS && ni->ni_wdsvap != NULL)
H A Dieee80211_input.c359 case IEEE80211_FC1_DIR_DSTODS:
H A Dieee80211_crypto_tkip.c857 case IEEE80211_FC1_DIR_DSTODS:
H A Dieee80211_mesh.c1272 WHDIR(wh) == IEEE80211_FC1_DIR_DSTODS,
1347 KASSERT((wh->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS,
1618 dir != IEEE80211_FC1_DIR_DSTODS) {
H A Dieee80211_proto.c576 case IEEE80211_FC1_DIR_DSTODS:
/freebsd-current/tools/tools/net80211/wlaninject/
H A Dwlaninject.c375 if (wh->i_fc[1] & IEEE80211_FC1_DIR_DSTODS)

Completed in 157 milliseconds