Symbol: ieee80211_has_qos
sys/dev/ic/ar5008.c
1530
if ((hasqos = ieee80211_has_qos(wh))) {
sys/dev/ic/ar5008.c
833
hasqos = ieee80211_has_qos(wh);
sys/dev/ic/ar9003.c
1444
if ((hasqos = ieee80211_has_qos(wh))) {
sys/dev/ic/qwx.c
16982
if (ieee80211_has_qos(wh)) {
sys/dev/ic/qwx.c
25071
if (ieee80211_has_qos(wh)) {
sys/dev/ic/qwx.c
25129
if (!ieee80211_has_qos(wh))
sys/dev/ic/rt2860.c
1554
if ((hasqos = ieee80211_has_qos(wh))) {
sys/dev/pci/if_iwm.c
4703
hasqos = ieee80211_has_qos(wh);
sys/dev/pci/if_iwm.c
4754
if (ieee80211_has_qos(wh) && (subtype & IEEE80211_FC0_SUBTYPE_NODATA))
sys/dev/pci/if_iwm.c
4977
int hasqos = ieee80211_has_qos(wh);
sys/dev/pci/if_iwm.c
5166
hasqos = ieee80211_has_qos(wh);
sys/dev/pci/if_iwm.c
5427
if (ieee80211_has_qos(wh) && ieee80211_has_addr4(wh) &&
sys/dev/pci/if_iwm.c
5436
} else if (ieee80211_has_qos(wh) &&
sys/dev/pci/if_iwm.c
6730
hasqos = ieee80211_has_qos(wh);
sys/dev/pci/if_iwn.c
1941
hasqos = ieee80211_has_qos(wh);
sys/dev/pci/if_iwn.c
3341
if ((hasqos = ieee80211_has_qos(wh))) {
sys/dev/pci/if_iwx.c
4728
hasqos = ieee80211_has_qos(wh);
sys/dev/pci/if_iwx.c
4779
if (ieee80211_has_qos(wh) && (subtype & IEEE80211_FC0_SUBTYPE_NODATA))
sys/dev/pci/if_iwx.c
4939
int hasqos = ieee80211_has_qos(wh);
sys/dev/pci/if_iwx.c
5055
hasqos = ieee80211_has_qos(wh);
sys/dev/pci/if_iwx.c
5289
if (ieee80211_has_qos(wh) && ieee80211_has_addr4(wh) &&
sys/dev/pci/if_iwx.c
5294
} else if (ieee80211_has_qos(wh) &&
sys/dev/pci/if_iwx.c
6247
if (ieee80211_has_qos(wh)) {
sys/dev/pci/if_mwx.c
4592
if (ieee80211_has_qos(wh)) {
sys/dev/pci/if_rtwn.c
1001
if ((hasqos = ieee80211_has_qos(wh))) {
sys/dev/pci/if_wpi.c
1148
tid = ieee80211_has_qos(wh) ?
sys/dev/pci/if_wpi.c
1668
if ((hasqos = ieee80211_has_qos(wh))) {
sys/dev/usb/if_athn_usb.c
2305
if ((hasqos = ieee80211_has_qos(wh))) {
sys/dev/usb/if_mtw.c
2282
if ((hasqos = ieee80211_has_qos(wh))) {
sys/dev/usb/if_otus.c
1125
align = (ieee80211_has_qos(wh) ^ ieee80211_has_addr4(wh)) ? 2 : 0;
sys/dev/usb/if_otus.c
1295
if ((hasqos = ieee80211_has_qos(wh))) {
sys/dev/usb/if_rsu.c
1527
if ((hasqos = ieee80211_has_qos(wh))) {
sys/dev/usb/if_run.c
2421
if ((hasqos = ieee80211_has_qos(wh))) {
sys/dev/usb/if_urtwn.c
1139
hasqos = ieee80211_has_qos(wh);
sys/dev/usb/if_urtwn.c
1543
if (!ieee80211_has_qos(wh)) {
sys/dev/usb/if_urtwn.c
1627
if (!ieee80211_has_qos(wh)) {
sys/dev/usb/if_urtwn.c
1658
if (ieee80211_has_qos(wh)) {
sys/net80211/ieee80211.h
272
(ieee80211_has_qos(wh) ||
sys/net80211/ieee80211_crypto_ccmp.c
103
if (ieee80211_has_qos(wh))
sys/net80211/ieee80211_crypto_ccmp.c
116
if (ieee80211_has_qos(wh)) {
sys/net80211/ieee80211_crypto_ccmp.c
325
u_int8_t tid = ieee80211_has_qos(wh) ?
sys/net80211/ieee80211_crypto_tkip.c
152
if (ieee80211_has_qos(wh))
sys/net80211/ieee80211_crypto_tkip.c
337
tid = ieee80211_has_qos(wh) ?
sys/net80211/ieee80211_input.c
149
if (ieee80211_has_qos(wh))
sys/net80211/ieee80211_input.c
316
if ((hasqos = ieee80211_has_qos(wh))) {