Searched refs:tx_queue (Results 1 – 12 of 12) sorted by relevance
221 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()
922 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES]; member
1377 p = &iface->conf->tx_queue[i]; in hostapd_tx_queue_params()
243 conf->tx_queue[0] = txq_vo; in hostapd_config_defaults()244 conf->tx_queue[1] = txq_vi; in hostapd_config_defaults()245 conf->tx_queue[2] = txq_be; in hostapd_config_defaults()246 conf->tx_queue[3] = txq_bk; in hostapd_config_defaults()1442 int tx_cwmin = conf->tx_queue[queue].cwmin; in hostapd_config_check_cw()1443 int tx_cwmax = conf->tx_queue[queue].cwmax; in hostapd_config_check_cw()
1004 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES]; member
1433 p = &iface->conf->tx_queue[i]; in hostapd_tx_queue_params()
1119 struct hostapd_tx_queue_params tx_queue[4]; member
1047 os_memcpy(wpa_s->ap_iface->conf->tx_queue, wpa_s->conf->tx_queue, in wpa_supplicant_create_ap()1048 sizeof(wpa_s->conf->tx_queue)); in wpa_supplicant_create_ap()
4580 config->tx_queue[0] = txq_vo; in wpa_config_alloc_empty()4581 config->tx_queue[1] = txq_vi; in wpa_config_alloc_empty()4582 config->tx_queue[2] = txq_be; in wpa_config_alloc_empty()4583 config->tx_queue[3] = txq_bk; in wpa_config_alloc_empty()5573 if (hostapd_config_tx_queue(config->tx_queue, pos, in wpa_config_process_global()
950 int hostapd_config_tx_queue(struct hostapd_tx_queue_params tx_queue[], in hostapd_config_tx_queue() argument978 queue = &tx_queue[num]; in hostapd_config_tx_queue()
1009 queue = &conf->tx_queue[num]; in hostapd_config_tx_queue()
3503 if (hostapd_config_tx_queue(conf->tx_queue, buf, pos)) { in hostapd_config_fill()