Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/wpa/src/ap/
H A Dap_drv_ops.c622 if (hapd->driver == NULL || hapd->driver->set_tx_queue_params == NULL) in hostapd_set_tx_queue_params()
624 return hapd->driver->set_tx_queue_params(hapd->drv_priv, queue, aifs, in hostapd_set_tx_queue_params()
/freebsd-13.1/contrib/wpa/src/drivers/
H A Ddriver.h3325 int (*set_tx_queue_params)(void *priv, int queue, int aifs, int cw_min, member
H A Ddriver_nl80211.c12158 .set_tx_queue_params = i802_set_tx_queue_params,