Home
last modified time | relevance | path

Searched refs:IEEE80211_QOS_ACKPOLICY (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/libpcap/
H A Dieee80211.h105 #define IEEE80211_QOS_ACKPOLICY 0x60 macro
/freebsd/sys/dev/mwl/
H A Dif_mwlvar.h215 return (qos & htole16(IEEE80211_QOS_TID|IEEE80211_QOS_ACKPOLICY)) == in mwl_bastream_match()
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c388 if (!qos || (qos & IEEE80211_QOS_ACKPOLICY) != in r92c_fill_tx_desc()
/freebsd/sys/net80211/
H A Dieee80211.h336 #define IEEE80211_QOS_ACKPOLICY 0x60 macro
H A Dieee80211_proto.c598 qwh->i_qos[0] & IEEE80211_QOS_ACKPOLICY ? " ACM" : ""); in ieee80211_dump_pkt()
/freebsd/sys/dev/otus/
H A Dif_otus.c2295 (hasqos && ((qos & IEEE80211_QOS_ACKPOLICY) == in otus_tx()
/freebsd/sys/dev/usb/wlan/
H A Dif_rum.c1700 if (!qos || (qos & IEEE80211_QOS_ACKPOLICY) != in rum_tx_data()
H A Dif_rsu.c2868 if (!ismcast && (!qos || (qos & IEEE80211_QOS_ACKPOLICY) != in rsu_tx_start()
H A Dif_mtw.c3092 (qos & IEEE80211_QOS_ACKPOLICY) != in mtw_tx()
H A Dif_run.c3487 (!hasqos || (qos & IEEE80211_QOS_ACKPOLICY) != in run_tx()
/freebsd/sys/dev/ral/
H A Drt2860.c1551 (!qos || (qos & IEEE80211_QOS_ACKPOLICY) != in rt2860_tx()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c2857 if (!qos || (qos & IEEE80211_QOS_ACKPOLICY) != in wpi_tx_data()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c4618 if (!qos || (qos & IEEE80211_QOS_ACKPOLICY) != in iwn_tx_data()