Home
last modified time | relevance | path

Searched refs:i_qos (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_proto.h321 return (((struct ieee80211_qosframe_addr4 *)wh)->i_qos); in ieee80211_getqos()
323 return (((struct ieee80211_qosframe *)wh)->i_qos); in ieee80211_getqos()
338 i_qos[0]; in ieee80211_gettid()
340 tid = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in ieee80211_gettid()
H A Dieee80211.h85 uint8_t i_qos[2]; member
91 uint8_t i_qos[2]; member
112 uint8_t i_qos[2]; member
H A Dieee80211_crypto_ccmp.c400 aad[30] = qwh4->i_qos[0] & 0x0f;/* just priority bits */ in ccmp_init_blocks()
413 aad[24] = qwh->i_qos[0] & 0x0f; /* just priority bits */ in ccmp_init_blocks()
H A Dieee80211_output.c1145 qos = ((struct ieee80211_qosframe_addr4 *) wh)->i_qos; in ieee80211_send_nulldata()
1147 qos = ((struct ieee80211_qosframe *) wh)->i_qos; in ieee80211_send_nulldata()
1737 wh)->i_qos; in ieee80211_encap()
1747 wh)->i_qos; in ieee80211_encap()
1758 qos = ((struct ieee80211_qosframe *) wh)->i_qos; in ieee80211_encap()
1769 qos = ((struct ieee80211_qosframe_addr4 *) wh)->i_qos; in ieee80211_encap()
1790 qos = ((struct ieee80211_qosframe_addr4 *) wh)->i_qos; in ieee80211_encap()
1793 qos = ((struct ieee80211_qosframe *) wh)->i_qos; in ieee80211_encap()
H A Dieee80211_proto.c599 printf(" QoS [TID %u%s]", qwh->i_qos[0] & IEEE80211_QOS_TID, in ieee80211_dump_pkt()
600 qwh->i_qos[0] & IEEE80211_QOS_ACKPOLICY ? " ACM" : ""); in ieee80211_dump_pkt()
H A Dieee80211_crypto_tkip.c868 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID; in michael_mic_hdr()