Home
last modified time | relevance | path

Searched refs:iv_rtsthreshold (Results 1 – 25 of 25) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_tx.c338 vap->iv_rtsthreshold && in r92c_tx_get_protmode()
339 vap->iv_rtsthreshold != IEEE80211_RTS_MAX) in r92c_tx_get_protmode()
/freebsd/sys/net80211/
H A Dieee80211_var.h496 uint16_t iv_rtsthreshold; member
H A Dieee80211_ddb.c581 db_printf("\trtsthreshold %u", vap->iv_rtsthreshold); in _db_show_vap()
H A Dieee80211_ioctl.c856 ireq->i_val = vap->iv_rtsthreshold; in ieee80211_ioctl_get80211()
2902 vap->iv_rtsthreshold = ireq->i_val; in ieee80211_ioctl_set80211()
H A Dieee80211_proto.c334 vap->iv_rtsthreshold = IEEE80211_RTS_DEFAULT; in ieee80211_proto_vattach()
/freebsd/sys/dev/usb/wlan/
H A Dif_ural.c1244 if (m0->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) in ural_tx_data()
H A Dif_uath.c2028 uath_config(sc, CFG_USER_RTS_THRESHOLD, vap->iv_rtsthreshold); in uath_newstate()
H A Dif_rum.c1672 if (m0->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) in rum_tx_data()
H A Dif_zyd.c2496 if (totlen > vap->iv_rtsthreshold) { in zyd_tx_start()
H A Dif_urtw.c1746 if ((m0->m_pkthdr.len + 4) > vap->iv_rtsthreshold) { in urtw_tx_start()
H A Dif_mtw.c2997 ((m->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) || in mtw_set_tx_desc()
H A Dif_run.c3405 ((m->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) || in run_set_tx_desc()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c1211 mwl_hal_setrtsthreshold(hvap, vap->iv_rtsthreshold); in mwl_reset_vap()
4182 mwl_hal_setrtsthreshold(hvap, vap->iv_rtsthreshold); in mwl_newstate()
/freebsd/sys/dev/ipw/
H A Dif_ipw.c2185 data = htole32(vap->iv_rtsthreshold); in ipw_assoc()
/freebsd/sys/dev/otus/
H A Dif_otus.c2300 if (m->m_pkthdr.len + IEEE80211_CRC_LEN >= vap->iv_rtsthreshold) in otus_tx()
/freebsd/sys/dev/ral/
H A Drt2661.c1455 if (m0->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) in rt2661_tx_data()
H A Drt2560.c1760 if (m0->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) in rt2560_tx_data()
H A Drt2860.c1543 (m->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold || in rt2860_tx()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c3649 hw->wiphy->rts_threshold = vap->iv_rtsthreshold; in lkpi_ic_vap_create()
3650 lkpi_80211_mo_set_rts_threshold(hw, vap->iv_rtsthreshold); in lkpi_ic_vap_create()
/freebsd/sys/dev/iwi/
H A Dif_iwi.c2883 data = htole32(vap->iv_rtsthreshold); in iwi_auth_and_assoc()
/freebsd/sys/dev/ath/
H A Dif_ath_tx.c1754 } else if (pktlen > vap->iv_rtsthreshold && in ath_tx_normal_setup()
/freebsd/sys/dev/iwm/
H A Dif_iwm.c3807 totlen + IEEE80211_CRC_LEN > vap->iv_rtsthreshold && in iwm_tx()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c2870 if (totlen + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) { in wpi_tx_data()
/freebsd/sys/dev/bwn/
H A Dif_bwn.c6509 m->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) in bwn_set_txhdr()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c4631 if (totlen + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) { in iwn_tx_data()