| /freebsd/contrib/wpa/src/ap/ |
| H A D | wmm.c | 51 wmm[ac].cwmax = MAX(wmm_conf[ac].cwmax, wmm_reg[ac].min_cwmax); in wmm_set_regulatory_limit() 138 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax); in hostapd_eid_wmm()
|
| H A D | ap_config.c | 1512 int tx_cwmax = conf->tx_queue[queue].cwmax; in hostapd_config_check_cw() 1514 int ac_cwmax = conf->wmm_ac_params[queue].cwmax; in hostapd_config_check_cw()
|
| H A D | hostapd.c | 1743 p->cwmax, p->burst)) { in hostapd_tx_queue_params()
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | ieee802_11_common.h | 215 int cwmax; member 227 int cwmax; member
|
| H A D | ieee802_11_common.c | 1247 ac->cwmax = v; in hostapd_config_wmm_ac() 1346 queue->cwmax = atoi(val); in hostapd_config_tx_queue() 1347 if (!valid_cw(queue->cwmax)) { in hostapd_config_tx_queue() 1349 queue->cwmax); in hostapd_config_tx_queue()
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
| H A D | mac.h | 413 __le16 cwmax; member
|
| /freebsd/sys/dev/iwi/ |
| H A D | if_iwireg.h | 539 uint16_t cwmax[WME_NUM_AC]; member
|
| H A D | if_iwi.c | 1031 sc->wme[1].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax); in iwi_wme_init() 1039 sc->wme[2].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax); in iwi_wme_init() 1060 sc->wme[0].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax); in iwi_wme_setparams()
|
| /freebsd/sys/dev/wpi/ |
| H A D | if_wpireg.h | 424 uint16_t cwmax; member
|
| H A D | if_wpi.c | 3537 cmd.ac[aci].cwmax = htole16(WPI_EXP2(ac->wmep_logcwmax)); in wpi_updateedca() 3544 cmd.ac[aci].cwmin, cmd.ac[aci].cwmax, in wpi_updateedca()
|
| /freebsd/sys/contrib/dev/iwlwifi/mld/ |
| H A D | link.c | 235 trig_based_txf[fw_ac].cwmax = in iwl_mld_fill_mu_edca()
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/ |
| H A D | d11.h | 1307 u16 cwmax; member
|
| H A D | main.c | 4061 acp_shm.cwmax = params->cw_max; in brcms_c_wme_setparams()
|
| /freebsd/sys/dev/iwn/ |
| H A D | if_iwnreg.h | 664 uint16_t cwmax; member
|
| H A D | if_iwn.c | 5522 cmd.ac[aci].cwmax = htole16(IWN_EXP2(ac->wmep_logcwmax)); in iwn_updateedca()
|
| /freebsd/sys/dev/mwl/ |
| H A D | if_mwl.c | 2895 int aifs, cwmin, cwmax, txoplim; in mwl_txq_update() local 2903 cwmax = MWL_EXPONENT_TO_VALUE(wmep->wmep_logcwmax); in mwl_txq_update() 2906 if (mwl_hal_setedcaparams(mh, txq->qnum, cwmin, cwmax, aifs, txoplim)) { in mwl_txq_update()
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | wmi.h | 4343 __le32 cwmax; member 4359 u32 cwmax; member
|
| H A D | wmi.c | 8037 params->cwmax = __cpu_to_le32(arg->cwmax); in ath10k_wmi_set_wmm_param()
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | wmi.h | 5352 u32 cwmax; member 5363 u16 cwmax; member
|
| H A D | wmi.c | 2911 wmm_param->cwmax = wmi_wmm_arg->cwmax; in ath11k_wmi_send_wmm_update_cmd_tlv() 2919 wmm_param->cwmax, wmm_param->txoplimit, in ath11k_wmi_send_wmm_update_cmd_tlv()
|
| H A D | mac.c | 5472 p->cwmax = u8_get_bits(params->mu_edca_param_rec.ecw_min_max, GENMASK(7, 4)); in ath11k_mac_op_conf_tx_mu_edca() 5515 p->cwmax = params->cw_max; in ath11k_mac_op_conf_tx()
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | wmi.h | 4863 __le32 cwmax; member 4874 u16 cwmax; member
|
| H A D | wmi.c | 3113 wmm_param->cwmax = cpu_to_le32(wmi_wmm_arg->cwmax); in ath12k_wmi_send_wmm_update_cmd() 3121 wmm_param->cwmax, wmm_param->txoplimit, in ath12k_wmi_send_wmm_update_cmd()
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | ChangeLog | 314 * increases maximum value accepted for cwmin/cwmax
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mac80211.c | 2416 trig_based_txf[ac].cwmax = in iwl_mvm_set_fw_mu_edca_params()
|