Searched refs:i_qos (Results 1 - 13 of 13) sorted by last modified time

/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c2916 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
/freebsd-11-stable/sys/net80211/
H A Dieee80211_output.c933 qos = ((struct ieee80211_qosframe_addr4 *) wh)->i_qos;
935 qos = ((struct ieee80211_qosframe *) wh)->i_qos;
1467 wh)->i_qos;
1477 wh)->i_qos;
1488 qos = ((struct ieee80211_qosframe *) wh)->i_qos;
1499 qos = ((struct ieee80211_qosframe_addr4 *) wh)->i_qos;
1520 qos = ((struct ieee80211_qosframe_addr4 *) wh)->i_qos;
1523 qos = ((struct ieee80211_qosframe *) wh)->i_qos;
H A Dieee80211_proto.h308 return (((struct ieee80211_qosframe_addr4 *)wh)->i_qos);
310 return (((struct ieee80211_qosframe *)wh)->i_qos);
325 i_qos[0];
327 tid = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
H A Dieee80211_proto.c589 printf(" QoS [TID %u%s]", qwh->i_qos[0] & IEEE80211_QOS_TID,
590 qwh->i_qos[0] & IEEE80211_QOS_ACKPOLICY ? " ACM" : "");
H A Dieee80211.h83 uint8_t i_qos[2]; member in struct:ieee80211_qosframe
89 uint8_t i_qos[2]; member in struct:ieee80211_qoscntl
111 uint8_t i_qos[2]; member in struct:ieee80211_qosframe_addr4
H A Dieee80211_crypto_ccmp.c366 aad[30] = qwh4->i_qos[0] & 0x0f;/* just priority bits */
379 aad[24] = qwh->i_qos[0] & 0x0f; /* just priority bits */
H A Dieee80211_crypto_tkip.c802 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID;
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c1593 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c4392 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c1504 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c2214 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rum.c1602 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0];
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c2783 qos = ((const struct ieee80211_qosframe *)wh)->i_qos[0];

Completed in 376 milliseconds