Home
last modified time | relevance | path

Searched refs:IEEE80211_PROT_RTSCTS (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c93 case IEEE80211_PROT_RTSCTS: in r92c_tx_protection()
101 mode == IEEE80211_PROT_RTSCTS) { in r92c_tx_protection()
340 prot = IEEE80211_PROT_RTSCTS; in r92c_tx_get_protmode()
495 r92c_tx_protection(sc, txd, IEEE80211_PROT_RTSCTS, ridx, in r92c_fill_tx_desc_raw()
/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.h189 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in calc_usecs_unicast_packet()
/freebsd/sys/net80211/
H A D_ieee80211.h100 IEEE80211_PROT_RTSCTS = 2, /* RTS-CTS */ enumerator
H A Dieee80211_ioctl.c2910 if (ireq->i_val > IEEE80211_PROT_RTSCTS) in ieee80211_ioctl_set80211()
3384 if (ireq->i_val > IEEE80211_PROT_RTSCTS) in ieee80211_ioctl_set80211()
3387 IEEE80211_PROT_RTSCTS : IEEE80211_PROT_NONE; in ieee80211_ioctl_set80211()
H A Dieee80211_ht.c240 ic->ic_htprotmode = IEEE80211_PROT_RTSCTS; in ieee80211_ht_attach()
264 vap->iv_htprotmode = IEEE80211_PROT_RTSCTS; in ieee80211_ht_vattach()
H A Dieee80211_output.c3358 KASSERT(prot == IEEE80211_PROT_RTSCTS || in ieee80211_alloc_prot()
3368 if (prot == IEEE80211_PROT_RTSCTS) { in ieee80211_alloc_prot()
/freebsd/sys/dev/usb/wlan/
H A Dif_ural.c1134 if (prot == IEEE80211_PROT_RTSCTS) in ural_sendprot()
1176 IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY, in ural_tx_raw()
1246 prot = IEEE80211_PROT_RTSCTS; in ural_tx_data()
H A Dif_rum.c1433 if (prot == IEEE80211_PROT_RTSCTS) in rum_sendprot()
1583 IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY, in rum_tx_raw()
1674 prot = IEEE80211_PROT_RTSCTS; in rum_tx_data()
H A Dif_mtw.c2995 ((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) && in mtw_set_tx_desc()
3280 if (prot == IEEE80211_PROT_RTSCTS) in mtw_sendprot()
3344 IEEE80211_PROT_RTSCTS : in mtw_tx_param()
3886 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in mtw_updateprot_cb()
H A Dif_run.c3406 ((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) && in run_set_tx_desc()
3671 if (prot == IEEE80211_PROT_RTSCTS) in run_sendprot()
3736 IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY, in run_tx_param()
5113 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in run_updateprot_cb()
H A Dif_zyd.c2503 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in zyd_tx_start()
/freebsd/sys/dev/ral/
H A Drt2560.c1622 if (prot == IEEE80211_PROT_RTSCTS) in rt2560_sendprot()
1665 IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY, in rt2560_tx_raw()
1761 prot = IEEE80211_PROT_RTSCTS; in rt2560_tx_data()
H A Drt2661.c1391 if (prot == IEEE80211_PROT_RTSCTS) in rt2661_sendprot()
1456 prot = IEEE80211_PROT_RTSCTS; in rt2661_tx_data()
H A Drt2860.c3081 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in rt2860_updateprot()
/freebsd/sys/dev/otus/
H A Dif_otus.c2302 if (ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) in otus_tx()
2307 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in otus_tx()
/freebsd/sys/dev/ath/
H A Dif_ath_tx.c1076 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) { in ath_tx_calc_protection()
1099 if ((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) && in ath_tx_calc_protection()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c4636 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in iwn_tx_data()
4639 (ic->ic_htprotmode == IEEE80211_PROT_RTSCTS)) { in iwn_tx_data()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c2876 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in wpi_tx_data()