Searched refs:set_tx_queue_params (Results 1 – 3 of 3) sorted by relevance
735 if (hapd->driver == NULL || hapd->driver->set_tx_queue_params == NULL) in hostapd_set_tx_queue_params()743 return hapd->driver->set_tx_queue_params(hapd->drv_priv, queue, aifs, in hostapd_set_tx_queue_params()
3850 int (*set_tx_queue_params)(void *priv, int queue, int aifs, int cw_min, member
14044 .set_tx_queue_params = i802_set_tx_queue_params,