Symbol: IEEE80211_PROT_RTSCTS
sys/bus/u4b/wlan/if_mtw.c
3041
((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) &&
sys/bus/u4b/wlan/if_mtw.c
3330
if (prot == IEEE80211_PROT_RTSCTS)
sys/bus/u4b/wlan/if_mtw.c
3394
IEEE80211_PROT_RTSCTS :
sys/bus/u4b/wlan/if_mtw.c
3950
if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
sys/bus/u4b/wlan/if_rum.c
1388
KASSERT(prot == IEEE80211_PROT_RTSCTS || prot == IEEE80211_PROT_CTSONLY,
sys/bus/u4b/wlan/if_rum.c
1400
if (prot == IEEE80211_PROT_RTSCTS) {
sys/bus/u4b/wlan/if_rum.c
1565
IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY,
sys/bus/u4b/wlan/if_rum.c
1653
prot = IEEE80211_PROT_RTSCTS;
sys/bus/u4b/wlan/if_run.c
3532
KASSERT(prot == IEEE80211_PROT_RTSCTS || prot == IEEE80211_PROT_CTSONLY,
sys/bus/u4b/wlan/if_run.c
3552
if (prot == IEEE80211_PROT_RTSCTS) {
sys/bus/u4b/wlan/if_run.c
3632
IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY,
sys/bus/u4b/wlan/if_run.c
4983
if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
sys/bus/u4b/wlan/if_urtwn.c
2988
case IEEE80211_PROT_RTSCTS:
sys/bus/u4b/wlan/if_urtwn.c
3001
(ic->ic_htprotmode == IEEE80211_PROT_RTSCTS)) {
sys/dev/netif/ath/ath/if_ath_tx.c
1078
if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) {
sys/dev/netif/ath/ath/if_ath_tx.c
1101
if ((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) &&
sys/dev/netif/ath/ath_rate/sample/sample.h
190
if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
sys/dev/netif/iwn/if_iwn.c
4580
else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
sys/dev/netif/iwn/if_iwn.c
4583
(ic->ic_htprotmode == IEEE80211_PROT_RTSCTS)) {
sys/dev/netif/ral/rt2560.c
1672
KASSERT(prot == IEEE80211_PROT_RTSCTS || prot == IEEE80211_PROT_CTSONLY,
sys/dev/netif/ral/rt2560.c
1685
if (prot == IEEE80211_PROT_RTSCTS) {
sys/dev/netif/ral/rt2560.c
1760
IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY,
sys/dev/netif/ral/rt2560.c
1862
prot = IEEE80211_PROT_RTSCTS;
sys/dev/netif/ral/rt2661.c
1433
KASSERT(prot == IEEE80211_PROT_RTSCTS || prot == IEEE80211_PROT_CTSONLY,
sys/dev/netif/ral/rt2661.c
1446
if (prot == IEEE80211_PROT_RTSCTS) {
sys/dev/netif/ral/rt2661.c
1547
prot = IEEE80211_PROT_RTSCTS;
sys/dev/netif/ral/rt2860.c
3164
if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
sys/dev/netif/wpi/if_wpi.c
2916
else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS)
sys/netproto/802_11/wlan/ieee80211_ht.c
244
ic->ic_htprotmode = IEEE80211_PROT_RTSCTS;
sys/netproto/802_11/wlan/ieee80211_ioctl.c
2815
if (ireq->i_val > IEEE80211_PROT_RTSCTS)
sys/netproto/802_11/wlan/ieee80211_ioctl.c
3286
if (ireq->i_val > IEEE80211_PROT_RTSCTS)
sys/netproto/802_11/wlan/ieee80211_ioctl.c
3289
IEEE80211_PROT_RTSCTS : IEEE80211_PROT_NONE;
sys/netproto/802_11/wlan/ieee80211_output.c
2996
KASSERT(prot == IEEE80211_PROT_RTSCTS ||
sys/netproto/802_11/wlan/ieee80211_output.c
3006
if (prot == IEEE80211_PROT_RTSCTS) {