Home
last modified time | relevance | path

Searched refs:cwmax (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dwmm.c51 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 Dap_config.c1512 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 Dhostapd.c1743 p->cwmax, p->burst)) { in hostapd_tx_queue_params()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.h215 int cwmax; member
227 int cwmax; member
H A Dieee802_11_common.c1247 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 Dmac.h405 * @cwmax: CW max
413 __le16 cwmax;
406 __le16 cwmax; global() member
/freebsd/sys/dev/iwi/
H A Dif_iwireg.h539 uint16_t cwmax[WME_NUM_AC]; member
H A Dif_iwi.c1029 sc->wme[1].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax); in iwi_wme_init()
1037 sc->wme[2].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax); in iwi_wme_init()
1058 sc->wme[0].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax); in iwi_wme_setparams()
/freebsd/sys/dev/wpi/
H A Dif_wpireg.h424 uint16_t cwmax; member
H A Dif_wpi.c3535 cmd.ac[aci].cwmax = htole16(WPI_EXP2(ac->wmep_logcwmax)); in wpi_updateedca()
3542 cmd.ac[aci].cwmin, cmd.ac[aci].cwmax, in wpi_updateedca()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c2883 int aifs, cwmin, cwmax, txoplim; in mwl_txq_update() local
2891 cwmax = MWL_EXPONENT_TO_VALUE(wmep->wmep_logcwmax); in mwl_txq_update()
2894 if (mwl_hal_setedcaparams(mh, txq->qnum, cwmin, cwmax, aifs, txoplim)) { in mwl_txq_update()
/freebsd/sys/dev/iwn/
H A Dif_iwnreg.h664 uint16_t cwmax; member
H A Dif_iwn.c5510 cmd.ac[aci].cwmax = htole16(IWN_EXP2(ac->wmep_logcwmax)); in iwn_updateedca()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.h4474 __le32 cwmax; member
4485 u16 cwmax; member
H A Dwmi.c2751 wmm_param->cwmax = cpu_to_le32(wmi_wmm_arg->cwmax); in ath12k_wmi_send_wmm_update_cmd()
2759 wmm_param->cwmax, wmm_param->txoplimit, in ath12k_wmi_send_wmm_update_cmd()
H A Dmac.c4048 p->cwmax = params->cw_max; in ath12k_mac_op_conf_tx()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.h4315 __le32 cwmax; member
4331 u32 cwmax; member
H A Dwmi.c7965 params->cwmax = __cpu_to_le32(arg->cwmax); in ath10k_wmi_set_wmm_param()
H A Dmac.c7868 p->cwmax = params->cw_max; in ath10k_conf_tx()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.h5245 u32 cwmax; member
5256 u16 cwmax; member
H A Dwmi.c2782 wmm_param->cwmax = wmi_wmm_arg->cwmax; in ath11k_wmi_send_wmm_update_cmd_tlv()
2790 wmm_param->cwmax, wmm_param->txoplimit, in ath11k_wmi_send_wmm_update_cmd_tlv()
H A Dmac.c5367 p->cwmax = params->cw_max; in ath11k_mac_op_conf_tx()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmac80211.c2496 trig_based_txf[ac].cwmax = in iwl_mvm_cfg_he_sta()
/freebsd/contrib/wpa/hostapd/
H A DChangeLog314 * increases maximum value accepted for cwmin/cwmax