Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dieee80211.h109 #define IEEE80211_QOS_TID 0x0f macro
/dragonfly/sys/netproto/802_11/
H A Dieee80211_proto.h329 tid &= IEEE80211_QOS_TID; in ieee80211_gettid()
H A Dieee80211.h212 #define IEEE80211_QOS_TID 0x0f macro
/dragonfly/sys/netproto/802_11/wlan_tkip/
H A Dieee80211_crypto_tkip.c808 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID; in michael_mic_hdr()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_output.c1047 qos[0] = tid & IEEE80211_QOS_TID;
1650 qos[0] = tid & IEEE80211_QOS_TID;
H A Dieee80211_proto.c594 kprintf(" QoS [TID %u%s]", qwh->i_qos[0] & IEEE80211_QOS_TID, in ieee80211_dump_pkt()
H A Dieee80211_ht.c810 tid &= IEEE80211_QOS_TID; in ieee80211_ampdu_reorder()
/dragonfly/sys/dev/netif/ral/
H A Drt2860.c1570 tid = qos & IEEE80211_QOS_TID; in rt2860_tx()
/dragonfly/sys/dev/netif/wpi/
H A Dif_wpi.c2841 tid = qos & IEEE80211_QOS_TID; in wpi_tx_data()
/dragonfly/sys/bus/u4b/wlan/
H A Dif_urtwn.c2892 tid &= IEEE80211_QOS_TID; in urtwn_tx_data()
H A Dif_run.c3320 tid = qos & IEEE80211_QOS_TID; in run_tx()
/dragonfly/sys/dev/netif/iwn/
H A Dif_iwn.c4466 tid = qos & IEEE80211_QOS_TID; in iwn_tx_data()