Home
last modified time | relevance | path

Searched refs:tx_queue (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/ap/
HDap_config.c221 conf->tx_queue[0] = txq_vo; in hostapd_config_defaults()
222 conf->tx_queue[1] = txq_vi; in hostapd_config_defaults()
223 conf->tx_queue[2] = txq_be; in hostapd_config_defaults()
224 conf->tx_queue[3] = txq_bk; in hostapd_config_defaults()
1213 int tx_cwmin = conf->tx_queue[queue].cwmin; in hostapd_config_check_cw()
1214 int tx_cwmax = conf->tx_queue[queue].cwmax; in hostapd_config_check_cw()
HDap_config.h922 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES]; member
HDhostapd.c1377 p = &iface->conf->tx_queue[i]; in hostapd_tx_queue_params()