Home
last modified time | relevance | path

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

12

/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()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h113 u32 rts_threshold; member
H A Dcfg80211.c1655 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 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/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/rtw88/
H A Dtx.c384 if (info->control.use_rts || skb->len > hw->wiphy->rts_threshold) in rtw_tx_data_pkt_info_update()
H A Dmac80211.c732 rtwdev->rts_threshold = value; in rtw_ops_set_rts_threshold()
H A Dmain.h2122 u32 rts_threshold; member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dcore.h671 u32 rts_threshold; member
H A Dmac.c10396 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 Dcfg80211.h1193 uint32_t rts_threshold; member
/freebsd/sys/contrib/dev/rtw89/
H A Dmac.c6211 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 Dtx.c230 if (ieee80211_is_data(fc) && len > mvm->rts_threshold && in iwl_mvm_set_tx_cmd()
H A Dmvm.h1007 u32 rts_threshold; member
H A Dmac80211.c745 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 Dwmi.c770 .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 Ddebug.c624 ar->wmi.vdev_param->rts_threshold, in ath10k_write_simulate_fw_crash()
H A Dwmi.h5161 u32 rts_threshold; member
H A Dmac.c836 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 Dlinux_80211.c3025 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()

12