Lines Matching defs:hasqos
4693 int hdrlen, hasqos;
4703 hasqos = ieee80211_has_qos(wh);
4704 tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0;
4977 int hasqos = ieee80211_has_qos(wh);
4981 (hasqos && (subtype & IEEE80211_FC0_SUBTYPE_NODATA)) ||
4985 if (hasqos) {
5163 int hasqos;
5166 hasqos = ieee80211_has_qos(wh);
5167 tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0;
5177 if (hasqos) {
6720 int qid, hasqos;
6730 hasqos = ieee80211_has_qos(wh);
6755 if (hasqos) {
6922 if (!hasqos)