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

  /src/sys/net80211/
ieee80211_crypto_ccmp.c 336 const struct ieee80211_qosframe *qwh = local
338 qos = qwh->i_qos[0] & 0x0f; /* just priority bits */
ieee80211_output.c 655 struct ieee80211_qosframe *qwh = local
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;
666 qwh->i_fc[0] |= IEEE80211_FC0_SUBTYPE_QOS;
ieee80211_crypto_tkip.c 782 const struct ieee80211_qosframe *qwh = local
784 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID;
  /src/sys/dev/usb/
if_urtwn.c 2750 struct ieee80211_qosframe *qwh = (void *)wh; local
2751 tid = qwh->i_qos[0] & IEEE80211_QOS_TID;
2964 struct ieee80211_qosframe *qwh = (void *)wh; local
2965 uint8_t tid = qwh->i_qos[0] & IEEE80211_QOS_TID;

Completed in 19 milliseconds