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

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_config.h131 int cwmax; member in struct:hostapd_tx_queue_params
138 int cwmax; member in struct:hostapd_wmm_ac_params
H A Dwmm.c86 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax);
H A Dhostapd.c631 p->cwmax, p->burst)) {
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c801 } else if (os_strcmp(pos, "cwmax") == 0) {
802 queue->cwmax = atoi(val);
803 if (!valid_cw(queue->cwmax)) {
805 queue->cwmax);
863 } else if (os_strcmp(pos, "cwmax") == 0) {
869 ac->cwmax = v;
/freebsd-9.3-release/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-9.3-release/sys/dev/wpi/
H A Dif_wpireg.h324 uint16_t cwmax; member in struct:wpi_wme_setup::__anon9217
H A Dif_wpi.c2245 wme.ac[ac].cwmax = WPI_EXP2(wmep->wmep_logcwmax);
2248 DPRINTF(("setting WME for queue %d aifsn=%d cwmin=%d cwmax=%d "
2250 wme.ac[ac].cwmax, wme.ac[ac].txop));
/freebsd-9.3-release/sys/dev/mwl/
H A Dif_mwl.c3002 int aifs, cwmin, cwmax, txoplim; local
3007 cwmax = MWL_EXPONENT_TO_VALUE(wmep->wmep_logcwmax);
3010 if (mwl_hal_setedcaparams(mh, txq->qnum, cwmin, cwmax, aifs, txoplim)) {
/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwnreg.h540 uint16_t cwmax; member in struct:iwn_edca_params::__anon8184
H A Dif_iwn.c4147 cmd.ac[aci].cwmax = htole16(IWN_EXP2(ac->wmep_logcwmax));

Completed in 216 milliseconds