Home
last modified time | relevance | path

Searched refs:set_tx_queue_params (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/wpa/src/ap/
HDap_drv_ops.c572 if (hapd->driver == NULL || hapd->driver->set_tx_queue_params == NULL) in hostapd_set_tx_queue_params()
574 return hapd->driver->set_tx_queue_params(hapd->drv_priv, queue, aifs, in hostapd_set_tx_queue_params()
/NextBSD/contrib/wpa/src/drivers/
HDdriver.h2382 int (*set_tx_queue_params)(void *priv, int queue, int aifs, int cw_min, member