Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/src/ap/
Dwmm.c58 wmm[ac].cwmax = MAX(wmm_conf[ac].cwmax, wmm_reg[ac].min_cwmax); in wmm_set_regulatory_limit()
145 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax); in hostapd_eid_wmm()
Dap_config.c1442 int tx_cwmax = conf->tx_queue[queue].cwmax; in hostapd_config_check_cw()
1444 int ac_cwmax = conf->wmm_ac_params[queue].cwmax; in hostapd_config_check_cw()
Dhostapd.c1425 p->cwmax, p->burst)) { in hostapd_tx_queue_params()
/freebsd-12-stable/contrib/wpa/src/common/
Dieee802_11_common.h192 int cwmax; member
204 int cwmax; member
Dieee802_11_common.c755 ac->cwmax = v; in hostapd_config_wmm_ac()
854 queue->cwmax = atoi(val); in hostapd_config_tx_queue()
855 if (!valid_cw(queue->cwmax)) { in hostapd_config_tx_queue()
857 queue->cwmax); in hostapd_config_tx_queue()
/freebsd-12-stable/sys/dev/iwi/
Dif_iwireg.h540 uint16_t cwmax[WME_NUM_AC]; member
Dif_iwi.c1033 sc->wme[1].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax); in iwi_wme_init()
1041 sc->wme[2].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax); in iwi_wme_init()
1062 sc->wme[0].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax); in iwi_wme_setparams()
/freebsd-12-stable/sys/dev/wpi/
Dif_wpireg.h425 uint16_t cwmax; member
Dif_wpi.c3538 cmd.ac[aci].cwmax = htole16(WPI_EXP2(ac->wmep_logcwmax)); in wpi_updateedca()
3545 cmd.ac[aci].cwmin, cmd.ac[aci].cwmax, in wpi_updateedca()
/freebsd-12-stable/sys/dev/iwn/
Dif_iwnreg.h665 uint16_t cwmax; member
Dif_iwn.c5520 cmd.ac[aci].cwmax = htole16(IWN_EXP2(ac->wmep_logcwmax)); in iwn_updateedca()
/freebsd-12-stable/sys/dev/mwl/
Dif_mwl.c2889 int aifs, cwmin, cwmax, txoplim; in mwl_txq_update() local
2897 cwmax = MWL_EXPONENT_TO_VALUE(wmep->wmep_logcwmax); in mwl_txq_update()
2900 if (mwl_hal_setedcaparams(mh, txq->qnum, cwmin, cwmax, aifs, txoplim)) { in mwl_txq_update()
/freebsd-12-stable/contrib/wpa/hostapd/
DChangeLog277 * increases maximum value accepted for cwmin/cwmax