Searched refs:aifs (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/sys/dev/usb/wlan/ |
| HD | if_uathreg.h | 359 uint32_t aifs; member 368 uint32_t aifs; member
|
| HD | if_urtwn.c | 4171 uint8_t aifs, acm, slottime; in urtwn_wme_update() local 4180 aifs = wmep[ac].wmep_aifsn * slottime + IEEE80211_DUR_SIFS; in urtwn_wme_update() 4185 SM(R92C_EDCA_PARAM_AIFS, aifs)); in urtwn_wme_update()
|
| HD | if_uath.c | 1477 qinfo.attr.aifs = htobe32(uath_wme_11g[ac].aifsn); in uath_wme_init()
|
| /NextBSD/contrib/wpa/src/common/ |
| HD | ieee802_11_common.h | 108 int aifs; member
|
| HD | ieee802_11_common.c | 531 ac->aifs = v; in hostapd_config_wmm_ac()
|
| /NextBSD/contrib/wpa/src/ap/ |
| HD | wmm.c | 81 ac->aci_aifsn = wmm_aci_aifsn(acp->aifs, in hostapd_eid_wmm()
|
| HD | ap_config.h | 171 int aifs; member
|
| HD | ap_drv_ops.c | 569 int hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs, in hostapd_set_tx_queue_params() argument 574 return hapd->driver->set_tx_queue_params(hapd->drv_priv, queue, aifs, in hostapd_set_tx_queue_params()
|
| HD | ap_drv_ops.h | 70 int hostapd_set_tx_queue_params(struct hostapd_data *hapd, int queue, int aifs,
|
| HD | hostapd.c | 1137 if (hostapd_set_tx_queue_params(hapd, i, p->aifs, p->cwmin, in hostapd_tx_queue_params()
|
| /NextBSD/contrib/wpa/hostapd/ |
| HD | config_file.c | 946 queue->aifs = atoi(val); in hostapd_config_tx_queue() 947 if (queue->aifs < 0 || queue->aifs > 255) { in hostapd_config_tx_queue() 949 queue->aifs); in hostapd_config_tx_queue()
|
| /NextBSD/sys/dev/rtwn/ |
| HD | if_rtwn.c | 1356 int aci, aifs, slottime; in rtwn_updateedca() local 1364 aifs = ac->wmep_aifsn * slottime + 10; in rtwn_updateedca() 1369 SM(R92C_EDCA_PARAM_AIFS, aifs)); in rtwn_updateedca()
|
| /NextBSD/contrib/wpa/src/drivers/ |
| HD | driver.h | 2382 int (*set_tx_queue_params)(void *priv, int queue, int aifs, int cw_min,
|
| /NextBSD/sys/dev/mwl/ |
| HD | if_mwl.c | 2904 int aifs, cwmin, cwmax, txoplim; in mwl_txq_update() local 2906 aifs = wmep->wmep_aifsn; in mwl_txq_update() 2912 if (mwl_hal_setedcaparams(mh, txq->qnum, cwmin, cwmax, aifs, txoplim)) { in mwl_txq_update()
|