Searched refs:burst_time (Results 1 – 4 of 4) sorted by relevance
/hostap-3.6.0/src/ap/ |
D | ap_drv_ops.c | 620 int cw_min, int cw_max, int burst_time) in hostapd_set_tx_queue_params() argument 625 cw_min, cw_max, burst_time); in hostapd_set_tx_queue_params()
|
D | ap_drv_ops.h | 78 int cw_min, int cw_max, int burst_time);
|
/hostap-3.6.0/src/drivers/ |
D | driver.h | 3338 int cw_max, int burst_time);
|
D | driver_nl80211.c | 7223 int cw_min, int cw_max, int burst_time) in i802_set_tx_queue_params() argument 7265 (burst_time * 100 + 16) / 32) || in i802_set_tx_queue_params() 7278 queue, aifs, cw_min, cw_max, burst_time, res); in i802_set_tx_queue_params()
|