Searched refs:hasqos (Results 1 - 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_tx.c235 int hasqos, ismcast, macid; local
239 hasqos = IEEE80211_QOS_HAS_SEQ(wh);
243 if (hasqos) {
330 if (!hasqos) {
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/
H A Dr12a_tx.c238 int hasqos, ismcast, macid; local
242 hasqos = IEEE80211_QOS_HAS_SEQ(wh);
246 if (hasqos) {
331 if (!hasqos) {
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_input.c276 int hdrlen, hasqos; local
315 if ((hasqos = ieee80211_has_qos(wh))) {
324 type == IEEE80211_FC0_TYPE_DATA && hasqos &&
407 if (hasqos)
612 hasqos && (qos & IEEE80211_QOS_AMSDU))
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c4554 int hdrlen, hasqos; local
4569 hasqos = ieee80211_has_qos(wh);
4570 tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0;
4780 int hasqos = ieee80211_has_qos(wh); local
4784 (hasqos && (subtype & IEEE80211_FC0_SUBTYPE_NODATA)) ||
4788 if (hasqos) {
4966 int hasqos; local
4969 hasqos = ieee80211_has_qos(wh);
4970 tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0;
4980 if (hasqos) {
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c4706 int hdrlen, hasqos; local
4716 hasqos = ieee80211_has_qos(wh);
4717 tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0;
4990 int hasqos = ieee80211_has_qos(wh); local
4994 (hasqos && (subtype & IEEE80211_FC0_SUBTYPE_NODATA)) ||
4998 if (hasqos) {
5176 int hasqos; local
5179 hasqos = ieee80211_has_qos(wh);
5180 tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0;
5190 if (hasqos) {
6733 int qid, hasqos; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_run.c3443 int hasqos; local
3457 if ((hasqos = IEEE80211_QOS_HAS_SEQ(wh))) {
3490 (!hasqos || (qos & IEEE80211_QOS_ACKPOLICY) !=

Completed in 197 milliseconds