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

  /src/sys/net80211/
ieee80211_crypto_ccmp.c 336 const struct ieee80211_qosframe *qwh = local in function:ccmp_init_blocks
338 qos = qwh->i_qos[0] & 0x0f; /* just priority bits */
ieee80211_crypto_tkip.c 782 const struct ieee80211_qosframe *qwh = local in function:michael_mic_hdr
784 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID;
ieee80211_output.c 655 struct ieee80211_qosframe *qwh = local in function:ieee80211_encap
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;
  /src/sys/dev/usb/
if_urtwn.c 2742 struct ieee80211_qosframe *qwh = (void *)wh; local in function:urtwn_tx
2743 tid = qwh->i_qos[0] & IEEE80211_QOS_TID;
2956 struct ieee80211_qosframe *qwh = (void *)wh; local in function:urtwn_start
2957 uint8_t tid = qwh->i_qos[0] & IEEE80211_QOS_TID;

Completed in 19 milliseconds