Home
last modified time | relevance | path

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

/hostap-3.6.0/src/ap/
Dap_config.c243 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()
Dap_config.h1011 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES]; member
Dhostapd.c1422 p = &iface->conf->tx_queue[i]; in hostapd_tx_queue_params()
/hostap-3.6.0/wpa_supplicant/
Dconfig.h1113 struct hostapd_tx_queue_params tx_queue[4]; member
Dap.c1042 os_memcpy(wpa_s->ap_iface->conf->tx_queue, wpa_s->conf->tx_queue, in wpa_supplicant_create_ap()
1043 sizeof(wpa_s->conf->tx_queue)); in wpa_supplicant_create_ap()
Dconfig.c4410 config->tx_queue[0] = txq_vo; in wpa_config_alloc_empty()
4411 config->tx_queue[1] = txq_vi; in wpa_config_alloc_empty()
4412 config->tx_queue[2] = txq_be; in wpa_config_alloc_empty()
4413 config->tx_queue[3] = txq_bk; in wpa_config_alloc_empty()
5394 if (hostapd_config_tx_queue(config->tx_queue, pos, in wpa_config_process_global()
/hostap-3.6.0/src/common/
Dieee802_11_common.c809 int hostapd_config_tx_queue(struct hostapd_tx_queue_params tx_queue[], in hostapd_config_tx_queue() argument
837 queue = &tx_queue[num]; in hostapd_config_tx_queue()
/hostap-3.6.0/hostapd/
Dconfig_file.c3408 if (hostapd_config_tx_queue(conf->tx_queue, buf, pos)) { in hostapd_config_fill()