Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dieee80211.h109 #define IEEE80211_QOS_TID 0x0f macro
/freebsd/sys/dev/mwl/
H A Dif_mwlvar.h215 return (qos & htole16(IEEE80211_QOS_TID|IEEE80211_QOS_ACKPOLICY)) == in mwl_bastream_match()
/freebsd/sys/net80211/
H A Dieee80211_proto.h341 tid &= IEEE80211_QOS_TID; in ieee80211_gettid()
H A Dieee80211.h342 #define IEEE80211_QOS_TID 0x0f macro
H A Dieee80211_crypto_tkip.c867 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID; in michael_mic_hdr()
H A Dieee80211_output.c1152 qos[0] = tid & IEEE80211_QOS_TID; in ieee80211_send_nulldata()
1808 qos[0] = tid & IEEE80211_QOS_TID; in ieee80211_encap()
H A Dieee80211_proto.c597 printf(" QoS [TID %u%s]", qwh->i_qos[0] & IEEE80211_QOS_TID, in ieee80211_dump_pkt()
H A Dieee80211_ht.c1038 tid &= IEEE80211_QOS_TID; in ieee80211_ampdu_reorder()
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c368 tid = qos & IEEE80211_QOS_TID; in r92c_fill_tx_desc()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dieee80211.h97 #define IEEE80211_QOS_CTL_TID_MASK IEEE80211_QOS_TID
/freebsd/sys/dev/rtwn/
H A Dif_rtwn.c832 qwh->i_qos[0] = tid & IEEE80211_QOS_TID; in rtwn_construct_nulldata()
/freebsd/sys/dev/otus/
H A Dif_otus.c2263 tid = qos & IEEE80211_QOS_TID; in otus_tx()
/freebsd/sys/dev/iwx/
H A Dif_iwx.c4255 tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0;
5621 uint8_t tid = qos & IEEE80211_QOS_TID;
/freebsd/sys/dev/wpi/
H A Dif_wpi.c2805 tid = qos & IEEE80211_QOS_TID; in wpi_tx_data()
/freebsd/sys/dev/usb/wlan/
H A Dif_run.c3459 tid = qos & IEEE80211_QOS_TID; in run_tx()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c6556 KASSERT(nonqos_ok || tid == (tid & IEEE80211_QOS_TID), ("%s: tid %u "
/freebsd/sys/dev/iwn/
H A Dif_iwn.c4555 tid = qos & IEEE80211_QOS_TID; in iwn_tx_data()