Home
last modified time | relevance | path

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

/freebsd-head/contrib/wpa/src/ap/
HDap_config.h206 #define NUM_TX_QUEUES 4 macro
1098 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES];
HDap_config.c1575 for (i = 0; i < NUM_TX_QUEUES; i++) { in hostapd_config_check()
HDhostapd.c1739 for (i = 0; i < NUM_TX_QUEUES; i++) { in hostapd_tx_queue_params()
/freebsd-head/contrib/wpa/src/common/
HDieee802_11_common.h231 #define NUM_TX_QUEUES 4 macro
HDieee802_11_common.c1323 if (num >= NUM_TX_QUEUES) { in hostapd_config_tx_queue()