Home
last modified time | relevance | path

Searched refs:NUM_TX_QUEUES (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dap_config.h181 #define NUM_TX_QUEUES 4 macro
696 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES];
Dap_config.c991 for (i = 0; i < NUM_TX_QUEUES; i++) { in hostapd_config_check()
Dhostapd.c1164 for (i = 0; i < NUM_TX_QUEUES; i++) { in hostapd_tx_queue_params()
/external/libnl/lib/route/
Dlink.c925 diff |= LINK_DIFF(NUM_TX_QUEUES,a->l_num_tx_queues != b->l_num_tx_queues); in link_compare()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c961 if (num >= NUM_TX_QUEUES) { in hostapd_config_tx_queue()