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

/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dap_config.h130 int cwmin; member in struct:hostapd_tx_queue_params
137 int cwmin; member in struct:hostapd_wmm_ac_params
H A Dwmm.c86 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax);
H A Dhostapd.c630 if (hostapd_set_tx_queue_params(hapd, i, p->aifs, p->cwmin,
/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dconfig_file.c794 } else if (os_strcmp(pos, "cwmin") == 0) {
795 queue->cwmin = atoi(val);
796 if (!valid_cw(queue->cwmin)) {
798 queue->cwmin);
856 } else if (os_strcmp(pos, "cwmin") == 0) {
862 ac->cwmin = v;
/freebsd-9.3-release/sys/dev/iwi/
H A Dif_iwireg.h474 uint16_t cwmin[WME_NUM_AC]; member in struct:iwi_wme_params
H A Dif_iwi.c1039 sc->wme[1].cwmin[ac] = IWI_EXP2(wmep->wmep_logcwmin);
1047 sc->wme[2].cwmin[ac] = IWI_EXP2(wmep->wmep_logcwmin);
1064 sc->wme[0].cwmin[ac] = IWI_EXP2(wmep->wmep_logcwmin);
/freebsd-9.3-release/sys/dev/wpi/
H A Dif_wpireg.h323 uint16_t cwmin; member in struct:wpi_wme_setup::__anon9217
H A Dif_wpi.c2244 wme.ac[ac].cwmin = WPI_EXP2(wmep->wmep_logcwmin);
2248 DPRINTF(("setting WME for queue %d aifsn=%d cwmin=%d cwmax=%d "
2249 "txop=%d\n", ac, wme.ac[ac].aifsn, wme.ac[ac].cwmin,
/freebsd-9.3-release/sys/dev/mwl/
H A Dif_mwl.c3002 int aifs, cwmin, cwmax, txoplim; local
3005 /* XXX in sta mode need to pass log values for cwmin/max */
3006 cwmin = MWL_EXPONENT_TO_VALUE(wmep->wmep_logcwmin);
3010 if (mwl_hal_setedcaparams(mh, txq->qnum, cwmin, cwmax, aifs, txoplim)) {
/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwnreg.h539 uint16_t cwmin; member in struct:iwn_edca_params::__anon8184
H A Dif_iwn.c4146 cmd.ac[aci].cwmin = htole16(IWN_EXP2(ac->wmep_logcwmin));

Completed in 278 milliseconds