| /freebsd-14.2/sys/dev/rtwn/rtl8812a/ |
| H A D | r12a_tx.c | 303 vap->iv_rtsthreshold && in r12a_fill_tx_desc() 304 vap->iv_rtsthreshold != IEEE80211_RTS_MAX) in r12a_fill_tx_desc()
|
| /freebsd-14.2/sys/dev/rtwn/rtl8192c/ |
| H A D | r92c_tx.c | 301 vap->iv_rtsthreshold && in r92c_fill_tx_desc() 302 vap->iv_rtsthreshold != IEEE80211_RTS_MAX) in r92c_fill_tx_desc()
|
| /freebsd-14.2/sys/net80211/ |
| H A D | ieee80211_var.h | 492 uint16_t iv_rtsthreshold; member
|
| H A D | ieee80211_ddb.c | 579 db_printf("\trtsthreshold %u", vap->iv_rtsthreshold); in _db_show_vap()
|
| H A D | ieee80211_ioctl.c | 856 ireq->i_val = vap->iv_rtsthreshold; in ieee80211_ioctl_get80211() 2902 vap->iv_rtsthreshold = ireq->i_val; in ieee80211_ioctl_set80211()
|
| H A D | ieee80211_proto.c | 334 vap->iv_rtsthreshold = IEEE80211_RTS_DEFAULT; in ieee80211_proto_vattach()
|
| /freebsd-14.2/sys/dev/usb/wlan/ |
| H A D | if_ural.c | 1248 if (m0->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) in ural_tx_data()
|
| H A D | if_uath.c | 2018 uath_config(sc, CFG_USER_RTS_THRESHOLD, vap->iv_rtsthreshold); in uath_newstate()
|
| H A D | if_rum.c | 1676 if (m0->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) in rum_tx_data()
|
| H A D | if_zyd.c | 2497 if (totlen > vap->iv_rtsthreshold) { in zyd_tx_start()
|
| H A D | if_urtw.c | 1748 if ((m0->m_pkthdr.len + 4) > vap->iv_rtsthreshold) { in urtw_tx_start()
|
| H A D | if_run.c | 3403 ((m->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) || in run_set_tx_desc()
|
| /freebsd-14.2/sys/dev/mwl/ |
| H A D | if_mwl.c | 1214 mwl_hal_setrtsthreshold(hvap, vap->iv_rtsthreshold); in mwl_reset_vap() 4186 mwl_hal_setrtsthreshold(hvap, vap->iv_rtsthreshold); in mwl_newstate()
|
| /freebsd-14.2/sys/dev/ipw/ |
| H A D | if_ipw.c | 2185 data = htole32(vap->iv_rtsthreshold); in ipw_assoc()
|
| /freebsd-14.2/sys/dev/ral/ |
| H A D | rt2560.c | 1763 if (m0->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) in rt2560_tx_data()
|
| H A D | rt2661.c | 1457 if (m0->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) in rt2661_tx_data()
|
| H A D | rt2860.c | 1543 (m->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold || in rt2860_tx()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211.c | 2969 hw->wiphy->rts_threshold = vap->iv_rtsthreshold; in lkpi_ic_vap_create() 2970 lkpi_80211_mo_set_rts_threshold(hw, vap->iv_rtsthreshold); in lkpi_ic_vap_create()
|
| /freebsd-14.2/sys/dev/otus/ |
| H A D | if_otus.c | 2300 if (m->m_pkthdr.len + IEEE80211_CRC_LEN >= vap->iv_rtsthreshold) in otus_tx()
|
| /freebsd-14.2/sys/dev/iwi/ |
| H A D | if_iwi.c | 2883 data = htole32(vap->iv_rtsthreshold); in iwi_auth_and_assoc()
|
| /freebsd-14.2/sys/dev/ath/ |
| H A D | if_ath_tx.c | 1755 } else if (pktlen > vap->iv_rtsthreshold && in ath_tx_normal_setup()
|
| /freebsd-14.2/sys/dev/wpi/ |
| H A D | if_wpi.c | 2870 if (totlen + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) { in wpi_tx_data()
|
| /freebsd-14.2/sys/dev/iwm/ |
| H A D | if_iwm.c | 3776 totlen + IEEE80211_CRC_LEN > vap->iv_rtsthreshold && in iwm_tx()
|
| /freebsd-14.2/sys/dev/bwn/ |
| H A D | if_bwn.c | 6521 m->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) in bwn_set_txhdr()
|
| /freebsd-14.2/sys/dev/iwn/ |
| H A D | if_iwn.c | 4638 if (totlen + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) { in iwn_tx_data()
|