Searched refs:iv_rtsthreshold (Results 1 – 25 of 26) sorted by relevance
12
403 vap->iv_rtsthreshold && in r12a_fill_tx_desc()404 vap->iv_rtsthreshold != IEEE80211_RTS_MAX) in r12a_fill_tx_desc()
338 vap->iv_rtsthreshold && in r92c_tx_get_protmode()339 vap->iv_rtsthreshold != IEEE80211_RTS_MAX) in r92c_tx_get_protmode()
521 uint16_t iv_rtsthreshold; member
581 db_printf("\trtsthreshold %u", vap->iv_rtsthreshold); in _db_show_vap()
901 ireq->i_val = vap->iv_rtsthreshold; in ieee80211_ioctl_get80211()3041 vap->iv_rtsthreshold = ireq->i_val; in ieee80211_ioctl_set80211()
334 vap->iv_rtsthreshold = IEEE80211_RTS_DEFAULT; in ieee80211_proto_vattach()
1252 if (m0->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) in ural_tx_data()
2032 uath_config(sc, CFG_USER_RTS_THRESHOLD, vap->iv_rtsthreshold); in uath_newstate()
2500 if (totlen > vap->iv_rtsthreshold) { in zyd_tx_start()
1673 if (m0->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) in rum_tx_data()
1752 if ((m0->m_pkthdr.len + 4) > vap->iv_rtsthreshold) { in urtw_tx_start()
3049 ((m->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) || in mtw_set_tx_desc()
3412 ((m->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) || in run_set_tx_desc()
1213 mwl_hal_setrtsthreshold(hvap, vap->iv_rtsthreshold); in mwl_reset_vap()4196 mwl_hal_setrtsthreshold(hvap, vap->iv_rtsthreshold); in mwl_newstate()
3281 hw->wiphy->rts_threshold = vap->iv_rtsthreshold; in lkpi_sta_assoc_to_run()3282 lkpi_80211_mo_set_rts_threshold(hw, vap->iv_rtsthreshold); in lkpi_sta_assoc_to_run()4545 hw->wiphy->rts_threshold = vap->iv_rtsthreshold; in lkpi_ic_vap_create()4546 lkpi_80211_mo_set_rts_threshold(hw, vap->iv_rtsthreshold); in lkpi_ic_vap_create()
2189 data = htole32(vap->iv_rtsthreshold); in ipw_assoc()
1457 if (m0->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) in rt2661_tx_data()
1766 if (m0->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) in rt2560_tx_data()
1546 (m->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold || in rt2860_tx()
2311 if (m->m_pkthdr.len + IEEE80211_CRC_LEN >= vap->iv_rtsthreshold) in otus_tx()
2888 data = htole32(vap->iv_rtsthreshold); in iwi_auth_and_assoc()
1768 } else if (pktlen > vap->iv_rtsthreshold && in ath_tx_normal_setup()
3811 totlen + IEEE80211_CRC_LEN > vap->iv_rtsthreshold && in iwm_tx()
2870 if (totlen + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) { in wpi_tx_data()
6518 m->m_pkthdr.len + IEEE80211_CRC_LEN > vap->iv_rtsthreshold) in bwn_set_txhdr()