Symbol: ieee80211_get_qos
sys/dev/ic/ar5008.c
1531
qos = ieee80211_get_qos(wh);
sys/dev/ic/ar5008.c
834
tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0;
sys/dev/ic/ar9003.c
1445
qos = ieee80211_get_qos(wh);
sys/dev/ic/qwx.c
25072
uint16_t qos = ieee80211_get_qos(wh);
sys/dev/ic/qwz.c
22215
uint16_t qos = ieee80211_get_qos(wh);
sys/dev/ic/rt2860.c
1555
qos = ieee80211_get_qos(wh);
sys/dev/pci/if_iwm.c
4704
tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0;
sys/dev/pci/if_iwm.c
4986
tid = (ieee80211_get_qos(wh) & IEEE80211_QOS_TID);
sys/dev/pci/if_iwm.c
5167
tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0;
sys/dev/pci/if_iwm.c
6757
uint16_t qos = ieee80211_get_qos(wh);
sys/dev/pci/if_iwn.c
1942
tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0;
sys/dev/pci/if_iwn.c
3344
qos = ieee80211_get_qos(wh);
sys/dev/pci/if_iwx.c
4729
tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0;
sys/dev/pci/if_iwx.c
4948
tid = (ieee80211_get_qos(wh) & IEEE80211_QOS_TID);
sys/dev/pci/if_iwx.c
5056
tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0;
sys/dev/pci/if_iwx.c
6249
uint16_t qos = ieee80211_get_qos(wh);
sys/dev/pci/if_mwx.c
4593
uint16_t qos = ieee80211_get_qos(wh);
sys/dev/pci/if_rtwn.c
1002
qos = ieee80211_get_qos(wh);
sys/dev/pci/if_wpi.c
1149
ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0;
sys/dev/pci/if_wpi.c
1669
qos = ieee80211_get_qos(wh);
sys/dev/usb/if_athn_usb.c
2306
qos = ieee80211_get_qos(wh);
sys/dev/usb/if_mtw.c
2283
qos = ieee80211_get_qos(wh);
sys/dev/usb/if_otus.c
1296
qos = ieee80211_get_qos(wh);
sys/dev/usb/if_rsu.c
1528
qos = ieee80211_get_qos(wh);
sys/dev/usb/if_run.c
2422
qos = ieee80211_get_qos(wh);
sys/dev/usb/if_urtwn.c
1140
tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0;
sys/dev/usb/if_urtwn.c
1659
qos = ieee80211_get_qos(wh);
sys/net80211/ieee80211_crypto_ccmp.c
121
*aad++ = tid = ieee80211_get_qos(wh) & IEEE80211_QOS_TID;
sys/net80211/ieee80211_crypto_ccmp.c
326
ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0;
sys/net80211/ieee80211_crypto_tkip.c
153
wht.i_pri = ieee80211_get_qos(wh) & IEEE80211_QOS_TID;
sys/net80211/ieee80211_crypto_tkip.c
338
ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0;
sys/net80211/ieee80211_input.c
317
qos = ieee80211_get_qos(wh);