HomeSort by relevance Sort by last modified time
    Searched refs:NUM_TX_QUEUES (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_host_int.h 107 #define NUM_TX_QUEUES 4 /* Number of Tx HW Queues (same as ACs). */
137 uint32 txReleasedBlks[NUM_TX_QUEUES]; /* Per queue released blocks count since FW-reset */
  /external/wpa_supplicant_8/src/ap/
ap_config.h 131 #define NUM_TX_QUEUES 4
487 struct hostapd_tx_queue_params tx_queue[NUM_TX_QUEUES];
hostapd.c 806 for (i = 0; i < NUM_TX_QUEUES; i++) {
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 870 if (num >= NUM_TX_QUEUES) {
    [all...]

Completed in 173 milliseconds