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

/freebsd-10-stable/contrib/wpa/src/common/
H A Dieee802_11_common.h94 int cwmax; member in struct:hostapd_wmm_ac_params
H A Dieee802_11_common.c461 } else if (os_strcmp(pos, "cwmax") == 0) {
467 ac->cwmax = v;
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dap_config.h142 int cwmax; member in struct:hostapd_tx_queue_params
H A Dwmm.c90 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax);
H A Dhostapd.c815 p->cwmax, p->burst)) {
/freebsd-10-stable/sys/dev/iwi/
H A Dif_iwireg.h475 uint16_t cwmax[WME_NUM_AC]; member in struct:iwi_wme_params
H A Dif_iwi.c1040 sc->wme[1].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax);
1048 sc->wme[2].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax);
1065 sc->wme[0].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax);
/freebsd-10-stable/sys/dev/wpi/
H A Dif_wpireg.h324 uint16_t cwmax; member in struct:wpi_wme_setup::__anon10191
H A Dif_wpi.c2247 wme.ac[ac].cwmax = WPI_EXP2(wmep->wmep_logcwmax);
2250 DPRINTF(("setting WME for queue %d aifsn=%d cwmin=%d cwmax=%d "
2252 wme.ac[ac].cwmax, wme.ac[ac].txop));
/freebsd-10-stable/contrib/wpa/hostapd/
H A Dconfig_file.c904 } else if (os_strcmp(pos, "cwmax") == 0) {
905 queue->cwmax = atoi(val);
906 if (!valid_cw(queue->cwmax)) {
908 queue->cwmax);
/freebsd-10-stable/sys/dev/mwl/
H A Dif_mwl.c3012 int aifs, cwmin, cwmax, txoplim; local
3017 cwmax = MWL_EXPONENT_TO_VALUE(wmep->wmep_logcwmax);
3020 if (mwl_hal_setedcaparams(mh, txq->qnum, cwmin, cwmax, aifs, txoplim)) {
/freebsd-10-stable/sys/dev/iwn/
H A Dif_iwnreg.h629 uint16_t cwmax; member in struct:iwn_edca_params::__anon9102
H A Dif_iwn.c4416 cmd.ac[aci].cwmax = htole16(IWN_EXP2(ac->wmep_logcwmax));

Completed in 279 milliseconds