Home
last modified time | relevance | path

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

/freebsd/sys/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_crypto_gcmp.c441 aad[30] = qwh4->i_qos[0] & 0x0f;/* just priority bits */ in gcmp_init_aad()
452 aad[24] = qwh->i_qos[0] & 0x0f; /* just priority bits */ in gcmp_init_aad()
H A Dieee80211.h83 uint8_t i_qos[2]; member
89 uint8_t i_qos[2]; member
110 uint8_t i_qos[2]; member
H A Dieee80211_crypto_ccmp.c405 aad[30] = qwh4->i_qos[0] & 0x0f;/* just priority bits */ in ccmp_init_blocks()
418 aad[24] = qwh->i_qos[0] & 0x0f; /* just priority bits */ in ccmp_init_blocks()
H A Dieee80211_output.c1149 qos = ((struct ieee80211_qosframe_addr4 *) wh)->i_qos; in ieee80211_send_nulldata()
1151 qos = ((struct ieee80211_qosframe *) wh)->i_qos; in ieee80211_send_nulldata()
1748 wh)->i_qos; in ieee80211_encap()
1758 wh)->i_qos; in ieee80211_encap()
1769 qos = ((struct ieee80211_qosframe *) wh)->i_qos; in ieee80211_encap()
1780 qos = ((struct ieee80211_qosframe_addr4 *) wh)->i_qos; in ieee80211_encap()
1801 qos = ((struct ieee80211_qosframe_addr4 *) wh)->i_qos; in ieee80211_encap()
1804 qos = ((struct ieee80211_qosframe *) wh)->i_qos; in ieee80211_encap()
H A Dieee80211_proto.c597 printf(" QoS [TID %u%s]", qwh->i_qos[0] & IEEE80211_QOS_TID, in ieee80211_dump_pkt()
598 qwh->i_qos[0] & IEEE80211_QOS_ACKPOLICY ? " ACM" : ""); in ieee80211_dump_pkt()
H A Dieee80211_crypto_tkip.c867 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID; in michael_mic_hdr()
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c367 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in r92c_fill_tx_desc()
/freebsd/sys/dev/rtwn/
H A Dif_rtwn.c827 qwh->i_qos[0] = tid & IEEE80211_QOS_TID; in rtwn_construct_nulldata()
/freebsd/sys/dev/otus/
H A Dif_otus.c2262 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in otus_tx()
/freebsd/sys/dev/usb/wlan/
H A Dif_rum.c1635 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in rum_tx_data()
H A Dif_rsu.c2801 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in rsu_tx_start()
/freebsd/sys/dev/ral/
H A Drt2860.c1502 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in rt2860_tx()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c2804 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in wpi_tx_data()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c4554 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0]; in iwn_tx_data()