Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/wpa/src/ap/
HDwmm.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()
HDap_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()
HDhostapd.c1743 p->cwmax, p->burst)) { in hostapd_tx_queue_params()
/freebsd-13-stable/contrib/wpa/src/common/
HDieee802_11_common.h215 int cwmax; member
227 int cwmax; member
HDieee802_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-13-stable/sys/contrib/dev/iwlwifi/fw/api/
HDmac.h406 __le16 cwmax; member
/freebsd-13-stable/sys/dev/iwi/
HDif_iwireg.h539 uint16_t cwmax[WME_NUM_AC]; member
HDif_iwi.c1031 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-13-stable/sys/dev/wpi/
HDif_wpireg.h424 uint16_t cwmax; member
HDif_wpi.c3536 cmd.ac[aci].cwmax = htole16(WPI_EXP2(ac->wmep_logcwmax)); in wpi_updateedca()
3543 cmd.ac[aci].cwmin, cmd.ac[aci].cwmax, in wpi_updateedca()
/freebsd-13-stable/sys/dev/iwn/
HDif_iwnreg.h664 uint16_t cwmax; member
HDif_iwn.c5518 cmd.ac[aci].cwmax = htole16(IWN_EXP2(ac->wmep_logcwmax)); in iwn_updateedca()
/freebsd-13-stable/sys/dev/mwl/
HDif_mwl.c2888 int aifs, cwmin, cwmax, txoplim; in mwl_txq_update() local
2896 cwmax = MWL_EXPONENT_TO_VALUE(wmep->wmep_logcwmax); in mwl_txq_update()
2899 if (mwl_hal_setedcaparams(mh, txq->qnum, cwmin, cwmax, aifs, txoplim)) { in mwl_txq_update()
/freebsd-13-stable/sys/contrib/dev/iwlwifi/mvm/
HDmac80211.c2287 trig_based_txf[ac].cwmax = in iwl_mvm_set_fw_mu_edca_params()
/freebsd-13-stable/contrib/wpa/hostapd/
HDChangeLog314 * increases maximum value accepted for cwmin/cwmax