Symbol: IEEE80211_PROT_RTSCTS
sys/dev/ath/ath_rate/sample/sample.h
189
if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
sys/dev/ath/if_ath_tx.c
1082
if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) {
sys/dev/ath/if_ath_tx.c
1105
if ((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) &&
sys/dev/iwn/if_iwn.c
4648
else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
sys/dev/iwn/if_iwn.c
4651
(ic->ic_htprotmode == IEEE80211_PROT_RTSCTS)) {
sys/dev/otus/if_otus.c
2314
if (ic->ic_htprotmode == IEEE80211_PROT_RTSCTS)
sys/dev/otus/if_otus.c
2319
else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
sys/dev/ral/rt2560.c
1626
if (prot == IEEE80211_PROT_RTSCTS)
sys/dev/ral/rt2560.c
1669
IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY,
sys/dev/ral/rt2560.c
1765
prot = IEEE80211_PROT_RTSCTS;
sys/dev/ral/rt2661.c
1393
if (prot == IEEE80211_PROT_RTSCTS)
sys/dev/ral/rt2661.c
1458
prot = IEEE80211_PROT_RTSCTS;
sys/dev/ral/rt2860.c
3084
if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
sys/dev/rtwn/rtl8192c/r92c_tx.c
101
mode == IEEE80211_PROT_RTSCTS) {
sys/dev/rtwn/rtl8192c/r92c_tx.c
340
prot = IEEE80211_PROT_RTSCTS;
sys/dev/rtwn/rtl8192c/r92c_tx.c
494
r92c_tx_protection(sc, txd, IEEE80211_PROT_RTSCTS, ridx,
sys/dev/rtwn/rtl8192c/r92c_tx.c
93
case IEEE80211_PROT_RTSCTS:
sys/dev/rtwn/rtl8812a/r12a_tx.c
149
case IEEE80211_PROT_RTSCTS:
sys/dev/rtwn/rtl8812a/r12a_tx.c
157
mode == IEEE80211_PROT_RTSCTS) {
sys/dev/rtwn/rtl8812a/r12a_tx.c
405
prot = IEEE80211_PROT_RTSCTS;
sys/dev/rtwn/rtl8812a/r12a_tx.c
473
r12a_tx_protection(sc, txd, IEEE80211_PROT_RTSCTS, ridx);
sys/dev/usb/wlan/if_mtw.c
3035
((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) &&
sys/dev/usb/wlan/if_mtw.c
3322
if (prot == IEEE80211_PROT_RTSCTS)
sys/dev/usb/wlan/if_mtw.c
3386
IEEE80211_PROT_RTSCTS :
sys/dev/usb/wlan/if_mtw.c
3930
if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
sys/dev/usb/wlan/if_rum.c
1432
if (prot == IEEE80211_PROT_RTSCTS)
sys/dev/usb/wlan/if_rum.c
1583
IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY,
sys/dev/usb/wlan/if_rum.c
1674
prot = IEEE80211_PROT_RTSCTS;
sys/dev/usb/wlan/if_run.c
3415
((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) &&
sys/dev/usb/wlan/if_run.c
3686
if (prot == IEEE80211_PROT_RTSCTS)
sys/dev/usb/wlan/if_run.c
3751
IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY,
sys/dev/usb/wlan/if_run.c
5131
if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
sys/dev/usb/wlan/if_ural.c
1137
if (prot == IEEE80211_PROT_RTSCTS)
sys/dev/usb/wlan/if_ural.c
1179
IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY,
sys/dev/usb/wlan/if_ural.c
1251
prot = IEEE80211_PROT_RTSCTS;
sys/dev/usb/wlan/if_zyd.c
2506
else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
sys/dev/wpi/if_wpi.c
2876
else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
sys/net80211/ieee80211_ht.c
241
ic->ic_htprotmode = IEEE80211_PROT_RTSCTS;
sys/net80211/ieee80211_ht.c
265
vap->iv_htprotmode = IEEE80211_PROT_RTSCTS;
sys/net80211/ieee80211_ioctl.c
2936
if (ireq->i_val > IEEE80211_PROT_RTSCTS)
sys/net80211/ieee80211_ioctl.c
3410
if (ireq->i_val > IEEE80211_PROT_RTSCTS)
sys/net80211/ieee80211_ioctl.c
3413
IEEE80211_PROT_RTSCTS : IEEE80211_PROT_NONE;
sys/net80211/ieee80211_output.c
3368
KASSERT(prot == IEEE80211_PROT_RTSCTS ||
sys/net80211/ieee80211_output.c
3378
if (prot == IEEE80211_PROT_RTSCTS) {