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

/freebsd-12-stable/sys/net80211/
H A Dieee80211_crypto_ccmp.c411 struct ieee80211_qosframe *qwh = local
413 aad[24] = qwh->i_qos[0] & 0x0f; /* just priority bits */
H A Dieee80211_mesh.c1372 struct ieee80211_qosframe_addr4 *qwh; local
1379 qwh = (struct ieee80211_qosframe_addr4 *)wh;
1389 rt_meshda = ieee80211_mesh_rt_find(vap, qwh->i_addr3);
1391 IEEE80211_NOTE_MAC(vap, IEEE80211_MSG_MESH, qwh->i_addr2,
1392 "no route to meshDA(%6D)", qwh->i_addr3, ":");
1407 rt_meshsa = ieee80211_mesh_rt_find(vap, qwh->i_addr4);
1429 struct ieee80211_qosframe_addr4 *qwh; local
1438 qwh = (struct ieee80211_qosframe_addr4 *)wh;
1448 rt = ieee80211_mesh_rt_find(vap, qwh->i_addr4);
1457 if (IEEE80211_ADDR_EQ(mc10->mc_addr5, qwh
[all...]
H A Dieee80211_proto.c598 const struct ieee80211_qosframe *qwh = local
600 printf(" QoS [TID %u%s]", qwh->i_qos[0] & IEEE80211_QOS_TID,
601 qwh->i_qos[0] & IEEE80211_QOS_ACKPOLICY ? " ACM" : "");
H A Dieee80211_crypto_tkip.c873 const struct ieee80211_qosframe *qwh = local
875 hdr[12] = qwh->i_qos[0] & IEEE80211_QOS_TID;
/freebsd-12-stable/sys/dev/rtwn/
H A Dif_rtwn.c751 struct ieee80211_qosframe *qwh; local
754 qwh = (struct ieee80211_qosframe *)wh;
755 qwh->i_fc[0] |= IEEE80211_FC0_SUBTYPE_QOS_NULL;
756 qwh->i_qos[0] = tid & IEEE80211_QOS_TID;

Completed in 119 milliseconds