Home
last modified time | relevance | path

Searched refs:cwmax (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/ap/
H A Dwmm.c58 wmm[ac].cwmax = MAX(wmm_conf[ac].cwmax, wmm_reg[ac].min_cwmax); in wmm_set_regulatory_limit()
143 ac->cw = wmm_ecw(acp->cwmin, acp->cwmax); in hostapd_eid_wmm()
H A Dap_config.c1214 int tx_cwmax = conf->tx_queue[queue].cwmax; in hostapd_config_check_cw()
1216 int ac_cwmax = conf->wmm_ac_params[queue].cwmax; in hostapd_config_check_cw()
H A Dap_config.h195 int cwmax; member
H A Dhostapd.c1380 p->cwmax, p->burst)) { in hostapd_tx_queue_params()
/dragonfly/contrib/wpa_supplicant/src/common/
H A Dieee802_11_common.h165 int cwmax; member
H A Dieee802_11_common.c681 ac->cwmax = v; in hostapd_config_wmm_ac()
/dragonfly/sys/dev/netif/iwi/
H A Dif_iwireg.h538 uint16_t cwmax[WME_NUM_AC]; member
H A Dif_iwi.c1092 sc->wme[1].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax); in iwi_wme_init()
1100 sc->wme[2].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax); in iwi_wme_init()
1118 sc->wme[0].cwmax[ac] = IWI_EXP2(wmep->wmep_logcwmax); in iwi_wme_setparams()
/dragonfly/sys/dev/netif/wpi/
H A Dif_wpireg.h427 uint16_t cwmax; member
H A Dif_wpi.c3582 cmd.ac[aci].cwmax = htole16(WPI_EXP2(ac->wmep_logcwmax)); in wpi_updateedca()
3589 cmd.ac[aci].cwmin, cmd.ac[aci].cwmax, in wpi_updateedca()
/dragonfly/sys/dev/netif/iwn/
H A Dif_iwnreg.h637 uint16_t cwmax; member
H A Dif_iwn.c5511 cmd.ac[aci].cwmax = htole16(IWN_EXP2(ac->wmep_logcwmax));