Searched refs:qwh (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_wifi.c231 struct ieee80211_qosframe *qwh = local
233 qwh->i_qos[1] = 0;
234 qwh->i_fc[0] |= IEEE80211_FC0_SUBTYPE_QOS;
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_ccmp.c409 struct ieee80211_qosframe *qwh = local
411 aad[24] = qwh->i_qos[0] & 0x0f; /* just priority bits */
H A Dnet80211_output.c194 struct ieee80211_qosframe *qwh = local
200 qwh->i_qos[0] = tid & IEEE80211_QOS_TID;
221 qwh->i_qos[0] |= IEEE80211_QOS_ACKPOLICY_BA;
232 qwh->i_qos[0] |= IEEE80211_QOS_ACKPOLICY_NOACK;
H A Dnet80211_crypto_tkip.c642 const struct ieee80211_qosframe *qwh = local
644 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID;
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c934 struct ieee80211_qosframe *qwh = NULL; local
946 qwh = (struct ieee80211_qosframe *)wh;
948 tid = qwh->i_qos[0] & IEEE80211_QOS_TID;
1006 struct ieee80211_qosframe *qwh = NULL; local
1020 qwh = (struct ieee80211_qosframe *)wh;
1021 bf->bf_tidno = qwh->i_qos[0] & IEEE80211_QOS_TID;
H A Darn_rc.c1668 struct ieee80211_qosframe *qwh = NULL; local
1670 qwh = (struct ieee80211_qosframe *)wh;
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c3085 struct ieee80211_qosframe *qwh = NULL; local
3131 qwh = (struct ieee80211_qosframe *)mp_wh;
3133 tid = qwh->i_qos[0] & IEEE80211_QOS_TID;
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c3679 struct ieee80211_qosframe *qwh = NULL; local
3725 qwh = (struct ieee80211_qosframe *)wh;
3727 tid = qwh->i_qos[0] & IEEE80211_QOS_TID;

Completed in 134 milliseconds