| /openbsd/src/usr.sbin/tcpdump/ |
| D | print-802_11.c | 186 int hasqos = ((wh->i_fc[0] & in ieee80211_data() local 191 if (hasqos) { in ieee80211_data() 218 if (hasqos) { in ieee80211_data()
|
| /openbsd/src/sys/dev/ic/ |
| D | ar5008.c | 799 int hdrlen, hasqos; in ar5008_ccmp_decap() local 833 hasqos = ieee80211_has_qos(wh); in ar5008_ccmp_decap() 834 tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0; in ar5008_ccmp_decap() 835 ba = hasqos ? &ni->ni_rx_ba[tid] : NULL; in ar5008_ccmp_decap() 1487 int i, error, totlen, hasqos, qid; in ar5008_tx() local 1530 if ((hasqos = ieee80211_has_qos(wh))) { in ar5008_tx() 1644 (hasqos && (qos & IEEE80211_QOS_ACK_POLICY_MASK) == in ar5008_tx()
|
| D | rt2860.c | 1545 int nsegs, hasqos, ridx, ctl_ridx; in rt2860_tx() local 1554 if ((hasqos = ieee80211_has_qos(wh))) { in rt2860_tx() 1587 txwi->xflags = hasqos ? 0 : RT2860_TX_NSEQ; in rt2860_tx() 1619 (!hasqos || (qos & IEEE80211_QOS_ACK_POLICY_MASK) != in rt2860_tx()
|
| D | ar9003.c | 1408 int i, error, totlen, hasqos, qid; in ar9003_tx() local 1444 if ((hasqos = ieee80211_has_qos(wh))) { in ar9003_tx() 1561 (hasqos && (qos & IEEE80211_QOS_ACK_POLICY_MASK) == in ar9003_tx()
|
| /openbsd/src/sys/net80211/ |
| D | ieee80211_input.c | 277 int hdrlen, hasqos; in ieee80211_inputm() local 316 if ((hasqos = ieee80211_has_qos(wh))) { in ieee80211_inputm() 325 type == IEEE80211_FC0_TYPE_DATA && hasqos && in ieee80211_inputm() 408 if (hasqos) in ieee80211_inputm() 613 hasqos && (qos & IEEE80211_QOS_AMSDU)) in ieee80211_inputm()
|
| /openbsd/src/sys/dev/pci/ |
| D | if_rtwn.c | 989 int hasqos, error; in rtwn_tx() local 1001 if ((hasqos = ieee80211_has_qos(wh))) { in rtwn_tx() 1119 if (!hasqos) { in rtwn_tx()
|
| D | if_iwm.c | 4693 int hdrlen, hasqos; in iwm_ccmp_decap() local 4703 hasqos = ieee80211_has_qos(wh); in iwm_ccmp_decap() 4704 tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0; in iwm_ccmp_decap() 4977 int hasqos = ieee80211_has_qos(wh); in iwm_detect_duplicate() local 4981 (hasqos && (subtype & IEEE80211_FC0_SUBTYPE_NODATA)) || in iwm_detect_duplicate() 4985 if (hasqos) { in iwm_detect_duplicate() 5163 int hasqos; in iwm_rx_reorder() local 5166 hasqos = ieee80211_has_qos(wh); in iwm_rx_reorder() 5167 tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0; in iwm_rx_reorder() 5177 if (hasqos) { in iwm_rx_reorder() [all …]
|
| D | if_iwx.c | 4631 int hdrlen, hasqos; in iwx_ccmp_decap() local 4646 hasqos = ieee80211_has_qos(wh); in iwx_ccmp_decap() 4647 tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0; in iwx_ccmp_decap() 4857 int hasqos = ieee80211_has_qos(wh); in iwx_detect_duplicate() local 4861 (hasqos && (subtype & IEEE80211_FC0_SUBTYPE_NODATA)) || in iwx_detect_duplicate() 4865 if (hasqos) { in iwx_detect_duplicate() 5043 int hasqos; in iwx_rx_reorder() local 5046 hasqos = ieee80211_has_qos(wh); in iwx_rx_reorder() 5047 tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0; in iwx_rx_reorder() 5057 if (hasqos) { in iwx_rx_reorder()
|
| D | if_wpi.c | 1661 int i, totlen, hasqos, error; in wpi_tx() local 1668 if ((hasqos = ieee80211_has_qos(wh))) { in wpi_tx() 1740 if (!hasqos || (qos & IEEE80211_QOS_ACK_POLICY_MASK) != in wpi_tx()
|
| D | if_iwn.c | 1930 int hdrlen, hasqos; in iwn_ccmp_decap() local 1941 hasqos = ieee80211_has_qos(wh); in iwn_ccmp_decap() 1942 tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0; in iwn_ccmp_decap() 3331 int i, totlen, hasqos, error, pad; in iwn_tx() local 3341 if ((hasqos = ieee80211_has_qos(wh))) { in iwn_tx() 3447 if (!hasqos || (qos & IEEE80211_QOS_ACK_POLICY_MASK) != in iwn_tx()
|
| /openbsd/src/sys/dev/usb/ |
| D | if_otus.c | 1285 int error, ridx, hasqos, xferlen; in otus_tx() local 1295 if ((hasqos = ieee80211_has_qos(wh))) { in otus_tx() 1318 (hasqos && ((qos & IEEE80211_QOS_ACK_POLICY_MASK) == in otus_tx()
|
| D | if_rsu.c | 1516 int hasqos, xferlen, error; in rsu_tx() local 1527 if ((hasqos = ieee80211_has_qos(wh))) { in rsu_tx() 1553 if (!hasqos) in rsu_tx()
|
| D | if_mtw.c | 2230 int error, hasqos, ridx, ctl_ridx, xferlen; in mtw_tx() local 2236 if ((hasqos = ieee80211_has_qos(wh))) { in mtw_tx() 2289 txwi->xflags = hasqos ? 0 : MTW_TX_NSEQ; in mtw_tx() 2305 (!hasqos || (qos & IEEE80211_QOS_ACK_POLICY_MASK) != in mtw_tx()
|
| D | if_urtwn.c | 1125 int hdrlen, hasqos; in urtwn_ccmp_decap() local 1139 hasqos = ieee80211_has_qos(wh); in urtwn_ccmp_decap() 1140 tid = hasqos ? ieee80211_get_qos(wh) & IEEE80211_QOS_TID : 0; in urtwn_ccmp_decap()
|
| D | if_run.c | 2416 int error, hasqos, ridx, ctl_ridx, xferlen; in run_tx() local 2421 if ((hasqos = ieee80211_has_qos(wh))) { in run_tx() 2465 txwi->xflags = hasqos ? 0 : RT2860_TX_NSEQ; in run_tx() 2481 (!hasqos || (qos & IEEE80211_QOS_ACK_POLICY_MASK) != in run_tx()
|
| D | if_athn_usb.c | 2289 int hasqos, xferlen, error; in athn_usb_tx() local 2305 if ((hasqos = ieee80211_has_qos(wh))) { in athn_usb_tx()
|