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

/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_crypto_ccmp.c103 if (ieee80211_has_qos(wh))
116 if (ieee80211_has_qos(wh)) {
325 u_int8_t tid = ieee80211_has_qos(wh) ?
H A Dieee80211.h259 ieee80211_has_qos(const struct ieee80211_frame *wh) function
270 (ieee80211_has_qos(wh) ||
H A Dieee80211_crypto_tkip.c152 if (ieee80211_has_qos(wh))
337 tid = ieee80211_has_qos(wh) ?
H A Dieee80211_input.c150 if (ieee80211_has_qos(wh))
315 if ((hasqos = ieee80211_has_qos(wh))) {
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c4569 hasqos = ieee80211_has_qos(wh);
4620 if (ieee80211_has_qos(wh) && (subtype & IEEE80211_FC0_SUBTYPE_NODATA))
4780 int hasqos = ieee80211_has_qos(wh);
4969 hasqos = ieee80211_has_qos(wh);
5246 if (ieee80211_has_qos(wh) && ieee80211_has_addr4(wh) &&
5251 } else if (ieee80211_has_qos(wh) &&
6183 if (ieee80211_has_qos(wh)) {
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c4716 hasqos = ieee80211_has_qos(wh);
4767 if (ieee80211_has_qos(wh) && (subtype & IEEE80211_FC0_SUBTYPE_NODATA))
4990 int hasqos = ieee80211_has_qos(wh);
5179 hasqos = ieee80211_has_qos(wh);
5440 if (ieee80211_has_qos(wh) && ieee80211_has_addr4(wh) &&
5449 } else if (ieee80211_has_qos(wh) &&
6743 hasqos = ieee80211_has_qos(wh);

Completed in 188 milliseconds