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

/freebsd-current/contrib/libpcap/
H A Dieee80211.h109 #define IEEE80211_QOS_TID 0x0f macro
/freebsd-current/sys/dev/mwl/
H A Dif_mwlvar.h215 return (qos & htole16(IEEE80211_QOS_TID|IEEE80211_QOS_ACKPOLICY)) ==
/freebsd-current/sys/net80211/
H A Dieee80211_proto.h341 tid &= IEEE80211_QOS_TID;
H A Dieee80211.h267 #define IEEE80211_QOS_TID 0x0f macro
H A Dieee80211_crypto_tkip.c866 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID;
H A Dieee80211_proto.c597 printf(" QoS [TID %u%s]", qwh->i_qos[0] & IEEE80211_QOS_TID,
H A Dieee80211_output.c1153 qos[0] = tid & IEEE80211_QOS_TID;
1809 qos[0] = tid & IEEE80211_QOS_TID;
H A Dieee80211_ht.c1035 tid &= IEEE80211_QOS_TID;
/freebsd-current/sys/dev/rtwn/rtl8812a/
H A Dr12a_tx.c246 tid = qos & IEEE80211_QOS_TID;
/freebsd-current/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c243 tid = qos & IEEE80211_QOS_TID;
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h87 #define IEEE80211_QOS_CTL_TID_MASK IEEE80211_QOS_TID
/freebsd-current/sys/dev/rtwn/
H A Dif_rtwn.c756 qwh->i_qos[0] = tid & IEEE80211_QOS_TID;
/freebsd-current/sys/dev/otus/
H A Dif_otus.c2264 tid = qos & IEEE80211_QOS_TID;
/freebsd-current/sys/dev/wpi/
H A Dif_wpi.c2805 tid = qos & IEEE80211_QOS_TID;
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c5304 KASSERT(nonqos_ok || tid == (tid & IEEE80211_QOS_TID), ("%s: tid %u "
/freebsd-current/sys/dev/usb/wlan/
H A Dif_run.c3456 tid = qos & IEEE80211_QOS_TID;
/freebsd-current/sys/dev/iwn/
H A Dif_iwn.c4560 tid = qos & IEEE80211_QOS_TID;

Completed in 272 milliseconds