OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_TX_QUEUES
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/ap/
ap_config.h
136
#define
NUM_TX_QUEUES
4
507
struct hostapd_tx_queue_params tx_queue[
NUM_TX_QUEUES
];
hostapd.c
804
for (i = 0; i <
NUM_TX_QUEUES
; i++) {
[
all
...]
/external/wpa_supplicant_8/hostapd/
config_file.c
841
if (num >=
NUM_TX_QUEUES
) {
[
all
...]
Completed in 115 milliseconds