| /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()
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | cfg80211.h | 113 u32 rts_threshold; member
|
| H A D | cfg80211.c | 1655 static s32 brcmf_set_rts(struct net_device *ndev, u32 rts_threshold) in brcmf_set_rts() argument 1661 err = brcmf_fil_iovar_int_set(ifp, "rtsthresh", rts_threshold); in brcmf_set_rts() 1710 (cfg->conf->rts_threshold != wiphy->rts_threshold)) { in brcmf_cfg80211_set_wiphy_params() 1711 cfg->conf->rts_threshold = wiphy->rts_threshold; in brcmf_cfg80211_set_wiphy_params() 1712 err = brcmf_set_rts(ndev, cfg->conf->rts_threshold); in brcmf_cfg80211_set_wiphy_params() 6950 conf->rts_threshold = (u32)-1; in brcmf_init_conf()
|
| /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/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/rtw88/ |
| H A D | tx.c | 384 if (info->control.use_rts || skb->len > hw->wiphy->rts_threshold) in rtw_tx_data_pkt_info_update()
|
| H A D | mac80211.c | 732 rtwdev->rts_threshold = value; in rtw_ops_set_rts_threshold()
|
| H A D | main.h | 2122 u32 rts_threshold; member
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | core.h | 671 u32 rts_threshold; member
|
| H A D | mac.c | 10396 param_value = hw->wiphy->rts_threshold; in ath12k_mac_vdev_create() 10397 ar->rts_threshold = param_value; in ath12k_mac_vdev_create() 12275 ar->rts_threshold = value; in ath12k_mac_op_set_rts_threshold() 12293 ar->rts_threshold = value; in ath12k_mac_op_set_rts_threshold() 12301 ar->rts_threshold); in ath12k_mac_op_set_rts_threshold()
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | cfg80211.h | 1193 uint32_t rts_threshold; member
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | mac.c | 6211 u32 rts_threshold = hw->wiphy->rts_threshold; in __rtw89_mac_update_rts_threshold() local 6215 if (rts_threshold == (u32)-1) { in __rtw89_mac_update_rts_threshold() 6220 len_th = rts_threshold; in __rtw89_mac_update_rts_threshold()
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | tx.c | 230 if (ieee80211_is_data(fc) && len > mvm->rts_threshold && in iwl_mvm_set_tx_cmd()
|
| H A D | mvm.h | 1007 u32 rts_threshold; member
|
| H A D | mac80211.c | 745 mvm->rts_threshold = IEEE80211_MAX_RTS_THRESHOLD; in iwl_mvm_mac_setup_register() 4126 mvm->rts_threshold = value; in iwl_mvm_mac_set_rts_threshold()
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | wmi.c | 770 .rts_threshold = WMI_VDEV_PARAM_RTS_THRESHOLD, 847 .rts_threshold = WMI_10X_VDEV_PARAM_RTS_THRESHOLD, 923 .rts_threshold = WMI_10X_VDEV_PARAM_RTS_THRESHOLD, 999 .rts_threshold = WMI_10_4_VDEV_PARAM_RTS_THRESHOLD,
|
| H A D | debug.c | 624 ar->wmi.vdev_param->rts_threshold, in ath10k_write_simulate_fw_crash()
|
| H A D | wmi.h | 5161 u32 rts_threshold; member
|
| H A D | mac.c | 836 vdev_param = ar->wmi.vdev_param->rts_threshold; in ath10k_mac_set_rts() 5860 ret = ath10k_mac_set_rts(arvif, ar->hw->wiphy->rts_threshold); in ath10k_add_interface()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211.c | 3025 hw->wiphy->rts_threshold = vap->iv_rtsthreshold; in lkpi_sta_assoc_to_run() 4233 hw->wiphy->rts_threshold = vap->iv_rtsthreshold; in lkpi_ic_vap_create()
|