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()1441 int tx_cwmin = conf->tx_queue[queue].cwmin; in hostapd_config_check_cw()1442 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
1422 p = &iface->conf->tx_queue[i]; in hostapd_tx_queue_params()
1113 struct hostapd_tx_queue_params tx_queue[4]; member
1036 os_memcpy(wpa_s->ap_iface->conf->tx_queue, wpa_s->conf->tx_queue, in wpa_supplicant_create_ap()1037 sizeof(wpa_s->conf->tx_queue)); in wpa_supplicant_create_ap()
4409 config->tx_queue[0] = txq_vo; in wpa_config_alloc_empty()4410 config->tx_queue[1] = txq_vi; in wpa_config_alloc_empty()4411 config->tx_queue[2] = txq_be; in wpa_config_alloc_empty()4412 config->tx_queue[3] = txq_bk; in wpa_config_alloc_empty()5393 if (hostapd_config_tx_queue(config->tx_queue, pos, in wpa_config_process_global()
809 int hostapd_config_tx_queue(struct hostapd_tx_queue_params tx_queue[], in hostapd_config_tx_queue() argument837 queue = &tx_queue[num]; in hostapd_config_tx_queue()
1009 queue = &conf->tx_queue[num]; in hostapd_config_tx_queue()
3408 if (hostapd_config_tx_queue(conf->tx_queue, buf, pos)) { in hostapd_config_fill()