Searched refs:aifs (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/wpa/src/common/
H A Dieee802_11_common.h95 int aifs; member in struct:hostapd_wmm_ac_params
H A Dieee802_11_common.c447 if (os_strcmp(pos, "aifs") == 0) {
453 ac->aifs = v;
/freebsd-10-stable/sys/dev/usb/wlan/
H A Dif_uathreg.h359 uint32_t aifs; member in struct:uath_cmd_txq_setparams
368 uint32_t aifs; member in struct:uath_cmd_txq_attr
H A Dif_uath.c1536 qinfo.attr.aifs = htobe32(uath_wme_11g[ac].aifsn);
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dap_config.h140 int aifs; member in struct:hostapd_tx_queue_params
H A Dap_drv_ops.h64 int hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs,
H A Dwmm.c87 ac->aci_aifsn = wmm_aci_aifsn(acp->aifs,
H A Dap_drv_ops.c508 int hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs, argument
513 return hapd->driver->set_tx_queue_params(hapd->drv_priv, queue, aifs,
H A Dhostapd.c814 if (hostapd_set_tx_queue_params(hapd, i, p->aifs, p->cwmin,
/freebsd-10-stable/contrib/wpa/hostapd/
H A Dconfig_file.c890 if (os_strcmp(pos, "aifs") == 0) {
891 queue->aifs = atoi(val);
892 if (queue->aifs < 0 || queue->aifs > 255) {
894 queue->aifs);
/freebsd-10-stable/contrib/wpa/src/drivers/
H A Ddriver.h1804 * @aifs: AIFS
1809 int (*set_tx_queue_params)(void *priv, int queue, int aifs, int cw_min,
/freebsd-10-stable/sys/dev/mwl/
H A Dif_mwl.c3012 int aifs, cwmin, cwmax, txoplim; local
3014 aifs = wmep->wmep_aifsn;
3020 if (mwl_hal_setedcaparams(mh, txq->qnum, cwmin, cwmax, aifs, txoplim)) {

Completed in 211 milliseconds