Searched refs:cwmax (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dwmm.c58 wmm[ac].cwmax = MAX(wmm_conf[ac].cwmax, wmm_reg[ac].min_cwmax);
143 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax);
H A Dap_config.h195 int cwmax; member in struct:hostapd_tx_queue_params
H A Dap_config.c1214 int tx_cwmax = conf->tx_queue[queue].cwmax;
1216 int ac_cwmax = conf->wmm_ac_params[queue].cwmax;
H A Dhostapd.c1380 p->cwmax, p->burst)) {
/freebsd-13-stable/contrib/wpa/src/common/
H A Dieee802_11_common.h165 int cwmax; member in struct:hostapd_wmm_ac_params
H A Dieee802_11_common.c675 } else if (os_strcmp(pos, "cwmax") == 0) {
681 ac->cwmax = v;
/freebsd-13-stable/sys/dev/iwi/
H A Dif_iwireg.h540 uint16_t cwmax[WME_NUM_AC]; member in struct:iwi_wme_params
H A Dif_iwi.c1033 sc->wme[1].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax);
1041 sc->wme[2].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax);
1062 sc->wme[0].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax);
/freebsd-13-stable/sys/dev/wpi/
H A Dif_wpireg.h425 uint16_t cwmax; member in struct:wpi_edca_params::__anon14587
H A Dif_wpi.c3541 cmd.ac[aci].cwmax = htole16(WPI_EXP2(ac->wmep_logcwmax));
3546 "setting WME for queue %d aifsn=%d cwmin=%d cwmax=%d "
3548 cmd.ac[aci].cwmin, cmd.ac[aci].cwmax,
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c1025 } else if (os_strcmp(pos, "cwmax") == 0) {
1026 queue->cwmax = atoi(val);
1027 if (!valid_cw(queue->cwmax)) {
1029 queue->cwmax);
/freebsd-13-stable/sys/dev/mwl/
H A Dif_mwl.c2894 int aifs, cwmin, cwmax, txoplim; local
2902 cwmax = MWL_EXPONENT_TO_VALUE(wmep->wmep_logcwmax);
2905 if (mwl_hal_setedcaparams(mh, txq->qnum, cwmin, cwmax, aifs, txoplim)) {
/freebsd-13-stable/sys/dev/iwn/
H A Dif_iwnreg.h665 uint16_t cwmax; member in struct:iwn_edca_params::__anon12540
H A Dif_iwn.c5523 cmd.ac[aci].cwmax = htole16(IWN_EXP2(ac->wmep_logcwmax));

Completed in 251 milliseconds