Home
last modified time | relevance | path

Searched refs:qwh (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/io/mac/plugins/
H A Dmac_wifi.c231 struct ieee80211_qosframe *qwh = in mac_wifi_header() local
233 qwh->i_qos[1] = 0; in mac_wifi_header()
234 qwh->i_fc[0] |= IEEE80211_FC0_SUBTYPE_QOS; in mac_wifi_header()
/titanic_41/usr/src/uts/common/io/net80211/
H A Dnet80211_crypto_ccmp.c409 struct ieee80211_qosframe *qwh = in ccmp_init() local
411 aad[24] = qwh->i_qos[0] & 0x0f; /* just priority bits */ in ccmp_init()
H A Dnet80211_output.c192 struct ieee80211_qosframe *qwh = in ieee80211_encap() local
198 qwh->i_qos[0] = tid & IEEE80211_QOS_TID; in ieee80211_encap()
219 qwh->i_qos[0] |= IEEE80211_QOS_ACKPOLICY_BA; in ieee80211_encap()
230 qwh->i_qos[0] |= IEEE80211_QOS_ACKPOLICY_NOACK; in ieee80211_encap()
H A Dnet80211_crypto_tkip.c642 const struct ieee80211_qosframe *qwh = in michael_mic_hdr() local
644 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID; in michael_mic_hdr()
/titanic_41/usr/src/uts/common/io/arn/
H A Darn_xmit.c935 struct ieee80211_qosframe *qwh = NULL; in arn_test_get_txq() local
947 qwh = (struct ieee80211_qosframe *)wh; in arn_test_get_txq()
949 tid = qwh->i_qos[0] & IEEE80211_QOS_TID; in arn_test_get_txq()
1007 struct ieee80211_qosframe *qwh = NULL; in assign_aggr_tid_seqno() local
1021 qwh = (struct ieee80211_qosframe *)wh; in assign_aggr_tid_seqno()
1022 bf->bf_tidno = qwh->i_qos[0] & IEEE80211_QOS_TID; in assign_aggr_tid_seqno()
H A Darn_rc.c1668 struct ieee80211_qosframe *qwh = NULL; in arn_get_rate() local
1670 qwh = (struct ieee80211_qosframe *)wh; in arn_get_rate()
/titanic_41/usr/src/uts/common/io/iwh/
H A Diwh.c3085 struct ieee80211_qosframe *qwh = NULL; in iwh_send() local
3131 qwh = (struct ieee80211_qosframe *)mp_wh; in iwh_send()
3133 tid = qwh->i_qos[0] & IEEE80211_QOS_TID; in iwh_send()