Symbol: IEEE80211_PROT_CTSONLY
sys/dev/ath/ath_rate/sample/sample.h
191
else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
sys/dev/ath/if_ath_tx.c
1084
} else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) {
sys/dev/bwn/if_bwn.c
6548
if (ic->ic_protmode == IEEE80211_PROT_CTSONLY) {
sys/dev/iwn/if_iwn.c
4646
if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
sys/dev/otus/if_otus.c
2317
if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
sys/dev/ral/rt2560.c
1669
IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY,
sys/dev/ral/rt2860.c
3086
else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
sys/dev/rtwn/rtl8192c/r92c_tx.c
100
if (mode == IEEE80211_PROT_CTSONLY ||
sys/dev/rtwn/rtl8192c/r92c_tx.c
497
r92c_tx_protection(sc, txd, IEEE80211_PROT_CTSONLY, ridx,
sys/dev/rtwn/rtl8192c/r92c_tx.c
90
case IEEE80211_PROT_CTSONLY:
sys/dev/rtwn/rtl8812a/r12a_tx.c
146
case IEEE80211_PROT_CTSONLY:
sys/dev/rtwn/rtl8812a/r12a_tx.c
156
if (mode == IEEE80211_PROT_CTSONLY ||
sys/dev/rtwn/rtl8812a/r12a_tx.c
475
r12a_tx_protection(sc, txd, IEEE80211_PROT_CTSONLY, ridx);
sys/dev/usb/wlan/if_mtw.c
3387
IEEE80211_PROT_CTSONLY,
sys/dev/usb/wlan/if_mtw.c
3932
else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
sys/dev/usb/wlan/if_rum.c
1583
IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY,
sys/dev/usb/wlan/if_run.c
3751
IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY,
sys/dev/usb/wlan/if_run.c
5133
else if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
sys/dev/usb/wlan/if_ural.c
1179
IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY,
sys/dev/usb/wlan/if_zyd.c
2504
if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
sys/dev/wpi/if_wpi.c
2874
if (ic->ic_protmode == IEEE80211_PROT_CTSONLY)
sys/net80211/ieee80211_output.c
3369
prot == IEEE80211_PROT_CTSONLY,
sys/net80211/ieee80211_proto.c
393
vap->iv_protmode = IEEE80211_PROT_CTSONLY;