OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tx_queue
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/src/ap/
ap_config.c
158
conf->
tx_queue
[0] = txq_vo;
159
conf->
tx_queue
[1] = txq_vi;
160
conf->
tx_queue
[2] = txq_be;
161
conf->
tx_queue
[3] = txq_bk;
ap_config.h
381
struct hostapd_tx_queue_params
tx_queue
[NUM_TX_QUEUES];
member in struct:hostapd_config
hostapd.c
656
p = &iface->conf->
tx_queue
[i];
/external/wpa_supplicant_8/hostapd/
config_file.c
776
wpa_printf(MSG_ERROR, "Unknown
tx_queue
name '%s'", pos);
786
queue = &conf->
tx_queue
[num];
812
wpa_printf(MSG_ERROR, "Unknown
tx_queue
field '%s'", pos);
[
all
...]
Completed in 1026 milliseconds