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

/freebsd-11.0-release/contrib/wpa/src/common/
H A Dieee802_11_common.h107 int cwmax; member in struct:hostapd_wmm_ac_params
H A Dieee802_11_common.c539 } else if (os_strcmp(pos, "cwmax") == 0) {
545 ac->cwmax = v;
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dwmm.c84 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax);
H A Dap_config.h173 int cwmax; member in struct:hostapd_tx_queue_params
H A Dap_config.c857 int tx_cwmax = conf->tx_queue[queue].cwmax;
859 int ac_cwmax = conf->wmm_ac_params[queue].cwmax;
H A Dhostapd.c1138 p->cwmax, p->burst)) {
/freebsd-11.0-release/sys/dev/iwi/
H A Dif_iwireg.h538 uint16_t cwmax[WME_NUM_AC]; member in struct:iwi_wme_params
H A Dif_iwi.c1024 sc->wme[1].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax);
1032 sc->wme[2].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax);
1050 sc->wme[0].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax);
/freebsd-11.0-release/sys/dev/wpi/
H A Dif_wpireg.h427 uint16_t cwmax; member in struct:wpi_edca_params::__anon11961
H A Dif_wpi.c3516 cmd.ac[aci].cwmax = htole16(WPI_EXP2(ac->wmep_logcwmax));
3521 "setting WME for queue %d aifsn=%d cwmin=%d cwmax=%d "
3523 cmd.ac[aci].cwmin, cmd.ac[aci].cwmax,
/freebsd-11.0-release/contrib/wpa/hostapd/
H A Dconfig_file.c959 } else if (os_strcmp(pos, "cwmax") == 0) {
960 queue->cwmax = atoi(val);
961 if (!valid_cw(queue->cwmax)) {
963 queue->cwmax);
/freebsd-11.0-release/sys/dev/mwl/
H A Dif_mwl.c2897 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-11.0-release/sys/dev/iwn/
H A Dif_iwnreg.h637 uint16_t cwmax; member in struct:iwn_edca_params::__anon10551
H A Dif_iwn.c5364 cmd.ac[aci].cwmax = htole16(IWN_EXP2(ac->wmep_logcwmax));

Completed in 237 milliseconds