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

/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rsu.c2125 int hasqos; local
2153 hasqos = 1;
2158 hasqos = 0;
2173 hasqos = 0;
2176 RSU_DPRINTF(sc, RSU_DEBUG_TX, "%s: pri=%d, which=%d, hasqos=%d\n",
2180 hasqos);
2193 if (!hasqos)
H A Dif_run.c3276 int hasqos; local
3290 if ((hasqos = IEEE80211_QOS_HAS_SEQ(wh))) {
3325 (!hasqos || (qos & IEEE80211_QOS_ACKPOLICY) !=
/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c2184 int hasqos, xferlen; local
2210 hasqos = !! IEEE80211_QOS_HAS_SEQ(wh);
2212 if (hasqos) {
2244 (hasqos && ((qos & IEEE80211_QOS_ACKPOLICY) ==
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c2905 int hasqos, ismcast; local
2911 hasqos = IEEE80211_QOS_HAS_SEQ(wh);
2915 if (hasqos) {
3081 if (!hasqos) {

Completed in 214 milliseconds