/freebsd/contrib/wpa/hostapd/ |
H A D | hostapd.conf | 259 rts_threshold=-1
|
H A D | config_file.c | 3470 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 D | ChangeLog | 232 * modified rts_threshold and fragm_threshold configuration parameters
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | wlan_snmp.h | 117 int32_t rts_threshold; member
|
H A D | wlan_sys.c | 1335 wif->rts_threshold = val; in wlan_config_set_snmp_intval()
|
H A D | wlan_snmp.c | 555 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 D | tx.c | 378 if (info->control.use_rts || skb->len > hw->wiphy->rts_threshold) in rtw_tx_data_pkt_info_update()
|
H A D | mac80211.c | 718 rtwdev->rts_threshold = value; in rtw_ops_set_rts_threshold()
|
H A D | main.h | 2065 u32 rts_threshold; 2052 u32 rts_threshold; global() member
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ap_config.h | 1039 int rts_threshold; member
|
H A D | hostapd.c | 2581 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 D | ap_config.c | 240 conf->rts_threshold = -2; /* use driver default: 2347 */ in hostapd_config_defaults()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | mac.c | 5492 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 D | cfg80211.h | 1243 uint32_t rts_threshold; member
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mvm.h | 1087 u32 rts_threshold; 940 u32 rts_threshold; global() member
|
H A D | tx.c | 229 if (ieee80211_is_data(fc) && len > mvm->rts_threshold && in iwl_mvm_set_tx_cmd()
|
H A D | mac80211.c | 738 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 D | wmi.c | 768 .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 D | debug.c | 621 ar->wmi.vdev_param->rts_threshold, in ath10k_write_simulate_fw_crash()
|
H A D | wmi.h | 5133 u32 rts_threshold; member
|
H A D | mac.c | 834 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 D | wmi-tlv.c | 4884 .rts_threshold = WMI_TLV_VDEV_PARAM_RTS_THRESHOLD,
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | mac.c | 5490 param_value = ar->hw->wiphy->rts_threshold; in ath12k_mac_op_add_interface()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.c | 3649 hw->wiphy->rts_threshold = vap->iv_rtsthreshold; in lkpi_ic_vap_create()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | mac.c | 6922 param_value = ar->hw->wiphy->rts_threshold; in ath11k_mac_op_add_interface()
|