Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/rtwn/rtl8192c/
HDr92c_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-head/sys/dev/rtwn/rtl8812a/
HDr12a_tx.c149 case IEEE80211_PROT_RTSCTS: in r12a_tx_protection()
157 mode == IEEE80211_PROT_RTSCTS) { in r12a_tx_protection()
405 prot = IEEE80211_PROT_RTSCTS; in r12a_fill_tx_desc()
476 r12a_tx_protection(sc, txd, IEEE80211_PROT_RTSCTS, ridx); in r12a_fill_tx_desc_raw()
/freebsd-head/sys/dev/ath/ath_rate/sample/
HDsample.h189 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in calc_usecs_unicast_packet()
/freebsd-head/sys/net80211/
HD_ieee80211.h100 IEEE80211_PROT_RTSCTS = 2, /* RTS-CTS */ enumerator
HDieee80211_ioctl.c2922 if (ireq->i_val > IEEE80211_PROT_RTSCTS) in ieee80211_ioctl_set80211()
3396 if (ireq->i_val > IEEE80211_PROT_RTSCTS) in ieee80211_ioctl_set80211()
3399 IEEE80211_PROT_RTSCTS : IEEE80211_PROT_NONE; in ieee80211_ioctl_set80211()
HDieee80211_ht.c240 ic->ic_htprotmode = IEEE80211_PROT_RTSCTS; in ieee80211_ht_attach()
264 vap->iv_htprotmode = IEEE80211_PROT_RTSCTS; in ieee80211_ht_vattach()
HDieee80211_output.c3364 KASSERT(prot == IEEE80211_PROT_RTSCTS || in ieee80211_alloc_prot()
3374 if (prot == IEEE80211_PROT_RTSCTS) { in ieee80211_alloc_prot()
/freebsd-head/sys/dev/usb/wlan/
HDif_ural.c1133 if (prot == IEEE80211_PROT_RTSCTS) in ural_sendprot()
1175 IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY, in ural_tx_raw()
1245 prot = IEEE80211_PROT_RTSCTS; in ural_tx_data()
HDif_rum.c1432 if (prot == IEEE80211_PROT_RTSCTS) in rum_sendprot()
1582 IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY, in rum_tx_raw()
1673 prot = IEEE80211_PROT_RTSCTS; in rum_tx_data()
HDif_mtw.c3000 ((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) && in mtw_set_tx_desc()
3285 if (prot == IEEE80211_PROT_RTSCTS) in mtw_sendprot()
3349 IEEE80211_PROT_RTSCTS : in mtw_tx_param()
3891 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in mtw_updateprot_cb()
HDif_run.c3409 ((ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) && in run_set_tx_desc()
3674 if (prot == IEEE80211_PROT_RTSCTS) in run_sendprot()
3739 IEEE80211_PROT_RTSCTS : IEEE80211_PROT_CTSONLY, in run_tx_param()
5116 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in run_updateprot_cb()
HDif_zyd.c2502 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in zyd_tx_start()
/freebsd-head/sys/dev/ral/
HDrt2560.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()
HDrt2661.c1391 if (prot == IEEE80211_PROT_RTSCTS) in rt2661_sendprot()
1456 prot = IEEE80211_PROT_RTSCTS; in rt2661_tx_data()
HDrt2860.c3081 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in rt2860_updateprot()
/freebsd-head/sys/dev/otus/
HDif_otus.c2303 if (ic->ic_htprotmode == IEEE80211_PROT_RTSCTS) in otus_tx()
2308 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in otus_tx()
/freebsd-head/sys/dev/ath/
HDif_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-head/sys/dev/iwn/
HDif_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-head/sys/dev/wpi/
HDif_wpi.c2876 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in wpi_tx_data()