Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_config.c169 conf->tx_queue[0] = txq_vo; in hostapd_config_defaults()
170 conf->tx_queue[1] = txq_vi; in hostapd_config_defaults()
171 conf->tx_queue[2] = txq_be; in hostapd_config_defaults()
172 conf->tx_queue[3] = txq_bk; in hostapd_config_defaults()
892 int tx_cwmin = conf->tx_queue[queue].cwmin; in hostapd_config_check_cw()
893 int tx_cwmax = conf->tx_queue[queue].cwmax; in hostapd_config_check_cw()
Dap_config.h643 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES]; member
Dhostapd.c1150 p = &iface->conf->tx_queue[i]; in hostapd_tx_queue_params()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c948 queue = &conf->tx_queue[num]; in hostapd_config_tx_queue()