Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_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()
Dap_config.h922 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES]; member
Dhostapd.c1377 p = &iface->conf->tx_queue[i]; in hostapd_tx_queue_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.h1004 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES]; member
Dhostapd.c1422 p = &iface->conf->tx_queue[i]; in hostapd_tx_queue_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig.h1113 struct hostapd_tx_queue_params tx_queue[4]; member
Dap.c1036 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()
Dconfig.c4409 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c1009 queue = &conf->tx_queue[num]; in hostapd_config_tx_queue()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c3408 if (hostapd_config_tx_queue(conf->tx_queue, buf, pos)) { in hostapd_config_fill()