Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dap_config.h199 #define NUM_TX_QUEUES 4 macro
983 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES];
Dap_config.c1484 for (i = 0; i < NUM_TX_QUEUES; i++) { in hostapd_config_check()
Dhostapd.c1416 for (i = 0; i < NUM_TX_QUEUES; i++) { in hostapd_tx_queue_params()
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.h208 #define NUM_TX_QUEUES 4 macro
Dieee802_11_common.c837 if (num >= NUM_TX_QUEUES) { in hostapd_config_tx_queue()
/external/libnl/lib/route/
Dlink.c1133 diff |= LINK_DIFF(NUM_TX_QUEUES,a->l_num_tx_queues != b->l_num_tx_queues); in link_compare()