Home
last modified time | relevance | path

Searched refs:ieee80211_has_qos (Results 1 – 19 of 19) sorted by relevance

/openbsd/sys/net80211/
H A Dieee80211_crypto_ccmp.c103 if (ieee80211_has_qos(wh)) in ieee80211_ccmp_phase1()
116 if (ieee80211_has_qos(wh)) { in ieee80211_ccmp_phase1()
325 u_int8_t tid = ieee80211_has_qos(wh) ? in ieee80211_ccmp_get_pn()
H A Dieee80211.h259 ieee80211_has_qos(const struct ieee80211_frame *wh) in ieee80211_has_qos() function
270 (ieee80211_has_qos(wh) || in ieee80211_has_htc()
H A Dieee80211_crypto_tkip.c152 if (ieee80211_has_qos(wh)) in ieee80211_tkip_mic()
337 tid = ieee80211_has_qos(wh) ? in ieee80211_tkip_get_tsc()
H A Dieee80211_input.c149 if (ieee80211_has_qos(wh)) in ieee80211_get_hdrlen()
316 if ((hasqos = ieee80211_has_qos(wh))) { in ieee80211_inputm()
/openbsd/sys/dev/usb/
H A Dif_urtwn.c1139 hasqos = ieee80211_has_qos(wh); in urtwn_ccmp_decap()
1543 if (!ieee80211_has_qos(wh)) { in urtwn_tx_fill_desc()
1627 if (!ieee80211_has_qos(wh)) { in urtwn_tx_fill_desc_gen2()
1658 if (ieee80211_has_qos(wh)) { in urtwn_tx()
H A Dif_otus.c1125 align = (ieee80211_has_qos(wh) ^ ieee80211_has_addr4(wh)) ? 2 : 0; in otus_sub_rxeof()
1295 if ((hasqos = ieee80211_has_qos(wh))) { in otus_tx()
H A Dif_rsu.c1527 if ((hasqos = ieee80211_has_qos(wh))) { in rsu_tx()
H A Dif_athn_usb.c2305 if ((hasqos = ieee80211_has_qos(wh))) { in athn_usb_tx()
H A Dif_mtw.c2236 if ((hasqos = ieee80211_has_qos(wh))) { in mtw_tx()
H A Dif_run.c2421 if ((hasqos = ieee80211_has_qos(wh))) { in run_tx()
/openbsd/sys/dev/ic/
H A Dar5008.c833 hasqos = ieee80211_has_qos(wh); in ar5008_ccmp_decap()
1530 if ((hasqos = ieee80211_has_qos(wh))) { in ar5008_tx()
H A Dar9003.c1444 if ((hasqos = ieee80211_has_qos(wh))) { in ar9003_tx()
H A Drt2860.c1554 if ((hasqos = ieee80211_has_qos(wh))) { in rt2860_tx()
/openbsd/sys/dev/pci/
H A Dif_iwm.c4703 hasqos = ieee80211_has_qos(wh); in iwm_ccmp_decap()
4754 if (ieee80211_has_qos(wh) && (subtype & IEEE80211_FC0_SUBTYPE_NODATA)) in iwm_rx_hwdecrypt()
4977 int hasqos = ieee80211_has_qos(wh); in iwm_detect_duplicate()
5166 hasqos = ieee80211_has_qos(wh); in iwm_rx_reorder()
5427 if (ieee80211_has_qos(wh) && ieee80211_has_addr4(wh) && in iwm_rx_mpdu_mq()
5436 } else if (ieee80211_has_qos(wh) && in iwm_rx_mpdu_mq()
6730 hasqos = ieee80211_has_qos(wh); in iwm_tx()
H A Dif_iwx.c4646 hasqos = ieee80211_has_qos(wh); in iwx_ccmp_decap()
4697 if (ieee80211_has_qos(wh) && (subtype & IEEE80211_FC0_SUBTYPE_NODATA)) in iwx_rx_hwdecrypt()
4857 int hasqos = ieee80211_has_qos(wh); in iwx_detect_duplicate()
5046 hasqos = ieee80211_has_qos(wh); in iwx_rx_reorder()
5323 if (ieee80211_has_qos(wh) && ieee80211_has_addr4(wh) && in iwx_rx_mpdu_mq()
5328 } else if (ieee80211_has_qos(wh) && in iwx_rx_mpdu_mq()
6263 if (ieee80211_has_qos(wh)) { in iwx_tx()
H A Dif_wpi.c1148 tid = ieee80211_has_qos(wh) ? in wpi_ccmp_decap()
1668 if ((hasqos = ieee80211_has_qos(wh))) { in wpi_tx()
H A Dif_rtwn.c1001 if ((hasqos = ieee80211_has_qos(wh))) { in rtwn_tx()
H A Dif_iwn.c1941 hasqos = ieee80211_has_qos(wh); in iwn_ccmp_decap()
3341 if ((hasqos = ieee80211_has_qos(wh))) { in iwn_tx()
H A Dif_mwx.c4592 if (ieee80211_has_qos(wh)) { in mt7921_mac_write_txwi_80211()