Searched refs:IEEE80211_PROT_RTSCTS (Results 1 – 19 of 19) sorted by relevance
| /freebsd-head/sys/dev/rtwn/rtl8192c/ |
| HD | r92c_tx.c | 93 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/ |
| HD | r12a_tx.c | 149 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/ |
| HD | sample.h | 189 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in calc_usecs_unicast_packet()
|
| /freebsd-head/sys/net80211/ |
| HD | _ieee80211.h | 100 IEEE80211_PROT_RTSCTS = 2, /* RTS-CTS */ enumerator
|
| HD | ieee80211_ioctl.c | 2922 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()
|
| HD | ieee80211_ht.c | 240 ic->ic_htprotmode = IEEE80211_PROT_RTSCTS; in ieee80211_ht_attach() 264 vap->iv_htprotmode = IEEE80211_PROT_RTSCTS; in ieee80211_ht_vattach()
|
| HD | ieee80211_output.c | 3364 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/ |
| HD | if_ural.c | 1133 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()
|
| HD | if_rum.c | 1432 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()
|
| HD | if_mtw.c | 3000 ((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()
|
| HD | if_run.c | 3409 ((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()
|
| HD | if_zyd.c | 2502 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in zyd_tx_start()
|
| /freebsd-head/sys/dev/ral/ |
| HD | rt2560.c | 1622 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()
|
| HD | rt2661.c | 1391 if (prot == IEEE80211_PROT_RTSCTS) in rt2661_sendprot() 1456 prot = IEEE80211_PROT_RTSCTS; in rt2661_tx_data()
|
| HD | rt2860.c | 3081 if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in rt2860_updateprot()
|
| /freebsd-head/sys/dev/otus/ |
| HD | if_otus.c | 2303 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/ |
| HD | if_ath_tx.c | 1076 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/ |
| HD | if_iwn.c | 4636 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/ |
| HD | if_wpi.c | 2876 else if (ic->ic_protmode == IEEE80211_PROT_RTSCTS) in wpi_tx_data()
|