Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/libpcap/
HDieee80211.h109 #define IEEE80211_QOS_TID 0x0f macro
/freebsd-11-stable/sys/dev/mwl/
HDif_mwlvar.h215 return (qos & htole16(IEEE80211_QOS_TID|IEEE80211_QOS_ACKPOLICY)) == in mwl_bastream_match()
/freebsd-11-stable/sys/net80211/
HDieee80211_proto.h328 tid &= IEEE80211_QOS_TID; in ieee80211_gettid()
HDieee80211.h212 #define IEEE80211_QOS_TID 0x0f macro
HDieee80211_crypto_tkip.c802 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID; in michael_mic_hdr()
HDieee80211_output.c936 qos[0] = tid & IEEE80211_QOS_TID; in ieee80211_send_nulldata()
1527 qos[0] = tid & IEEE80211_QOS_TID; in ieee80211_encap()
HDieee80211_proto.c589 printf(" QoS [TID %u%s]", qwh->i_qos[0] & IEEE80211_QOS_TID, in ieee80211_dump_pkt()
HDieee80211_ht.c807 tid &= IEEE80211_QOS_TID; in ieee80211_ampdu_reorder()
/freebsd-11-stable/sys/dev/otus/
HDif_otus.c2215 tid = qos & IEEE80211_QOS_TID; in otus_tx()
/freebsd-11-stable/sys/dev/rtwn/
HDif_rtwn.c1594 tid = qos & IEEE80211_QOS_TID; in rtwn_tx()
/freebsd-11-stable/sys/dev/ral/
HDrt2860.c1505 tid = qos & IEEE80211_QOS_TID; in rt2860_tx()
/freebsd-11-stable/sys/dev/wpi/
HDif_wpi.c2784 tid = qos & IEEE80211_QOS_TID; in wpi_tx_data()
/freebsd-11-stable/sys/dev/urtwn/
HDif_urtwn.c2917 tid = qos & IEEE80211_QOS_TID; in urtwn_tx_data()
/freebsd-11-stable/sys/dev/usb/wlan/
HDif_run.c3295 tid = qos & IEEE80211_QOS_TID; in run_tx()
/freebsd-11-stable/sys/dev/iwn/
HDif_iwn.c4393 tid = qos & IEEE80211_QOS_TID; in iwn_tx_data()