HomeSort by: relevance | last modified time | path
    Searched refs:i_qos (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/net80211/
ieee80211.h 79 u_int8_t i_qos[2]; member in struct:ieee80211_qosframe
91 u_int8_t i_qos[2]; member in struct:ieee80211_htframe
96 u_int8_t i_qos[2]; member in struct:ieee80211_qoscntl
118 u_int8_t i_qos[2]; member in struct:ieee80211_qosframe_addr4
422 frm = ((const struct ieee80211_qosframe_addr4 *)wh)->i_qos;
424 frm = ((const struct ieee80211_qosframe *)wh)->i_qos;
ieee80211_crypto_ccmp.c 326 qos = qwh4->i_qos[0] & 0x0f; /* just priority bits */
338 qos = qwh->i_qos[0] & 0x0f; /* just priority bits */
ieee80211_output.c 662 qwh->i_qos[0] = tid & IEEE80211_QOS_TID;
664 qwh->i_qos[0] |= 1 << IEEE80211_QOS_ACKPOLICY_S;
665 qwh->i_qos[1] = 0;
ieee80211_crypto_tkip.c 784 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID;
ieee80211_input.c 682 tid = qosf->i_qos[0] & IEEE80211_QOS_TID;
  /src/sys/dev/usb/
if_urtwn.c 2743 tid = qwh->i_qos[0] & IEEE80211_QOS_TID;
2957 uint8_t tid = qwh->i_qos[0] & IEEE80211_QOS_TID;
if_run.c 2563 qos = ((struct ieee80211_qosframe *)wh)->i_qos[0];

Completed in 24 milliseconds