Home
last modified time | relevance | path

Searched refs:IEEE80211_BPF_RTS (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/netproto/802_11/
H A Dieee80211_dragonfly.h489 #define IEEE80211_BPF_RTS 0x40 /* tx with RTS/CTS */ macro
/dragonfly/sys/dev/netif/ral/
H A Drt2560.c1757 if (params->ibp_flags & (IEEE80211_BPF_RTS|IEEE80211_BPF_CTS)) { in rt2560_tx_raw()
1759 params->ibp_flags & IEEE80211_BPF_RTS ? in rt2560_tx_raw()
H A Drt2860.c1874 if (params->ibp_flags & IEEE80211_BPF_RTS || in rt2860_tx_raw()
/dragonfly/sys/bus/u4b/wlan/
H A Dif_rum.c1562 if (params->ibp_flags & (IEEE80211_BPF_RTS|IEEE80211_BPF_CTS)) { in rum_tx_raw()
1564 params->ibp_flags & IEEE80211_BPF_RTS ? in rum_tx_raw()
H A Dif_run.c3629 if (params->ibp_flags & (IEEE80211_BPF_RTS|IEEE80211_BPF_CTS)) { in run_tx_param()
3631 params->ibp_flags & IEEE80211_BPF_RTS ? in run_tx_param()
H A Dif_urtwn.c3139 if (params->ibp_flags & IEEE80211_BPF_RTS) in urtwn_tx_raw()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_tx.c2172 if (params->ibp_flags & IEEE80211_BPF_RTS) in ath_tx_raw_start()
/dragonfly/sys/dev/netif/wpi/
H A Dif_wpi.c3018 if (params->ibp_flags & IEEE80211_BPF_RTS) in wpi_tx_data_raw()
/dragonfly/sys/dev/netif/iwn/
H A Dif_iwn.c4801 if (params->ibp_flags & IEEE80211_BPF_RTS) { in iwn_tx_data_raw()