Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/hostapd/
H A Dhostapd.conf259 rts_threshold=-1
H A Dconfig_file.c3470 conf->rts_threshold = atoi(pos); in hostapd_config_fill()
3471 if (conf->rts_threshold < -1 || conf->rts_threshold > 65535) { in hostapd_config_fill()
3474 line, conf->rts_threshold); in hostapd_config_fill()
H A DChangeLog232 * modified rts_threshold and fragm_threshold configuration parameters
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h117 int32_t rts_threshold; member
H A Dwlan_sys.c1335 wif->rts_threshold = val; in wlan_config_set_snmp_intval()
H A Dwlan_snmp.c555 ctx->scratch->int1 = wif->rts_threshold; in op_wlan_iface_config()
745 val->v.integer = wif->rts_threshold; in op_wlan_iface_config()
/freebsd/sys/contrib/dev/rtw88/
H A Dtx.c378 if (info->control.use_rts || skb->len > hw->wiphy->rts_threshold) in rtw_tx_data_pkt_info_update()
H A Dmac80211.c718 rtwdev->rts_threshold = value; in rtw_ops_set_rts_threshold()
H A Dmain.h2065 u32 rts_threshold;
2052 u32 rts_threshold; global() member
/freebsd/contrib/wpa/src/ap/
H A Dap_config.h1039 int rts_threshold; member
H A Dhostapd.c2581 if (hapd->iconf->rts_threshold >= -1 && in hostapd_setup_interface_complete_sync()
2582 hostapd_set_rts(hapd, hapd->iconf->rts_threshold) && in hostapd_setup_interface_complete_sync()
2583 hapd->iconf->rts_threshold >= -1) { in hostapd_setup_interface_complete_sync()
H A Dap_config.c240 conf->rts_threshold = -2; /* use driver default: 2347 */ in hostapd_config_defaults()
/freebsd/sys/contrib/dev/rtw89/
H A Dmac.c5492 u32 rts_threshold = hw->wiphy->rts_threshold; in rtw89_mac_get_tx_time()
5496 if (rts_threshold == (u32)-1) { in rtw89_mac_get_tx_time()
5501 len_th = rts_threshold; in rtw89_mac_get_tx_time()
4806 u32 rts_threshold = hw->wiphy->rts_threshold; rtw89_mac_update_rts_threshold() local
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h1243 uint32_t rts_threshold; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmvm.h1087 u32 rts_threshold;
940 u32 rts_threshold; global() member
H A Dtx.c229 if (ieee80211_is_data(fc) && len > mvm->rts_threshold && in iwl_mvm_set_tx_cmd()
H A Dmac80211.c738 mvm->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD; in iwl_mvm_tx_skb()
4249 mvm->rts_threshold = value; in __iwl_mvm_mac_set_key()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.c768 .rts_threshold = WMI_VDEV_PARAM_RTS_THRESHOLD,
845 .rts_threshold = WMI_10X_VDEV_PARAM_RTS_THRESHOLD,
921 .rts_threshold = WMI_10X_VDEV_PARAM_RTS_THRESHOLD,
997 .rts_threshold = WMI_10_4_VDEV_PARAM_RTS_THRESHOLD,
H A Ddebug.c621 ar->wmi.vdev_param->rts_threshold, in ath10k_write_simulate_fw_crash()
H A Dwmi.h5133 u32 rts_threshold; member
H A Dmac.c834 vdev_param = ar->wmi.vdev_param->rts_threshold; in ath10k_mac_set_rts()
5832 ret = ath10k_mac_set_rts(arvif, ar->hw->wiphy->rts_threshold); in ath10k_add_interface()
H A Dwmi-tlv.c4884 .rts_threshold = WMI_TLV_VDEV_PARAM_RTS_THRESHOLD,
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c5490 param_value = ar->hw->wiphy->rts_threshold; in ath12k_mac_op_add_interface()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c3649 hw->wiphy->rts_threshold = vap->iv_rtsthreshold; in lkpi_ic_vap_create()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c6922 param_value = ar->hw->wiphy->rts_threshold; in ath11k_mac_op_add_interface()